.stageMainWrap {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: -10px;
  overflow-x: hidden
}


/* -------------------------------------------------------

01. stageMainVisual

------------------------------------------------------- */
.stageMainVisual{
  position: relative;
  text-align: left;
}
.stageMainVisual img {
  display: block;
  width: 100%;
  height: auto;
}
.stageMainVisual_headingWrap{
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  padding: 25px 18px 8px 35px;
  padding: 6.66vw 4.8vw 2.13vw 9.33vw;
  bottom: 3%;
  left: -7%;
}
@media (min-width: 768px) { 
  .stageMainVisual_headingWrap{
    padding: 50px 27px 16px 44px;
    bottom: 24px;
    left: -27px;
  }
} 
.stageMainVisual_heading{
  font-size: 34px;
  font-size: 9.06vw;
  font-weight: bold;
  position: relative;
  margin-bottom: 9px;
}
@media (min-width: 768px) { 
  .stageMainVisual_heading{
    font-size: 70px;
  }
}
.stageMainVisual_headingSmall{
  font-size: 24px;
  font-size: 6.4vw;
  letter-spacing: -0.06em;
}
@media (min-width: 768px) { 
  .stageMainVisual_headingSmall{
    font-size: 50px;
  }
}
.stageMainVisual_headingAppeal{
  color: #B98D58;
}
.stageMainVisual_heading::before{
  content: "";
  width: 115px;
  width: 30.6vw;
  height: 43px;
  height: 11.4vw;
  background-image: url("/html/user_data/stage/mv_script.png");
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: -9%;
  left: 49%;
}
@media (min-width: 768px) { 
  .stageMainVisual_heading::before{
    width: 203px;
    height: 75px;
    bottom: -7%;
    left: 51%;
  }
}
.stageMainVisual_list{
  display: flex;
  border-top: dashed 1px #603724;
  padding-top: 9px;
}
.stageMainVisual_listItem{
  font-size: 14px;
  font-size: 3.73vw;
  letter-spacing: -0.05em;
  font-weight: bold;
  padding-left: 17px;
  padding-left: 4.53vw;
  margin-right: 5px;
  margin-right: 1.33vw;
  position: relative;
  color: #603724;
}
@media (min-width: 768px) { 
  .stageMainVisual_listItem{
    font-size: 28px;
    padding-left: 31px;
    margin-right: 17px;
  }
}
.stageMainVisual_listItem::before{
  content: "";
  width: 13.5px;
  width: 3.59vw;
  height: 13px;
  height: 3.46vw;
  background-image: url("/html/user_data/stage/icon_check.png");
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 768px) { 
  .stageMainVisual_listItem::before{
    width: 23.5px;
    height: 21px;
  }
}
.stageMainVisual_listItem:last-child{
  margin-right: 0;
}
.stageMainVisual_topAbout{
  position: relative;
  z-index: 10;
  margin-top: 40px;
}
.stageMainVisual_topAboutHeading{
  margin-bottom: 20px;
  font-size: 24px;
  font-size: 6.4vw;
  font-weight: bold;
  line-height: 170%;
}
/* デバイス幅760以上で改行されたのでmin-width: 760pxに設定した */
@media (min-width: 760px) { 
  .stageMainVisual_topAboutHeading{
    font-size: 48px
  }
}
.stageMainVisual_topAboutHeadingAppeal{
  font-size: 30px;
  font-size: 8vw;
  color: #603724;
}
/* デバイス幅760以上で改行されたのでmin-width: 760pxに設定した */
@media (min-width: 760px) { 
  .stageMainVisual_topAboutHeadingAppeal{
    font-size: 60px
  }
}
.stageMainVisual_topAboutHeadingBorder{
  color: #603724;
  position: relative;
}
.stageMainVisual_topAboutHeadingBorder::before{
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  height: 1.6vw;
  background-color: #FFEB42;
  z-index: -1;
}
@media (min-width: 768px) {
  .stageMainVisual_topAboutHeadingBorder::before{
    height: 12.5px;
  }
}

/* -------------------------------------------------------

02. stageMainVisualAbout

------------------------------------------------------- */
.stageMainVisualAbout {
  background-image: url("/html/user_data/stage/mv_bg.jpg");
  position: relative;
}
.stageMainVisualAbout::before {
  content: "";
  background-image: url("/html/user_data/stage/arrow_white.png");
  background-size: cover;
  position: absolute;
  top: -2.4vw;
  left: 50%; 
  transform: translateX(-50%);  
  width: 89.3vw;
  height: 6.6vw;
}
@media (min-width: 768px) { 
  .stageMainVisualAbout::before{
    width: 650px;
    height: 48.5px;
    top: -18px;
  }
} 
.stageMainVisualAbout_titleWrap{
  padding-top: 40px;
  padding-top: 10.6vw;
  margin: 0 auto 74px;
  margin: 0 auto 19.7vw;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_titleWrap{
    padding-top: 140px;
    margin: 0 auto 150px;
  }
}
.stageMainVisualAbout_lead{
  display: inline;
  font-size: 16px;
  font-size: 4.26vw;
  font-weight: bold;
  position: relative;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_lead{
    font-size: 32.5px;
  }
}
.stageMainVisualAbout_lead::before{
  content: "";
  width: 1.5px;
  width: 1.5px;
  width: 0.4vw;
  height: 20px;
  height: 5.33vw;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: -12px;
  left: -3.2vw;
  transform: translateY(-50%) rotate(-35deg);
}
@media (min-width: 768px) {
  .stageMainVisualAbout_lead::before{
    width: 3px;
    height: 41px;
    left: -24.5px;
  }
}
.stageMainVisualAbout_lead::after{
  content: "";
  width: 1.5px;
  width: 0.4vw;
  height: 20px;
  height: 5.33vw;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: -12px;
  right: -3.2vw;
  transform: translateY(-50%) rotate(35deg);
}
@media (min-width: 768px) {
  .stageMainVisualAbout_lead::after{
    width: 3px;
    height: 41px;
    right: -24.5px;
  }
}
.stageMainVisualAbout_title{
  font-feature-settings: "palt";
  margin-top: 7px;
  font-size: 23px;
  font-size: 6.13vw;
  font-weight: bold;
  line-height: 150%;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_title{
    font-size: 47px;
  }
}
.stageMainVisualAbout_titleAppeal{
  color: #603724;
  font-size: 28px;
  font-size: 7.46vw;
  font-weight: bold;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_titleAppeal{
    font-size: 57px;
  }
}
.stageMainVisualAbout_titleAppeal::before{
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  height: 1.6vw;
  background-color: #FFEB42;
  z-index: -1;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_titleAppeal::before{
    height: 12.5px;
  }
}
.stageMainVisualAbout_about{
  background-color: #fff;
  width: 88%;
  margin: 0 auto;
  border-radius: 15px;
  position: relative;
}
.stageMainVisualAbout_about::before {
  content: "";
  width: 40%;
  aspect-ratio: 4 / 3; 
  background-image: url("/html/user_data/stage/mv_kinoie.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: -16vw;
  left: 30%;
  display: block;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_about::before{
    top: -120px;
  }
}
.stageMainVisualAbout_aboutTitle{
  margin: 0 43px 17px;
  margin: 0 11.4vw 4.53vw;
  padding-top: 35px;
  padding-top: 9.33vw;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_aboutTitle{
    padding-top: 70px;
    margin: 0 43px 35px;
  }
}
.stageMainVisualAbout_point{
 padding-bottom: 35px;
 padding-bottom: 9.33vw;
 color: #603724;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_point{
    padding-bottom: 71.5px;
  }
}
.stageMainVisualAbout_pointHeading{
  font-size: 20px;
  font-size: 5.33vw;
  font-weight: bold;
  margin: 30px 0 15px;
  margin: 8vw 0 4vw;
  position: relative;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_pointHeading{
    font-size: 41px;
    margin: 61.5px 0 30.5px;
  }
}
.stageMainVisualAbout_pointHeading::before{
  content: "";
  width: 15px;
  width: 4vw;
  height: 13px;
  height: 3.46vw;
  background-image: url("/html/user_data/stage/eyecatch.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -36%;
  left: 19%;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_pointHeading::before{
    width: 30.5px;
    height: 26.5px;
  }
}
.stageMainVisualAbout_pointList {
  /* font-feature-settings: "palt"; */
  text-align: left;
  padding: 0 10.6vw;
  font-size: 4vw;
  font-weight: bold;
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_pointList {
    padding: 0 75px;
    font-size: 29px;
  }
}
.stageMainVisualAbout_pointListItem {
  position: relative;
  padding-top: 12px;
  padding-top: 3.2vw;
  margin-bottom: 7px;
  margin-bottom: 1.86vw;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_pointListItem {
    padding-top: 24.5px;
    margin-bottom: 14.5px;
  }
}
.stageMainVisualAbout_pointListItem:first-child {
  padding-top: 0;
}
.stageMainVisualAbout_pointListItem:last-child {
  margin-bottom: 0;
}
.pointText {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  padding-left: 4.8vw;
}
@media (min-width: 768px) {
  .pointText {
    padding-left: 36.8px;
  }
}
.pointText::before {
  content: "";
  position: absolute;
  top: 19%;
  left: 0;
  width: 3.86vw;
  height: 3.46vw;
  background-image: url("/html/user_data/stage/icon_check.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .pointText::before {
    width: 29.5px;
    height: 26.5px;
  }
}
.pointText::after {
  content: "";
  position: absolute;
  left: 0;
  top: -11px;
  top: -2.93vw;
  width: 100%;
  border-top: 1px dashed #B98D58;
}
@media (min-width: 768px) {
  .pointText::after {
    top: -22.5px;
  }
}
/* .stageMainVisualAbout_pointListItem:nth-child(2) .pointText::after {
  width: 103%;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_pointListItem:nth-child(2) .pointText::after {
    width: 105%;
  }
} */
.stageMainVisualAbout_pointListItem:first-child .pointText::after {
  content: none;
}
.stageMainVisualAbout_arrow{
  margin: 48px auto 35px;
  width: 36px;
  width: 8.2vw;
  height: auto;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_arrow{
    margin: 75px auto 65px;
    width: 65px;
  }
}
.stageMainVisualAbout_select{
  margin: 0 20px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_select{
    margin-bottom: 40px;
  }
}
.stageMainVisualAbout_selectTitle{
  margin-bottom: 25px;
  margin-bottom: 6.66vw;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_selectTitle{
    margin-bottom: 51px;
  }
}
.stageMainVisualAbout_selectHeading{
  display: inline;
  font-size: 30px;
  font-size: 8vw;
  font-weight: bold;
  color: #603724;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_selectHeading{
    font-size: 61.5px;
  }
}
.stageMainVisualAbout_selectHeading::before{
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 6px;
  height: 1.6vw;
  background-color: #FFEB42;
  z-index: -1;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_selectHeading::before{
    height: 12.5px;
  }
}
.stageMainVisualAbout_selectHeadingNumber{
  font-size: 39px;
  font-size: 10.4vw;
  position: relative;
  bottom: -2px;
  bottom: -0.53vw;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_selectHeadingNumber{
    font-size: 79px;
    bottom: -4px;
  }
}
.stageMainVisualAbout_selectText{
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  margin: 10px 0 25px;
  margin: 2.66vw 0 6.66vw;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_selectText{
    font-size: 30.5px;
    margin: 20.5px 0 51px;
  }
}
.stageMainVisualAbout_listItem{
  margin-bottom: 12px;
  margin-bottom: 3.2vw;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_listItem{
    margin-bottom: 17px;
  }
}

/* 以下、スライダーの設定 */
.stageMainVisualAbout_about .slick-slider{
  margin: 14px 0 !important;
}
.stageMainVisualAbout_slider {
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.stageMainVisualAbout_slider .slide-item {
  width: 64.5vw !important;
  height: auto;
  display: inline-block;
  margin: 0 !important;
}
@media (min-width: 768px) {
  .stageMainVisualAbout_slider .slide-item{
    width: 495px !important;
  }
}
.stageMainVisualAbout_slider .slide-item img {
  padding: 0 6px; 
  box-sizing: border-box;
}
.stageMainVisualAbout_slider .slick-list {
  max-width: 100%;
  overflow-x: hidden;
}
.stageMainVisualAbout_slider .slick-track {
  display: flex !important;
  align-items: center;
}
.stageMainVisualAbout_slider .slick-dots li button:before {
  width: 6.5px !important;
  height: 6.5px !important;
  border-radius: 50% !important;
  background-color: #ccc !important;
  padding: 0 !important;  
}
.stageMainVisualAbout_slider .slick-dots li.slick-active button:before {
  background-color: #B98D58 !important;
}
.stageMainVisualAbout_slider .slick-dots li{
  margin: 0 2px;
}


/* -------------------------------------------------------

03. stageDetail（各仏壇の詳細ブロック）

------------------------------------------------------- */
.stageDetail{
  margin-top: 40px;
}
.stageDetail_top{
  position: relative;
  text-align: left;
}
.stageDetail_headingWrap{
  position: absolute;
  bottom: 210px;
  bottom: 49%;
  left: 6%;
}
@media (min-width: 768px) {
  .stageDetail_headingWrap{
    bottom: 395px;
  }
}
.stageDetail_headingNumber{
  font-size: 13px;
  font-size: 3.46vw;
  margin-bottom: 9px;
  color: #603724;
}
@media (min-width: 768px) {
  .stageDetail_headingNumber{
    font-size: 26.5px;
  }
}
.stageDetail_heading{
  font-size: 27px;
  font-size: 7.19vw;
  font-weight: bold;
  margin-bottom: 33px;
  margin-bottom: 8.79vw;
  color: #603724;
}
@media (min-width: 768px) {
  .stageDetail_heading{
    font-size: 55px;
    margin-bottom: 55.5px;
  }
}
.stageDetail_headingText{
  font-size: 14px;
  font-size: 3.73vw;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .stageDetail_headingText{
    font-size: 28.5px;
  }
}
.stageDetail_contents{
  padding: 10px 0 40px;
  background-color: #F7F1E8;
}
@media (min-width: 768px) {
  .stageDetail_contents{
    padding: 10px 0 60px;
  }
}
.stageDetail_cv{
  padding: 40px 0 40px;
  background-color: #EEDFC7;
  position: relative;
}
@media (min-width: 768px) {
  .stageDetail_cv{
    padding: 60px 0 60px;
  }
}
.stageDetail_cv::before {
  content: "";
  background-image: url("/html/user_data/stage/arrow_brown.png");
  background-size: cover;
  position: absolute;
  top: -2.4vw;
  left: 50%;
  transform: translateX(-50%);  
  width: 89.3vw;
  height: 6.6vw;
} 
@media (min-width: 768px) { 
  .stageDetail_cv::before{
    width: 650px;
    height: 48.5px;
    top: -18px;
  }
}
.stageDetail_cvWrap{
  margin: 0 20px;
  position: relative;
}
.stageDetail_cvTitle{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateX(-10px);
  width: 64.5vw;
}
@media (min-width: 768px) {
  .stageDetail_cvTitle{
    width: 510px;
  }
}
.stageDetail_cvButton{
  margin-bottom: 10px;
  margin-bottom: 2.66vw;
  margin-top: 43px;
  margin-top: 11.4vw;
}
@media (min-width: 768px) {
  .stageDetail_cvButton{
    margin-top: 90px;
    margin-bottom: 15px;
  }
}


/* -------------------------------------------------------

04. kokuin（刻印の詳細ブロック）

------------------------------------------------------- */
.kokuin{
  margin-top: 50px;
  margin-top: 13.3vw;
  background-color: #fff;
  border-radius: 9px;
  position: relative;
}
@media (min-width: 768px) {
  .kokuin{
    margin-top: 102px;
  }
}
.kokuin::before {
  display: block;
  content: "";
  width: 70px;
  width: 18.6vw;
  height: 65.5px;
  height: 17.5vw;
  background-image: url("/html/user_data/stage/kokuin_icon.png");
  background-size: cover;
  position: absolute;
  top: -5vw;
  left: -4vw;
}
@media (min-width: 768px) {
  .kokuin::before{
    width: 143px;
    height: 135px;
    top: -30.5px;
    left: -23.5px;
  }
}
.kokuin_cv{
  padding: 35px 20px 25px;
  padding: 9.33vw 5.33vw 6.66vw;
}
@media (min-width: 768px) {
  .kokuin_cv{
    padding: 72px 40px 50px;
  }
}
.kokuin_cvContents{
  margin-bottom: 13px;
}


/* -------------------------------------------------------

05. stageShowMore（他のお仏壇を見るブロック）

------------------------------------------------------- */

.stageShowMore {
  background-color: #F7F1E8;
  padding: 38px 0 40px;
  padding: 10.1vw 0 10.6vw;
  margin: 50px 0 30px;
}
@media (min-width: 768px) {
  .stageShowMore{
    padding: 60px 0 50px;
  }
}
.stageShowMore_buttonTitle{
  width: 250px;
  width: 66.6vw;
}
@media (min-width: 768px) {
  .stageShowMore_buttonTitle{
    width: 420px
  }
}
.stageShowMore_button {
  font-size: 18px;
  font-size: 4.8vw;
  font-weight: bold;
  color: #fff;
  background-color: #603724;
  background-size: 2.2vw auto; 
  background-size: 8px auto;
  display: block;
  margin: 30px auto 0;
  width: 265px;
  width: 70.6vw;
  text-align: center;
  padding: 17px 56px 17px 49px;
  border-radius: 40px;
  border-radius: 10.6vw;
  position: relative;
}
@media (min-width: 768px) {
  .stageShowMore_button{
    font-size: 25px;
    width: 380px;
  }
}
@media (max-width: 374px) {
  .stageShowMore_button{
    padding: 14px 46px 14px 39px;
  }
}
.stageShowMore_button::before {
  display: block;
  content: "";
  width: 7px;
  width: 1.86vw;
  height: 13px;
  height: 3.46vw;
  background-image: url("/html/user_data/stage/icon_arrow.png");
  background-size: cover;
  position: absolute;
  top: 39%;
  right: 10%;
 }
@media (min-width: 768px) {
  .stageShowMore_button::before{
    width: 12px;
    height: 21px;
    top: 38%;
  }
}


/* トップに戻るボタン */
.stageTopBtn {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 35px;
  border: 2px solid #ddd;
  border-radius: 50px;
}


