html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-behavior: smooth;
}

@media screen and (min-width:1366px) {
  html {
    font-size: calc(100vw / 1366 * 10);
  }
}

@media screen and (max-width:1040px) {
  html {
    font-size: calc(100vw / 1040 * 10);
  }
}

@media screen and (max-width:768px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }
}
body {
  color: #000;
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.body_container {
  overflow: hidden;
}
.inner {
  margin: 0 auto;
  max-width: 100rem;
}
@media screen and (max-width:768px) {
  .inner {
    padding: 0 2rem;
  }
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
a {
  transition: .2s;
}
/* ---------------------------------------------------------------------------
//  mv
--------------------------------------------------------------------------- */
.mv {
  background-image: url(../img/mv_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 136.6rem;
  height: 34.2rem;
}
.mv .wrap01 {
  padding-top: 2.7rem;
  position: relative;
}
.mv .wrap01 .img01 {
  left: 0;
  position: absolute;
  top: 2rem;
  width: 40.8rem;
  z-index: 2;
}
.mv .wrap01 .logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  width: 64.45rem;
}
/* .mv .wrap01 .logos .logo01 {
  width: 32.7rem;
}
.mv .wrap01 .logos .logo02 {
  width: 28.8rem;
} */
.mv .wrap01 h1 {
  border: solid .1rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: calc(40/28);
  margin-left: auto;
  text-align: center;
  text-shadow: 0 0 1rem #000;
  width: 63rem;
}
@media screen and (max-width:768px) {
  .mv {
    background-image: url(../img/mv_bg.jpg);
    background-size: cover;
    height: auto;
  }
  .mv .wrap01 {
    padding-bottom: 12rem;
    padding-top: 4rem;
  }
  .mv .wrap01 .img01 {
    bottom: -23rem;
    left: 5rem;
    margin: auto;
    right: 0;
    top: inherit;
    width: 90%;
  }
  .mv .wrap01 .logos {
    align-items: center;
    /* flex-direction: column; */
    width: 100%;
  }
  .mv .wrap01 .logos .logo01 {
    left: -.7rem;
    position: relative;
    width: calc(32.7rem * .8);
  }
  .mv .wrap01 .logos .logo02 {
    margin-top: 1rem;
    width: calc(28.8rem * .8);
  }
  .mv .wrap01 h1 {
    font-size: 2.4rem;
    margin-top: 2rem;
    padding: .5rem;
    white-space: nowrap;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  sec01
--------------------------------------------------------------------------- */
.sec01 {
  background-image: url(../img/01_bgN.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 170rem;
}
.sec01.end {
  height: 140rem;
}
.sec01 .wrap01 {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 1rem;
  text-align: center;
}
.sec01 .wrap01 .ttl {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 2rem;
  gap: .7rem;
  justify-content: center;
  margin-bottom: .5rem;
  padding-top: 1.1rem;
}
.sec01 .wrap01 .ttl::before, .sec01 .wrap01 .ttl::after {
  background: #5a5a5a;
  content: '';
  height: .1rem;
  width: 3.5rem;
}
.sec01 .wrap01 .sub {
  color: #0b0c0c;
  font-size: 2.6rem;
}
.sec01 .wrap01 .desc {
  color: #0b0c0c;
  font-size: 2rem;
  margin-bottom: .7rem;
  margin-top: 0;
}
.sec01 .wrap01 .desc span {
  font-size: 2.6rem;
}
.sec01 .wrap01 .sup {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
}
.sec01 .wrap01 .sups {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.sec01 .wrap01 .sup:last-of-type {
  margin-top: .2rem;
  width: 100%;
}
.sec01 .wrap01 .sup::before {
  content: '\203B';
}
.sec01 .wrap02 {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 21rem;
  text-align: center;
}
.sec01.end .wrap02 {
  padding-top: 10rem;
}
.sec01 .wrap02 .ttl {
  border-bottom: solid .1rem;
  font-size: 3rem;
  margin-bottom: 4rem;
}
.sec01 .wrap02 .desc {
  font-size: 2rem;
  line-height: 2;
}
.sec01 .wrap02 .desc + .desc {
  margin-top: 3.4rem;
}
.sec01 .wrap02 .strong {
  font-size: 4rem;
  margin-bottom: 2rem;
  margin-top: 1.4rem;
}
.sec01 .wrap01 .message {
  background: rgba(255,255,255,.3);
  margin-bottom: 4rem;
  margin-top: 12rem;
  padding: 3rem 3rem;
}
@media screen and (max-width:768px) {
  .sec01 {
    background-size: cover;
    height: auto!important;
  }
  .sec01 .wrap01 {
    padding-top: 18rem;
    text-align: center;
  }
  .sec01 .wrap01 .ttl {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .sec01 .wrap01 .ttl::before, .sec01 .wrap01 .ttl::after {
    width: 2rem;
  }
  .sec01 .wrap01 .sub {
    font-size: 2.2rem;
  }
  .sec01 .wrap01 .desc {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .sec01 .wrap01 .desc span {
    font-size: 2rem;
  }
  .sec01 .wrap01 .sup {
    font-size: 1.2rem;
    justify-content: left;
    text-align: left;
    width: 100%!important;
  }
  .sec01 .wrap01 .sups {
    display: block;
    width: 100%;
  }
  .sec01 .wrap01 .sup:last-of-type {
    margin-bottom: 1rem;
    margin-top: 0;
  }
  .sec01 .wrap02 {
    align-items: center;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding-bottom: 10rem;
    padding-top: 10rem;
    text-align: center;
  }
  .sec01.end .wrap02 {
    padding-top: 5rem;
  }
  .sec01 .wrap02 .ttl {
    font-size: 2.2rem;
    margin-bottom: 4rem;
  }
  .sec01 .wrap02 .desc {
    font-size: 1.8rem;
    line-height: 2;
  }
  .sec01 .wrap02 .desc + .desc {
    margin-top: 3.4rem;
  }
  .sec01 .wrap02 .strong {
    font-size: 3rem;
    margin-bottom: 2rem;
    margin-top: 1.4rem;
  }
  .sec01 .wrap01 .message {
    background: rgba(255,255,255,.3);
    margin-bottom: 4rem;
    margin-top: 2rem;
    padding: 2rem 1rem;
  }
  .sec01 .wrap01 .message .sub {
    font-size: 1.8rem;
  }
}


/* ---------------------------------------------------------------------------
//  sec02
--------------------------------------------------------------------------- */
.sec02 {
  background: #eeeeef;
  color: #0b0c0c;
}
.sec02 .ttl {
  align-items: center;
  background: #d2d2d3;
  display: flex;
  font-size: 3rem;
  height: 10.9rem;
  justify-content: center;
  text-align: center;
}
.sec02 .wrap01 {
  padding-bottom: 4rem;
  padding-top: 3.2rem;
}
.sec02 .wrap01 .sub {
  font-size: 2.8rem;
  line-height: 1.7;
  text-align: center;
}
.sec02 .wrap01 .sub span {
  display: inline-block;
  font-size: 4rem;
  margin: 0 .7rem;
}
.sec02 .wrap01 img {
  display: block;
  margin: 4rem auto 0;
  width: 38.9rem;
}
.sec02 .wrap02 {
  padding-bottom: 9rem;
}
.sec02 .wrap02 .item {
  background: #fff;
  position: relative;
}
.sec02 .wrap02 .item01 {
  height: 48.2rem;
}
.sec02 .wrap02 .item02 {
  height: 64rem;
  padding: 7.2rem 7rem 0;
}
.sec02 .wrap02 .item03 {
  height: 80.4rem;
  padding: 8.8rem 0 0;
}
.sec02 .wrap02 .item + .item {
  margin-top: 9rem;
}
.sec02 .wrap02 .item::before {
  background-image: url(../img/02_arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -4.9rem;
  content: '';
  height: 4.9rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.sec02 .wrap02 .item .sub {
  align-items: center;
  background: #585656;
  color: #fff;
  display: flex;
  font-size: 2.1rem;
  height: 4.4rem;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 17.5rem;
}
.sec02 .wrap02 .item .products {
  display: flex;
  padding-top: 13.7rem;
  position: relative;
}
.sec02 .wrap02 .item .products::before {
  background-image: url(../img/plus.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 10rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20rem;
  width: 10rem;
}
.sec02 .wrap02 .item .products .product {
  padding-left: 19.1rem;
  position: relative;
  width: 50%;
}
.sec02 .wrap02 .item .products .product img {
  position: absolute;
}
.sec02 .wrap02 .item .products .product01 img {
  left: -4rem;
  top: -4rem;
  width: 30.7rem;
}
.sec02 .wrap02 .item .products .product02 img {
  left: -3rem;
  top: -5rem;
  width: 30.7rem;
}
.sec02 .wrap02 .item .products .product .subsub {
  align-items: center;
  display: flex;
  font-size: 2.7rem;
  height: 7.3rem;
}
.sec02 .wrap02 .item .products .product .desc {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}
.sec02 .wrap02 .item .products .product small {
  display: block;
  font-size: 1.6rem;
  left: -.5rem;
  margin-top: 1.4rem;
  margin-top: 1.4rem;
  position: relative;
}
.sec02 .wrap02 .item .pics {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sec02 .wrap02 .item .pics img {
  width: calc((100% - 3.4rem) / 2);
}
.sec02 .wrap02 .item02 .desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(35/20);
  margin-top: 5rem;
}
.sec02 .wrap02 .item02 .sup {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
  white-space: nowrap;
}
.sec02 .wrap02 .item02 .sup::before {
  content: '\203B';
}
.sec02 .wrap02 .item03 .content {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.sec02 .wrap02 .item03 .design_sub {
  font-size: 2.9rem;
  line-height: 1.5;
  padding-left: 3rem;
  position: relative;
  text-align: center;
}
.sec02 .wrap02 .item03 .design_sub span {
  font-size: 4.1rem;
  margin: 0 .4rem;
}
.sec02 .wrap02 .item03 .design_sub strong {
  font-size: 4.1rem;
  font-weight: 600;
  left: -8rem;
  position: absolute;
  top: -5rem;
  transform: rotate(-15deg);
}
.sec02 .wrap02 .item03 .presents {
  margin-top: 2.3rem;
  width: 94.5rem;
}
.sec02 .wrap02 .item03 .desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(35/20);
  margin-top: 2.2rem;
  text-align: center;
}
.sec02 .wrap02 .item03 .desc span {
  font-weight: 900;
}
.sec02 .wrap02 .item03 .sup {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
  white-space: nowrap;
}
.sec02 .wrap02 .item03 .sup::before {
  content: '\203B';
}
@media screen and (max-width:768px) {
  .sec02 .ttl {
    font-size: 2.6rem;
    height: 8rem;
  }
  .sec02 .wrap01 .sub {
    font-size: 1.8rem;
  }
  .sec02 .wrap01 .sub span {
    font-size: 2.6rem;
  }
  .sec02 .wrap01 img {
    margin: 2rem auto 0;
    width: 30rem;
  }
  .sec02 .wrap02 {
    padding-bottom: 9rem;
  }
  .sec02 .wrap02 .item {
    height: auto!important;
    padding: 4rem 2rem!important;
  }
  .sec02 .wrap02 .item::before {
    background-position: center;
    background-size: 100rem;
  }
  .sec02 .wrap02 .item .sub {
    font-size: 2rem;
  }
  .sec02 .wrap02 .item .products {
    display: block;
    padding-top: 1rem;
  }
  .sec02 .wrap02 .item .products::before {
    height: 6rem;
    top: 48.5rem;
    width: 6rem;
  }
  .sec02 .wrap02 .item .products .product {
    padding-left: 0;
    padding-top: 2rem;
    text-align: center;
    width: 100%;
  }
  .sec02 .wrap02 .item .products .product + .product {
    margin-top: 10rem;
  }
  .sec02 .wrap02 .item .products .product img {
    position: static;
    width: 25rem;
  }
  .sec02 .wrap02 .item .products .product .subsub {
    display: block;
    font-size: 2.6rem;
    height: auto;
    margin-top: -1rem;
    text-align: center;
  }
  .sec02 .wrap02 .item .products .product01 .subsub {
    margin-top: -4rem;
  }
  .sec02 .wrap02 .item .products .product .desc {
    font-size: 2rem;
  }
  .sec02 .wrap02 .item .products .product small {
    margin-top: 1rem;
  }
  .sec02 .wrap02 .item .pics {
    display: block;
  }
  .sec02 .wrap02 .item .pics img {
    width: 100%;
  }
  .sec02 .wrap02 .item02 .desc {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .sec02 .wrap02 .item02 .sup {
    font-size: 1.4rem;
    white-space: normal;
  }
  .sec02 .wrap02 .item03 .content {
    padding-top: 3rem;
  }
  .sec02 .wrap02 .item03 .design_sub {
    font-size: 1.8rem;
    padding-left: 0;
    white-space: nowrap;
  }
  .sec02 .wrap02 .item03 .design_sub span {
    font-size: 2.4rem;
    margin: 0 .2rem;
  }
  .sec02 .wrap02 .item03 .design_sub strong {
    font-size: 3rem;
    left: 1rem;
    top: -4rem;
  }
  .sec02 .wrap02 .item03 .presents {
    margin-top: 2.3rem;
    width: 100%;
  }
  .sec02 .wrap02 .item03 .presents li {
    margin: 0 auto;
  }
  .sec02 .wrap02 .item03 .presents li + li {
    margin-top: 2rem;
  }
  .sec02 .wrap02 .item03 .presents li:nth-of-type(1) {
    width: calc(52.6rem * .5);
  }
  .sec02 .wrap02 .item03 .presents li:nth-of-type(2) {
    width: calc(61.4rem * .5);
  }
  .sec02 .wrap02 .item03 .presents li:nth-of-type(3) {
    width: calc(53.8rem * .5);
  }
  .sec02 .wrap02 .item03 .presents li:nth-of-type(4) {
    position: relative;
    right: -1rem;
    width: calc(37.4rem * .5);
  }
  .sec02 .wrap02 .item03 .desc {
    font-size: 1.6rem;
  }
  .sec02 .wrap02 .item03 .sup {
    font-size: 1.4rem;
    white-space: normal;
  }
}


/* ---------------------------------------------------------------------------
//  sec03
--------------------------------------------------------------------------- */
.sec03 {
  color: #0b0c0c;
  padding-bottom: 16.7rem;
}

.sec03 .ttl {
  align-items: center;
  background: #d2d2d3;
  display: flex;
  font-size: 3rem;
  height: 10.9rem;
  justify-content: center;
  text-align: center;
}
.sec03 .wrap01 .steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -3rem;
}
.sec03 .wrap01 .steps .step {
  height: 49.5rem;
  margin-top: 9.9rem;
  padding-right: 6.4rem;
  position: relative;
  width: 45.8rem;
}
.sec03 .wrap01 .steps .step::before {
  background-image: url(../img/03_arrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 2.1rem;
  content: '';
  height: 49.5rem;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 2.1rem;
}
.sec03 .wrap01 .steps .step:last-of-type:before {
  background-image: url(../img/03_line.png);
  background-size: 3rem;
}
.sec03 .wrap01 .steps .step .sub {
  font-size: 2.5rem;
  position: relative;
  text-align: center;
  top: -3rem;
}
.sec03 .wrap01 .steps .step .sub span {
  display: inline;
  font-size: 4.5rem;
  font-weight: 300;
  margin-left: .4rem;
}
.sec03 .wrap01 .steps .step .desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(35/20);
}
.sec03 .wrap01 .steps .step .desc span {
  font-weight: 900;
}
.sec03 .wrap01 .steps .step .sups {
  margin-top: 2rem;
}
.sec03 .wrap01 .steps .step .sups .sup {
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(30/16);
}
.sec03 .wrap01 .steps .step .sups .sup + .sup {
  margin-top: 1rem;
}
.sec03 .wrap01 .steps .step .sups .sup::before {
  content: '\203B';
}
.sec03 .wrap01 .steps .step .bnrs {
  display: flex;
  gap: 0 1.3rem;
  justify-content: center;
}
.sec03 .wrap01 .steps .step .bnrs .bnr {
  border: solid .1rem #bebebe;
  box-shadow: 0 .8rem .6rem rgba(0,0,0,.06);
  cursor: default;
  height: 6.9rem;
  margin-top: 1.2rem;
  pointer-events: none;
  width: 10.8rem;
}
.sec03 .wrap01 .steps .step .bnrs .bnr.coming {
  opacity: .3;
}
.sec03 .wrap01 .steps .step .bnrs .bnr img {
  height: 101%;
  object-fit: cover;
  width: 101%;
}
.sec03 .wrap01 .steps .step .bnrs .bnr:hover {
  box-shadow: 0 .4rem .3rem rgba(0,0,0,.12);
  opacity: .7;
}
.sec03 .wrap01 .steps .step .product {
  left: 1.9rem;
  margin: 1rem auto 0;
  position: relative;
  width: 20.66rem;
}
.sec03 .wrap01 .steps .step02 .icon {
  margin: 8rem auto 0;
  width: 13.8rem;
}
.sec03 .wrap01 .steps .step03 .icon {
  margin: 8rem auto 0;
  width: 11.2rem;
}
.sec03 .wrap01 .steps .step04 .icon {
  bottom: 10rem;
  position: absolute;
  right: 6.5rem;
  width: 10rem;
}
.sec03 .wrap02 {
  background: #d2d2d3;
  margin-top: 10.8rem;
  padding: 12.5rem 0 6.5rem;
  position: relative;
}
.sec03 .wrap02 .message {
  align-items: center;
  background: rgba(0,0,0,.7);
  bottom: 0;
  display: flex;
  font-size: 3rem;
  height: calc(100% + 2.6rem);
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.sec03 .wrap02 .message span {
  background: #fff;
  padding: 1rem;
}
.sec03 .wrap02 .sub {
  align-items: center;
  background: #585656;
  color: #fff;
  display: flex;
  font-size: 5.1rem;
  font-weight: 400;
  height: 9.6rem;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -2.6rem;
  width: 90.8rem;
}
.sec03 .wrap02 .sub img {
  margin-right: 3.9rem;
  width: 5.2rem;
}
.sec03 .wrap02 .bnrs {
  display: flex;
  gap: 0 2.7rem;
  justify-content: center;
}
.sec03 .wrap02 .bnrs .bnr {
  border: solid .1rem #bebebe;
  box-shadow: 0 .8rem .6rem rgba(0,0,0,.06);
  height: 13.2rem;
  width: 21rem;
}
.sec03 .wrap02 .bnrs .bnr.coming {
  cursor: default;
  opacity: .3;
  pointer-events: none;
}
.sec03 .wrap02 .bnrs .bnr img {
  height: 101%;
  object-fit: cover;
  width: 101%;
}
.sec03 .wrap02 .bnrs .bnr:hover {
  box-shadow: 0 .4rem .3rem rgba(0,0,0,.12);
  opacity: .7;
}
@media screen and (max-width:768px) {
  .sec03 {
    padding-bottom: 10rem;
  }
  .sec03 .ttl {
    font-size: 2.6rem;
    height: 8rem;
  }
  .sec03 .wrap01 .steps {
    display: block;
    margin-top: -4rem;
  }
  .sec03 .wrap01 .steps .step {
    height: auto;
    padding-right: 0;
    width: 100%;
  }
  .sec03 .wrap01 .steps .step::before {
    background-image: url(../img/03_arrow_sp.png);
    background-position: center;
    background-size: 44.5rem;
    bottom: -6rem;
    height: 2.1rem;
    top: inherit;
    width: 100%;
  }
  .sec03 .wrap01 .steps .step:last-of-type:before {
    display: none;
  }
  .sec03 .wrap01 .steps .step .sub {
    font-size: 2.2rem;
    position: relative;
    text-align: center;
    top: -2rem;
  }
  .sec03 .wrap01 .steps .step .sub span {
    font-size: 4rem;;
  }
  .sec03 .wrap01 .steps .step .desc {
    font-size: 1.6rem;
  }
  .sec03 .wrap01 .steps .step .sups {
    margin-top: 2rem;
  }
  .sec03 .wrap01 .steps .step .sups .sup {
    font-size: 1.4rem;
  }
  .sec03 .wrap01 .steps .step .sups .sup + .sup {
    margin-top: .5rem;
  }
  .sec03 .wrap01 .steps .step .bnrs {
    gap: 0 1rem;
  }
  .sec03 .wrap01 .steps .step .bnrs .bnr {
    aspect-ratio: 108/69;
    height: auto;
    width: calc((100% - 2rem) / 3);
  }
  .sec03 .wrap01 .steps .step .product {
    margin: 2rem auto 0;
  }
  .sec03 .wrap01 .steps .step02 .icon {
    margin: 3rem auto 0;
    width: calc(13.8rem * .8);
  }
  .sec03 .wrap01 .steps .step03 .icon {
    margin: 3rem auto 0;
    width: calc(11.2rem * .8);
  }
  .sec03 .wrap01 .steps .step04 .icon {
    margin: 3rem auto 0;
    position: static;
    width: calc(10rem * .8);
  }
  .sec03 .wrap02 {
    left: -2rem;
    margin-top: 10.8rem;
    padding: 7rem 2rem 3.5rem;
    position: relative;
    position: relative;
    width: 100vw;
  }
  .sec03 .wrap02 .message {
    font-size: 1.8rem;
    height: calc(100% + 2rem);
  }
  .sec03 .wrap02 .message span {
    padding: 1rem;
    width: calc(100% - 4rem);
  }
  .sec03 .wrap02 .sub {
    font-size: 2.6rem;
    height: 6rem;
    top: -2rem;
    width: calc(100% - 4rem);
  }
  .sec03 .wrap02 .sub img {
    margin-right: 1rem;
    width: 2.6rem;
  }
  .sec03 .wrap02 .bnrs {
    gap: 0 1rem;
  }
  .sec03 .wrap02 .bnrs .bnr {
    aspect-ratio: 108/69;
    height: auto;
    width: calc((100% - 2rem) / 3);
  }
}


/* ---------------------------------------------------------------------------
//  sec04
--------------------------------------------------------------------------- */
.sec04 {
  color: #0b0c0c;
  padding-bottom: 18.8rem;
}
.sec04 .ttl {
  align-items: center;
  background: #fff;
  border: solid .1rem #c7c7c7;
  display: flex;
  font-size: 3rem;
  height: 5.8rem;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 31.4rem;
  z-index: 2;
}
.sec04 .wrap01 {
  background: #eeeeef;
  margin-top: -2.9rem;
  padding: 16rem 6.6rem 10rem;
}
.sec04 .wrap01 .item + .item {
  margin-top: 15.6rem;
}
.sec04 .wrap01 .item .head {
  display: flex;
  justify-content: space-between;
}
.sec04 .wrap01 .item .head .product {
  width: calc(100% - 41rem);
}
.sec04 .wrap01 .item .head .product {
  padding-top: 2.6rem;
  position: relative;
}
.sec04 .wrap01 .item .head .product img {
  left: -9.5rem;
  position: absolute;
  top: 0;
  width: 30.7rem;
}
.sec04 .wrap01 .item02 .head .product img {
  left: -9rem;
}
.sec04 .wrap01 .item .head .product .txt {
  padding-left: 13rem;
}
.sec04 .wrap01 .item .head .product .txt .sub {
  align-items: center;
  display: flex;
  font-size: 2.7rem;
  height: 7.3rem;
  line-height: calc(34/27);
  margin-bottom: 1.2rem;
}
.sec04 .wrap01 .item .head .product .txt .desc {
  font-size: 2rem;
  line-height: 1.5;
}
.sec04 .wrap01 .item .head .product .txt small {
  display: block;
  font-size: 1.6rem;
  left: -.6rem;
  margin-top: 1.4rem;
  position: relative;
}
.sec04 .wrap01 .item .head .pic {
  width: calc(100% - 41rem);
}
.sec04 .wrap01 .item .bottom {
  margin-top: 8.5rem;
}
.sec04 .wrap01 .item .bottom .desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: calc(35/20);
}
.sec04 .wrap01 .item .bottom small {
  display: block;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(20/16);
  margin-top: 1rem;
}
@media screen and (max-width:768px) {
  .sec04 {
    padding-bottom: 10rem;
  }
  .sec04 .ttl {
    font-size: 2.6rem;
    height: 5rem;
    width: calc(100% - 8rem);
  }
  .sec04 .wrap01 {
    margin-top: -2.5rem;
    padding: 7rem 2rem 8rem;
  }
  .sec04 .wrap01 .item + .item {
    margin-top: 6rem;
  }
  .sec04 .wrap01 .item .head {
    display: block;
  }
  .sec04 .wrap01 .item .head .product {
    width: 100%;
  }
  .sec04 .wrap01 .item .head .product {
    align-items: center;
    display: flex;
    height: 30rem;
    padding-bottom: 4rem;
    padding-top: 0;
  }
  .sec04 .wrap01 .item .head .product img {
    left: -10rem;
    top: 0;
    width: 25rem;
  }
  .sec04 .wrap01 .item02 .head .product img {
    left: -9rem;
  }
  .sec04 .wrap01 .item .head .product .txt {
    padding-left: 9rem;
  }
  .sec04 .wrap01 .item .head .product .txt .sub {
    font-size: 2rem;
    height: auto;
    margin-bottom: 1.2rem;
    white-space: nowrap;
  }
  .sec04 .wrap01 .item .head .product .txt .desc {
    font-size: 1.6rem;
  }
  .sec04 .wrap01 .item .head .product .txt small {
    font-size: 1.4rem;
    left: -.4rem;
    white-space: nowrap;
  }
  .sec04 .wrap01 .item .head .pic {
    width: 100%;
  }
  .sec04 .wrap01 .item .bottom {
    margin-top: 2rem;
  }
  .sec04 .wrap01 .item .bottom .desc {
    font-size: 1.6rem;
  }
  .sec04 .wrap01 .item .bottom small {
    font-size: 1.4rem;
    margin-top: .5rem;
  }
}


/* ---------------------------------------------------------------------------
//  sec05
--------------------------------------------------------------------------- */
.sec05 {
  color: #0b0c0c;
  position: relative;
  z-index: 2;
}
.sec05 .wrap01 {
  border: solid .1rem #c7c7c7;
}
.sec05 .ttl {
  align-items: center;
  background: #585656;
  color: #fff;
  display: flex;
  font-size: 3rem;
  height: 6.6rem;
  justify-content: center;
  text-align: center;
}
.sec05 .scroll_area {
  background: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  height: 50rem;
  line-height: calc(25/16);
  overflow-y: auto;
  padding: 4.4rem 6.5rem;
}
@media screen and (max-width:768px) {
  .sec05 .ttl {
    font-size: 2.6rem;
    height: 6rem;
  }
  .sec05 .scroll_area {
    font-size: 1.4rem;
    height: 36rem;
    overflow-wrap: break-word;
    padding: 4rem 2rem;
    word-wrap: break-word;
  }
}


/* ---------------------------------------------------------------------------
//  footer01
--------------------------------------------------------------------------- */
.footer01 {
  background: #eeeeef;
  color: #0b0c0c;
  font-size: 2rem;
  line-height: calc(35/20);
  margin-top: -7.6rem;
  padding: 16rem 0 12rem;
}
.footer01 .wrap01 .ttl {
  font-size: 3rem;
  text-align: center;
}
.footer01 .wrap01 .flex {
  display: flex;
  justify-content: center;
  margin-bottom: 4.3rem;
  margin-top: 3.4rem;
  text-align: center;
}
.footer01 .wrap01 .flex .left {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 45%;
}
.footer01 .wrap01 .flex .right {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 45%;
}
.footer01 .wrap01 .flex .right .sub {
  font-size: 1.7rem;
  position: relative;
  right: -.5rem;
}
.footer01 .wrap01 .flex .right .tel {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: .5rem;
}
.footer01 .wrap01 .flex .right .tel:hover {
  opacity: .7;
}
.footer01 .wrap01 .flex .right .tel span {
  font-size: 2.3rem;
  letter-spacing: .1em;
  margin-left: .8rem;
}
.footer01 .wrap01 .flex .right .mail:hover {
  opacity: .7;
}
.footer01 .wrap01 dl {
  display: flex;
  font-weight: 500;
}
.footer01 .wrap01 dl dt {
  font-weight: 500;
}
.footer01 .wrap01 p {
  font-size: 2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width:768px) {
  .footer01 {
    font-size: 1.6rem;
    margin-top: -7.6rem;
    padding: 16rem 0 10rem;
  }
  .footer01 .wrap01 .ttl {
    font-size: 2.6rem;
  }
  .footer01 .wrap01 .flex {
    display: block;
    margin-bottom: 3rem;
    margin-top: 3rem;
  }
  .footer01 .wrap01 .flex .left {
    font-size: 2rem;
    width: 100%;
  }
  .footer01 .wrap01 .flex .right {
    margin-top: 3rem;
    width: 100%;
  }
  .footer01 .wrap01 .flex .right .sub {
    font-size: 1.4rem;
  }
  .footer01 .wrap01 dl {
    display: block;
    margin-bottom: 1rem;
  }
  .footer01 .wrap01 dl dt {
    font-weight: 700;
  }
  .footer01 .wrap01 dl dd {
    font-size: 1.4rem;
  }
  .footer01 .wrap01 p {
    font-size: 1.4rem;
    white-space: normal;
  }
}


/* ---------------------------------------------------------------------------
//  footer02
--------------------------------------------------------------------------- */
.footer02 {
  background: #d2d2d3;
  /* padding: 6rem 0 3.5rem; */
  padding: 6rem 0 18rem;
}
.footer02 a:hover {
  opacity: .7;
}
.footer02 .wrap01 {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.footer02 .wrap01 .logo01 {
  width: 17.9rem;
}
.footer02 .wrap01 .sns {
  display: flex;
  gap: 0 2.1rem;
  justify-content: center;
  margin-top: 5rem;
}
.footer02 .wrap01 .sns a:nth-of-type(1) {
  width: 2.82rem;
}
.footer02 .wrap01 .sns a:nth-of-type(2) {
  width: 2.75rem;
}
.footer02 .wrap01 .copyright {
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 2.2rem;
}
@media screen and (max-width:768px) {
  .footer02 {
    padding: 6rem 0 13rem;
  }
  .footer02 .wrap01 .logo01 {
    width: 17.9rem;
  }
  .footer02 .wrap01 .copyright {
    font-size: 1rem;
    margin-top: 4rem;
  }
}


/* ---------------------------------------------------------------------------
//  fix_bottom
--------------------------------------------------------------------------- */
.fix_bottom {
  background: #d2d2d3;
  bottom: 0;
  left: 0;
  padding: 3rem 3rem 1.5rem ;
  position: fixed;
  z-index: 1000;
}
.fix_bottom .message {
  align-items: center;
  background: rgba(0,0,0,.7);
  bottom: 0;
  display: flex;
  font-size: 1.8rem;
  height: calc(100% + 2.6rem);
  justify-content: center;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.fix_bottom .message span {
  background: #fff;
  padding: 1rem;
}
.fix_bottom .ttl {
  align-items: center;
  background: #585656;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 1.2rem;
  height: 4.2rem;
  justify-content: center;
  left: 3rem;
  position: absolute;
  top: -2.1rem;
  width: calc(100% - 6rem);
}
.fix_bottom .ttl img {
  width: 2.3rem;
}
.fix_bottom .bnrs {
  display: flex;
  gap: 0 .65rem;
  justify-content: center;
}
.fix_bottom .bnrs .bnr {
  height: 8.6rem;
  width: calc((100% - 1.3rem) / 3);
}
.fix_bottom .bnrs .bnr.coming {
  opacity: .3;
}
.fix_bottom .bnrs .bnr img {
  height: 101%;
  object-fit: cover;
  width: 101%;
}
.fix_bottom .bnrs .bnr:hover {
  box-shadow: 0 .4rem .3rem rgba(0,0,0,.12);
  opacity: .7;
}
@media screen and (max-width:768px) {
  .fix_bottom {
    display: none;
    padding: 2.5rem 2.5rem 1.2rem ;
    width: 100%;
  }
  .fix_bottom .ttl {
    font-size: 1.3rem;
    gap: .9rem;
    height: 3.2rem;
    left: 2.5rem;
    top: -1.6rem;
    width: calc(100% - 5rem);
  }
  .fix_bottom .ttl img {
    width: 1.8rem;
  }
  .fix_bottom .bnrs {
    gap: 0 .5rem;
  }
  .fix_bottom .bnrs .bnr {
    height: 6.6rem;
    width: calc((100% - 1rem) / 3);
  }
}

/* ---------------------------------------------------------------------------
//  その他
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}
@media screen and (max-width:768px) {
  .forSP {
    display: block;
  }
  .forPC {
    display: none;
  }
}
