@charset "UTF-8";
/* =============================================================================


     font-face


============================================================================= */
@font-face {
  src: url("../font/B.woff") format("woff"), url("../font/B.otf") format("opentype");
  font-display: swap;
  font-family: "tsukuB";
}

@font-face {
  src: url("../font/D.woff") format("woff"), url("../font/D.otf") format("opentype");
  font-display: swap;
  font-family: "tsukuD";
}

/* =============================================================================


     font-extend


============================================================================= */
.form-item {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
}

/***********************
   基本サイズ
***********************/
/* =============================================================================


   order


============================================================================= */
.mv {
  background: url(../img/lp/mv.jpg);
  background-position: right;
  background-size: cover;
  height: 50vw;
  max-height: 100vh;
  min-height: 700px;
  overflow: hidden;
  position: relative;
}

.mv-ttl {
  flex-direction: column;
  left: 10%;
  max-width: 1000px;
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  width: 40vw;
}

/* =============================================================================


     slide


============================================================================= */
.slider {
  background: url(../img/lp/bg01.jpg) no-repeat;
  background-size: cover;
}

.slide-txtbox {
  margin: 70px auto 0;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

/* **************************************


     first


***************************************/
.first,
.secand,
.third,
.two,
.slider {
  overflow-x: hidden;
  padding: 80px 0px;
}

.first-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}

.first-txtbox,
.secand-txtbox,
.third-txtbox,
.two-txtbox,
.delivery-txtbox {
  display: flex;
  flex-direction: column;
  padding: 40px;
  text-orientation: upright;
  width: 50%;
  writing-mode: vertical-rl;
}

.first-txtbox {
  background-image: url(../img/lp/bg02.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.secand-txtbox {
  justify-content: flex-end;
}

.order-ttl {
  display: inline-block;
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 40px;
  position: relative;
}

.order-txt {
  font-size: 2rem;
}

.first-img,
.third-img,
.delivery-img,
.two-img {
  width: 50%;
}

.first-img img,
.third-img img,
.delivery-img img,
.two-img img {
  font-family: "object-fit:cover";
  height: 100%;
  object-fit: cover;
}

.secand {
  position: relative;
}

.secand-container {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.third {
  background-image: url(../img/lp/bg03.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.third-container {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}

.video-container {
  width: 50%;
}

.video-box {
  position: relative;
  width: 690px;
}

.video-box:before {
  content: "";
  display: block;
  padding-top: 70%;
  /* 高さを幅の75%に固定 */
}

.video-box iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* =============================================================================


     two


============================================================================= */
.two {
  background-image: url(../img/lp/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
}

.two-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  position: relative;
  width: 100vw;
}

.two-container:nth-child(1) {
  flex-direction: row-reverse;
}

.two-container:nth-child(1) .two-txtbox {
  justify-content: flex-end;
}

.two-txtbox {
  padding-bottom: 80px;
  padding-top: 80px;
}

.order-link {
  margin-right: 40px;
}

.order-link a {
  display: inline-block;
  transition: 0.2s;
}

.order-link a:hover {
  opacity: 0.7;
}

/* =============================================================================


     .delivery


============================================================================= */

.delivery-container {
  display: flex;
  justify-content: space-between;
}

.delivery-container:nth-child(1) {
  flex-direction: row-reverse;
}

.yen-txtbox {
  padding: 2em 0;
  width: 49%;
}

.yen-ttl {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 1em 0;
  width: 80%;
}

.yen-txt {
  font-size: 2rem;
  margin-top: 40px;
}

/* =============================================================================


     sacefy


============================================================================= */
.safety-img {
  width: 100%;
}

.safety-txtbox {
  margin: 120px auto 80px;
  min-height: 1000px;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.safety-txtbox .order-txt {
  margin-top: 2em;
}

/* =============================================================================


     contact


============================================================================= */
.contact {
  background-image: url(../img/lp/bg01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.contact-txt {
  font-size: 3rem;
  margin-top: 50px;
  text-align: center;
}

.contact-ttl {
  font-size: 6rem;
  line-height: 1;
  margin: auto;
  text-align: center;
  width: 6em;
}

.form {
  margin: 120px auto;
}

.form-item {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 30px 0;
}

.form-item._textarea {
  align-items: flex-start;
}

.form-item dt {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  justify-content: space-between;
  min-width: 295px;
}

.form-item dt.number {
  align-items: flex-start;
  flex-direction: column;
}

.form-item dt p {
  font-size: 80%;
}

.form-item dt span {
  border: 1px solid #c1272d;
  color: #c1272d;
  display: inline-block;
  font-size: 1.6rem;
  height: 25px;
  line-height: 25px;
  margin-left: auto;
  text-align: center;
  width: 62px;
}

.form-item dd {
  font-size: 1.8rem;
  margin-left: 5em;
  width: calc(100% - 295px);
}

.form-item dd.name {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-left: 2.5em;
}

.form-item dd.name span {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  width: 5em;
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 2em;
}

.select .wpcf7-list-item {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

.select .wpcf7-list-item select {
  padding: 0.25em;
}

.select-span {
  color: #51535b;
  margin-left: 60px;
}

.form-btn-container {
  margin-top: 100px;
}

@media screen and (max-width: 1399px) {
  .first-container {
    margin: auto;
    width: 100%;
  }
  .two-container {
    margin: auto;
    width: 100%;
  }
}

@media (max-width: 1365px) {
  .first .inner,
  .two .inner {
    padding: 0;
  }
  .first-txtbox,
  .secand-txtbox,
  .third-txtbox,
  .two-txtbox,
  .delivery-txtbox {
    padding: 40px 20px;
  }
  .order-ttl {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-left: 24px;
  }
}

@media (max-width: 767px) {
  .mv {
    background-image: url(../img/lp/mv-sp.jpg);
    height: 400px;
    min-height: unset;
    min-width: unset;
  }
  .mv-ttl {
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    left: 50%;
    padding: 16px 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 1;
  }
  .mv-ttl img {
    margin: auto;
    width: 160px;
  }
  .first,
  .secand,
  .third,
  .two,
  .slider {
    padding: 30px 0;
  }
  .first .inner,
  .two .inner {
    padding: 0 16px;
  }
  .first-container {
    flex-direction: column;
  }
  .first-txtbox,
  .secand-txtbox,
  .third-txtbox,
  .two-txtbox,
  .delivery-txtbox {
    justify-content: center;
    padding: 40px 0;
    width: 100%;
  }
  .first-txtbox:before {
    background-image: url(../img/lp/bg02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    height: 100%;
    left: 50%;
    position: relative;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
  }
  .order-ttl {
    font-size: 2.2rem;
    margin-left: 20px;
  }
  .order-txt {
    font-size: 1.4rem;
    position: relative;
  }
  .first-img,
  .third-img,
  .delivery-img,
  .two-img {
    text-align: center;
    width: 100%;
  }
  .secand-container {
    align-items: center;
    flex-direction: column;
  }
  .third-container {
    flex-direction: column;
  }
  .video-container {
    width: 100%;
  }
  .video-box {
    width: 100%;
  }
  .two-container:nth-child(1) .two-txtbox {
    justify-content: center;
  }
  .two-container {
    align-items: center;
    flex-direction: column-reverse;
    width: 100%;
  }
  .two-container:nth-child(1) {
    align-items: center;
    flex-direction: column-reverse;
  }
  .delivery {
    padding: 60px 0;
  }
  .delivery-container:nth-child(1) {
    flex-direction: column;
  }
  .delivery-container {
    flex-direction: column;
  }
  .yen-txtbox {
    padding: 40px 0;
    width: 100%;
  }
  .yen-ttl {
    font-size: 2rem;
  }
  .yen-txt {
    font-size: 1.5rem;
  }
  .safety-img {
    min-height: 300px;
  }
  .safety-img img {
    font-family: "object-fit:cover";
    min-height: 300px;
    object-fit: cover;
  }
  .safety-txtbox {
    margin: 60px auto;
    min-height: unset;
    writing-mode: horizontal-tb;
  }
  .safety-txtbox .order-ttl {
    margin-bottom: 32px;
    margin-left: 0;
  }
  .safety-txtbox .order-txt {
    margin-top: 0;
  }
  .contact-txt {
    font-size: 1.6rem;
    margin-top: 32px;
  }
  .contact-ttl {
    font-size: 4rem;
  }
  .form {
    margin: 60px auto;
  }
  .form-item {
    align-items: center;
    flex-direction: column;
  }
  .form-item._textarea {
    align-items: center;
  }
  .form-item dt {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: block;
    font-size: 1.8rem;
    justify-content: flex-start;
    min-width: unset;
  }
  .form-item dt span {
    margin-left: 2em;
  }
  .form-item dd {
    margin-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .form-item dd.name {
    margin-left: 0;
  }
  .form-item dd.name span {
    font-size: 1.4rem;
  }
  .wpcf7-list-item + .wpcf7-list-item {
    margin: 0.25em 0 0;
  }
  .select .wpcf7-list-item {
    align-items: center;
    flex-direction: column;
  }
  .select-span {
    font-size: 1.4rem;
    margin: 20px auto 0;
  }
  .form-btn-container {
    margin-top: 40px;
  }
}

/*# sourceMappingURL=index.css.map*/
