@charset "utf-8";
html {
  font-size: 100%;
}
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500 700;
  font-size: 16px;
  color: #000;
}
main {
  margin-top: 120px;
  width: 100%;
}
a {
  text-decoration: none;
  transition: .5s;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 1200px;
  margin: 80px auto 100px auto;
  font-size: 16px;
  padding: 0 4%;
}
.site-ttl {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.site-ttl a {
  display: block;
}
.container {
  width: 100%;
  height: 120px;
  background-color: #FFCC75;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-ttl {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}

/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  background-color: #FFCC75;
}
.header-nav-menu {
  display: flex;
  color:#fff;
}
#header li {
  margin-left: 30px;
}
#header li a:hover {
  opacity: 0.7;
}

/* kv-1 */
.kv-1 {
  width: 100%;
  height: 48vw;
  background-image: url(../img/KV-BI.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.kv-1 .flex-left {
  padding: 0 0 0 100px;
}
.kv-1 .kv-1p1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2;
}
.kv-1 .kv-1p2 {
  font-size: 55px;
  font-weight: bold;
  line-height: 2;
}
.kv-1 .flex-right {
  padding: 0 100px 0 0;
}
.kv-1 img {
  width: 370px;
  height: 300px;
}

/* kv-2 */
.kv-2 {
  background-color: #F7F8FA;
}
.heading {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 80px 0 100px;
}
.kv2-column {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 40px;
}
.kv2-column .kv2-right img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.kv2-column .kv2-left {
  font-size: 28px;
  line-height: 2;
}
.kv2-column .kv2-left td {
  padding-left: 50px;
}
.kv2-column .kv2-left td::before {
  content: '*';
}

/* production */

/* price */
.price {
  background-color: #F7F8FA;
}
.price .wrapper {
  background-color: #F7F8FA;
}
.table {
  border-collapse: collapse;
  text-align: center;
  margin: 0 auto;
  width: 950px;
}
.table .td-1,.table .td-2 {
  border: 1px solid #000;
  padding: 20px 0;
}
.table .tr-b {
  font-size: 24px;
  font-weight: bold;
}
.table .tr-r {
  font-size: 24px;
}
.table .td-2::after {
  content: "~";
}
.content-item {
  font-size: 20px;
  text-align: center;
  margin-bottom: 80px;
  padding-top: 20px;
}
.content-item ::before {
  content: "※";
}
.first-press-limited {
  font-size: 24px;
  font-weight: bold;
  border: solid 10px #000;
  border-radius: 20px;
  padding: 50px;
}
.first-press-limited .limited-ttl {
  padding-bottom: 20px;
}
.first-press-limited .limited-text {
  padding-bottom: 10px;
}
.first-press-limited .limited-text::before {
  content: "~";
}
.first-press-limited .limited-text::after {
  content: "~";
}
.first-press-limited b {
  font-size: 32px;
}
.first-press-limited h3 {
  text-align: center;
  padding-bottom: 20px;
  font-size: 32px;
}
.first-press-limited h3::before {
  content: "★";
}
.first-press-limited h3::after {
  content: "★";
}
.first-press-limited li {
  line-height: 1.5;
}
.first-press-limited li::before {
  content: "・";
}

/* delivery-schedule */
.content-box .discription {
  margin-left: 25%;
}
.content-box .discription dt {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}
.content-box .discription dt span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  background-color: #D9D9D9;
  border-radius: 10px;
  display: block;
  text-align: center;
  position: absolute;
  top: -3px;
  left: -55px;
}
.content-box .discription dd {
  line-height: 1.5;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #D9D9D9 transparent transparent transparent;
  margin: 3% auto 3% 30%;
}

/* faq */
.content-box .qa .q {
  font-size: 24px;
  font-weight: bold;
  border: solid 1px #000;
  padding: 20px 20px;
  cursor: pointer;
  transition: .5s;
}
.content-box .qa .q:hover {
  background-color: antiquewhite;
}
.content-box .qa .a {
  font-size: 20px;
}
.content-box .qa .q p::before {
  content: 'Q.';
}
.content-box .qa .a p::before {
  content: 'A.';
}
.content-box .qa {
  position: relative;
}
.content-box .qa .q::before,
.content-box .qa .q::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
}
.content-box .qa .q::after {
  transform: rotate(90deg);
  transition: .5s;
}
.content-box .qa .q.open {
  background-color: antiquewhite;
}
.content-box .qa .q.open::before {
  opacity: 0;
}
.content-box .qa .q.open::after {
  transform: rotate(180deg);
  top: 30px;
}
.content-box .qa .detail {
  border-top: solid 1px #ccc;
  padding: 35px 30px;
  display: none;
}

/* contact */
.contact-text {
  height: 300px;
  text-align: center;
}
.contact-text p {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin: 80px 0;
}
.contact-text a {
  font-size: 32px;
  font-weight: bold;
  border: solid 1px #fff;
  padding: 20px;
  border-radius: 15px;
  background-color: #E26C17;
  color: #fff;
}

/* footer */
.footer {
  background-color: #FFCC75;
  height: 450px;
}
.footer .footer-nav-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0;
}
.footer .footer-nav-menu li {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.footer li:hover {
  opacity: .7;
}
.footer-content {
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
}
.copyright {
  display: block;
  text-align: center;
  padding-top: 70px;
}

/* 768 */
@media screen and (max-width: 1024px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    cursor: pointer;
  }
  .sec-ttl {
    font-size: 36px;
  }

  /* header */
  .header {
    padding: 0 20px;
  }
  .site-ttl {
    font-size: 36px;
  }
  .header-nav {
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    padding: 40px 0;
    background-color: #FFCC75;
    display: none;
  }
  .header-nav-menu {
    gap: 40px 0;
    flex-wrap: wrap;
  }
  .header-nav li {
    width: 100%;
    text-align: center;
  }
  .h-btn {
    width: 46px;
    height: 35px;
    position: relative;
  }
  .h-btn span {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: #fff;
    transition: .5s;
  }
  .h-btn span:first-of-type {
    top: 0;
  }
  .h-btn span:nth-of-type(2) {
    top: 50%;
  }
  .h-btn span:last-of-type {
    top: 100%;
  }
  .h-btn.active span:first-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .h-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .h-btn.active span:last-of-type {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }

  /* kv-1 */
  .kv-1 {
    height: calc(100vh - 120px);
  }
  .kv-1 .kv-1p1 {
    font-size: 30px;
  }
  .kv-1 .kv-1p2 {
    font-size: 37px;
  }
  .kv-1 img {
    width: 250px;
    height: 250px;
  }

  /* kv-2 */
  .heading {
    font-size: 36px;
    padding: 80px 0;
  }
  .kv2-column {
    display: block;
  }
  .kv2-column .kv2-left {
    margin: 0 auto;
  }
  .kv2-column .kv2-left td {
    padding-left: 60px;
  }
  .kv-2 .kv2-right {
    text-align: center;
    padding: 40px 0;
  }
  .kv-2 .kv2-right img {
    width: 250px;
    height: 250px;
  }

  /* production */

  /* price */
  .table {
    width: 700px;
  }
  .content-item {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
  padding-top: 20px;
}
  .first-press-limited {
    font-size: 24px;
    font-weight: normal;
  }

  /* web-production-flow */
  .content-box .discription {
    margin-left: 20%;
  }
  .content-box .discription dt {
    font-size: 24px;
    padding-bottom: 15px;
  }
  .content-box .discription dt span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: -1px;
    left: -50px;
  }
  .triangle {
    border-width: 25px 25px 0 25px;
  }

  /* faq */
  .content-box .qa .q {
    font-size: 20px;
  }
  .content-box .qa .a {
    font-size: 20px;
  }

  /* contact */
  .contact-text {
  height: 250px;
  }
  .contact-text p {
    font-weight: normal;
  }
  .contact-text a {
    font-size: 24px;
    font-weight: bold;
  }

  /* footer */
  .footer .footer-nav-menu li {
    font-size: 16px;
    font-weight: normal;
  }
}

/* 375 */
@media screen and (max-width: 767px) {
  .wrapper {
    margin: 60px auto 80px auto;
  }
  .sec-ttl {
    font-size: 24px;
  }

  /* header */
  .site-ttl {
    font-size: 24px;
  }
  .h-btn {
    width: 32px;
    height: 21px;
  }

  /* kv-1 */
  .kv-1 {
    flex-direction: column;
    justify-content: center;
  }
  .kv-1 .flex-left {
  padding: 0;
  }
  .kv-1 .kv-1p1 {
    font-size: 24px;
  }
  .kv-1 .kv-1p2 {
    font-size: 36px;
  }
  .kv-1 .flex-right {
  padding: 0;
  }
  .kv-1 img {
    width: 150px;
    height: 150px;
  }

  /* kv-2 */
  .heading {
    font-size: 20px;
    padding: 80px 0 20px;
  }
  .kv2-column .kv2-left {
    font-size: 16px;
  }
  .kv2-column .kv2-left td {
    display: block;
    text-align: left;
    padding: 10px 0;
  }
  .kv-2 .kv2-right img {
    width: 200px;
    height: 200px;
  }

  /* price */
  .table {
    width: 330px;
  }
  .table .tr-b {
    font-size: 16px;
  }
  .table .td-1,.table .td-2 {
    padding: 19px;
  }
  .table .tr-r {
    font-size: 16px;
  }
  .content-item {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .first-press-limited {
    font-size: 16px;
    padding: 29px;
  }
  .first-press-limited h3 {
    font-size: 20px;
  }
  .first-press-limited b {
    font-size: 20px;
  }

 /* delivery-schedule */
  .content-box .discription dt {
    font-size: 16px;
    padding-bottom: 10px;
   }
   .content-box .discription dd {
     padding-bottom: 20px;
   }
  .content-box .discription dt span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: -3px;
    left: -30px;
   }
  .triangle {
    border-width: 20px 20px 0 20px;
    padding-bottom: 10px;
   }

   /* faq */
   .content-box .qa .q {
    font-size: 16px;
    font-weight: normal;
  }
  .content-box .qa .q p {
    padding: 0 30px 0 0 ;
  }
  .content-box .qa .a {
    font-size: 16px;
  }

   /* contact */
  .contact-text p {
    font-size: 16px;
  }
  .contact-text a {
    font-size: 20px;
  }

   /* footer */
  .footer {
    height: 950px;
  }
  .footer .footer-nav-menu {
    display: block;
    text-align: center;
    padding: 40px 0;
    border-bottom: solid 1px #333;
  }
  .footer .footer-nav-menu li {
    font-weight: bold;
    padding: 20px 0;
  }
  .footer-content {
    border-bottom: solid 1px #333;
  }
  .footer-content p {
    padding: 30px 0;
  }
  .copyright {
    padding: 70px 0;
  }
}