@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*-----------------------------------------
-------------------------------------------
-------------------------------------------
-------------------------------------------

目次　※各々レスポンシブ対応あり

01 共通部分設定＆リセットCSS
02 ヘッダーの設定
03 コンテンツの設定
04 フッターの設定

-------------------------------------------
-------------------------------------------
-----------------------------------------*/

/*-----------------------------------------
01 共通部分設定＆リセットCSS
-------------------------------------------*/
body {
  padding: 0;
  margin: 0;
}

div.body {
  margin: auto;
  min-width: 1100px;
}

@media screen and (max-width:768px) {
  div.body {
    min-width: auto;
  }
}

div.body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.center {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.center2 {
  width: calc(100% - 20px);
  max-width: 900px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width:768px) {

  .center,
  .center2 {
    max-width: 500px;
  }
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.body a:hover {
  opacity: 1;
}

.body img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.body p,
.body a,
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body li,
.body span,
.body div {
  text-shadow: none;
  margin: auto;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif !important;
  color: var(--gray01);
}

.body ul,
.body li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}


.fnt-main {
  font-family: 'Noto Sans JP', sans-serif;
}

:root {
  --purple01: #640087;
  --purple02: #ECDCF4;
  --yellow01: #B7B000;
  --yellow02: #B49829;
  --green01: #2E8E82;
  --green02: #93b635;
  --pink01: #CF6DA1;
  --beige01: #EDEAD9;
  --grade01: 0deg, #A56BB9 0%, var(--purple01) 90%;
}

/*-----------------------------------------
01 共通部分設定＆リセットCSS　ここまで
-------------------------------------------*/

/*-----------------------------------------
02 ヘッダーの設定
-------------------------------------------*/

div.header-label {
  background: #000;
  padding: 10px 10px 20px;
  border-radius: 0 0 20px 20px;
}

div.header-label p,
div.header-label p span {
  color: #fff;
  font-weight: 700;
}

div.header-label p {
  font-size: 45px;
}

div.header-label p span {
  font-size: 130%;
}

.headGrp div.wrap01 {
  background: linear-gradient(var(--grade01));
  padding: 0;
  position: relative;
}

div.header-title {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 30px);
  max-width: 1200px;
  padding: 55px 0;
}

div.header-title img {
  max-width: 275px;
  margin: auto 0 auto 0;
}

div.header-title h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.25;
  color: #fff;
  margin: auto auto auto 40px;
}

div.header-text {
  background: var(--purple02);
  /* background: linear-gradient(0deg,#ffffff 50%, #eeeeee 100%); */
  padding: 20px 0;
}

div.header-text div.center {
  display: flex;
  justify-content: flex-start;
}

div.header-text img {
  max-width: 320px;
  margin: auto 0;
}

div.header-text p {
  font-size: 36px;
  font-weight: 900;
  color: var(--purple01);
  margin: auto auto auto 10px;
}

div.header-img {
  width: 100%;
  max-width: 450px;
  position: absolute;
  bottom: 0;
  left: calc(50% + 400px);
  transform: translateX(-50%);
}

.headGrp div.wrap01.sp2 {
  display: none;
}

@media screen and (max-width:768px) {
  .headGrp {
    background: linear-gradient(var(--grade01))
  }

  .headGrp div.wrap01.sp2 {
    display: none;
  }
}

@media screen and (max-width:500px) {
  .headGrp {
    background: linear-gradient(var(--grade01))
  }

  .headGrp div.wrap01.sp {
    display: none;
  }

  .headGrp div.wrap01.sp2 {
    display: block;
  }
}


/*-----------------------------------------
02 ヘッダーの設定　ここまで
-------------------------------------------*/

/*-----------------------------------------
03 コンテンツの設定
-------------------------------------------*/


.mainGrp div.wrap01 {
  background: var(--purple02);
  padding: 60px 0;
  position: relative;
}

.mainGrp div.wrap01 div.center2 {
  position: relative;
  z-index: 10;
}

.mainGrp div.wrap01::before {
  content: "";
  display: block;
  width: 100%;
  height: 250px;
  background: var(--purple01);
  position: absolute;
  bottom: 0;
  left: 0;
}

/*サービス対象エリア*/
div.service-area {
  width: 100%;
  max-width: 800px;
  margin-bottom: 40px;
}

div.service-area h3 {
  display: block;
  /* background: var(--purple01); */
  background: #000;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

div.service-area ul {
  padding: 20px 0px 15px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
}

div.service-area ul li {
  /* display: inline-block; */
  display: block;
  width: 100%;
  min-width: 150px;
  padding: 10px 20px;
  border-radius: 100px;
  background: #fff;
  /* color: var(--purple01); */
  color: var(--yellow02);
  font-size: 20px;
  font-weight: 900;
  /* margin: auto 10px 10px; */
  margin: 0;
  filter: drop-shadow(2px 2px 6px rgba(0, 0, 0, 0.3));
}
p.come{
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
/*ティアのサポートで業務改善*/
div.pointGrp {
  border: 3px solid #000;
  border-radius: 10px;
  background: #fff;
  padding: 0;
}

div.pointGrp h3 {
  width: 100%;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  background: #000;
  color: #fff;
  font-weight: 700;
  font-size: 33px;
}

div.point-flex {
  display: flex;
  justify-content: center;
}

div.point-flex ul {
  margin: auto 20px auto auto;
  padding: 30px 0;
}

div.point-flex ul li {
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  padding: 10px 0 10px 45px;
  position: relative;
}

div.point-flex ul li::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260227/check.png)no-repeat center / contain;
  position: absolute;
  top: 10px;
  left: 0;
}

div.point-flex img {
  max-width: 250px;
  margin: auto auto 0 0;
}

@media screen and (max-width:768px) {
  div.pointGrp h3 {
    font-size: 26px;
  }

  div.point-flex {
    flex-direction: column;
  }

  div.point-flex ul {
    margin: auto;
  }

  div.point-flex ul li {
    font-size: 28px;
  }

  div.point-flex img {
    max-width: 200px;
    margin: auto auto 0;
  }
}

@media screen and (max-width:500px) {
  div.service-area {
    margin-bottom: 30px;
  }

  div.service-area h3 {
    font-size: 5vw;
  }

  div.service-area ul li {
    min-width: 125px;
    font-size: 5.25vw;
    padding: 1.25vw 3.5vw;
    margin: 1vw;
  }

  div.pointGrp h3 {
    font-size: 5vw;
  }

  div.point-flex ul li {
    font-size: 5.5vw;
    padding: 0.5em 0 0.5em 1.25em;
  }

  div.point-flex ul li::before {
    width: 5.5vw;
    height: 5.5vw;
    top: 3vw;
  }
}

/*ティアの終活*/
div.tear-about {
  padding: 30px 0 0;
}

div.tear-about h3 {
  font-size: 30px;
  font-weight: 900;
  color: var(--purple01);
  margin-bottom: 20px;
}

div.tear-about-box {
  background: #000;
  padding: 30px;
  border-radius: 25px;
}

div.box-wrap {
  max-width: 700px;
  padding: 10px 0;
}

div.box-wrap img {
  max-width: 500px;
}

div.tear-about-box ul li {
  display: flex;
  justify-content: center;
  background: #fff;
  font-size: 36px;
  font-weight: 700;
  padding: 20px;
  display: block;
  margin-top: 40px;
  position: relative;
}

div.tear-about-box ul li::before,
div.tear-about-box ul li::after {
  content: "";
  display: block;
  width: 20px;
  height: calc(100% + 4px);
  background: #000;
  position: absolute;
  top: -2px;
}

div.tear-about-box ul li::before {
  left: -1px;
  clip-path: polygon(0 0, 100% 0, 2px 100%, 0 100%);
}

div.tear-about-box ul li::after {
  right: -1px;
  clip-path: polygon(calc(100% - 2px) 0, 100% 0, 100% 100%, 0 100%);
}

div.tear-about-box ul li img {
  position: absolute;
  max-width: 120px;
  top: 50%;
  transform: translate(10px, -60%);
  z-index: 10;
}

div.tear-about-box ul li br {
  display: none;
}

@media screen and (max-width:768px) {
  div.tear-about h3 {
    font-size: 22px;
  }

  div.tear-about-box ul li {
    font-size: 22px;
  }
}

@media screen and (max-width:500px) {
  .mainGrp div.wrap01 {
    padding-bottom: 30px;
  }

  div.tear-about h3 {
    font-size: 4vw;
  }

  div.tear-about-box ul li {
    font-size: 5vw;
    padding-right: 50px;
    padding-left: 10px;
  }

  div.tear-about-box ul li br {
    display: block;
  }

  div.tear-about-box ul li img {
    max-width: 100px;
    transform: translate(10px, -50%);
  }

}

/*さらに、葬儀費用がお得になる*/
.mainGrp div.wrap02 {
  background: linear-gradient(var(--grade01));
}

div.tear-otoku h3 {
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  padding-bottom: 40px;
  position: relative;
}

div.tear-otoku h3::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 600px;
  height: 2px;
  background: var(--yellow01);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

div.tear-otoku h3 span {
  font-size: 130%;
  font-weight: 800;
  color: var(--yellow01);
}

div.tear-otoku-text {
  max-width: 640px;
  position: relative;
  margin-top: -40px;
}

div.tear-otoku-text p,
div.tear-otoku-text p span {
  font-weight: 500;
  color: #fff;
}

div.tear-otoku-text p {
  font-size: 20px;
  position: absolute;
  bottom: 10px;
  left: 30%;
}

div.tear-otoku-text p span {
  font-size: 130%;
  margin-left: 20px;
}

@media screen and (max-width:768px) {
  div.tear-otoku h3 {
    font-size: 25px;
  }

  div.tear-otoku-text p {
    font-size: 16px;
  }
}

@media screen and (max-width:500px) {
  div.tear-otoku h3 {
    font-size: 5vw;
    padding-bottom: 1.25em;
  }

  div.tear-otoku-text {
    margin-top: -5vw;
  }

  div.tear-otoku-text p {
    font-size: 3vw;
  }

}


.mainGrp div.wrap03 {
  padding: 60px 0;
}


/*施設利用者さんの人生をより良くしませんか？*/
.mainGrp div.wrap06 {
  padding: 60px 0;
}

div.tear-life h3 {
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 20px;
}

div.tear-life-text p {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
}

div.tear-life-text p.come {
  margin-top: 0.25em;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

div.tear-life-point {
  display: grid;
  grid-template-columns: auto 250px;
  gap: 20px;
  background: var(--purple02);
  padding: 40px 60px;
  margin-top: 60px;
  position: relative;
  border-radius: 20px;
}

div.tear-life-point p {
  font-size: 22px;
  text-align: left;
}

div.tear-life-point img {
  max-width: 250px;
}

@media screen and (min-width:769px) {

  div.tear-life-point img {
    position: absolute;
    right: 50px;
    top: 30%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width:768px) {
  div.tear-life {
    padding: 0 15px;
  }

  div.tear-life h3 {
    text-align: left;
    font-size: 22px;
  }

  div.tear-life-text p {
    font-size: 16px;
  }

  div.tear-life-text p.come {
    font-size: 15px;
  }

  div.tear-life-point {
    grid-template-columns: 1fr;
    margin-top: 30px;
    padding: 25px;
  }

  div.tear-life-point p {
    font-size: 18px;
    font-weight: 600;
  }

  div.tear-life-point img {
    margin: auto;
    max-width: 200px;
  }
}

@media screen and (max-width:500px) {}

/*サービス紹介*/
.mainGrp div.wrap04 {
  background: linear-gradient(var(--grade01));
  position: relative;
  padding-bottom: 60px;
  padding-top: 150px;
}

.mainGrp div.wrap04:after {
  content: "";
  display: block;
  width: 100%;
  height: 185px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 5px, 0 100%);
  position: absolute;
  top: -2px;
  left: 0;
}

div.illust-left,
div.illust-right {
  position: absolute;
  transform: translateX(-50%);
  z-index: 10;
}

div.illust-left {
  max-width: 325px;
  left: calc(50% - 450px);
  top: -60px;
}

div.illust-right {
  max-width: 175px;
  left: calc(50% + 450px);
  top: -30px;
}

@media screen and (max-width:768px) {
  .mainGrp div.wrap04 {
    padding-top: 100px;
  }

  .mainGrp div.wrap04:after {
    height: 100px;
  }
}

@media screen and (max-width:500px) {}

/*サポートまでの流れ*/
div.tear_syukatsu {
  margin: auto auto 20px;
  padding-bottom: 20px;
}

.wrap04 div.tear_syukatsu {
  position: relative;
}

.wrap04 div.tear_syukatsu::after {
  content: "";
  display: none;
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

}

div.flowGrp {
  position: relative;
}

div.flowGrp h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin: 25px auto 0;
}

/* div.flowGrp>p {
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
} */

/* div.flowGrp::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

} */

div.tear_syukatsu img {
  max-width: 500px;
}

div.tear_syukatsu p {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
}


div.frow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  width: 95%;
  max-width: 1000px;
}

div.frow-item {
  display: flex;
  width: 100%;
  padding: 20px 20px 20px 20px;
  margin: 0;
  background: var(--purple02);
  clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 50%, calc(100% - 15px) 100%, 0 100%);
}

p.number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  margin: auto 0;
  border-radius: 100px;
  background: var(--yellow01);
  color: var(--purple01);
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

p.frow-item-text {
  display: block;
  width: fit-content;
  margin: auto auto auto 20px;
  color: var(--purple01);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

div.serviceGrp {
  padding: 0 0 30px;
  text-align: center;
}

div.service-title img {
  max-width: 250px;
  margin: auto auto 20px;
}

div.service-title h3 {
  font-size: 55px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
}

div.service-title h3 span {
  display: block;
  font-weight: 500;
  font-size: 35%;
  letter-spacing: 0;
  color: #fff;
}

@media screen and (max-width:768px) {
  div.frow-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  div.frow-item {
    clip-path: none;
    position: relative;
  }

  div.frow-item::after {
    content: "";
    display: block;
    width: 20px;
    height: 10px;
    background: var(--purple02);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    position: absolute;
    left: 30px;
    bottom: -9px;
  }


  div.frow-item:last-of-type:after {
    display: none;
  }
  div.flowGrp h3{
    font-size: 20px;
  }

}

@media screen and (max-width:500px) {
   div.flowGrp h3{
    font-size: 5vw;
  }
}

/*こんなお悩み*/
div.service-about {
  width: calc(100% - 20px);
  max-width: 1500px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto;
}

div.service-about-box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  width: 100%;
  margin: 0;
}

div.service-about-box p.serif {
  display: block;
  width: calc(100% - 40px);
  padding: 10px 25px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 500px;
  font-size: 22px;
  font-weight: 700;
  position: relative;
  margin-bottom: -30px;
}

div.service-about-box p.serif::after {
  content: "";
  display: block;
  width: 35px;
  height: 13px;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}


div.service-about-box-wap {
  background: #fff;
  border-radius: 30px 30px 25px 25px;
  margin: 0;
}

div.service-about-box-wap h4 {
  display: block;
  padding: 25px 15px 15px;
  border-radius: 25px 25px 0 0;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

div.service-illust {
  display: flex;
  justify-content: center;
  padding: 20px 20px 0;
}

div.service-illust img {
  max-width: 130px;
  margin: auto 10px auto auto;
}

div.service-illust p {
  margin: auto auto auto 0;
  font-size: 22px;
  font-weight: 800;
  color: #000;
}


div.onayami {
  background: var(--beige01);
  padding: 20px;
  border-radius: 15px;
  margin: 0 20px 50px;
  position: relative;
}

div.onayami::after {
  content: "";
  display: block;
  width: 100px;
  height: 30px;
  background: #E2E2E2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

div.onayami ul {
  padding-left: 30px;
}

div.onayami ul li {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0.5em;
}

div.onayami ul li:last-of-type {
  margin-bottom: auto;
}

div.onayami ul li::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20260227/check-round.png)no-repeat center / contain;
  position: absolute;
  top: 5px;
  left: -23px;
}

div.kaiketsu {
  padding: 0 20px 20px;
}

div.kaiketsu p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

div.kaiketsu p span {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, #F7F494 0%);
  color: var(--purple01);
  font-size: 130%;
}

@media screen and (max-width:768px) {
  div.service-title img {
    max-width: 200px;
  }

  div.service-title h3 {
    font-size: 35px;
  }

  div.service-about {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  div.service-about-box p.serif {
    font-size: 18px;
  }
}

@media screen and (max-width:500px) {
  div.service-title h3 {
    font-size: 14vw;
  }

  div.service-about-box p.serif {
    font-size: 5vw;
  }

  div.service-about-box p.serif br {
    display: none;
  }

  div.service-illust {
    flex-direction: column-reverse;
  }

  div.service-illust p,
  div.service-illust img {
    margin-left: auto;
    margin-right: auto;
  }

  div.service-illust p {
    margin-bottom: 10px;
  }

  div.onayami ul li {
    font-size: 16px;
  }

  div.onayami ul li::before {
    width: 16px;
    height: 16px;
  }

  div.kaiketsu p {
    font-size: 16px;
  }
}

/*色違い*/
div.service-about-box.service-about-box01 p.serif,
div.service-about-box.service-about-box01 div.onayami ul li span {
  color: var(--green01);
}

div.service-about-box.service-about-box01 div.service-about-box-wap h4 {
  background: var(--green01);
}

div.service-about-box.service-about-box02 p.serif,
div.service-about-box.service-about-box02 div.onayami ul li span {
  color: var(--green02);
}

div.service-about-box.service-about-box02 div.service-about-box-wap h4 {
  background: var(--green02);
}

div.service-about-box.service-about-box03 p.serif,
div.service-about-box.service-about-box03 div.onayami ul li span {
  color: var(--pink01);
}

div.service-about-box.service-about-box03 div.service-about-box-wap h4 {
  background: var(--pink01);
}




/*ティア会のご案内*/
.mainGrp div.wrap05 {
  background: var(--yellow02);
  padding: 60px 0;
}

div.information-title p,
div.information-title h3 {
  color: #fff;
  font-weight: 700;
}

div.information-title p {
  font-size: 30px;
}

div.information-title p br {
  display: none;
}

div.information-title h3 {
  font-size: 50px;
}

div.information-box {
  display: block;
  padding: 40px 20px;
  border-radius: 20px;
  background: #fff;
  margin: 40px auto;
}

div.information-box h4,
div.information-box h5 {
  font-weight: 900;
  color: var(--yellow02);
}

div.information-box h4 {
  font-size: 30px;
  line-height: 1
}

div.information-box h4 span {
  font-size: 150%;
}

div.information-box h5 {
  width: 100%;
  text-align: left;
  font-size: 26px;
  margin: 0 0 0.35em;
}

div.information-item {
  max-width: 650px;
  margin: 20px auto;
}

div.information-item p {
  text-align: left;
  font-size: 17px;
  font-weight: 500;
}

div.information-item p.come {
  font-size: 14px;
  margin-top: 0.5em;
}

div.information-item.information-item01 {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 20px;
}

div.information-item.information-item01 div.midashi {
  display: flex;
  width: 100%;
  grid-column: 1/3;
}

div.information-item.information-item01 div.midashi h5 {
  width: fit-content;
}

div.information-item.information-item01 div.midashi p {
  margin: auto 0 auto 15px;
}

div.nyukaiBtn {
  padding: 30px 10px;
  max-width: 700px;
}

div.nyukaiBtn a {
  display: block;
  background: #fff;
  color: var(--yellow02);
  font-size: 30px;
  font-weight: 700;
  padding: 1em;
  border-radius: 100px;
}

div.nyukaiBtn a:hover {
  background: #534514;
  color: #fff;
}

/*選ばれている理由*/
div.reasonGrp {
  padding: 0 0 60px;
}
div.reasonGrp div.center{
  max-width: 1400px;
}
div.reasonGrp h3 {
  color: var(--purple01);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 0.75em;
}

div.BtnGrp {
  padding: 15px;
}

div.Btn-item {
  text-align: center;
}

div.Btn-item a {
  display: block;
  border-radius: 20px;
  background: #000;
  padding: 1em;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}

div.Btn-item a:hover {
  background: #a31f87;
}

@media screen and (max-width:768px) {
  div.information-title p {
    font-size: 22px;
  }

  div.information-title h3 {
    font-size: 36px;
  }

  div.information-box h4 {
    font-size: 24px;
  }

  div.information-item {
    max-width: 400px;
  }

  div.information-item.information-item01 {
    grid-template-columns: 1fr;
  }

  div.information-item.information-item01 div.midashi {
    flex-direction: column;
    grid-column: 1/2;
  }

  div.kakaku img,
  div.image img {
    max-width: 350px;
  }

  div.kakaku img {
    margin-top: 10px;
  }

  div.information-box h5 {
    font-size: 22px;
  }

  div.information-item p {
    font-size: 16px;
  }

  div.reason-grid {
    max-width: 400px;
  }

   div.reasonGrp {
    padding-bottom:0px ;
   }

  div.reasonGrp h3{
    font-size: 30px;
  }

}

@media screen and (max-width:500px) {
  div.information-title p br {
    display: block;
  }

  div.information-title p {
    font-size: 5vw;
  }

  div.information-title h3 {
    font-size: 7vw;
  }

  div.information-box h4 {
    font-size: 6vw;
  }

  div.information-box h5 {
    font-size: 6vw;
  }

  div.reasonGrp h3 {
    font-size: 24px;
  }

  div.Btn-item a {
    font-size: 5vw;
  }
}




/*アニメーション*/
.js-scroll-trigger{
opacity: 0;
}
.js-scroll-trigger.is-active {
  animation: popup 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
 
@keyframes popup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  80%, 100% {
    opacity: 1;
  }
}

/*-----------------------------------------
03 コンテンツの設定ここまで
-------------------------------------------*/

/*-----------------------------------------
04 フッターの設定
-------------------------------------------*/

@media screen and (max-width:1080px) {}

@media screen and (max-width:768px) {}

/*-----------------------------------------
04 フッターの設定ここまで
-------------------------------------------*/




/*スマ介_____EC-CUBE対策*/
main.l-container {
  width: 100%;
}

.c-main {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#contentInner {
  width: auto;
  padding-bottom: 0;
}

#wide_main_contents {
  width: 100%;
}

.c-breadcrumb {
  width: 1200px;
  margin: auto;
}

@media (max-width: 1230px) {
  main.l-container {
    width: 123rem;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .l-container {
    width: 120rem;
  }

  #contentInner {
    width: 1200px;
    padding-bottom: 0;
  }

  #wide_main_contents {
    width: 1200px
  }
}