@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.03em;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

li {
  list-style: none;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background: none;
}

table {
  margin-inline: auto;
  border-collapse: collapse;
}

summary::-webkit-details-marker {
  display: none;
}

summary {
  display: block;
}

/* Scss Document */
/*=============================================================
 共通
=============================================================*/
* {
  padding: 0;
  margin: 0;
}

.reset ul,
.reset ol,
.reset li,
.reset dl,
.reset dt,
.reset dd,
.reset figure,
.reset figcaption,
.reset table,
.reset table,
.reset address {
  list-style: none;
}

.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}

.reset img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (min-width: 768.9px) {
  .reset img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768.9px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media screen and (min-width: 768.9px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "zen-kaku-gothic-new", sans-serif;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-style: normal;
  /*font-feature-settings: "palt" 1; */
  background-color: #fff;
}

@media screen and (max-width: 768.9px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 768.9px) {
  body {
    font-size: 18px;
  }
}
body .maru {
  font-family: "Kiwi Maru", serif;
}

body b {
  font-weight: 700;
  font-style: normal;
}

body a {
  color: #333333;
  text-decoration: none;
}

body a:hover {
  /*opacity: 0.7;*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  body img {
    image-rendering: -webkit-optimize-contrast;
  }
}
body .object-fit {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

body .view-navi {
  display: block;
}

body .view-sp {
  display: none;
}

@media screen and (max-width: 768.9px) {
  body .view-sp {
    display: block;
  }
}
body .view-pc {
  display: block;
}

@media screen and (max-width: 768.9px) {
  body .view-pc {
    display: none;
  }
}
body #wrap,
body #contents {
  overflow: hidden;
}

body #wrap {
  margin: 0 auto;
}

body .container {
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768.9px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768.9px) {
  body .container {
    width: 975px;
    max-width: 95%;
  }
}
/*=============================================================
 LP
=============================================================*/
.item01 {
  color: #EE798A;
}

.item02 {
  color: #3EBEA6;
}

.sec-tit {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768.9px) {
  .sec-tit {
    font-size: 5vw;
    align-items: flex-end;
    white-space: nowrap;
  }
}
.sec-tit:before, .sec-tit:after {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  background: url("../image/sec-tit_ico.png") no-repeat center center;
  margin-right: 50px;
}

@media screen and (max-width: 768.9px) {
  .sec-tit:before, .sec-tit:after {
    background-size: 100% 100%;
    width: 50px;
    height: 60px;
    margin-right: 0px;
  }
}
.sec-tit:after {
  transform: scale(-1, 1);
  margin-left: 50px;
}

@media screen and (max-width: 768.9px) {
  .sec-tit:after {
    margin-left: 0px;
  }
}
.attation {
  font-size: 14px;
}

.lead {
  font-weight: 700;
  font-size: 40px;
}

@media screen and (max-width: 768.9px) {
  .lead {
    font-size: 6vw;
    white-space: nowrap;
  }
}
.bgBox {
  background: url("../image/bgbox_bg.png") repeat-y center center;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 768.9px) {
  .bgBox {
    padding: 10px;
  }
}
.bgBox-inner {
  background-color: #fff;
  padding: 50px;
  font-size: 22px;
}

@media screen and (max-width: 768.9px) {
  .bgBox-inner {
    padding: 20px;
    font-size: 4vw;
  }
}
.logo {
  position: absolute;
  top: 10px;
  left: 20px;
}

@media screen and (max-width: 768.9px) {
  .logo {
    background-color: #EE798A;
    width: 100%;
    height: 60px;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: fixed;
    z-index: 3;
  }
}
@media screen and (max-width: 768.9px) {
  .logo img {
    width: auto;
    height: 20px;
    margin-left: 20px;
  }
}
.kv {
  position: relative;
}

.kv-pic img {
  width: 100%;
  height: auto;
  min-height: 570px;
  object-fit: cover;
}

.kv-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768.9px) {
  .kv-block .logo_bland {
    width: 75%;
    margin: 0 auto;
  }
}
.kv-block .txt01 {
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  border-radius: 20px;
  font-weight: 800;
  padding: 20px 25px 20px 25px;
  font-size: 54px;
}

@media screen and (max-width: 768.9px) {
  .kv-block .txt01 {
    padding: 10px 10px;
    font-size: 8vw;
    border-radius: 5px;
    box-sizing: border-box;
  }
}
.kv-block .txt01 .left {
  border-radius: 20px 0 0 20px;
  line-height: 66px;
  font-size: 52px;
  position: relative;
}

@media screen and (max-width: 768.9px) {
  .kv-block .txt01 .left {
    line-height: 50px;
    font-size: 35px;
  }
}
.kv-block .txt01 .right {
  border-radius: 0 20px 20px 0;
  font-size: 66px;
  position: relative;
}

@media screen and (max-width: 768.9px) {
  .kv-block .txt01 .right {
    line-height: 50px;
    font-size: 35px;
  }
}
.kv-block .txt02 {
  line-height: 1;
  background-color: #fff;
  border-radius: 100%;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  font-size: 31px;
}

@media screen and (max-width: 768.9px) {
  .kv-block .txt02 {
    font-size: 5vw;
    width: 35px;
    height: 35px;
  }
}
.kv-block .lead01 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.kv-block .lead02 {
  padding-bottom: 40px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768.9px) {
  .kv-block .lead02 {
    padding-bottom: 20px;
  }
}
.kv-block .lead02:after {
  position: absolute;
  bottom: 20px;
  left: 5%;
  content: "";
  display: block;
  width: 90%;
  height: 5px;
  background: linear-gradient(to right, rgb(238, 121, 138) 0%, rgb(238, 121, 138) 50%, rgb(62, 190, 166) 50%, rgb(62, 190, 166) 100%);
}

@media screen and (max-width: 768.9px) {
  .kv-block .lead02:after {
    bottom: 10px;
  }
}
:root {
  --font-main: "zen-kaku-gothic-new", sans-serif;
  --font-sub: "noto-sans-cjk-jp", sans-serif;
  --font-en: "din-2014", sans-serif;
  --font-en-narrow: "din-2014-narrow", sans-serif;
  --font-nav: "zen-kaku-gothic-new", sans-serif;
  --content-max: 1200px;
  --gutter-pc: 40px;
  --gutter-sp: 20px;
  --color-sub-bl: #104B60;
  --color-sub-rd: #C50D81;
}

/*LP*/
.attation {
  font-size: 14px;
}

.lead {
  font-weight: 400;
  font-size: 44px;
}

.lead-sub {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 6vw;
    white-space: nowrap;
    line-height: 1.7em;
  }
  .lead-sub {
    font-size: 4.8vw;
    white-space: nowrap;
  }
}
.txtBox,
.txtBox-sub {
  display: inline-block;
  width: 680px;
  max-width: 100%;
  text-align: left;
  line-height: 2;
}

.txt__marker {
  background-color: #E9C6D3; /* ピンクの帯色 */
  padding: 0.05em 0.1em;
  border-radius: 2px;
}

.mark {
  position: relative;
  background: none;
  display: inline-block; /* 下線が文字幅にフィットするように */
}

.mark::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0; /* 線を文字のすぐ下に */
  width: 100%;
  border-bottom: 5px dotted var(--color-sub-rd); /* ★点線に変更 */
}

@media screen and (max-width: 768px) {
  .mark::after {
    border-bottom-width: 3px; /* スマホでは少し細く */
  }
}
@media screen and (max-width: 768px) {
  .mark::after {
    height: 4px;
    bottom: -2px;
    background-image: radial-gradient(var(--color-sub-rd) 1px, transparent 1px);
    background-size: 8px 4px;
  }
}
.c__sec-border {
  width: 72px;
  height: 6px;
  border-radius: 10px;
  background: var(--sec-border, #123c4a);
  display: block;
  margin: 80px auto 0; /* ← 上に80pxの余白を作る */
}

.c__com-btn-block {
  margin-top: 60px;
}

.c__com-btn {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  margin-inline: auto;
  gap: 20px;
  width: 600px;
  padding: 30px 24px;
  background: var(--color-sub-rd);
  color: #fff;
  border-radius: 9999px;
  cursor: pointer;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  transition: opacity 0.2s ease;
  margin-top: 20px;
}
.c__com-btn::before {
  content: "";
}
.c__com-btn img {
  width: 14px;
  padding-top: 2px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .c__com-btn {
    grid-template-columns: 1fr 70vw 1fr;
    gap: 0px;
    width: 90vw;
    padding: 20px 14px;
    font-size: 16px;
  }
}

a:hover .c__com-btn {
  background-color: #08212b;
}

/* kv */
.kv {
  z-index: 1;
  max-width: 100%;
}

.kv-block-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .kv-block-item {
    position: absolute;
    top: 120px;
    margin-inline: auto;
    gap: 300px;
  }
}

.kv-block {
  width: 50vw;
  height: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .kv-block {
    width: 100%;
  }
}
.kv-block .logo {
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .kv-block .logo {
    left: 0;
    position: fixed;
    z-index: 9999;
  }
}
.kv-block__kv-ttl-block {
  width: 360px;
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .kv-block__kv-ttl-block {
    width: 60vw;
    margin-left: 0;
    margin-top: 0px;
  }
}
.kv-block__kv-ttl-sub {
  background: var(--color-sub-rd);
  border-radius: 22px;
  padding-block: 14px;
}
.kv-block__kv-ttl-sub img {
  width: 237px;
}
@media screen and (max-width: 768px) {
  .kv-block__kv-ttl-sub img {
    width: 50vw;
  }
}
.kv-block__kv-ttl-sub p {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .kv-block__kv-ttl-sub p {
    font-size: 20px;
  }
}

.view-pc {
  height: 680px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.view-pc img {
  height: auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 100%;
  z-index: -1000;
  height: 100%;
}

/*ヘッダー*/
@media screen and (min-width: 768px) {
  .gheader {
    position: relative;
    background-color: var(--color-sub-bl);
    position: sticky;
    top: 0px;
    z-index: 3;
  }
  .gheader ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    overflow: hidden;
  }
  .gheader ul li a {
    display: block;
    font-size: 20px;
    padding: 0 40px;
    font-weight: 700;
    color: #fff;
    line-height: 80px;
    position: relative;
  }
  .gheader ul li a:before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    background-color: var(--color-sub-rd);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gheader ul li a:hover:before {
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .gheader .btn-shop {
    position: absolute;
    right: 0;
    top: 0;
  }
  .gheader .btn-shop a {
    display: flex;
    align-items: center;
    background-color: var(--color-sub-rd);
    color: #fff;
    border-radius: 45px 0 0 45px;
    text-align: left;
    font-size: 18px;
    padding: 0 50px 0;
    height: 80px;
    line-height: 1.2;
  }
  .gheader .btn-shop a:before {
    display: none;
  }
  .gheader .btn-shop a:hover {
    background-color: #08212b;
  }
}
@media screen and (max-width: 768px) {
  .gheader ul li a {
    display: block;
    padding: 10px 0;
    font-weight: 700;
  }
  .gheader .btn-shop {
    margin-top: 20px;
  }
  .gheader .btn-shop a {
    background-color: #115067;
    color: #fff;
    border-radius: 45px;
    text-align: left;
    padding: 10px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1609.9px) {
  .gheader ul {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(5, 1fr);
  }
  .gheader ul li a {
    font-size: 1.35vw;
    color: #fff;
    display: block;
    padding: 0;
    letter-spacing: -0.03em;
  }
  .gheader .btn-shop {
    position: relative;
    margin: 0 0 0 auto;
  }
  .gheader .btn-shop a {
    font-size: 1.4vw;
    padding: 0 2vw 0 3vw;
    white-space: nowrap;
  }
}
.drawer-hamburger {
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
  z-index: 10;
  width: 60px;
  height: 60px;
  border-radius: 0;
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
}

@media screen and (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}
.drawer-hamburger-icon {
  display: block;
  width: 60%;
  background-color: #333;
  transform: scale(1);
  position: relative;
  transition: 0.5s;
  margin: 0 auto;
  height: 1.5px;
}

.drawer-hamburger-icon:before {
  content: "";
  display: block;
  width: 100%;
  background-color: #333;
  position: absolute;
  transition: 0.5s;
  top: -8px;
  height: 1.5px;
}

.drawer-hamburger-icon:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #333;
  position: absolute;
  transition: 0.5s;
  bottom: -8px;
  height: 1.5px;
}

@media screen and (max-width: 768px) {
  .drawer-scroll {
    overflow: scroll;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .drawer-nav {
    display: none;
    background-color: #FFE2E2;
    position: fixed;
    width: 100%;
    /*height: 98%;
     IE8以下とAndroid4.3以下用フォールバック 
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);*/
    left: 0;
    top: 60px;
    box-sizing: border-box;
    z-index: 3;
    padding: 20px 20px 40px 20px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-nav {
    display: block;
  }
}
.drawer-open {
  overflow: hidden;
}

.drawer-open .drawer-nav {
  display: block;
}

/*sec01*/
.sec01 {
  background-color: #FBFCED;
}

.sec01-block {
  padding: 120px 0 240px 0;
}

@media screen and (max-width: 768px) {
  .sec01-block {
    padding: 60px 0 160px 0;
  }
}
.sec01-block .lead {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec01-block .lead {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.txtBox {
  padding-top: 60px;
}

.txtBox-sub {
  padding-top: 36px;
}

.c__sec-img {
  padding-top: 60px;
}
.c__sec-img img {
  width: 465px;
}
@media screen and (max-width: 768px) {
  .c__sec-img img {
    width: 80vw;
  }
}

.c__sec-txtbox__sub {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .c__sec-txtbox__sub {
    margin-inline: 20px;
  }
}

/*sec02*/
.sec02 {
  background-color: #F2E7E7;
}

.sec02-block {
  padding-top: 120px;
}

@media screen and (max-width: 768px) {
  .sec02-block {
    padding-top: 60px;
  }
}
.sec02-block .lead {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sec02-block .lead {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.sec-illu-block-wrap {
  padding-top: 36px;
  padding-bottom: 160px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-illu-block-wrap {
    margin-inline: 20px;
  }
}

.sec-illu-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .sec-illu-block {
    margin-inline: auto;
    width: 70vw;
  }
}

.sec-illu-block > img {
  flex: 0 1 380px;
  width: min(100%, 380px);
  height: auto;
  display: block;
}

.sec-illu-block__cap {
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-illu-block__cap {
    font-size: 12px;
  }
}

/*sec03*/
.sec03-block {
  padding-top: 120px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .sec03-block {
    padding: 60px 0 50px 0;
  }
}
.c__price {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-inline: auto;
  justify-content: center;
}
.c__price__spec {
  max-width: 34.5vw;
}
@media screen and (max-width: 768px) {
  .c__price__spec {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c__price {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

.spec__brand-logo {
  width: 123px;
  margin-bottom: 15px;
}

.spec__brand-logo-l {
  width: 312px;
  margin-bottom: 15px;
}

.spec__brand-ttl {
  font-size: 40px;
  font-weight: 900;
  font-family: var(--font-sub);
  margin-bottom: 22px;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .spec__brand-ttl {
    font-size: 32px;
  }
}

.spec__brand-lead {
  font-size: 18px;
  text-align: left;
  margin-bottom: 24px;
}

.c__price__pdc-img {
  max-width: 32vw;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c__price__pdc-img {
    max-width: 80vw;
    margin-inline: auto;
  }
}

.spec__brand-price-box {
  border-left: 5px solid var(--color-sub-bl);
  padding: 10px 0 10px 20px;
  margin: 20px 0;
  text-align: left;
}
.spec__brand-price-box__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
.spec__brand-price-box__price {
  font-family: var(--font-en);
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.spec__brand-price-box__price .price__yen {
  font-size: 45px;
  margin-right: 2px;
}
.spec__brand-price-box__price .price__txt {
  font-size: 16px;
  font-weight: 700;
  margin-left: 6px;
}
@media screen and (max-width: 768px) {
  .spec__brand-price-box {
    border-left-width: 3px;
    padding: 8px 0 8px 12px;
    margin: 16px 0;
  }
  .spec__brand-price-box__lead {
    font-size: 3.5vw;
    margin-bottom: 4px;
    letter-spacing: 0;
  }
  .spec__brand-price-box__price {
    font-size: 8vw;
  }
  .spec__brand-price-box__price .price__yen {
    font-size: 6vw;
  }
  .spec__brand-price-box__price .price__txt {
    font-size: 3.2vw;
  }
}

.spec__brand-price-box__txt {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
.spec__brand-price-box__cap {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .spec__brand-price-box__cap {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .sec03-block {
    margin-inline: 20px;
  }
}

.sec03-block__detail {
  margin: 110px 0 180px;
}

.sec03-block__detail-ttl {
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec03-block__detail-ttl {
    margin-inline: 20px;
    font-size: 5.8vw;
  }
}

.sec03-block__detail-bl {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
  justify-items: center;
  text-align: center;
  margin-top: 45px;
  margin-inline: 164px;
}
@media screen and (max-width: 768px) {
  .sec03-block__detail-bl {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-inline: 20px;
  }
}

.sec03-block__detail-blbox-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: var(--color-sub-rd);
  border-radius: 10px;
  padding: 16px;
  width: 100%;
  height: 54px;
  color: #fff;
  font-size: 32px;
  font-family: var(--font-en-narrow);
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sec03-block__detail-blbox-ttl {
    font-size: 5.8vw;
  }
}
.sec03-block__detail-blbox-ttl span {
  font-size: 24px;
  font-family: var(--font-sub);
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .sec03-block__detail-blbox-ttl span {
    font-size: 5vw;
    letter-spacing: -0.02em;
  }
}

.sec03-block__detail-blbox p {
  font-size: 16px;
  text-align: left;
}
.sec03-block__detail-blbox p .sec03-block__cap {
  font-size: 14px;
}

/*sec04*/
.sec04-block {
  padding: 120px 0 240px 0;
  background: #F7EFCC;
}

@media screen and (max-width: 768px) {
  .sec04-block {
    padding: 60px 0 100px 0;
  }
}
.sec04-block .lead {
  margin-top: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sec04-block .lead {
    margin-top: 60px;
    margin-bottom: 0;
  }
}

.sec04-block ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
  margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .sec04-block ul {
    display: block;
    margin-top: 35px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 768px) {
  .sec04-block ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
  }
}
.sec04-block ul li:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../image/strep_arrow.png") no-repeat center center;
}

@media screen and (max-width: 768px) {
  .sec04-block ul li:after {
    transform: rotate(90deg);
    margin: 0 auto;
  }
}
.sec04-block ul li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .sec04-block ul li img {
    width: 50%;
  }
}
.sec04-c__price {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .sec04-c__price {
    margin-top: 0;
  }
}

/*sec05*/
.sec05 {
  background-color: #fff;
  padding: 120px 0 240px 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    padding: 100px 0 120px 0;
  }
}

.sec05-block .lead {
  margin: 0 40px;
}

@media screen and (max-width: 768px) {
  .sec05-block .lead {
    margin: 0 20px;
  }
}
/*フッター*/
.footer .copy {
  padding: 25px;
  font-size: 14px;
}/*# sourceMappingURL=style.css.map */