@charset "UTF-8";

/*==================================
共通
=====================================*/
.sec_schedule .sec_tit,
.sec_data .sec_tit,
.sec_image .sec_tit {
  font-size: 34px;
  font-weight: 500;
  padding-left: 16px;
  border-left: 4px solid var(--c_key2);
  margin: 0 auto 40px;
}


/*==================================
intro
=====================================*/

.sec_intro {
  padding: 60px 0 100px;
}

.intro_br {
  display: none;
}

.sec_intro .sec_tit {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 1.2px;
  margin-top: 30px;
}

.sec_intro .sec_tit .line {
  background: linear-gradient(transparent 70%, #ffd6b5 70%);
}

.sec_intro .img_box {
  text-align: center;
  padding: 0 3%;
}

.mock {
  width: 700px;
  max-width: 100%;
}

.mock img {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 30 / 17;
}

.intro_txt {
  max-width: 1000px;
  margin: 30px auto 60px;
  line-height: 1.8;
  font-size: 17px;
  letter-spacing: 0.06em;
  font-weight: 500;
}

.sec_intro .pc_none {
  display: none;
}

.sec_intro .sp_none {
  display: block;
}

.sec_intro .sp_none {
  display: block;
}

.sec_intro .sub_btn::after {
  content: url(/common/img/bottom_arr.svg);
  z-index: 1;
}

/*==================================
sec_schedule
=====================================*/
.sec_schedule {
  background-color: var(--c_base2);
  position: relative;
  padding-bottom: 120px;
}

.sec_schedule .tax_bg {
  width: 100%;
  height: 140px;
  display: block;
  position: absolute;
  top: -140px;
  left: 0;
  z-index: 0;
  background-color: var(--c_base2);
}

.sec_schedule .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami_gry.png);
  background-repeat: repeat-x;
  background-size: 60px;
}

.sec_schedule .inner {
  padding-bottom: 90px;
  width: 88%;
  max-width: 1080px;
  margin: 0 auto;
}

.sec_schedule .sec_tit {
  margin-bottom: 100px;
}

.event_tit {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-120%);
  font-size: 24px;
  font-weight: 500;
  border-bottom: 2px solid var(--c_base1);
}

.event_tit {
  width: fit-content;
  padding: 12px 10px;
  border-bottom: 2px solid var(--c_base1);
}

.event_tit span {
  display: inline-block;
  font-size: 14px;
  color: var(--c_base4);
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

.event_tit::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -13px;
  width: 30px;
  height: 2px;
  transform: rotate(50deg);
  box-sizing: border-box;
  background-color: var(--c_base1);
}

.event_tit::after {
  content: "";
  position: absolute;
  right: -23px;
  bottom: -28px;
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border: 1px solid #ffffff;
  /* 背景色と同じ色を指定 */
  border-radius: 50%;
  background-color: var(--c_base1);
}

.event_list {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  line-height: 1.3;
}

.sec_schedule .event_item {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto 30px;
  position: relative;
  background-color: #fff;
  border: 1px solid var(--c_base3);
  border-radius: 10px;
}

.sec_schedule .event_item:first-of-type {
  margin-bottom: 120px;
}

.schedule_tbl {
  width: 100%;
}

.schedule_tbl tr {
  border-bottom: 1px dashed #cacbe5;
}

.schedule_tbl tr:last-of-type {
  border: none;
}

.schedule_tbl th,
.schedule_tbl td {
  padding: 24px;
}

.schedule_tbl th {
  width: 200px;
  font-size: 18px;
  font-weight: 500;
  background-color: var(--c_key1);
  vertical-align: middle;
  color: #fff;
}

.schedule_tbl tr:first-child th {
  border-radius: 10px 0 0 0;
}

.schedule_tbl tr:last-child th {
  border-radius: 0 0 0 10px;
}


.schedule_tbl td {
  font-size: 17px;
}

.schedule_tbl td .bold {
  font-weight: 500;
  display: block;
  margin-bottom: 4px;
  color: var(--c_base4);
}

/*==================================
sec_point
=====================================*/

.sec_point {
  background-color: #fff;
  position: relative;
  padding-bottom: 120px;
}

.sec_point .inner {
  width: 1080px;
  max-width: 88%;
  margin: 0 auto;
  transform: translateY(-3rem);
  background-color: var(--c_base3);
  padding: 40px 4%;
  position: relative;
  border-radius: 20px;
}

.sec_point .inner::before,
.sec_point .inner::after {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  background-color: var(--c_base2);
  border-radius: 50%;
  z-index: 1;
}

.sec_point .inner::before {
  left: 25px;
}

.sec_point .inner::after {
  right: 25px;
}


.sec_point .sec_tit {
  padding: 40px 3%;
  border-radius: 10px 10px 0 0;
  font-size: 34px;
  font-weight: 500;
  color: #333;
  text-align: center;
}

.point_list li {
  padding: 40px 4% 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 50px;
  background-color: #fff;
  background-image: radial-gradient(#d9d9d9 8%, transparent 8%);
  background-size: 18px 18px;
  background-position: 50% 50%;
  border-radius: 50px;
  margin-bottom: 40px;
}

.point_list li .icon {
  width: 160px;
  max-width: 100%;
  margin-bottom: 10px;
}


.point_list li :nth-child(even) {
  flex-direction: row-reverse;
}

.point_list li:last-of-type {
  border-bottom: none;
  margin-bottom: inherit;
}

.point_list_tit {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 16px;
  letter-spacing: 0.9px;
}

.point_tit_br {
  display: none;
}

.point_list .text {
  width: 72%;
  margin-left: 5%;
}

.point_list .text p {
  line-height: 1.4;
  letter-spacing: 0.09em;
  font-size: clamp(14px, 0.9vw, 16px);
  font-weight: 500;
}

.point_list .text .bold {
  font-weight: 500;
  color: #f3852d;
}

.point_list .num {
  padding-left: 0.8rem;
  font-size: 16px;
  margin-right: 0.8rem;
  letter-spacing: .04em;
  line-height: 1.6;
  font-weight: 600;
  color: #f76c1c;
  border-left: 2px solid #ffad6c;
}

.point_list .img {
  width: 320px;
  max-width: 100%;
  aspect-ratio: 11 / 7;
}

.point_list .img img {
  width: 100%;
}

.sec_point .tax_bg {
  width: 100%;
  height: 150px;
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 0;
  background-color: #fff;
}

.sec_point .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami.png);
  background-repeat: repeat-x;
  background-size: 60px;
}

.osirase {
  background-color: var(--c_base3);
  width: 88%;
  max-width: 1080px;
  padding: 40px 4%;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}

.osirase ::before {
  content: "New!!";
  font-size: 30px;
  color: var(--c_key2);
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.osirase .pc_none {
  display: none;
}

.osirase_txt {
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.osirase_img {
  width: 100px;
  max-width: 30%;
  margin-right: 1%;
}

.osirase video {
  max-width: 35%;
  width: 300px;
  margin-right: 2%;
}

.illust01 {
  width: clamp(160px, 12.2858vw, 200px);
  height: clamp(0px, 13.2468vw, 204px);
  position: absolute;
  top: clamp(-70px, -1.1429vw, 0px);
  right: clamp(-30px, 2.1949vw, -5px);
  z-index: 2;
}

.illust01 img {
  display: block;
  max-width: 100%;
  height: auto;
}




/*==================================
sec_image
=====================================*/

.sec_image {
  margin: 0 auto;
  background-color: var(--c_base2);
  position: relative;
}

.sec_image .inner {
  width: 88%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 0 190px;
}


.sec_image .tax_bg {
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 0;
  background-color: var(--c_base2);
}

.sec_image .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami_gry.png);
  background-repeat: repeat-x;
  background-size: 60px;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: .7;
}

/*==================================
sec_data
=====================================*/


.sec_data {
  position: relative;
  background-color: #fff;
}


.sec_data .tax_bg {
  width: 100%;
  height: 90px;
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 0;
  background-color: #fff;
}

.sec_data .tax_bg::before {
  width: 100%;
  height: 10px;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  background-image: url(../../../common/img/back_nami.png);
  background-repeat: repeat-x;
  background-size: 60px;
}

.sec_data .inner {
  width: 1080px;
  max-width: 88%;
  margin: 0 auto;
}

.total_visit {
  width: fit-content;
  background-color: var(--c_base2);
  padding: 10px 4%;
  font-weight: 500;
  text-align: center;
  font-size: 20px;
  margin: 0 auto 20px;
}

.sec_data .data {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.canvasjs-chart-credit {
  display: none;
}


/*==================================
btn_area
=====================================*/

.btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88%;
  max-width: 1080px;
  margin: 0 auto;
}


@media screen and (max-width: 1536px) {

  /*==================================
共通
=====================================*/
  .sec_schedule .sec_tit,
  .sec_data .sec_tit,
  .sec_image .sec_tit {
    font-size: 28px;
  }


  /*==================================
  sec_intro
=====================================*/

  .sec_intro .inner {
    width: 830px;
    margin: 0 auto;
    max-width: 100%;
  }

  .mock {
    width: 600px;
  }

  .sec_intro .sec_tit {
    font-size: 32px;
  }

  .intro_br {
    display: block;
  }

  /*==================================
sec_point
=====================================*/

  .sec_point .sec_tit {
    font-size: 28px;
  }

  .point_list li .icon {
    width: 120px;
  }

  .point_list .img {
    width: 200px;
  }

  .point_list_tit {
    font-size: 20px;
  }

  .point_list .text {
    margin-left: 2%;
  }

  .point_list_tit {
    margin-bottom: 14px;
  }


}


@media screen and (max-width: 1279px) {

  /*==================================
共通設定
=====================================*/
  .sec_tit {
    font-size: 28px;
    margin-bottom: 28px;
  }

  /*==================================
  sec_intro
=====================================*/

  .sec_intro .sec_tit {
    margin-bottom: 0;
  }

  .intro_txt {
    font-size: clamp(14px, 1.3815vw, 16px);
    line-height: 1.8;
    line-height: 2;
  }


  /*==================================
sec_point
=====================================*/
  .point_list li {
    border-radius: 30px;
  }

  /*==================================
sec_plan
=====================================*/

  .sec_plan {
    max-width: none;
  }

  .sec_plan .inner {
    max-width: 88%;
  }

  .sec_plan .sec_tit {
    width: 100%;
    margin: 0 auto 40px;
  }

  .scl_rbl {
    overflow-x: scroll;

  }

  .tab_item:hover {
    font-size: 17px;
  }

  .tab_content {
    padding: 20px 0;
  }

  .plan_tbl.retail {
    width: 900px;
    margin: 0 auto;
  }

  .plan_tbl th,
  .plan_tbl td {
    padding: 12px 8px 14px;
  }

  .plan_tbl th {
    font-size: 15px;
  }

  .plan_tbl td {
    font-size: 16px;
  }

}

@media screen and (max-width: 1024px) {

  /*==================================
sec_point
=====================================*/
  .osirase_img {
    width: 80px;
  }

  .osirase_txt {
    font-size: clamp(13px, 1.6vw, 18px);
  }

  .osirase video {
    width: 250px;
  }
}

@media screen and (max-width: 768px) {

  /*==================================
共通
=====================================*/
  .sec_schedule .sec_tit,
  .sec_data .sec_tit,
  .sec_image .sec_tit {
    font-size: 23px;
  }


  /*==================================
  sec_intro
=====================================*/
  .sec_intro {
    padding: 46px 4% 120px;
  }

  .sec_intro .pc_none {
    display: block;
  }

  .sec_intro .sp_none {
    display: none;
  }


  .intro_txt {
    font-size: clamp(12px, 1.3815vw, 14px);
    line-height: 2.2;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
  }

  .sec_intro .img_box {
    padding: 0;
  }

  .mock {
    width: 500px;
  }

  .sec_intro .sec_tit {
    font-size: clamp(25px, 4.3vw, 30px);
    display: inline-block;
    text-align: left;
  }

  /*==================================
sec_schedule
=====================================*/

  .sec_schedule .tax_bg {
    top: -50px;
    height: 50px;
  }

  .sec_schedule .inner {
    padding-bottom: 0;
  }

  .sec_schedule .sec_tit {
    margin-bottom: 70px;
  }

  .schedule_tbl th,
  .schedule_tbl td {
    padding: 18px 14px;
  }

  .schedule_tbl th {
    width: 130px;
    font-size: 16px;
  }

  .schedule_tbl td {
    font-size: 15px;
  }

  .event_tit {
    font-size: 21px;
    padding: 12px 10px 12px 0;
  }

  .event_tit span {
    font-size: 11px;
  }

  .event_list {
    padding: 30px 0 0;
  }



  /*==================================
sec_point
=====================================*/
  .sec_point {
    padding-bottom: 100px;
  }

  .sec_point .tax_bg {
    top: -50px;
    height: 50px;
  }

  .sec_point .inner {
    transform: translateY(0);
    padding-bottom: 20px;
  }

  .sec_point .sec_tit {
    font-size: clamp(16px, 4vw, 23px);
    line-height: 1.2;
    padding: 0 0 30px;
  }

  .point_list li .icon {
    display: block;
    margin: 0 auto 12px;
  }

  .point_tit_br {
    display: block;
  }

  .point_list {
    padding: 0;
  }

  .point_list li {
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 30px 6%;
    margin-bottom: 24px;
    border-radius: 16px;
  }

  .point_list .img {
    margin-bottom: 14px;
  }

  .point_list_tit {
    font-size: 19px;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .point_list .text {
    margin-left: 0;
    width: 100%;
  }

  .illust01 {
    width: 145px;
    max-width: 23%;
    min-width: 90px;
    height: auto;
    top: -1%;
    right: 0%;
  }

  .osirase {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 20px 4%;
  }

  .osirase .pc_none {
    display: block;
  }

  .osirase video {
    width: 100%;
    max-width: 530px;
    margin: 0 auto 10px;
    border-radius: 10px;
  }

  .osirase_txt {
    font-size: clamp(12px, 2.4vw, 17px);
  }

  /*==================================
sec_image
=====================================*/
  .sec_image .inner {
    padding: 20px 0 150px;
  }

  /*==================================
sec_data
=====================================*/
  .sec_data .data>div {
    width: 100% !important;
  }

  .sec_data .tax_bg {
    top: -50px;
    height: 50px;
  }

  /*==================================
btn_area
=====================================*/
  .btn_area {
    flex-wrap: wrap;
    margin-bottom: 100px;
  }

}

@media screen and (max-width: 480px) {

  /*==================================
共通
=====================================*/
  .sec_schedule .sec_tit,
  .sec_data .sec_tit,
  .sec_image .sec_tit {
    font-size: 19px;
    padding-left: 10px;
  }

  /*==================================
sec_intro
=====================================*/
  .intro_txt {
    font-size: 12px;
    margin: 16px auto 0;

  }

  .price_btn a,
  .contact_btn a {
    padding: 16px 2%;
    font-size: 16px;
  }

  .sec_intro {
    padding: 36px 6% 100px;
  }

  .mock {
    width: 100%;
  }

  .sec_intro .sec_tit,
  .sec_intro .sec_tit * {
    font-size: clamp(14px, 4.4vw, 23px);
    text-align: left;
    line-height: 1.6;
    font-weight: 500;
  }

  .sec_intro .sec_tit {
    display: block;
    margin-top: 16px;
  }

  /*==================================
sec_schedule
=====================================*/
  .schedule_tbl th,
  .schedule_tbl td {
    padding: 12px;
  }

  .schedule_tbl th {
    font-size: 14px;
    width: 100px;
  }

  .schedule_tbl td {
    font-size: 13px;
  }

  .sec_schedule .event_item {
    border-radius: 6px;
  }

  .schedule_tbl tr:first-child th {
    border-radius: 6px 0 0 0;
  }

  .schedule_tbl tr:last-child th {
    border-radius: 0 0 0 6px;
  }



  /*==================================
sec_point
=====================================*/

  .sec_point .sec_tit {
    width: 90%;
    margin: 0 auto;
    border-radius: 14px 14px 0 0;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }

  .point_list .num {
    font-size: 18px;
    padding-left: 0.3rem;
    margin-right: 0.4rem;
  }

  .point_list_tit {
    font-size: 17px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    line-height: 1.4;
  }

  .point_list .text p {
    letter-spacing: 0.07em;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 500;
  }

  .osirase_img {
    display: none;
  }

  .illust01 {
    max-width: 26%;
    min-width: 70px;
    top: 0%;
    right: -2%;
  }


  /*==================================
sec_image
=====================================*/

  .tab_content {
    padding: 20px 0;
  }

  .tab_item {
    font-size: clamp(13px, 1.0715vw, 14px);
  }

  .tab_item:hover {
    font-size: clamp(13px, 1.0715vw, 14px);
  }

  .plan_txt {
    font-size: 13px;
  }

  .e_type .rank span {
    height: 250px;
  }

  /* モーダル*/
  .modal_main {
    padding: 20px 4% 30px;
  }

  .modal_inner {
    width: 90%;
  }

  .modal_tit {
    font-size: 23px;
  }

  .moadal_txt {
    font-size: 14px;
    line-height: 1.3;
  }

  .scr_tit {
    font-size: 15px;
  }

  /*==================================
sec_data
=====================================*/
  .total_visit {
    font-size: 15px;

  }
}