@charset "utf-8";
.inner{
  width: 89.33%;
}
.pcmn_bg_str{
  background-image: repeating-linear-gradient(303deg, #fff1ad, #fff1ad 3px, #fff6c8 3px, #fff6c8 6px);
}

/* ===============================================
# sec_main
=============================================== */
.sec_main{
  position: relative;
  padding-top: 59px;
  padding-top: clamp(59px,17.733vw,156px);
  padding-bottom: 51px;
  padding-bottom: clamp(51px,13.6vw,114px);
}
.sec_main::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: 
    url(../img/bg_main_top.png),url(../img/bg_main_bottom.png);
  background-size: 100% auto,100% auto;
  background-repeat: no-repeat,no-repeat;
  background-position: 
    top -12px center,bottom center;
  pointer-events: none;
}
.sec_main::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: 
    url(../img/bg_main_right.png),url(../img/bg_main_left.png);
  background-size: auto 381px, auto 366px;
  background-size: auto 74.7%, auto 71.76%;
  background-repeat: no-repeat, no-repeat;
  background-position: right -1px top 74px, left -1px top 76px;
  pointer-events: none;
}
.sec_main .inner{
  width: 100%;
}
.sec_main h1 img{
  max-width: 600px;
  display: block;
  margin: 0 auto;
}
.txt_lead{
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 17px;
  line-height: 1.7;
  padding: 0 30px;
}
@media (min-width :835px){
  .sec_main{
    padding-top: 59px;
    padding-bottom: 51px;
  }
}


/* ===============================================
# area_index
=============================================== */
.area_index{
  margin-top: -6px;
}
.area_index dl{
  border: 1px solid #000;
  border-radius: 4px;
  padding: 20px 15px;
}
.area_index dl dt{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2px;
}
.area_index .link_page{
  margin-top: 16px;
}
.area_index .link_page li + li{
  margin-top: 15px;
}
.area_index .link_page li a{
  display: flex;
  align-items: center;
  font-weight: bold;
}
.area_index .link_page li a .fontEn{
  border: 1px solid #000;
  border-radius: 50px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-right: 12px;
}
.area_index .link_page li a::after{
  content: "";
  display: inline-block;
  background: url(../img/ico_anc.svg)no-repeat;
  background-size: contain;
  width: 14px;
  height: 10px;
  margin-left: 5px;
}


/* ===============================================
# area_evolution
=============================================== */
.area_evolution{
  position: relative;
  padding-bottom: 50px;
}
.area_evolution::before,
.area_evolution::after{
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.area_evolution::before{
  left: 0;
  background: linear-gradient(90deg,rgba(233, 72, 41, 0) 0%, rgba(233, 72, 41, 0.15) 100%);
}
.area_evolution::after{
  right: 0;
  background: linear-gradient(90deg,rgba(93, 169, 222, 0.15) 0%, rgba(93, 169, 222, 0) 100%);
}
.area_evolution .ttl_evolution{
  position: relative;
}
.area_evolution .ttl_evolution::before,
.area_evolution .ttl_evolution::after{
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.area_evolution .ttl_evolution::before{
  width: 109px;
  width: clamp(109px,29.06vw,182px);
  height: 161px;
  height: clamp(161px,42.93vw,258px);
  background: url(../img/img_evolution_showa01.png) no-repeat;
  background-size: contain;
  bottom: -32px;
  left: 0;
}
.area_evolution .ttl_evolution::after{
  width: 105px;
  width: clamp(105px,28vw,174px);
  height: 162px;
  height: clamp(162px,43.2vw,269px);
  background: url(../img/img_evolution_reiwa02.png) no-repeat;
  background-size: contain;
  bottom: -22px;
  right: 0;
}
.area_evolution .ttl_evolution img{
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 47.466vw;
  width: clamp(178px,47.466vw,320px);
  padding-top: 25px;
  padding-left: 5px;
}
@media (min-width :835px){
  .area_evolution .ttl_evolution img{
    width: 178px;
  }
  .area_evolution .ttl_evolution::before{
    width: 109px;
    height: 161px;
  }
  .area_evolution .ttl_evolution::after{
    width: 105px;
    height: 162px;
  }
}
/* box_vs
----------------------------------------------- */
.area_evolution .box_vs{
  display: flex;
  margin-top: 18px;
}
.area_evolution .box_vs .item{
  width: 50%;
  text-align: center;
  padding: 0 10px;
}
.area_evolution .box_vs .item .ttl_vs img{
  display: block;
  max-width: 356px;
  width: 100%;
}
.area_evolution .box_vs .item_showa .ttl_vs{
  margin-right: -10px;
}
.area_evolution .box_vs .item_showa .ttl_vs img{
  margin-right: 0;
  margin-left: auto;
}
.area_evolution .box_vs .item_reiwa .ttl_vs{
  margin-left: -10px;
}
.area_evolution .box_vs .item_reiwa .ttl_vs img{
  margin-left: 0;
  margin-right: auto;
}
.area_evolution .box_vs .txt_copy{
  font-size: 1.8rem;
  font-weight: bold;
  background: url(../img/bg_copy.svg)no-repeat center center;
  background-size: contain;
  line-height: 1.2;
  padding: 18px 20px 17px 20px;
  margin-top: 19px;
  position: relative;
  z-index: 1;
}
.area_evolution .box_vs .list_flow{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
}
.area_evolution .box_vs .list_flow li{
  position: relative;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.area_evolution .box_vs .list_flow li + li{
  margin-top: 33px;
}
.area_evolution .box_vs .list_flow li + li::before{
  content: "";
  display: block;
  background: url(../img/ico_arrow_evolution.svg)no-repeat;
  background-size: contain;
  width: 22px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: -24px;
  transform: translateX(-50%);
}
/* list_evolution
----------------------------------------------- */
.area_evolution .list_evolution{
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
  max-width: 560px;
}
.area_evolution .list_evolution > div{
  position: relative;
  z-index: 1;
}
.area_evolution .list_evolution > div + div{
  margin-top: 30px;
}
.area_evolution .list_evolution > div::before{
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  position: absolute;
  top: 20px;
  left: 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  z-index: -1;
}
.area_evolution .list_evolution dt{
  background: #000;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin-left: 18px;
  margin-right: 18px;
  padding: 2px 20px;
}
.area_evolution .list_evolution dd{
  padding: 11px 15px;
}


/* ===============================================
# area_schedule
=============================================== */
.area_schedule{
  background-image: repeating-linear-gradient(303deg, #fff1ad, #fff1ad 3px, #fff6c8 3px, #fff6c8 6px);
  padding-top: 32px;
  padding-bottom: 50px;
}
.area_schedule .scroll_container{
  position: relative;
  width: 100%;
  overflow-x: auto;
  padding-left: 10px;
  cursor: pointer;
}
.area_schedule .scroll_container::-webkit-scrollbar{
  background-color: transparent;
  height: 5px;
  display: block;
  width: 90% !important;
}
.area_schedule .scroll_container::-webkit-scrollbar-track{
  background-color: transparent;
}
.area_schedule .scroll_container::-webkit-scrollbar-track-piece{
  background-color: #fff;
  border-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
}
.area_schedule .scroll_container::-webkit-scrollbar-thumb{
  background: #23a0dc;
  border-radius: 10px;
}
.area_schedule .scroll_container figure{
  width: 697px;
  margin: 0 auto;
}
/* スクロールアイコン */
.area_schedule .scroll_container .ico_scroll{
  display: block;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
@-moz-document url-prefix() {
  /* firefox用 */
  .area_schedule .scroll_container{
    scrollbar-color: #23a0dc #fff;
    scrollbar-width: auto;
  }
}


/* ===============================================
# area_event
=============================================== */
.area_event{
  background-color: #edf3f3;
  background-image: url(../img/bg_event.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.area_event .ttl_event img{
  width: 74.666vw;
  width: clamp(280px,74.666vw,500px);
  margin: 0 auto;
  display: block;
}
.area_event .txt_event{
  text-align: center;
  margin-top: 14px;
  line-height: 1.68;
}
.area_event .img_event{
  margin-top: 20px;
}
.area_event .img_event img{
  display: block;
  margin: 0 auto;
  max-width: 669px;
  width: 100%;
}
.area_event .box_btn{
  margin-top: 11px;
}
.area_event .box_btn .txt{
  font-size: 1.2rem;
  text-align: center;
  letter-spacing: -1px;
}
.area_event .box_btn .btn{
  max-width: 280px;
  margin: 0 auto;
}
.area_event .box_btn .btn a{
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  display: block;
  padding: 12px 0 12px 0;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 2px;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
}


/* ===============================================
# area_point
=============================================== */
.area_point{
  padding-top: 30px;
}
.area_point .inner{
  width: 92%;
}
.area_point .wrap_bg_point{
  background: #fff;
  border: 1px solid #000;
  border-radius: 15px;
  position: relative;
  padding: 15px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.area_point .wrap_bg_point::before{
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 18px;
  background-image: url(../img/bg_point_l.svg),url(../img/bg_point_r.svg);
  background-repeat: no-repeat,no-repeat;
  background-size: contain,contain;
  background-position: top left,top right;
  position: absolute;
  left: -4px;
  top: -4px;
}
.area_point .wrap_bg_point::after{
  content: "";
  display: block;
  width: calc(100% + 8px);
  height: 18px;
  background-image: url(../img/bg_point_l.svg),url(../img/bg_point_r.svg);
  background-repeat: no-repeat,no-repeat;
  background-size: contain,contain;
  background-position: top left,top right;
  position: absolute;
  left: -4px;
  bottom: -4px;
  transform: rotate(180deg);
}
.area_point .area_ttl{
  position: relative;
}
.area_point .area_ttl .ttl_point{
  padding: 4px 0 0 10px;
}
.area_point .area_ttl .ttl_point img{
  width: 259px;
}
.area_point .area_ttl .txt_comment{
  position: absolute;
  top: -54px;
  right: -28px;
  max-width: 143px;
}
.area_point .box_point{
  background-color: #ffe329;
  padding: 18px 15px;
  margin-top: 8px;
}
.area_point .box_point .list_point li{
  position: relative;
}
.area_point .box_point .list_point li + li{
  margin-top: 26px;
}
.area_point .box_point .list_point li:nth-child(2)::after{
  content: "";
  display: block;
  width: 47px;
  height: 84px;
  background: url(../img/deco_point01.svg)no-repeat;
  background-size: contain;
  position: absolute;
  right: -11px;
  top: -31px;
  z-index: 1;
}
.area_point .box_point .list_point li:nth-child(3)::after{
  content: "";
  display: block;
  width: 61px;
  height: 58px;
  background: url(../img/deco_point02.svg)no-repeat;
  background-size: contain;
  position: absolute;
  right: 2px;
  top: -23px;
  z-index: 1;
}
.area_point .box_point .list_point .ttl{
  display: inline-block;
  position: relative;
  min-height: 30px;
  height: auto;
  line-height: 1.25;
  padding-top: 5px;
  padding-right: 25px;
  padding-bottom: 3px;
  font-size: 1.8rem;
  background: #689dd2;
  color: #FFF;
  box-sizing: border-box;
  font-weight: bold;
  width: auto;
  padding-left: 11px;
}
.area_point .box_point .list_point .ttl::before{
  content: "";
  display: block;
  width: 3px;
  height: calc(100% + 14px);
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  left: -1px;
  top: 0;
}
.area_point .box_point .list_point .ttl::after{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.area_point .box_point .list_point .ttl::after{
  top: 0;
  right: -1px;
  background-color: #ffe329;
  clip-path: polygon(100% 0, 50% 50%, 100% 100%);
  width: 30px;
  height: 100%;
}
.area_point .box_point .list_point .txt{
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 10px;
  letter-spacing: -1px;
  line-height: 1.73;
}
.area_point .box_point .list_point .txt .ico{
  width: 70px;
  flex-shrink: 0;
}

/* ===============================================
# area_aruaru
=============================================== */
.area_aruaru {
  padding-top: 49px;
}
.area_aruaru .inner{
  width: 92%;
}
.area_aruaru .box_aruaru{
  background-color: #8e7dc8;
  color: #fff;
  position: relative;
  margin: 4px auto;
  padding-top: 123px;
  padding-bottom: 30px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.area_aruaru .box_aruaru::before,
.area_aruaru .box_aruaru::after{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: -4px;
  left: 0;
  background: url(../img/bg_aruaru.svg)no-repeat;
  background-size: cover;
}
.area_aruaru .box_aruaru::after{
  transform: rotate(180deg);
  top: auto;
  bottom: -4px;
}
.area_aruaru .ttl_aruaru{
  position: absolute;
  top: -22px;
  padding: 0px 18px 0 7px;
}
.area_aruaru .ttl_aruaru2{
  font-family: "Yusei Magic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #ffe208;
  line-height: 1.5;
}
.area_aruaru .ttl_aruaru2 span{
  font-size: 2.1rem;
}
.area_aruaru .txt_aruaru{
  margin-top: 2px;
}
.area_aruaru .item_aruaru{
  position: relative;
  padding: 0 14px;
}
.area_aruaru .item_aruaru:nth-of-type(2){
  margin-top: 18px;
  padding-left: 110px;
}
.area_aruaru .item_aruaru:nth-of-type(2)::before{
  content: "";
  display: block;
  width: 97px;
  height: 146px;
  background: url(../img/deco_aruaru01.png)no-repeat;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: -10px;
}
.area_aruaru .item_aruaru:nth-of-type(3){
  margin-top: 15px;
}
.area_aruaru .item_aruaru:nth-of-type(3)::before{
  content: "";
  display: block;
  width: 126px;
  height: 100px;
  background: url(../img/deco_aruaru02.png)no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -50px;
  right: 12px;
  z-index: 1;
}
.area_aruaru .item_aruaru:nth-of-type(3) .txt_aruaru{
  padding-right: 105px;
}
@media (min-width :835px){
  .area_aruaru .box_aruaru{
    padding-top: 35.65%;
  }
}


/* ===============================================
# area_link
=============================================== */
.area_link{
  padding-top: 46px;
  padding-bottom: 54px;
}
.area_link .btn_link a{
  width: 100%;
  max-width: 280px;
  display: block;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 12px 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
}
.area_link .btn_link.c_pink a{
  background-color: #f19dae;
  color: #fff;
  border-color: #f19dae;
  box-shadow: 0px 3px 0px 0px #e46177;
}
.area_link .btn_link.c_green a{
  background-color: #9ac827;
  color: #fff;
  border-color: #9ac827;
  box-shadow: 0px 3px 0px 0px #5d9d06;
}
.area_link .btn_link + .btn_link{
  margin-top: 14px;
}
@media (min-width :835px){
  .area_link .btn_link a{
    max-width: 340px;
  }
}