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

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

html {
  font-size: 10px;
}

body {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.txt-comment{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  p {
    margin: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

#page-web {
  padding-top: 86px;
}
@media screen and (max-width: 767px) {
#page-web {
  padding-top: 44px;
}
}

.top {
  padding: 0;
  display: flex;
  justify-content: center;
  width: auto;
}

@media screen and (max-width: 767px) {
  .top-picture {
    width: 100%;
  }
}

.top-img {
  width: 100%;
  max-width: 1400px;
}

.background {
  padding: 0;
  margin: auto;
  width: 100%;
  max-width: 1400px;
  overflow: clip;
}

.container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
}

.container-convenient{
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .container-convenient{
    padding-top: 50px;
  }
}

.txt{
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.txt-comment {
  font-size: 2.5rem;
  color: #000;
  line-height: 1.6;
  padding: 100px 0 70px;
}
@media screen and (max-width: 767px) {
  .txt-comment {
    font-size: 2rem;
    padding: 40px 0;
  }
}

.txt-comment br {
  display: none;
}
@media screen and (max-width: 767px) {
  .txt-comment br {
    display: inline;
  }
}

.merit {
  display: flex;
  justify-content: space-between;
  padding: 0;
  max-width: 1000px;
  width: 100%;
  margin-bottom: 100px;
}

.merit picture {
  width: 30%;
}

  .merit img{
    width: 100%;
  }

@media screen and (max-width: 767px) {
  .merit {
    flex-direction: column;
    margin-bottom: 50px;
  }
  
  .merit picture {
    width: 100%;
    max-width: 335px;
    margin: auto;
  }


}

@media screen and (max-width: 767px) {
  .merit-dm {
    padding: 10px 0;
  }
}

.background-skyblue{
  background-color: rgba(0, 180, 200, 0.1);
}

.txt-comment-size {
  color: #00b4c8;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .txt-comment-size {
    padding: 40px 0;
  }
}

.size {
  position: relative;
  padding: 0;
  max-width: min(calc(378vw / 10),378px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .size {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .size-img {
    width: 90%;
    max-width: 302px;
  }
}

.size-side-img {
  position: absolute;
  top: 13px;
  left: -289px;
}
@media screen and (max-width: 767px) {
  .size-side-img {
    top: 188px;
    left: 0;
    width: 55%;
  }
}

.size-merit-img {
  position: absolute;
  top: -22px;
  right: -250px;
  max-width: min(calc(220vw / 10),220px);
}
@media screen and (max-width: 767px) {
  .size-merit-img {
    top: 163px;
    right: -10px;
    width: 45%;
    max-width: 150px;
  }
}

.txt-caption{
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 84px 0 60px;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: clip;
}

.txt-caption br {
  display: none;
}
@media screen and (max-width: 767px) {
  .txt-caption {
    font-size: 2.7rem;
    padding-top: 72px;
    background-size: 102px;
  }

  .txt-caption br {
    display: inline;
  }
}

.txt-caption-size {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 65px 0 70px;
  background-image: none;
}
@media screen and (max-width: 767px) {
  .txt-caption-size {
    font-size: 2rem;
    padding: 215px 0 45px;
    white-space: nowrap;
  }
}

.txt-caption-order{
  background-image: url(../images/mask/chapter1.png);
  white-space: nowrap;
}

.txt-caption-ship{
  background-image: url(../images/mask/chapter2.png);
  padding-bottom: 45px;
}

.txt-caption-distribution {
  background-image: url(../images/mask/chapter3.png);
  padding-bottom: 45px;
}

.txt-caption-lot {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding: 84px 0 60px;
  background-image: url(../images/mask/chapter4.png);
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 45px;
}

.txt-caption-lot br {
  display: none;
}
@media screen and (max-width: 767px) {
  .txt-caption-lot {
    font-size: 2.7rem;
    padding-top: 72px;
    padding-bottom: 40px;
    background-size: 102px;
  }

  .txt-caption-lot br {
    display: inline;
  }
}

.txt-caption span {
  border-bottom: 12px solid #fff000;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .txt-caption span {
    border-bottom: 9px solid #fff000;
    padding-bottom: 5px;
  }
}

.underline-pc {
  border-bottom: 12px solid #fff000;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .underline-pc {
    border-bottom: none;
  }

  .underline-sp {
    border-bottom: 9px solid #fff000;
    padding-bottom: 1px;
  }
}

.txt-sentence {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .txt-sentence {
    font-size: 1.4rem;
    padding-bottom: 50px;
  }
}

.txt-sentence-size {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .txt-sentence-size {
    text-align: justify;
    padding-bottom: 45px;
  }

  .txt-sentence-size br {
    display: none;
  }
}

.txt-sentence-ship br {
  display: none;
}
@media screen and (max-width: 767px) {
  .txt-sentence-ship br {
    display: inline;
  }
}

.break-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .break-sp {
    display: inline;
  }
}

.order {
  padding: 0;
  display: flex;
  justify-content: center;
  width: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .order {
    padding-bottom: 50px;
  }
}

.order-img {
  width: 100%;
}

.price-list {
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 0.3em;
  font-feature-settings: "palt";
  padding: 25px 0 30px;
}
@media screen and (max-width: 767px) {
  .price-list {
    font-size: 1.6rem;
    padding: 0px 0 20px;
  }
}

.lot-table {
  font-size: 1.8rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lot-table {
    display: flex;
    font-size: 1.5rem;
    border: 1px solid #00b4c8;
    width: 100%;
    margin-bottom: 30px;
  }
}

.lot-table-number {
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lot-table-number {
    display: block;
    width: calc(100%/3);
  }
}

.lot-table-price {
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lot-table-price {
    display: block;
    width: calc(100%/3);
  }
}

.lot-table-cost {
  display: flex;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .lot-table-cost {
    display: block;
    width: calc(100%/3);
  }
}

.lot-head {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #00b4c8;
  border: 1px solid #00b4c8;
  width: 160px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .lot-head {
    border: 0;
    width: 100%;
    height: 40px;
  }
}

.lot-head-number {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .lot-head-number {
    border-bottom: 1px solid #00b4c8;
    border-right: 1px solid #fff;
  }
}

.lot-head-price {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .lot-head-price {
    border-bottom: 1px solid #00b4c8;
    border-right: 1px solid #fff;
  }
}

.lot-body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #231815;
  letter-spacing: 0.025em;
  border-top: 1px solid #00b4c8;
  width: 140px;
}
@media screen and (max-width: 767px) {
  .lot-body {
    border: 0;
    width: 100%;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .lot-body-number  {
    border-right: 1px solid #00b4c8;
  }
}

.lot-body-price {
   background-color: #ffffe6;
}
@media screen and (max-width: 767px) {
  .lot-body-price  {
    border-right: 1px solid #00b4c8;
  }
}

.lot-body-cost  {
  background-color: #fff;
  border-bottom: 1px solid #00b4c8;
}
@media screen and (max-width: 767px) {
  .lot-body-cost  {
    border-bottom: 0;
  }
}

.txt-lot-table {
  font-size: 1.4rem;
  line-height: 1.7;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .txt-lot-table {
    font-size: 1.3rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

.txt-lot-table-attention {
  text-align: justify;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .txt-lot-table-attention {
    padding-bottom: 40px;
  }
}

.txt-lot-table-attention span {
  color: #00b4c8;
}

footer {
  margin: 0;
  padding: 10px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.background-yellow{
  background-color: #ffffe6;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .background-yellow{
    padding-bottom: 50px;
  }
}

.work-container {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .work-container {
    max-width: 335px;
  }
}

.txt-comment-work {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .txt-comment-work {
    padding-bottom: 40px;
  }
}

.work:not(:last-child) {
  margin-bottom: 50px;
}

.work-image-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .work-image-wrapper {
    flex-direction: column;
    margin-bottom: 20px;
  }
}

.work-image {
  width: 50%;
  max-width: 379px;
}
@media screen and (max-width: 767px) {
  .work-image {
    width: 100%;
    margin-bottom: 20px;
  }
}

.work-image02 {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .work-image02 {
    width: 100%;
    margin-bottom: 0;
  }
}

.work-name {
  font-size: 20px;
  letter-spacing: 0.05em;
  text-indent: 1em;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .work-name {
    font-size: 16px;
    padding-bottom: 20px;
  }
}

.topics ul {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .topics ul {
    margin-bottom: 13.4%;
  }
}

@media screen and (max-width: 767px) {
  .contactWrap {
    text-align: center;
  }
}

.contactWrap .borderdBtn {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}