@charset "utf-8";

.breadcrumb {
  margin: 0 8px;
}
body.miyatiku-lp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  margin: 8px 0;
}

body.miyatiku-lp .main p {
  line-height: 200%;
  font-size: 16px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  body.miyatiku-lp .main p {
    font-size: 14px;
  }
}

body.miyatiku-lp .main .small-txt {
  font-size: 14px;
}

body.miyatiku-lp .main a {
  text-decoration: none;
}

.miyatiku-lp a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
.miyatiku-lp a:active,
.miyatiku-lp a:focus {
  outline: 0;
}

.miyatiku-lp ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.miyatiku-lp li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.miyatiku-lp img {
  border-style: none;
  padding: 0;
  margin: 0;
}
.miyatiku-lp figure {
  margin: 0;
}
.miyatiku-lp .pc-only {
  display: block;
}
.miyatiku-lp .sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .miyatiku-lp .pc-only {
    display: none;
  }
  .miyatiku-lp .sp-only {
    display: block;
  }
}

.miyatiku-lp img {
  max-width: 100%;
}

.miyatiku-inner {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .miyatiku-inner {
    width: 92%;
    margin: 0 auto;
  }
}
.miyatiku-inner-l {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1001px) {
  .miyatiku-inner-l {
    width: 92%;
    margin: 0 auto;
  }
}

body.miyatiku-lp .main .sentence-block p {
  margin-bottom: 1em;
}

body.miyatiku-lp .main .btn-txt {
  margin-top: 24px;
}
body.miyatiku-lp .main .btn-txt a {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  background: #edf5ff;
  display: inline-block;
  padding: 16px 64px 16px 24px;
  position: relative;
}
body.miyatiku-lp .main .btn-txt a::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/634/ico_arrow.svg)
    no-repeat center center / contain;
  width: 15px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  body.miyatiku-lp .main .btn-txt a {
    font-size: 16px;
    padding: 8px 40px 8px 16px;
  }
  body.miyatiku-lp .main .btn-txt a::after {
    right: 16px;
  }
}

/* mv-area */
.mv-area {
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/636/mv_bg.jpg)
    top center / cover;
  padding: 10vw 0 100vw 0;
}
.mv-area .mv-img {
  text-align: center;
}
.mv-area .mv-img .logo {
  margin-bottom: 96px;
}
.mv-area .mv-img .logo img {
  max-width: 800px;
}
.mv-area .mv-img p {
  color: #efd06b;
  font-size: 40px !important;
  line-height: 1.4em !important;
  font-weight: bold;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .mv-area {
    padding-top: 16px;
  }
  .mv-area .mv-img .logo {
    margin-bottom: 16px;
  }
  .mv-area .mv-img .logo img {
    max-width: 250px;
  }
  .mv-area .mv-img p {
    font-size: 24px !important;
    line-height: 1.2em !important;
  }
}

/* about-area */
.about-area {
  color: #fff;
  background: #720209;
  text-align: center;
  padding: 80px 0;
  position: relative;
}
.about-area .logo {
  margin-bottom: 48px;
}
.about-area .logo img {
  max-height: 50px;
  width: unset;
}
.about-area .sentence-block .txt {
  font-size: 24px;
}
.about-area.bg-black {
  background: #000;
}

@media screen and (max-width: 768px) {
  .about-area {
    padding: 40px 0;
  }
  .about-area .logo {
    margin-bottom: 16px;
  }
  .about-area .logo img {
    max-height: 40px;
  }
  .about-area .sentence-block .txt {
    font-size: 16px;
  }
}

.row.col6 {
  gap: 0;
  justify-content: flex-start;
}
.row.col6 img {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .row.col6 {
    display: flex;
    flex-direction: row;
  }
}

/* products-area */
.products-area {
  background: #000;
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.products-area .miyatiku-inner {
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/636/products_bg.jpg)
    no-repeat center center / cover;
  padding: 30px;
}
.products-area .miyatiku-inner > a {
  background: #efd06b;
  display: block;
  padding: 30px;
  border-radius: 50px;
  margin-bottom: 30px;
  position: relative;
}
.products-area .miyatiku-inner > a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/636/btn_present.png)
    no-repeat center center / contain;
  width: 200px;
  height: 160px;
  right: -14px;
  bottom: -10px;
}
.products-area .row > div.product-name {
  width: 50%;
}
.products-area .row > div.product-img {
  width: 40%;
}

.products-area .row > div .btn-txt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  background: #a6020e;
}
.products-area .row > div .btn-txt span {
  position: relative;
  padding-left: 50px;
}

.products-area .row > div .btn-txt span:before {
  content: "";
  display: block;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/636/ico_cart.png)
    no-repeat center center / contain;
  width: 34px;
  height: 34px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.products-area p.txt-w{
  color: #fff!important;
  max-width: 800px;
  margin: 0 auto!important;
}

@media screen and (max-width: 768px) {
  .products-area .row > div.product-name {
    width: 100%;
  }
  .products-area .row > div.product-img {
    width: 100%;
  }
  .products-area .row > div.product-img img {
    max-height: 240px;
    width: auto;
  }
  .products-area .miyatiku-inner {
    padding: 14px;
  }
  .products-area .miyatiku-inner > a {
    padding: 20px;
    border-radius: 40px;
  }
  .products-area .miyatiku-inner > a:before {
    bottom: auto;
    top: 150px;
    width: 150px;
    height: 110px;
  }
}

/* products-detail-area */
.products-detail-area {
  color: #fff;
  background: #720209;
  padding: 0 0 40px 0;
}
.products-detail-area .products-mv {
  position: relative;
}

.products-detail-area .products-mv .txt-img {
  position: absolute;
  bottom: 15%;
  right: 5%;
}

.products-detail-area .products-detail-info {
  display: flex;
  justify-content: space-between;
}

.products-detail-area .products-detail-info > div:first-child {
  width: 60%;
}

.products-detail-area .products-detail-info > div:last-child {
  width: 38%;
}

p.btn-products {
  margin: 32px auto !important;
  text-align: center;
  display: block;
}

p.btn-products a {
  color: #000;
  background: #fff;
  font-size: 30px !important;
  padding: 24px 80px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  border: 4px solid #efd06b;
  transition: all 0.3s;
}

p.btn-products a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(https://gigaplus.makeshop.jp/kodawariq/assets/images/lp/636/ico_products_arrow.png)
    no-repeat center center / contain;
  width: 40px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
}

p.btn-products a:hover {
  background: #f2e0a4;
}

p.btn-products a span {
  position: absolute;
  font-size: 20px !important;
  top: -24px;
  transform: rotate(-6deg);
  left: -8px;
  padding: 0 16px;
  background: linear-gradient(to right, #ff914d, #efd06b);
}

@media screen and (max-width: 768px) {
  .products-detail-area .products-detail-info {
    flex-wrap: wrap;
  }

  .products-detail-area .products-detail-info > div:first-child {
    width: 100%;
  }

  .products-detail-area .products-detail-info > div:last-child {
    width: 80%;
    margin: 0 auto 20px auto;
  }
  p.btn-products a {
    font-size: 22px !important;
    padding: 20px 40px;
  }
  p.btn-products a:before {
    width: 20px;
    height: 40px;
    right: 0.5em;
  }
  p.btn-products a span {
    font-size: 16px !important;
  }
}

/* row  */
.row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 80px;
}
.row:last-child {
  margin-bottom: 0;
}
.row > div {
  width: calc(37% - 12px);
}

.row .product-img {
  width: calc(63% - 12px);
}

.row.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .row,
  .row.reverse {
    flex-direction: column-reverse;
    align-items: center;
  }
  .row > div,
  .row .product-img {
    text-align: center;
    width: auto;
    margin: 0 auto;
  }
  .row .product-img {
    max-width: 500px;
  }
}
