@charset "UTF-8";

/* nav現在地 */

header .list_gourmetcaree a {
  color: #ED7A00;
}

/*==================================
共通設定
=====================================*/
.sec_tit {
  font-size: 34px;
  font-weight: 500;
  padding-left: 16px;
  border-left: 4px solid var(--c_key2);
  max-width: 1080px;
  width: 88%;
  margin: 0 auto 40px;
}

/*==================================
sec_plan
=====================================*/

.sec_plan {
  margin: 0 auto;
  padding-bottom: 80px;
}

.sec_plan .inner {
  margin: 0 auto;
  padding: 60px 0 0;
}

.sec_plan .btn_area {
  padding-top: 20px;
}


/* タブ */

.tabs {
  background-color: #fff;
  margin: 0 auto;
}

.tab_item {
  width: calc(88%/3);
  max-width: 360px;
  background-color: var(--c_key1);
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 14px 5px 18px;
  border-right: 1px solid #fff;
  border-top: 3px solid var(--c_key1);
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out;
  height: 60px;
}

.tab_item:first-of-type {
  margin-left: calc((100% - 1080px) / 2);
}

.tab_item:last-of-type {
  border-right: none;
  margin-right: calc((100% - 1080px) / 2);
}

.tab_item .pc_none {
  display: none;
}

.tab_item:hover {
  opacity: 0.7;
}


input[type="radio"]:checked+.tab_item {
  background-color: #fff;
  color: var(--c_key1);
  border-top: 3px solid var(--c_key1);
}


input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
}

#list01:checked~#list01_content,
#list02:checked~#list02_content,
#list03:checked~#list03_content {
  display: block;
  margin-left: calc((100% - 1080px) / 2);
  margin-right: calc((100% - 1080px) / 2);

}

/* タブここまで */
.plan_txt {
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-size: clamp(14px, 1.3815vw, 16px);
  font-weight: 500;
}

.tab_content h3 {
  font-size: 20px;
}

.plan_tbl {
  width: 100%;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

.plan_tbl th {
  font-weight: 500;
  font-size: 16px;
}


.plan_tbl td {
  text-align: center;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.3;
}

.plan_tbl td .pc_none {
  display: none;
}

.plan_tbl th,
.plan_tbl td {
  border: solid 1px #b6b6b6;
  padding: 16px 12px 20px;
  vertical-align: middle;
  letter-spacing: 0.07em;
}


.plan_tbl .bold {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 1px;
}

.plan_tbl.ticket .bold,
.plan_tbl.monthly .bold {
  color: var(--c_key2);
}

.plan_item th {
  background-color: var(--c_base2);
}

.plan_item th.border_none {
  border: none !important;
  background-color: #fff !important;
}

.plan_tbl .type th {
  color: #fff;
  font-weight: 600;
}

.e_type th {
  background-color: #fa5656;
}

.e_type td {
  color: #fa5656;
}

.d_type th {
  background-color: #6867b4;
}

.d_type td {
  color: #6867b4;
}

.c_type th {
  background-color: #35c2e5;
}

.c_type td {
  color: #35c2e5;
}

.b_type th {
  background-color: #95ce59;
}

.b_type td {
  color: #95ce59;
}

.a_type th {
  background-color: #ff94bf;
}

.a_type td {
  color: #ff94bf;
}

.e_type .rank {
  vertical-align: middle;
}


.e_type .rank span {
  font-weight: bold;
  color: #fff;
  display: block;
  width: 100%;
  height: 320px;
  padding: 10px 0;
  position: relative;
}

.e_type .rank span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  display: block;
  background-color: var(--c_key1);
  clip-path: polygon(0% 0%, 100% 0%, 65% 100%, 35% 100%);
  width: 100%;
  height: 100%;
}

.e_type .rank span::before {
  position: absolute;
  content: "上位";
  color: #fff;
  z-index: 1;
}

.example {
  padding: 20px 10px;
}

.example p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #868686;
}

.example .period {
  font-weight: 500;
  color: var(--c_key2);
}


.type_btn {
  padding: 8px 24px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  border: none;
  margin-right: 2%;
  border-radius: 30px;
  cursor: pointer;
}

.type_btn:hover {
  opacity: 0.7;
}

.type_btn:last-of-type {
  margin-right: 0;
}

.type_btn[data-modal-id="modal_a"] {
  background-color: #ff94bf;
}

.type_btn[data-modal-id="modal_b"] {
  background-color: #95ce59;
}


.type_btn[data-modal-id="modal_c"] {
  background-color: #35c2e5;
}


.type_btn[data-modal-id="modal_d"] {
  background-color: #6867b4;
}


.type_btn[data-modal-id="modal_e"] {
  background-color: #fa5656;
}



/* モーダル*/

.movie_btn {
  display: inline-block;
  width: 110px;
  text-align: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.movie_btn:empty {
  display: none;
}

.modal_main::-webkit-scrollbar {
  width: 7px;
}

.modal_main::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.modal_main::-webkit-scrollbar-thumb {
  background-color: rgb(110, 110, 110);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.modal-content {
  display: none;
  position: fixed;
  z-index: 110000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}

.modal_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 1080px;
  background-color: #fff;
  height: 86%;
  max-height: 86%;
  overflow: auto;
  border-radius: 5px;
  box-sizing: border-box;
}

.modal_main {
  padding: 20px 20px 30px;
  margin: 40px auto 50px;
  box-sizing: border-box;
  text-align: center;
  max-width: 100%;
  overflow-y: scroll;
}

.modal_tit {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ED7A00;
}

.moadal_txt {
  font-size: 16px;
  margin-bottom: 30px;
  font-weight: 500;
}

.scr_tit {
  background-color: #ED7A00;
  color: #fff;
  font-weight: 500;
  width: 700px;
  max-width: 100%;
  padding: 11px;
  margin: 0 auto 20px;
  font-size: 20px;
}

.scr_img {
  max-width: 100%;
  margin-bottom: 20px;
}

.modal_main iframe {
  width: 90% !important;
  max-width: 100%;
  height: 100% !important;
  min-height: 400px;
}

.close_modal {
  position: fixed;
  top: 15px;
  right: 15px;
  cursor: pointer;
  font-size: 30px;
}

/* 後ろのコンテンツ止める */
body.nonscroll {
  overflow: hidden;
}

/* モーダルここまで */
/*==================================
sec_free_option
=====================================*/

.sec_free_option {
  background-color: var(--c_base2);
  padding: 60px 6% 80px;
  position: relative;
}


.sec_free_option .tax_bg {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  background-color: var(--c_base2);
}

.sec_free_option .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_free_option .inner {
  margin: 0 auto;
  width: 1080px;
  text-align: center;
  max-width: 100%;
}

.option_tit {
  display: inline-block;
  font-size: 30px;
  margin: 0 auto 34px;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: 3px solid var(--c_key2);
}

.option_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;

}

.sec_free_option .option_list li {
  font-size: 18px;
  width: 400px;
  max-width: 29%;
  padding: 20px 2% 38px;
  background-color: #fff;
  margin: 0 2% 30px;
  border-radius: 20px;
}

.sec_free_option .option_list h4 {
  font-weight: 500;
  font-size: 20px;
  color: var(--c_key2);
  margin-bottom: 10px;
  text-align: center;
}

.sec_free_option .option_img {
  display: block;
  width: 300px;
  margin-bottom: 10px;
  max-width: 100%;
}

.sec_free_option .option_txt {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: inline-block;
  margin: 0 auto;
  text-align: left;

}

/*==================================
sec_paid_option
=====================================*/

.sec_paid_option {
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
}


.sec_paid_option .tax_bg {
  width: 100%;
  height: 20px;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: 0;
  background-color: #fff;
}

.sec_paid_option .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_paid_option_txt {
  width: 1080px;
  margin: 0 auto;
  max-width: 88%;
}

.paid_option_scl {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
}

.scroll_button {
  position: absolute;
  top: 47%;
  transform: translateY(-50%);
  z-index: 1;
  border: none;
  border-top-left-radius: 70px;
  border-top-right-radius: 70px;
  background: var(--c_key2);
  width: 140px;
  height: 70px;
  font-size: 19px;
  letter-spacing: 1.2px;
  color: #fff;
  font-weight: normal;
}

.prev_button {
  left: -35px;
  transform: rotate(90deg);
}

.next_button {
  right: -35px;
  transform: rotate(-90deg);

}

.paid_option_list {
  width: 100vw;
  position: relative;
  white-space: nowrap;
  overflow-x: scroll;
  padding: 0 40px;
}

.paid_option_list::-webkit-scrollbar,
.paid_option_scl::-webkit-scrollbar {
  display: none;
}

.paid_option_list>li {
  display: inline-block;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  width: 360px;
  height: 310px;
  margin: 20px;
  position: relative;
  box-shadow: #b1b1b175 1px 1px 6px;
}


.paid_option_tit {
  background-color: var(--c_key1);
  padding: 20px 20px 20px 60px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  position: relative;
}

.paid_option_tit .icon {
  background-color: #fff;
  display: inline-block;
  padding: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  border: var(--c_key1) 4px solid;
}

.paid_option_tit .icon img {
  max-width: 100%;
}

.paid_txt {
  padding: 18px 24px;
  height: 143px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;

}

.paid_txt .small {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.paid_txt li {
  margin-bottom: 10px;
}

.paid_txt li,
.paid_txt p,
.paid_txt span {
  text-align: center;
  white-space: normal;
}

.paid_txt .num {
  font-size: 34px;
  text-align: center;
  font-weight: 500;
  padding-left: 5px;
  color: var(--c_key2);
}

.paid_option_list>li:nth-of-type(1) .num {
  font-size: 26px;
}


.paid_txt .en {
  font-size: 16px;
  font-weight: 500;
}

.ex_txt {
  white-space: normal;
  padding: 10px 24px;
  font-weight: 500;
  font-size: 14px;
  color: #828282;
  word-break: break-all;
  line-height: 1.4;
  letter-spacing: 0.08em;

}

.spp_txt {
  display: block;
  margin-top: 10px;
  text-align: center;
  line-height: 1.3;
  font-size: 14px;
  color: #959595;
  font-weight: 500;
}


/*==================================
btn_area
=====================================*/

.btn_area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 6% 0;
}

.btn_area .basic_btn,
.btn_area .sub_btn {
  margin: 0 2% 30px;
}


/* .btn_area {
  padding: 16px 4%;
  margin: 0 auto;
} */



@media screen and (max-width: 1536px) {}


@media screen and (max-width: 1279px) {

  /*==================================
共通設定
=====================================*/
  .sec_tit {
    font-size: 28px;
    margin: 0 auto 28px;
  }


  /*==================================
sec_plan
=====================================*/

  .sec_plan {
    max-width: none;
  }

  .scl_rbl {
    overflow-x: scroll;
    padding-right: 6%;
  }

  .tab_item {
    font-size: 17px;
    width: calc(88% / 3);
  }

  #list02:checked~#list02_content,
  #list03:checked~#list03_content {
    margin-left: 6%;
    margin-right: 6%;
  }

  #list01:checked~#list01_content {
    margin-left: 6%;
    margin-right: 0;
    overflow: hidden;
  }

  .tab_item:first-of-type {
    margin-left: 6%;
  }

  .tab_item:last-of-type {
    margin-right: 6%;
  }

  .tab_content {
    padding: 30px 0;
  }

  .plan_tbl.retail {
    width: 900px;
    margin: 0 auto;
    max-width: unset;
  }



  .plan_tbl th,
  .plan_tbl td {
    padding: 12px 8px 14px;
  }

  .plan_tbl th {
    font-size: 15px;
  }

  .plan_tbl td {
    font-size: 16px;
  }

  .plan_item th.border_none {
    width: 100px;
  }



  /*==================================
sec_free_option
=====================================*/
  .option_list {
    justify-content: space-between;
  }

  .option_tit {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .sec_free_option .option_list li {
    width: 31%;
    max-width: unset;
    margin: 20px 0;
    padding: 20px 2% 32px;
  }

  .sec_free_option .option_img {
    width: 100%;
  }

  .sec_free_option .option_list h4 {
    font-size: 18px;
  }

  .sec_free_option .option_txt {
    font-size: 14px;
    text-align: left;
  }

  .paid_option_list>li {
    margin: 0 14px;
  }
}

@media screen and (max-width: 1024px) {
  /*==================================
sec_free_option
=====================================*/

  .scroll_button {
    display: none;
  }

  /*==================================
btn_area
=====================================*/
  .btn_area {
    flex-wrap: wrap;

  }
}

@media screen and (max-width: 768px) {

  /*==================================
共通設定
=====================================*/
  .sec_tit {
    font-size: 23px;
  }

  /*==================================
sec_plan
=====================================*/

  .sec_plan .inner {
    padding: 40px 0 0;
  }

  .plan_txt {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .tab_item {
    font-size: 15px;
    line-height: 1.3;
    height: auto;
    padding: 8px 5px 12px;
  }

  .tab_item .pc_none {
    display: block;
  }

  .plan_tbl.retail {
    width: 800px;
  }

  .plan_tbl th,
  .plan_tbl td {
    padding: 8px 4px 10px;
  }


  .plan_tbl th {
    font-size: 13px;
  }

  .plan_tbl td {
    font-size: 14px;
  }


  .plan_tbl td .pc_none {
    display: block;
  }

  .plan_tbl .bold {
    font-size: 22px;
  }

  .type_btn {
    font-size: 13px;
  }

  .example {
    padding: 0;
    margin-top: 16px;
  }

  .example p {
    font-size: 13px;
  }


  .sec_plan .btn_area {
    padding: 20px 6%;
  }




  /*==================================
sec_free_option
=====================================*/

  .sec_free_option {
    padding: 40px 6% 80px;
  }

  .option_tit {
    font-size: 23px;
  }

  .option_list {
    justify-content: center;
  }

  .sec_free_option .option_list li {
    width: 100%;
    max-width: 340px;
    padding: 20px 5% 32px;
  }

  .sec_free_option .option_img {
    width: 200px;
    max-width: 100%;
    margin: 0 auto 10px;
  }

  .paid_option_list {
    padding: 0 3%;
  }

  .paid_option_list>li {
    width: 300px;
    height: 290px;
    margin: 10px 10px;
  }

  .paid_option_tit {
    font-size: 18px;
  }

  .paid_option_tit .icon {
    width: 50px;
    height: 50px;
  }

  .paid_txt .small {
    font-size: 14px;
  }

  .paid_txt,
  .ex_txt {
    padding: 12px 6%;
  }

  .spp_txt {
    font-size: 13px;
  }

  .ex_txt {
    font-size: 13px;
  }

  .paid_txt .num {
    font-size: 30px;
  }

  .paid_txt {
    height: 130px;
  }

  /*==================================
btn_area
=====================================*/

  .btn_area {
    padding: 60px 6%;
  }


}

@media screen and (max-width: 480px) {

  /*==================================
sec_plan
=====================================*/
  .sec_plan {
    padding-bottom: 50px;
  }

  .tab_content {
    padding: 20px 0;
  }

  .tab_item {
    font-size: clamp(12px, 1.0715vw, 14px);
  }

  .plan_txt {
    font-size: 13px;
  }

  .e_type .rank span {
    height: 250px;
  }

  .plan_tbl .bold {
    font-size: 19px;
  }

  .plan_item th.border_none {
    width: 80px;
  }

  .e_type .rank span::after {
    width: 84%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .type_btn {
    font-size: 12px;
  }

  /* モーダル*/
  .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_free_option
=====================================*/
  .sec_free_option {
    padding: 50px 6% 70px;
  }

  .option_tit {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }

  .sec_free_option .option_list li {
    margin: 0 auto 20px;
  }

  /*==================================
sec_paid_option
=====================================*/
  .sec_paid_option {
    padding: 50px 0 0;
  }

  .paid_option_list>li {
    width: 260px;
    height: 290px;
  }


  .paid_option_tit {
    font-size: 17px;
  }

  .paid_txt .small {
    font-size: 12px;
  }

  .paid_option_list>li:nth-of-type(1) .num {
    font-size: 24px;
  }

  .spp_txt {
    font-size: 12px;
  }

}