@charset "UTF-8";

/*********/
.mono .logo-kaiten img{
  width: 100%;
  height: auto;
  position: absolute;
}
.mono .logo-kaiten img.kaiten {
  animation: rotate-center 10s linear infinite;
  transform-origin: center center;
}
@keyframes rotate-center {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mono .logo-kaiten{
  position: absolute;
  bottom: -230px;
  left: 10%;
  width: 250px;
  height: 250px;
  z-index: 1;
}
#conte-03 .logo-kaiten img.logo{
  transform: rotate(-4deg);
}

#conte-02 .mono-inner{
  padding: 120px 0 0;
  max-width: 100%;
  width: 100%;
}
#conte-02 .hosoku .mono-inner{
  padding: 70px 20px 0;
}
#conte-02 .hosoku .mono-inner:after{
  content: ' ';
  display: block;
  width: 100%;
  height: 70px;
  position: relative;
}
#conte-02 .hosoku .conte-tx:after,
#conte-02 .hosoku .conte-tx:before{
  content: '';
  display: block;
  position: absolute;
}
#conte-02 .hosoku .conte-tx:before{
  background: url(../img/lebird-01.png)no-repeat;
  background-size: contain;
  background-position: center;
  width: 190px;
  height: 270px;
  top: -50px;
  right: -250px;
}

#conte-02 .hosoku .conte-tx{
  margin: -150px auto 0px;
  display: table;
  position: relative;
  padding: 50px 60px 0;
  background: #8FC31F;
  border-radius: 60px 60px 0 0;
  border: solid 10px #fff;
  border-bottom: none;
  top: -0px;
}


#conte-02 .check-list li:before{
  content: '';
  display: block;
  background: url(../img/icon/i-check-b.png)no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: -8px;
}
#conte-02 .check-list li{
  font-size: 1.2rem;
  font-weight: bold;
  padding-left: 55px;
  position: relative;
}
#conte-02 .check-list + p{
  margin-top: 20px;
  padding-left: 55px;

}
#conte-02 .check-list + p,
#conte-02 .check-list li small{
  font-size: 14px;
}
#conte-02 .check-list li + li{
  margin-top: 30px;
}

.mono .accordian {
  width: 100%;
  /*max-width: 1240px;*/
  aspect-ratio: 5 / 3; /* 比率で高さを維持 */
  overflow: hidden;
  display: flex;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.mono .accordian ul {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.mono .accordian li {
  flex: 1;
  overflow: hidden;
  position: relative;
  transition: flex 0.5s ease;
}


.mono .accordian ul:hover li {
  flex: 0.5; /* 非アクティブは縮小 */
}
.mono .accordian ul li:hover {
  flex: 4; /* ホバー時は拡大 */
}
.accordian ul li.active {
   flex: 4; /* アクティブなときに広がる */
}
.mono .accordian li img {
  width: 100%;
  height:100%;
  /*height: calc(100% - 100px);文字を重ねない*/
  object-fit: cover;
  display: block;
}
.mono .accordian li img.mono-sp {
  display: none;
}

.mono .image_title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 575px;
  padding: 1em;
}
.mono .image_title img{
  width: 100%;
  height: auto;
}

#conte-02 .title-normal{
  margin-bottom: 20px;
}
#conte-02 .mono-lead{
  margin-bottom: 50px;
}



/**斜めレイアウト************/
.mono #conte-03 .mono-contents {
    background-color: #8FC31F;
}
.mono .contents1 {
    padding: 0px 0px;
    position: relative;
}
.mono .contents2 {
  position: relative;
    padding: 10vw 20px;
    background: url(../img/ph-slider-1920-700-03.jpg)no-repeat;
    background-size: cover;
    background-position: center;
    clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0% 100%);
}
.mono .contents2:after{
  content: '';
  display: block;
  position: absolute;
  background: url(../img/bg-on-sc.png)no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(100% - 100px);
  height: 170px;
  position: absolute;
  bottom: -30px;
  left: 50px;
  transform: rotate(-2deg);
}
.mono .contents2 .wrapper {
  padding: 0px 0 70px;
  display: flex;
  justify-content: flex-end;
}

.mono .contents2 .conte-tx{
  max-width: 330px;

}
.mono .contents2 .conte-tx:after{
  content: '';
  display: block;
  clear: both;
}
.mono .contents2 .conte-tx .title-normal{
  text-align: left;
  margin-bottom: 30px;
}


/**************/

.conte-kakaku #t-30-1 img{
  max-width: 242px;
  height: auto;
}
.conte-kakaku #t-30-2 img{
  max-width: 242px;
  height: auto;
}
.conte-kakaku .t-bt-fc{
  max-width: 72px;
}
.conte-kakaku .t-bt-general{
  max-width: 72px;
}

.mono .full-screen .payment{
  padding-top: 120px;
}
.payment.c-flex{
  justify-content: center;
}
.payment.c-flex .conte-tx + .conte-tx{
  margin-left: 70px;
}

.mono .full-screen .payment .conte-tx{
  background: #e4e4e4;
  padding: 70px 50px 50px;
  position: relative;
  max-width: 340px;
}
.mono .full-screen .payment .payto ul{
  display: table;
  margin: 40px auto 0;
}
.mono .full-screen .payment .payto ul + p{
  font-size: 10px;
  margin-top: 10px;
  text-align: center;
}


.mono .full-screen h3.title-m.obi{
  position: absolute;
  top: -20px;
  left: calc((100% - 340px) / 2);
  width: calc(340px - 32px);
  font-weight: bold;
  font-size: 16px;
  padding: 6px 16px;
  text-align: center;
  display: table;
  color: #fff;
  background: #111;
}



.mono .bangou{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  background: #111;
  color: #fff;
}



.kakaku-button dl{
  display: flex;
  align-items:  center;
}
.kakaku-button dl + dl{
  margin-top: 30px;
}
.kakaku-button dl dd{
  border-left: 2px solid #111;
  padding-left: 20px;
  margin-left: 20px;
}
.kakaku-button dl.bt-fc dd{
  border-left: 2px solid #8FC31F;
}
.kakaku-button dl button{
  display: block;
}
.kakaku-button dl button + button{
  margin-top: 15px;
}

.mono .full-screen{
  position: relative;
  padding: 0 20px;
}
/*
.mono .full-screen:before{
  content: '';
  display: block;
  width: 40%;
  height: 70px;
  background: #111;
  left: 0;
  top: 15px;
  position: absolute;
}
.mono .full-screen.re:before{
  content: '';
  display: block;
  width: 40%;
  height: 70px;
  background: #111;
  left: auto;
  right: 0;
  top: 15px;
  position: absolute;
}
*/
.mono .full-screen + .bg-gray20{
  padding: 100px 0;
  margin-top: 100px;
}
.mono .full-screen .layout-4-6{
  position: relative;
}

.mono .full-screen .conte-tx h3{
  margin-bottom: 10px;
}
.mono .layout-4-6{
  display: flex;
  justify-content: space-between;
  max-width: 1130px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mono .layout-4-6.re{
  flex-direction: row-reverse;
}
.mono .layout-4-6 .mono-lead{
  line-height: 1.8;
  margin-bottom: 30px;
}
.mono .layout-4-6 .conte-slider{
  width: 60%;
}
.mono .layout-4-6 .conte-tx{
  width: calc(40% - 100px);
}
.conte-kakaku .title-normal{
  margin-bottom: 30px;
}
.conte-kakaku .title-normal + p{
  margin-bottom: 70px;
}
.conte-kakaku .payto{
  margin-top: 30px;
}
.conte-kakaku .payto li{
  font-size: 12px;
  font-weight: bold;
}
.conte-kakaku .payto li + li{
  margin-top: 6px;
}
.conte-kakaku .payto .icon{
  max-width: 60px;
  height: auto;
  line-height: 0;
  border: solid 2px #111;
  overflow: hidden;
  border-radius: 4px;
}
.conte-kakaku .payto .icon + .icon{
  margin-left: 6px;
}
.conte-kakaku .mono-inner{
  padding-bottom: 0;
  padding-top: 0;
}

.mono #conte-07 .mono-inner:after{
  content: '';
  display: block;
  width: 164px;
  height: 144px;
  background: url(../img/i-chon-g-re.svg)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 65px;
  left: 7%;
}
.mono #conte-07 .mono-inner{
  padding-bottom: 0;
  position: relative;
}

#conte-08 .title-normal{
  margin-bottom: 0;
}
.mono .p-waku{
  padding: 4px 16px;
  border: solid 2px #111;
  margin: 30px auto 20px;
  display: table;
  font-weight: bold;
}
#conte-08 .p-waku + p{
  text-align: center;
  font-weight: bold;


}
.mono .waku-card{
  display: table;
  margin: 80px auto 0;
}
.mono .card-yokonaga + .card-yokonaga{
  margin-top: 90px;
}
.mono .card-yokonaga{
  display: flex;
  justify-content: center;
  align-items:  center;
  max-width: 700px;
  position: relative;
}
.mono .card-yokonaga:after{
  content: '';
  display: block;
  width: 85%;
  height: calc(100% + 60px);
  position: absolute;
  right: 0;
  top: -30px;
  background: #e4e4e4;
}
.mono .card-yokonaga .conte-tx{
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 20px;
}
.mono .card-yokonaga .conte-tx .title{
  font-weight: bold;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.mono .card-yokonaga .ph{
  max-width: 200px;
  z-index: 1;
  position: relative;
}
.mono .card-yokonaga .ph:after{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../img/icon/i-large.svg)no-repeat;
  background-size: contain;
  background-position: center;
}

.mono .bg-schedule:after{
  content: '';
  display: block;
  width: 100%;

}

.mono .mono-contents {
    background-color: #fff;
}
.mono #conte-09 .contents2 {
    position: relative;
    z-index: 1;
    padding: 10vw 20px;
    background: #e4e4e4;
    clip-path: polygon(0 4vw, 100% 0, 100% calc(100% - 4vw), 0% 100%);
}
.mono #conte-09 .contents2 .mono-inner{
  padding: 0 0px;
  width: 100%;
}
.mono #conte-09 .contents2:after{
  display: none;
}
.mono #conte-09 .contents1{
  position: relative;
  margin-top: 100px;
}
.mono #conte-09 .contents1:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/bg-on-schedule.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    width: calc(100% - 100px);
    height: 150px;
    position: absolute;
    bottom: -50px;
    left: 50px;
    transform: rotate(-2deg);
}

.mono #conte-09 .contents2 .conte-tx {
     max-width: 700px;
     margin: 0 auto;
}
.mono #conte-09 .contents2 .conte-tx .title-normal{
  text-align: center;
}





/***********/

#conte-10.bg-photo{
  background: url(../img/bg-ph-large01.jpg)no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
#conte-10 .waku-apply section{
  padding: 50px 50px 100px;
}
#conte-10 .waku-apply section.flow{
  padding-top: 0;
}
#conte-10 .mono-contents{
  padding-top: 150px;
  max-width: 700px;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border: 10px #fff solid;
  border-bottom: none;
  background: #8FC31F;
  border-radius: 60px 60px 0 0;
  box-shadow: 2px 10px 10px 10px rgba(17, 17, 17, 0.1);
}
#conte-10 .flow .title-normal{
  position: absolute;
  padding: 20px 0px 40px;
  text-align: center;
  border-radius: 0 0 40px 40px;
  background: #fff;
  color:#8FC31F;
  width: 300px;
  left: calc((100% - 300px ) / 2);
  top: -150px;/*#conte-10 .mono-contentsと同じpadding-top: 120px;*/
}
#conte-10 .waku-apply{
  position: relative;
}

#conte-10 .waku-apply .howtopay{
  background: #111;
}
#conte-10 .waku-apply .howtopay ul{
  margin-bottom: 20px;
}
#conte-10 .waku-apply .howtopay ul li{
  margin: 0 7px;
}
#conte-10 .waku-apply .howtopay ul li:nth-child{
  margin-left: 0;
}
#conte-10 .waku-apply .howtopay .conte-tx p{
  font-size: 12px;
}





#receive_tickets .mono-inner{
  padding-top: 0;
}
#receive_tickets .mono-inner .conte-tx{
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mono dl.underline{
  padding-bottom: 20px;
  border-bottom: solid 1px #111;
}
.mono dl.underline + dl{
  margin-top: 20px;
}

.mono dl.underline dt{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  border-left: 6px solid #111;
  padding-left: 10px;
}
.mono dl.underline dd{
  font-size: 14px;
}
#receive_tickets .faq-container{
  margin-top: 70px;
}
#receive_tickets .faq-container .mono-bt-sonota{
  margin-top: 30px;
}

/*FAQ******************/
#conte-11 .faq-container + .mono-bt-sonota{
  margin-top: 30px;
}
.mono .faq-container {
  max-width: 600px;
  margin: 0px auto;
}

.mono .faq:before{
  content: '';
  background: url(../img/icon/i-q.svg)no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 40px;
  position: absolute;
  top: 24px;
  left: 10px;
}
.mono .faq {
  border-bottom: 1px solid #ccc;
  position: relative;
}

.mono .faq-question {
  cursor: pointer;
  padding: 20px;
  padding-left: 50px;
  position: relative;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mono .toggle-icon {
  font-size: 2em;
  padding-left: 15px;
  transition: transform 0.3s ease;
}

.mono .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #f9f9f9;
  transition: max-height 0.4s ease, padding 0.3s ease;
  font-size: 14px;
}
.mono .faq-answer .t-bold{
  font-size: 14px;
}

.mono .faq.open .faq-answer {
  max-height: 500px; /* 十分な高さにしておく */
  min-height: 40px;
  margin-bottom: 15px;
  padding: 15px;
}
/*
.mono .faq.open .faq-answer:before{
  content: '';
  width: 40px;
  height: 40px;
  background: url(../img/icon/i-a2.png)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 15px;
  left: 15px;
}
*/
.mono .faq.open .toggle-icon {
  transform: rotate(45deg); /* ＋→×風に */
}
#conte-05,
#conte-06{
  position: relative;
}
#conte-05:after{
  content: "";
  display: block;
  width: 125px;
  height: 190px;
  background: url(../img/lebird02.png)no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 15%;
}

#conte-06 .mono-inner{
  position: relative;
  z-index: 1;
}
#conte-06 .scroll-table + .mono-button{
  display: table;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}




.mono .faq-container.icon-none .faq:before {
    display: none;
}
.mono .faq-container.icon-none .faq-question {
    padding: 20px;
    padding-left: 20px;
  }
.mono .faq-container.icon-none .faq.open .faq-answer {
    max-height: 500px;
    min-height: 40px;
    margin-bottom: 15px;
    padding: 30px;
}
.mono .faq-container.icon-none .faq-answer ul li{
  font-size: 12px;
}
.mono .faq-container.icon-none .faq-answer ul li + li{
  margin-top: 10px;
}




/**価格表***********/
.mono .table-kakaku{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.table-kakaku table{
  background: #e4e4e4;
}
.scroll-table + .scroll-table,
.table-kakaku table + table{
  margin-top: 50px;
}
.table-kakaku table tr:nth-child(2n) th,
.table-kakaku table tr:nth-child(2n) td{
  background: #fff;
}
.table-kakaku table .addult{
  min-width: 8rem;
  border-right: solid 1px #999 !important;
  text-align: center;
}
.table-kakaku table .title th,
.table-kakaku table .title td{
  text-align: center;
}
.table-kakaku table th,
.table-kakaku table td{
  font-size: 14px;
  font-weight: bold;
  vertical-align: middle;
}
.table-kakaku table{
  width: 100%;
}
.table-kakaku table .t-en{
  text-align: center;
  font-size: 16px;
  width: 8rem;
}
.table-kakaku table tr .line-l-none,
.table-kakaku table tr td:nth-child(2){
  border-left: none;
}
.table-kakaku table tr .line-r-none,
.table-kakaku table tr td:nth-child(1){
  border-right: none;
  width: 1.2rem;
  padding-right: 0;
  text-align: center;
}
.table-kakaku table .t-old{
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, .5);
}
.table-kakaku table + p{
  color: #111 !important;
}
.table-kakaku table .t-tategaki{
  width: 2rem;
}
.mono .table-kakaku .t-tategaki{
  vertical-align: middle;
  text-align: center;
}
.mono .table-kakaku{
  overflow: visible;
}
.mono .table-kakaku .icon{
  text-indent: -9999px;
  padding-left: 12px;
}
.mono .table-kakaku .icon:before{
  width: 18px;
  height: 18px;
  border: solid 1px #111;
  border-radius: 4px;
  top:calc((100% - 18px) / 2);  
}
.mono .table-kakaku .icon.i-no01:before{
  background: url(../img/icon/no01.png)no-repeat;
  background-size: contain;
  background-position: center;

}
.mono .table-kakaku .icon.i-no02:before{
  background: url(../img/icon/no02.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no03:before{
  background: url(../img/icon/no03.png)no-repeat;
  background-size: contain;
  background-position: center;
}

.mono .table-kakaku .icon.i-no04:before{
  background: url(../img/icon/no04.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no05:before{
  background: url(../img/icon/no05.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no06:before{
  background: url(../img/icon/no06.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no07:before{
  background: url(../img/icon/no07.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no08:before{
  background: url(../img/icon/no08.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no09:before{
  background: url(../img/icon/no09.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no10:before{
  background: url(../img/icon/no10.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no11:before{
  background: url(../img/icon/no11.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no12:before{
  background: url(../img/icon/no12.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no13:before{
  background: url(../img/icon/no13.png)no-repeat;
  background-size: contain;
  background-position: center;
}

.mono .table-kakaku .icon.i-no14:before{
  background: url(../img/icon/no14.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no15:before{
  background: url(../img/icon/no15.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no16:before{
  background: url(../img/icon/no16.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no17:before{
  background: url(../img/icon/no17.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no18:before{
  background: url(../img/icon/no18.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no19:before{
  background: url(../img/icon/no19.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no20:before{
  background: url(../img/icon/no20.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no21:before{
  background: url(../img/icon/no21.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no22:before{
  background: url(../img/icon/no22.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no23:before{
  background: url(../img/icon/no23.png)no-repeat;
  background-size: contain;
  background-position: center;
}

.mono .table-kakaku .icon.i-no24:before{
  background: url(../img/icon/no24.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no25:before{
  background: url(../img/icon/no25.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no26:before{
  background: url(../img/icon/no26.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no27:before{
  background: url(../img/icon/no27.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no28:before{
  background: url(../img/icon/no28.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no29:before{
  background: url(../img/icon/no29.png)no-repeat;
  background-size: contain;
  background-position: center;
}
.mono .table-kakaku .icon.i-no30:before{
  background: url(../img/icon/no30.png)no-repeat;
  background-size: contain;
  background-position: center;
}







/* スクロール */
.mono .scroll-table {
  overflow-x: auto;      /* autoの方が自然でスマホ対応◎ */
  width: 100%;
  display: block;        /* これ重要：インライン要素だと overflow 効かない */
}

.mono .scroll-table table {
  width: 900px;          /* テーブルが親より広ければスクロールが効く */
  min-width: 400px;      /* 任意：スマホでも読みやすい最低幅 */
}

.scroll-table::after {
  content: '← 横にスクロールできます →';
  display: block;
  text-align: center;
  font-size: 10px;
  color: #666;
  margin-top: 0.5em;
  margin-bottom: 5px;
}

/* スクロールの幅の設定 */
.mono .scroll-table::-webkit-scrollbar {
width: 6px;
height: 10px;
}

/* スクロールの背景の設定 */
.mono .scroll-table::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #aaa inset;
}

/* スクロールのつまみ部分の設定 */
.mono .scroll-table::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #111;
}



/*message**********************/
/* 共通：massega ライトボックス */
.mono .lightbox-massega {
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.mono .overlay-massega {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
}
.mono .massega-content:before{
  content: '';
  position: absolute;
  top: -50px;
  right: -30px;
  background: url(../img/icon/i-chon-w.svg)no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 90px;
}

.mono .massega-content {
  position: relative;
  background: #8FC31F;
  width: 90%;
  max-width: 80%;
  margin: 15vh auto;
  padding: 60px 0px 50px 50px;
  z-index: 10000;
  max-height: 70%;
  height: 70vh; /* ← max-height の代わりに高さを明示 */
  display: flex;         /* 子の高さ制御を効かせやすく */
  flex-direction: column;
  box-sizing: border-box;
}
.mono .massega-content .massega{
  height: calc(100% - 0px); /* 例えば上下の余白などに応じて */
  overflow-y: auto;
  width: calc(100% - 20px);
  padding-right: 20px;
  box-sizing: border-box;
}

.mono .massega-content .title-obi-w,
.mono .massega-content .head h3,
.mono .massega-content .head p{
  text-align: center;
}
.mono .massega-content .head .title{
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
}
.mono .massega-content .head .title + p{
  margin-bottom: 40px;
}
.mono .massega-content .title-obi-w span{
  background: #fff;
  color: #8FC31F;
  font-weight: bold;
  font-size: 18px;
  padding: 4px 24px;  
}
.mono .massega-content .title-obi-w:after{
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  top: 50%;
  z-index: -1;
}
.mono .massega-content .title-obi-w{
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 25px;
}

.mono .massega-content .personal + p,
.mono .massega-content .personal + .personal{
  margin-top: 30px;
}
.mono .massega-content .personal dl,
.mono .massega-content .personal .list-abc{
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.mono .list-abc li,
.mono .massega-content .personal dl{
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
}
.mono .massega-content .conte-c:after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.mono .massega-content .conte-c{
  position: relative;
  z-index: 1;
}
.mono .massega-content .c-flex{
  justify-content: center;
}
.mono .massega-content .c-flex .personal{
  margin: 0 20px;
}

.mono .list-abc li{
  position: relative;
  padding-left: 55px;
}
.mono .list-abc li,
.personal dl dd{
  font-size: 14px;
}
.personal dl dt{
  font-weight: bold;
  margin-bottom: 6px;
}
.mono .massega-content dl dd{
  font-weight: bold;
  font-size: 16px;
}

.personal dl dt img{
  margin-right: 6px;
}
.personal dl + dl,
.mono .list-abc li + li{
  margin-top: 15px;
}
.mono .list-abc li:before{
  content: '';
  background: url(../img/icon/icon-a.svg)no-repeat;
  background-size: 40px;
  background-position: center;
  width: 40px;
  height:40px;
  overflow: hidden;
  text-align: center;
  margin-right: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.mono .list-abc li:nth-child(2):before{
  background: url(../img/icon/icon-b.svg)no-repeat;
  background-size: 40px;
  background-position: center;
}
.mono .list-abc li:nth-child(3):before{
  background: url(../img/icon/icon-c.svg)no-repeat;
  background-size: 40px;
  background-position: center;
}


.mono .lightbox-close-massega {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 36px;
    color: #fff;
    color: #8FC31F;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
}
.mono .lightbox-close-massega:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 2px;
    left: 0.5px;
    z-index: -1;
}

/* スクロールの幅の設定 */
.mono .massega-content .massega::-webkit-scrollbar {
width: 6px;
height: 10px;
}

/* スクロールの背景の設定 */
.mono .massega-content .massega::-webkit-scrollbar-track {
border-radius: 5px;
box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
.mono .massega-content .massega::-webkit-scrollbar-thumb {
border-radius: 5px;
background: #111;
}

/*******/
.mono .fuchi{
  border: solid 2px #e4e4e4;
}
#conte-04 .fuchi{
  padding: 30px;
  background: #111;
}