@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caprasimo&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li {
  list-style: none;
}

body {
  background: #000000;
  min-height: 100vh;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.mainvisual {
  width: 100%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  background: transparent;
}
@media screen and (max-width: 800px) {
  .mainvisual {
    height: 70vw;
  }
}
.mainvisual:after {
  content: "";
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.9;
  background-image: linear-gradient(0deg, transparent 25%, #000 25%, #000 50%, transparent 50%, transparent 75%, #000 75%, #000);
  background-size: 8px 8px;
}
.mainvisual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainvisual img {
  display: block;
  max-width: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: 0.6;
}

.page_about {
  width: 100vw;
  overflow: hidden;
}
.page_about img.logo {
  transform: scale(1.1) translateY(-20px);
}
.page_about img.logo_3 {
  width: 100%;
  transform: scale(1.1) translateY(-100px);
  z-index: -1;
}
.page_about .inner {
  max-width: 1000px;
  color: #05e55c;
  margin: 0 auto;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.instagram ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.instagram ul li {
  aspect-ratio: 1/1;
}
.instagram ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page_menu {
  overflow: hidden;
  background-image: url("../img/about_bg_white.png");
  padding: 15px;
}
.page_menu .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 20px;
  background: rgba(255, 255, 255, 0.8);
}
.page_menu .inner nav ul {
  display: flex;
  gap: 20px;
}
.page_menu .inner nav ul li {
  margin-bottom: 10px;
  flex: 1;
}
.page_menu .inner nav ul li a {
  display: flex;
  align-items: center;
  background: #fff;
  border: solid 1px #aaa;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
  gap: 10px;
  font-size: 14px;
}
.page_menu .inner nav ul li a img {
  width: 60px;
}
.page_menu .inner nav ul li a span {
  font-weight: 500;
  color: #000;
}
.page_menu .inner section {
  max-width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}
.page_menu .inner section .head {
  display: flex;
  margin-bottom: 60px;
}
.page_menu .inner section .head .print_point {
  width: 300px;
}
.page_menu .inner section .head .txt {
  flex: 1;
}
.page_menu .inner section .head h2 {
  margin-bottom: 0.5em;
}
.page_menu .inner section .head p {
  font-size: 15px;
}
.page_menu .inner section .head img {
  width: 80%;
}
.page_menu .inner section .head table {
  width: 100%;
  border-collapse: collapse;
}
.page_menu .inner section .head table tr th,
.page_menu .inner section .head table tr td {
  border: solid 1px #ddd;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 1em;
  text-align: left;
}
.page_menu .inner section .head table tr th {
  background: #f7f7f7;
  width: 150px;
}
.page_menu .inner section .content {
  flex: 1;
}
.page_menu .inner section .content h3 {
  padding: 2em 0 0.5em;
}

.page_ink {
  background-image: url("../img/about_bg.png");
  padding: 20px;
}
.page_ink .inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 100px 60px;
  border-radius: 5px;
}
.page_ink .inner .color_list {
  padding: 60px 0;
}
.page_ink .inner .color_list ul {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
}
.page_ink .inner .color_list ul li:nth-child(1) span.swatch {
  border: solid 1px #ccc;
}
.page_ink .inner .color_list ul li span {
  display: block;
}
.page_ink .inner .color_list ul li span.swatch {
  width: 100%;
  height: 60px;
  border-radius: 3px;
}
.page_ink .inner .color_list ul li span.name {
  text-align: center;
  font-size: 14px;
}

.page_price {
  background-image: url("../img/about_bg.png");
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.page_price .inner {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  padding: 100px 60px 60px;
  border-radius: 5px;
}
.page_price .inner .price_item {
  border: solid 1px #ccc;
  padding: 20px 30px;
  border-radius: 5px;
}
.page_price .inner .price_item h2 {
  text-align: center;
  margin-bottom: 1em;
}
.page_price .inner .price_item ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.page_price .inner .price_item ul li img {
  padding: 0 30px 10px;
}
.page_price .inner .price_item ul li .title {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0.4em;
}
.page_price .inner .price_item ul li p {
  font-size: 12px;
}
.page_price .inner .price_item_txt {
  padding: 60px 0;
}
.page_price .inner .price_item_txt .item {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}
.page_price .inner .price_item_txt .item .icon {
  width: 80px;
}
.page_price .inner .price_item_txt .item .txt {
  flex: 1;
}
.page_price .inner .price_item_txt .item .txt h3 {
  margin-bottom: 0.5em;
}
.page_price .inner .price_item_txt .item .txt h4 {
  padding: 0.5em 0 0.2em;
}
.page_price .inner .price_item_txt .item .txt p {
  font-size: 15px;
}
.page_price .inner .price_item_txt .item .txt ul {
  padding: 10px 30px;
  background: #f3f3f3;
}
.page_price .inner .price_item_txt .item .txt ul li {
  list-style: disc;
  font-size: 14px;
}

.bg_heading {
  position: relative;
  width: 100%;
  height: clamp(100px, 20vw, 300px);
}
.bg_heading img {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: scale(1.2);
}

.simulator .price_list {
  overflow-y: scroll;
  width: 100%;
}
.simulator .price_list table {
  width: 100%;
  border-collapse: collapse;
}
.simulator .price_list table th,
.simulator .price_list table td {
  border: solid 1px #ddd;
  font-size: clamp(12px, 1.2vw, 14px);
  padding: 0.3em 1em;
  white-space: nowrap;
}
.simulator .price_list table thead tr th {
  background: #eee;
}
.simulator .price_list table tbody tr td:first-child {
  text-align: left;
}
.simulator .price_list table tbody tr td:first-child span {
  display: block;
}
.simulator .price_list table tbody tr td:first-child a {
  font-size: 12px;
  display: block;
  color: #999;
}
.simulator .price_list table tr th a {
  font-size: 12px;
  display: block;
  color: #999;
}
.simulator .price_list table tr td {
  text-align: center;
  white-space: nowrap;
}
.simulator .simulator_area .btn {
  text-align: right;
  padding-top: 10px;
}
.simulator .simulator_area button {
  border: none;
  background: #eee;
  border-radius: 5px;
  padding: 0.5em 2em;
  cursor: pointer;
}
.simulator .simulator_area table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #aaa;
}
@media screen and (max-width: 1100px) {
  .simulator .simulator_area table tbody {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.simulator .simulator_area table tbody tr th,
.simulator .simulator_area table tbody tr td {
  border: solid 1px #aaa;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .simulator .simulator_area table tbody tr th,
  .simulator .simulator_area table tbody tr td {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 3em;
    border: none;
    border-bottom: solid 1px #ddd;
  }
}
.simulator .simulator_area table tbody tr th {
  background: #eee;
  padding: 0.3em 1em;
  text-align: center;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .simulator .simulator_area table tbody tr th {
    justify-content: flex-start;
  }
}
.simulator .simulator_area table tbody tr td {
  font-weight: 500;
}
.simulator .simulator_area table tbody tr td.price {
  text-align: right;
  padding-right: 1em;
}
.simulator .simulator_area table tbody tr td.select {
  position: relative;
}
.simulator .simulator_area table tbody tr td.select::before {
  content: "";
  display: block;
  width: 0.4em;
  height: 0.4em;
  position: absolute;
  right: 0.8em;
  top: 1em;
  margin: auto;
  transform: rotate(45deg);
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
}
.simulator .simulator_area table tbody tr td.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 100%;
  font-size: 1em;
  padding: 0.8em 3em 0.8em 1em;
  cursor: pointer;
}
.simulator .simulator_area table tbody tr td.select select:hover {
  background: #f7f7f7;
}
.simulator .simulator_area table tbody tr td.select select:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.simulator .simulator_area table tbody tr td input[type=number] {
  outline: none;
  border: none;
  width: 100%;
  font-size: 1em;
  padding: 0.8em 0.5em 0.8em 1em;
  cursor: pointer;
}
.simulator .simulator_area table tbody tr td input[type=number]::-webkit-inner-spin-button, .simulator .simulator_area table tbody tr td input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

ul.block_scroll {
  display: flex;
}
ul.block_scroll li img {
  width: 200px;
}
ul.block_scroll li .block_capt p {
  font-size: 12px;
}

.block_size table {
  width: 100%;
  border-collapse: collapse;
}
.block_size table th,
.block_size table td {
  border: solid 1px #999;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 0.2em;
}

.material {
  background: #eee;
  margin-bottom: 40px;
}

.list_color {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
  gap: 10px 15px;
}
.list_color a {
  text-decoration: none;
  cursor: default;
  color: #000;
}
.list_color a:first-child img.col_sp {
  border: solid 1px #ccc;
}
.list_color a img.col_sp {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.list_color a p,
.list_color a ul,
.list_color a img {
  display: none;
}
.list_color figcaption {
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
  padding-top: 0.2em;
}
.list_color figcaption span {
  display: none;
}

main {
  display: flex;
  gap: 20px;
  max-width: 1300px;
  margin: -100px auto 0;
  padding: 15px;
  position: relative;
}
main nav {
  width: 220px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 40px;
  border-radius: 10px;
  background: #fff;
  padding: 20px 15px;
}
@media screen and (max-width: 900px) {
  main nav {
    display: none;
  }
}
main nav ul {
  margin-bottom: 20px;
}
main nav ul li a {
  display: block;
  padding: 0.6em 0.3em;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: solid 1px #ccc;
}
main nav .btn a {
  display: block;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  background: #000;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
}
main .content {
  flex: 1;
  background: #fff;
  padding: 40px clamp(10px, 2vw, 40px);
  border-radius: 10px;
  overflow: scroll;
}
main .content section {
  padding: 40px 0;
}
main .content section h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 22px;
}
main .content section#about .logo {
  text-align: center;
  margin-bottom: 20px;
}
main .content section#about .logo img {
  max-width: 500px;
}
main .content section#about p {
  text-align: center;
  line-height: 2;
}
main .content section#step ol {
  border: solid 1px #aaa;
  padding: 15px clamp(10px, 2vw, 30px);
  border-radius: 10px;
}
main .content section#step ol > li {
  border-bottom: solid 1px #aaa;
  padding: 20px 5px;
}
main .content section#step ol > li:last-child {
  border-bottom: none;
}
main .content section#step ol > li h3 {
  font-size: 17px;
  margin-bottom: 10px;
}
main .content section#step ol > li p {
  font-size: 15px;
  margin-bottom: 1em;
}
main .content section#step ol > li ul {
  background: #eee;
  padding: 10px 10px 10px 2em;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 0.5em;
}
main .content section#step ol > li ul li {
  list-style: disc;
}
main .content section#ink .color_list {
  padding: 60px 0;
}
main .content section#ink .color_list ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}
@media screen and (max-width: 800px) {
  main .content section#ink .color_list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 500px) {
  main .content section#ink .color_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
main .content section#ink .color_list ul li:nth-child(1) span.swatch {
  border: solid 1px #ccc;
}
main .content section#ink .color_list ul li span {
  display: block;
}
main .content section#ink .color_list ul li span.swatch {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 3px;
}
main .content section#ink .color_list ul li span.name {
  font-size: 12px;
}
main .content section#print_body p {
  margin-bottom: 1em;
}

.drawer_btn {
  font-size: 50px;
  width: 1em;
  height: 1em;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  border: solid 1px #000;
  top: 10px;
  right: 10px;
  z-index: 101;
  border-radius: 100%;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .drawer_btn {
    display: flex;
  }
}
.drawer_btn span,
.drawer_btn span:after,
.drawer_btn span:before {
  content: "";
  display: block;
  width: 0.5em;
  height: 3px;
  background: #000;
  position: absolute;
  transition: 0.3s;
}
.drawer_btn span:before {
  bottom: 0.15em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span:after {
  top: 0.15em;
  transition: 0.3s 0.3s, transform 0.3s;
}
.drawer_btn span.active {
  background: rgba(0, 0, 0, 0);
}
.drawer_btn span.active:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}
.drawer_btn span.active:after {
  top: 0;
  transform: rotate(45deg);
  transition: 0.3s, transform 0.3s 0.3s;
}

.drawer_content {
  width: 250px;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  padding: 20px 20px 20px;
  overflow: scroll;
  position: fixed;
  border-radius: 10px;
  top: -100vh;
  right: 20px;
  opacity: 0;
  z-index: 100;
  transition: 0.3s;
  border: solid 1px #000;
}
.drawer_content.active {
  opacity: 1;
  top: 20px;
}
.drawer_content nav {
  width: 100%;
}
.drawer_content nav ul {
  margin-bottom: 20px;
}
.drawer_content nav ul li a {
  display: block;
  padding: 0.6em 0.3em;
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  border-bottom: solid 1px #ccc;
}
.drawer_content nav .btn a {
  display: block;
  padding: 10px;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  background: #000;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */