main #nikunohi {
  width: 1200px;
  margin: 120px auto 0;
}
main #nikunohi .section-area .point-dot {
  width: calc( 100% - 68px );
  position: relative;
  color: #fdcc02;
  font-size: 5.0rem;
  line-height: 0.25;
  letter-spacing: -1.75rem;
  right: -68px;
}
main #nikunohi .section-area .point-dot span {
  position: relative;
  left: 78px;
}
main #nikunohi .section-area .point {
  font-size: 4.5rem;
  color: #fafafa;
  -webkit-text-stroke: 3px #d0503e;
  text-stroke: 3px #d0503e;
}
main #nikunohi .section-area div:nth-child(n+3) {
  margin-top: 50px;
}
main #nikunohi .section-area div:nth-child(3) {
  padding-top: 20px;
}
main #nikunohi .insta-button {
  display: flex;
  width: 30%;
  margin: 0 auto;
  background-color: #d0503e;
  padding: 0 30px;
  border-radius: 30px;
  margin-top: 22px;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
main #nikunohi .insta-button img {
  width: 60px;
  height: 60px;
  flex-shrink: 1;
}
main #nikunohi .insta-button p {
  font-size: 2.0rem;
  color: #fafafa;
  flex-shrink: 1;
  margin-top: 10px;
}
main #menu_list {
  margin-top: 120px;
  text-align: center;
  background-color: #f4ebeb;
}
main #menu_list #menu_list_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
main #menu_list p {
  margin-top: 10px;
  font-size: 2.0rem;
  color: #d0503e;
}
main #menu_list p:nth-child(3) {
  margin-top: 0;
}
main #menu_list .section-area {
  display: block;
}
main #menu_list .section-area .section-all {
  display: flex;
  text-align: left;
  border: 3px solid;
  border-color: #d0503e;
  background-color: #fafafa;
  padding: 120px 70px 70px;
  margin-top: 140px;
  position: relative;
}
main #menu_list .section-area .section-all.section-onepart {
  border: 0;
  background-color: #f4ebeb;
  padding: 0;
}
main #menu_list .section-area .section-all.section-onepart .section-left {
  width: calc(50% - 30px);
  border: 3px solid;
  padding: 120px 35px 70px;
  border-color: #d0503e;
  background-color: #fafafa;
  position: relative;
  margin-right: 30px;
}
main #menu_list .section-area .section-all.section-onepart .section-right {
  width: calc(50% - 30px);
  border: 3px solid;
  padding: 120px 70px 70px;
  border-color: #d0503e;
  background-color: #fafafa;
  position: relative;
  margin-left: 30px;
}
main #menu_list .section-area .section-all .section-left {
  padding-right: 30px;
}
main #menu_list .section-area .section-all .section-right {
  padding-left: 30px;
}
main #menu_list .section-area .section-all p {
  font-size: 1.8rem;
}
main #menu_list .section-area .section-all .menu_icn {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main #menu_list .section-area .section-all .menu_one-section {
  display: flex;
  border-bottom: 2px solid;
  border-color: #d0503e;
  padding: 20px 0;
}
main #menu_list .section-area .section-all .menu_one-section div {
  flex-shrink: 0;
}
main #menu_list .section-area .section-all .menu_one-section div:nth-child(1) {
  width: 60%;
}
main #menu_list .section-area .section-all .menu_one-section div:nth-child(1) p {
  margin-top: 0;
}
main #menu_list .section-area .section-all .menu_one-section div:nth-child(1) p:nth-child(n+2) {
  font-size: 1.4rem;
}
main #menu_list .section-area .section-all .menu_one-section div:nth-child(1) p:nth-child(n+3) {
  color: #e8aa52;
}
main #menu_list .section-area .section-all .menu_one-section div:nth-child(2) {
  width: 40%;
}
main #menu_list .section-area .section-all .menu_one-section div:nth-child(2) p {
  font-size: 1.6rem;
  text-align: right;
  color: #333333;
  margin-top: 0px;
}
main #menu_list .section-area .section-all #roast {
  font-size: 1.4rem;
  color: #e8aa52;
}
main #policy {
  margin-top: 100px;
  padding: 120px 0;
  background-color: #f4ebeb;
}
main #policy .section-area {
  width: 1200px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
main #policy .section-area .section-all-bg {
  width: 94%;
  background-color: #fafafa;
  border: solid 3px;
  border-color: #d0503e;
  margin: 120px 0 0 auto;
  padding: 50px 100px;
  text-align: left;
  position: relative;
}
main #policy .section-area .section-all-bg .circle {
  width: 160px;
  height: 160px;
  background-color: #d0503e;
  border-radius: 50%;
  position: absolute;
  left: -70px;
  top: -70px;
  text-align: center;
  padding-top: 45px;
}
main #policy .section-area .section-all-bg .circle p {
  color: #fafafa;
  font-size: 3.0rem;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.25rem;
  margin: 0;
}
main #policy .section-area .section-all-bg h3 {
  font-size: 3.0rem;
  text-align: left;
  letter-spacing: 0.3rem;
  line-height: 1.75;
}
main #policy .section-area .section-all-bg p {
  color: #333333;
}
main #policy .section-area .section-all-bg p:nth-child(n+4) {
  margin-top: 15px;
}

@media screen and (max-width: 1250px) {
  main #nikunohi {
    width: 900px;
  }
  main #nikunohi .section-area .section-left div {
    width: 100%;
    height: 100%;
  }
  main #nikunohi .section-area .section-left div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main #nikunohi .section-area .section-right div {
    width: 100%;
    height: 100%;
  }
  main #nikunohi .section-area .section-right div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main #nikunohi .insta-button {
    width: 40%;
  }
  main #menu_list .section-area .section-all #long-menu {
    display: block;
  }
  main #menu_list .section-area .section-all #long-menu div:nth-child(1) {
    width: 100%;
  }
  main #menu_list .section-area .section-all #long-menu div:nth-child(2) {
    width: 100%;
  }
  main #menu_list #menu_list_inner {
    width: 900px;
  }
  main #policy .section-area {
    width: 900px;
  }
}
@media screen and (max-width: 960px) {
  main #nikunohi {
    width: 100%;
    margin: 0;
  }
  main #nikunohi .section-area div:nth-child(3) {
    margin-top: 0px;
  }
  main #nikunohi .section-area .point-dot {
    display: none;
  }
  main #nikunohi .section-area .point {
    font-size: 4rem;
    color: #d0503e;
    -webkit-text-stroke: 0px;
    text-stroke: 0px;
  }
  main #nikunohi .insta-button {
    width: 80%;
  }
  main #nikunohi .insta-button p {
    font-size: 1.8rem;
  }
  main #menu_list {
    margin-top: 30px;
    padding: 80px 0 150px;
  }
  main #menu_list .section-area .section-all {
    display: block;
    width: 90%;
    margin: 150px auto 0;
  }
  main #menu_list .section-area .section-all .section-left {
    padding: 0;
  }
  main #menu_list .section-area .section-all .section-right {
    padding: 0;
  }
  main #menu_list .section-area .section-all.section-onepart .section-left {
    width: 100%;
    margin: 0;
    padding: 120px 70px 70px;
  }
  main #menu_list .section-area .section-all.section-onepart .section-right {
    width: 100%;
    margin: 150px 0 0;
    padding: 120px 70px 70px;
  }
  main #menu_list #menu_list_inner {
    width: 100%;
    padding: 0;
  }
  main #menu_list p {
    font-size: 1.8rem;
  }
  main #policy {
    margin-top: 30px;
    padding: 100px 0 150px;
  }
  main #policy .section-area {
    width: 90%;
  }
  main #policy .section-area .section-all-bg {
    padding: 50px 5%;
    margin-top: 80px;
  }
  main #policy .section-area .section-all-bg .circle {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -30px;
    padding-top: 33px;
  }
  main #policy .section-area .section-all-bg .circle p {
    font-weight: 700;
  }
  main #policy .section-area .section-all-bg h3 {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  main #nikunohi .section-area .point {
    font-size: 3rem;
  }
  main #nikunohi .insta-button {
    width: 90%;
  }
  main #nikunohi .insta-button p {
    font-size: 1.6rem;
    margin-top: 12px;
  }
  main #menu_list {
    padding-bottom: 100px;
  }
  main #menu_list p {
    font-size: 1.6rem;
  }
  main #menu_list .section-area .section-all {
    width: 96%;
    margin: 120px auto 0;
    padding: 100px 8%;
  }
  main #menu_list .section-area .section-all.section-onepart .section-left {
    padding-left: 8%;
    padding-right: 8%;
  }
  main #menu_list .section-area .section-all.section-onepart .section-right {
    padding-left: 8%;
    padding-right: 8%;
    margin: 120px 0 0;
  }
  main #policy .section-area {
    width: 96%;
  }
  main #policy .section-area .section-all-bg .circle {
    width: 80px;
    height: 80px;
    top: -40px;
    left: -25px;
    padding-top: 25px;
  }
  main #policy .section-area .section-all-bg .circle p {
    font-size: 2.5rem;
    font-weight: 700;
  }
  main #policy .section-area .section-all-bg h3 {
    font-size: 2.0rem;
  }
}
