html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
}

body {
/*    font-size: 1.6rem;*/
    line-height: 1.4;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  opacity: .5;
  transition: .5s;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
    width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}


br {
  display: block;
}
.br-pcsp {
  display: block;
}
.br-sp {
  display: none;
}

.project__bg {
  background-color: #F8F5EB;
}
.project__bg:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url('../images/container_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


/*--------------------------------------------header*/
.project__heading {
  max-width: 100%;
  margin: auto;
}
.project__planning {
  text-align: center;
  margin: 40px 0 60px;
}
.project__planning a {
  font-size: 1.4em;
  font-family: "Helvetica Neue" , Helvetica , Arial;
  text-decoration: none;
}
.project__title {
  max-width: 800px;
  margin: auto;
}
.project__heroImg {
  max-width: 800px;
  margin: 30px auto;
  filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.2));
}
/*--------------------------------------------introduction*/
.container {
  max-width: 700px;
  margin: 80px auto 0;
}
.project__introduction {
  max-width: 530px;
  margin: 0 auto 170px;
  text-align: center;
}

.project__introduction.primary {
  margin: 0 auto;
}
.project__introduction.primary .txt {
  /*display: inline-block;*/
  text-align: left;
  font-size: 1.8em;
  font-family: Shuei Yokobuto Min M;
  line-height: 2;
  letter-spacing : 1.26px;
  color : #333;
}
.project__introduction.primary .information {
  margin: 180px 0 0;
  display: inline-block;
  text-align: left;
  font-size: 1.6em;
  font-family: Shuei Yokobuto Min M;
  line-height: 1.5;
  letter-spacing : 0.68px;
  color : #333333;
}
.cutleryWrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cutleryInner {
  position: relative;
  width: 50%;
  height: auto;
}
.ratio-1_1 {
  content: "";
  display: block;
  padding-top: 10%;
}
.cutleryImg {
  position: absolute;
  top: -130%;
  right: -55%;
  width: 100%;
  height: 100%;
}
.cutleryImg img {
  max-width: 45%;
}
.project__stakeholder--wrap {
  max-width: 530px;
  margin: 20px auto 90px;
  text-align: left;
}
.project__stakeholder--txt {
  display: inline-block;
  text-align: left;
  /*font-size: 2em;*/
  font-size: 1.4em;
  font-family: Shuei Yokobuto Min M;
  line-height: 2;
  /*letter-spacing : 0.84px;*/
  color : #333;
}

.project__info {
  position: relative;
  max-width: 700px;
  margin: 0 auto 120px;
}
.project__info img {
  width: 100%;
}
.project__info ul {
  position: absolute;
  top: 50%;
  left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  width: 72%;
}
.project__info ul li:first-child {
  font-size: 3.4em;
  line-height: 1.18;
  letter-spacing: 2.64px;
  color: #333;
  font-family: Shuei Yokobuto Min M;
  margin-bottom: 38px;
}
.project__info ul li:not(:first-child) {
  font-size: 1.8em;
  line-height: 1.6;
   color : #333;
   font-family: Shuei Yokobuto Min M;
}
.project__info ul li a {
  text-decoration: none;
}

.project__info--wrap {
  max-width: 500px;
  margin: auto;
  text-align: center;
}
.project__info--txt {
  text-align: left;
  font-size: 1.6em;
  font-family: Shuei Yokobuto Min M;
  line-height: 2;
  letter-spacing : 0.075em;
  color : #333;
}
.project__info--txt.font {
  font-family: Shuei MaruGo L;
}
.project__info--txt.menu {
  margin: 58px auto
}

.project__info--txt.dropcap:first-letter {
  font-size: 3em;
  color: white;
  text-shadow:
  black 1px 1px 0px,
  black -1px 1px 0px,
  black -1px -1px 0px,
  black 1px -1px 0px,
  black 1px 0px 0px,
  black 0px 1px 0px,
  black -1px 0px 0px,
  black 0px -1px 0px;
}
.project__info--txt .txt {
  line-height: 1.3;
}
.project__content {
  background-color: #FFF;
  padding: 90px 0;
}
.project__maincontent {
  max-width: 500px;
  margin: auto;
}
.project__maincontent ul li:first-child {
 margin-bottom: 50px;
}

.project__data {
  width: 100%;
  margin: 78px auto 118px;
  text-align: center;
  font-size: 1.5em;
  font-family: Shuei KakuGo Kin L;
}

.footer__wrap {
  max-width: 700px;
  margin: 120px auto;
}
.footer__inner {
  display: flex;
  justify-content: space-around;
  margin: 0 0 70px;
}
.footer__inner li {
  width: 78px;
  height: 78px;
}
.footer__contents {
  width: 309px;
  margin: auto;
}

.phot {
  max-width: 500px;
  margin: auto;
}
.phot figcaption {
  font-size: 1.4em;
  margin-top: 5px;
  margin-bottom: 50px;
  font-family: Shuei Yokobuto Min M;
}
.phot figure {
  margin: 50px 0;
}
.hr {
  width: 550px;
  margin: 45px auto;
}
.pc {
  display: block;
}


@media screen and (max-width: 768px) {
  .project__heading {
    width: 100%;
  }
  .project__title,
  .project__heroImg {
    max-width: 80%;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }
  .cutleryWrap {
    max-width: 100%;
    width: 70%;
  }
  .cutleryImg {
    right: -240px
  }
  .project__info {
    max-width: 80%;
  }
  .project__info ul li:first-child {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .project__info ul li:not(:first-child) {
    font-size: 18px;
  }
  .project__stakeholder--wrap {
    width: calc(100% - 80px);
    margin: 20px auto;
  }
  .footer__wrap {
    max-width: 500px;
  }
  .hr {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  br {
    display: none;
  }
  .br-pcsp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .project__planning {
    margin: 30px 0 30px;
  }
  .project__planning a {
    font-size: 12px;
  }
  .project__title {
    max-width: 90%;
  }
  .project__introduction {
    max-width: 100%;
    width: calc(100% - 80px);
    margin: 0 auto 170px;
    text-align: center;
  }
  .project__heroImg {
    max-width: 95%;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.2));
  }
  .project__introduction.primary .txt {
    font-size: 16px;
    margin-bottom: 50px;
  }
  .project__info--txt {
    font-size: 15px;
  }
  .cutleryWrap {
    width: 80%;
  }
  .cutleryImg {
    right: -50px;
  }
  .project__stakeholder--txt {
    font-size: 12px;
  }
  .project__info {
    text-align: center;
    margin: 30px auto 90px;
    max-width: 90%;
  }
  .project__info ul {
    text-align: left;
    width: 80%;
  }
  .project__info ul li:first-child {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .project__info ul li:not(:first-child) {
    font-size: 12px;
  }
  .project__info img {
    height: 300px;
  }

  .project__content {
    padding: 90px 0;
  }
  .project__info--wrap {
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .project__maincontent {
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .phot {
    max-width: 100%;
    width: 100%;
  }
  .phot figcaption {
    font-size: 12px;
    margin-left: 15px;
  }
  .project__info--txt.menu {
    margin: 30px auto;
  }
  .project__data {
    margin: 58px auto 98px;
  }
  .project__maincontent ul li:first-child {
    margin-bottom: 25px;
  }
  .footer__wrap {
    margin: 60px auto;
  }
  .footer__inner li {
    width: 68px;
    height: 68px;
  }
  .hr {
    width: 90%;
    margin: 20px auto;
  }
  .pc {
    display: none;
  }
}
/*@media screen and (max-width: 375px) {
  .project__info img {
    height: 237.5px;
  }
}
@media screen and (max-width: 320px) {
  .project__info img {
    height: 270px;
  }
}*/