.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
.main-visual {
  overflow: hidden;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/*tmp overwrite*/
/*-------------------------------------------------------*/
#header {
  position: relative;
  z-index: 5000;
}

#footer .contain {
  display: none;
}

.article {
  min-height: 0;
}

.btn-top-sp {
  z-index: 5000;
}

/*initialize*/
/*-------------------------------------------------------*/
#cp-content {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}

#cp-content img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*loading*/
/*-------------------------------------------------------*/
#cp-content .loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #f4edd1;
  z-index: 2000;
}

#cp-content .loader .kakushika {
  width: 150px;
  height: 215px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #cp-content .loader .kakushika {
    width: 40vw;
    height: 57.3333333333vw;
  }
}
#cp-content .loader .load-txt {
  width: 120px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: 140px;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  #cp-content .loader .load-txt {
    width: 16vw;
    top: 50%;
    margin-top: 34.6666666667vw;
  }
}
#cp-content .loader .load-txt .txt {
  display: block;
  width: 96px;
}

@media screen and (max-width: 767px) {
  #cp-content .loader .load-txt .txt {
    display: block;
    width: 12.8vw;
  }
}
#cp-content .loader .load-txt .dot {
  width: 2.5px;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  #cp-content .loader .load-txt .dot {
    width: 0.3333333333vw;
  }
}
#cp-content .loader .load-txt .dot01 {
  right: 12%;
}

#cp-content .loader .load-txt .dot02 {
  right: 6%;
}

#cp-content .loader .load-txt .dot03 {
  right: 0;
}

/*main-visual*/
/*-------------------------------------------------------*/
.main-visual {
  background-color: #ebe8dc;
  position: relative;
  z-index: 1;
}
.main-visual .ttl {
  position: absolute;
  max-width: 12.354%;
  width: 100%;
  top: 9.836%;
  left: 2.795%;
}
@media only screen and (max-width: 767px) {
  .main-visual .ttl {
    max-width: 23.4666666667vw;
    top: 4vw;
    left: 4.2666666667vw;
    margin: 0 !important;
  }
}
.main-visual .txt_wrap {
  max-width: 596px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 35px;
}
@media only screen and (max-width: 880px) {
  .main-visual .txt_wrap {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .main-visual .txt_wrap {
    max-width: 100%;
    padding-top: 26.6666666667vw;
    padding-bottom: 36.8vw;
  }
}
.main-visual .txt_wrap .page_ttl {
  max-width: 534px;
  width: 100%;
  padding-left: 5px;
  padding-bottom: 34px;
  margin: 0 !important;
}
@media only screen and (max-width: 767px) {
  .main-visual .txt_wrap .page_ttl {
    max-width: 75.2vw;
    padding-left: 10.1333333333vw;
    padding-bottom: 7.2vw;
  }
}
.main-visual .txt_wrap .txt {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-visual .txt_wrap .txt {
    width: 59.7333333333vw;
    margin-left: 21.0666666667vw;
  }
}
.main-visual .mv_bg {
  position: absolute;
  background-size: cover;
  background-position: center 70%;
  background-repeat: no-repeat;
  width: 100%;
  height: 496px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .main-visual .mv_bg {
    width: 100vw;
    height: 133.8666666667vw;
  }
}

/* share */
/*-------------------------------------------------------*/
.share_area {
  width: 118px;
  position: fixed;
  top: 360px;
  right: 0px;
  padding: 20px 0;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  .share_area {
    width: 14.9333333333vw;
    top: 80vw;
    padding: 2.6666666667vw 0;
    background-size: 100%;
  }
}
.share_area img {
  width: 100%;
}

.share_area .share_ttl {
  width: 67px;
  margin: 0 auto 13px;
}

@media screen and (max-width: 767px) {
  .share_area .share_ttl {
    width: 8.8vw;
    margin-bottom: 1.6vw;
  }
}
.share_area .sharebtn_wrap li {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .share_area .sharebtn_wrap li {
    margin-bottom: 1.0666666667vw;
  }
}
.share_area .sharebtn_wrap li:last-child {
  margin-bottom: 0;
}

.share_area .sharebtn_wrap li a {
  display: block;
  width: 68px;
  margin: 0 auto;
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .share_area .sharebtn_wrap li a {
    width: 8.5333333333vw;
  }
}
.share_area .sharebtn_wrap li a:hover {
  opacity: 0.5;
}

.show .share_area {
  right: 0;
}

.btn_description {
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 16px;
  margin-top: 16px;
  border-radius: 8px;
}

/*nav_menu*/
/*-------------------------------------------------------*/
.nav_menu {
  width: 100%;
  background-color: #000;
  transition: all 0.3s ease;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .nav_menu {
    width: 57.3333333333vw;
    position: fixed;
    top: 13.8666666667vw;
    right: -57.3333333333vw;
    bottom: initial;
    left: initial;
    transition: all 1s;
    z-index: 1000;
  }
  .nav_menu.menu_fixed {
    top: 0;
    transition: all 0.5s;
  }
}
.nav_menu.nav_active {
  right: 0;
  transition: all 1s;
}

.nav_menu .btn-triggerWrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .nav_menu .btn-triggerWrap {
    display: block;
  }
  .nav_menu .btn-triggerWrap .btn-trigger {
    width: 16.5333333333vw;
    margin-left: -16.5333333333vw;
    cursor: pointer;
    transition: margin-left 1s;
  }
  .nav_menu .btn-triggerWrap .btn-trigger.nav_active {
    margin-left: 0;
    transition: margin-left 1s;
  }
}
.nav_menu ul {
  display: flex;
  box-sizing: border-box;
  max-width: 922px;
  margin-right: auto;
  margin-left: auto;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .nav_menu ul {
    display: block;
    max-width: 100%;
    transition: all 1s;
  }
}
li.menu_navList {
  max-width: 184px;
  width: 100%;
  height: 82px;
  position: relative;
  font-size: 2.07rem;
}

@media screen and (max-width: 767px) {
  li.menu_navList {
    max-width: 100%;
    height: auto;
    border-top: 1px solid #fff;
    font-size: 4.2666666667vw;
  }
}
li.menu_navList::before, li.menu_navList::after {
  display: block;
  width: 2px;
  height: 38px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 1px;
  background-color: #fff;
  transform: translateY(-50%);
  content: "";
}

@media screen and (max-width: 767px) {
  li.menu_navList::before, li.menu_navList::after {
    content: none;
  }
}
li.menu_navList::after {
  content: none;
}

li.menu_navList:first-child::after {
  right: initial;
  left: 0;
  content: "";
}

@media screen and (max-width: 767px) {
  li.menu_navList:first-child::after {
    content: none;
  }
}
li.menu_navList a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  line-height: 1.29;
  font-size: 60%;
  font-weight: 600;
  text-align: center;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  li.menu_navList a {
    display: block;
    padding-left: 2.6666666667vw;
    line-height: 2.5;
    font-size: 4.2666666667vw;
    text-align: left;
  }
}
li.menu_navList a:hover, li.menu_navList a:active {
  background-color: #989898;
}

.ttl_top01 g, .ttl_top02 g {
  opacity: 0;
}

.main-visual .ttl .ttl_bottom {
  opacity: 0;
  transform: translateY(100px);
}

/*ticket*/
/*-------------------------------------------------------*/
#ticket {
  position: relative;
  padding-bottom: 200px;
  text-align: center;
  background-color: #e4f4ff;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_border {
    position: absolute;
    top: -1.0666666667vw;
    left: 0;
    width: 100%;
    height: 8px;
  }
}

@media screen and (max-width: 767px) {
  #ticket {
    padding-bottom: 32vw;
  }
  #ticket img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #ticket .acordion-box {
    box-sizing: border-box;
    max-width: 81.0666666667vw;
    width: 81.0666666667vw;
    margin: 13.3333333333vw auto 0;
  }
}
#ticket .ticket_head {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
  padding-top: 114px;
  padding-bottom: 66px;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_head {
    max-width: 100%;
    padding-top: 18.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#ticket .ticket_head .cont_ttl {
  width: 266px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_head .cont_ttl {
    width: 58.1333333333vw;
  }
}

#ticket .ticket_object {
  display: block;
  position: absolute;
}

#ticket .ticket_object img {
  width: 100%;
}

#ticket .ticket_object {
  z-index: -1;
}
#ticket .ticket_object.object01 {
  width: 294px;
  top: 48px;
  right: -33px;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_object.object01 {
    width: 32vw;
    top: 209.3333333333vw;
    right: auto;
    left: -6.6666666667vw;
  }
}
#ticket .ticket_object.object02 {
  width: 238px;
  top: 158px;
  left: -28px;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_object.object02 {
    width: 45.3333333333vw;
    top: 118.9333333333vw;
    left: auto;
    right: -12.8vw;
  }
}
#ticket .ticket_object.object03 {
  width: 112px;
  top: 1065px;
  left: 56px;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_object.object03 {
    width: 16.5333333333vw;
    top: 416vw;
    left: 1.0666666667vw;
  }
}
#ticket .ticket_object.object04 {
  width: 144px;
  top: 1540px;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_object.object04 {
    width: 18.6666666667vw;
    top: 603.4666666667vw;
    right: 1.0666666667vw;
  }
}
#ticket .ticket_object.object05 {
  width: 82px;
  top: 1917px;
  left: 52px;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_object.object05 {
    width: 14.9333333333vw;
    top: 885.3333333333vw;
    left: -0.8vw;
  }
}
#ticket .ticket_object.object06 {
  width: 106px;
  top: 2358px;
  right: 37px;
}
@media only screen and (max-width: 767px) {
  #ticket .ticket_object.object06 {
    width: 14.9333333333vw;
    top: 1329.6vw;
    right: 0.8vw;
  }
}

#ticket .inner {
  max-width: 910px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #ticket .inner {
    max-width: 81.0666666667vw;
  }
}
#ticket .pdf-area {
  display: flex;
  flex-wrap: wrap;
  gap: 78px 3.1868131868%;
  margin-bottom: 97px;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area {
    flex-direction: column;
    gap: 14.9333333333vw 0;
    margin-bottom: 17.6vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 950px) {
  #ticket .pdf-area {
    margin: 0 15px;
  }
}
#ticket .pdf-area li.item {
  max-width: 284px;
  width: 31.209%;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item {
    max-width: 100%;
    width: 100%;
  }
  #ticket .pdf-area li.item:last-child {
    margin-bottom: 0;
  }
}
#ticket .pdf-area li.item:nth-child(3n) {
  margin-right: 0;
}

#ticket .pdf-area li.item .item_type {
  margin-right: auto;
  margin-left: auto;
}

#ticket .pdf-area li.item .gift01 {
  width: 41.9014084507%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift01 {
    width: 31.7333333333vw;
  }
}
#ticket .pdf-area li.item .gift02 {
  width: 56.338028169%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift02 {
    width: 42.6666666667vw;
  }
}
#ticket .pdf-area li.item .gift03 {
  width: 69.7183098592%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift03 {
    width: 52.8vw;
  }
}
#ticket .pdf-area li.item .gift04 {
  width: 68.3098591549%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift04 {
    width: 51.7333333333vw;
  }
}
#ticket .pdf-area li.item .gift05 {
  width: 91.9014084507%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift05 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift06 {
  width: 72.536%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift06 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift07 {
  width: 79.93%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift07 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift08 {
  width: 86.26%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift08 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift09 {
  width: 55.98%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift08 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift10 {
  width: 64.08%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift08 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift11 {
  width: 60.91%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift08 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift12 {
  width: 75.35%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift08 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift13 {
  width: 52.81%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift08 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item .gift14 {
  width: 66.54%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item .gift08 {
    width: 69.6vw;
  }
}
#ticket .pdf-area li.item.beside .item_type {
  margin-bottom: 23.597%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.beside .item_type {
    margin-bottom: 6.4vw;
  }
}
#ticket .pdf-area li.item.beside .item_sample {
  width: 100%;
  margin-bottom: 23.945%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.beside .item_sample {
    width: 80vw;
    margin: 0 auto 6.4vw;
  }
}
#ticket .pdf-area li.item.vertical .item_type {
  margin-bottom: 5.285%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.vertical .item_type {
    margin-bottom: 6.4vw;
  }
}
#ticket .pdf-area li.item.flex .item_type {
  margin-bottom: 0;
}

#ticket .pdf-area li.item.flex .item_sample {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.flex .item_sample {
    padding: 25px 0;
  }
}
#ticket .pdf-area li.item.flex .item_height300 {
  height: 300px;
}

#ticket .pdf-area li.item.flex .item_height276 {
  height: 276px;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.flex .item_height300,
  #ticket .pdf-area li.item.flex .item_height276 {
    height: auto;
  }
}
/* #ticket .pdf-area li.item.vertical02 .item_type {
  margin-bottom: 5.5%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.vertical02 .item_type {
    margin-bottom: 6.4vw;
  }
} */
/* #ticket .pdf-area li.item.vertical03 .item_type {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.vertical03 .item_type {
    margin-bottom: 6.4vw;
  }
} */
#ticket .pdf-area li.item.vertical .item_sample {
  width: 75.3521126761%;
  margin: 0 auto 5.634%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.vertical .item_sample {
    width: 80vw;
    margin-bottom: 6.4vw;
  }
}
/* #ticket .pdf-area li.item.vertical02 .item_sample {
  width: 75.3521126761%;
  margin: 0 auto 7.1%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.vertical02 .item_sample {
    width: 80vw;
    margin-bottom: 6.4vw;
  }
} */
/* #ticket .pdf-area li.item.vertical03 .item_sample {
  width: 75.3521126761%;
  margin: 0 auto 7.1%;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area li.item.vertical03 .item_sample {
    width: 80vw;
    margin-bottom: 6.4vw;
  }
} */
@media screen and (min-width: 769px) and (max-width: 890px) {
  #ticket .pdf-area li.item.vertical .item_sample {
    margin-bottom: 12.36%;
  }
}
#ticket .pdf-area .btn-pdf, #ticket .pdf-area .btn-sample, #ticket .pdf-area .btn-answer {
  display: block;
  overflow: hidden;
  max-width: 264px;
  width: 92.9577464789%;
  margin: 0 auto 12px;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area .btn-pdf, #ticket .pdf-area .btn-sample, #ticket .pdf-area .btn-answer {
    max-width: 100%;
    width: 100%;
    margin-bottom: 3.7333333333vw;
  }
}
#ticket .pdf-area .btn-pdf:last-child, #ticket .pdf-area .btn-sample:last-child, #ticket .pdf-area .btn-answer:last-child {
  margin-bottom: 0;
}

#ticket .pdf-area .btn-pdf:hover, #ticket .pdf-area .btn-sample:hover, #ticket .pdf-area .btn-answer:hover {
  border-radius: 0 0 25px 24px;
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area .btn-pdf:hover, #ticket .pdf-area .btn-sample:hover, #ticket .pdf-area .btn-answer:hover {
    border-radius: 0 0 7.7333333333vw 7.7333333333vw;
  }
}
#ticket .pdf-area .btn-pdf:hover img, #ticket .pdf-area .btn-sample:hover img, #ticket .pdf-area .btn-answer:hover img {
  overflow: hidden;
  transform: translateY(8px);
}

@media screen and (max-width: 767px) {
  #ticket .pdf-area .btn-pdf:hover img, #ticket .pdf-area .btn-sample:hover img, #ticket .pdf-area .btn-answer:hover img {
    transform: translateY(2.667vw);
  }
}
#ticket .acordion-conts {
  display: none;
  padding-top: 9px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #ticket .acordion-conts {
    padding-top: 5.3333333333vw;
    padding-bottom: 4.5333333333vw;
  }
}
#ticket .acordion-conts .acordion-list {
  padding: 0 54px 17px 84px;
}

@media screen and (max-width: 767px) {
  #ticket .acordion-conts .acordion-list {
    padding: 0 2.6666666667vw 10.1333333333vw 3.7333333333vw;
  }
}
#ticket .acordion-conts .item {
  list-style: none;
  margin-bottom: 20px;
  padding-left: 1em;
  line-height: 1.307;
  font-size: 1.85rem;
  font-weight: 500;
  text-indent: -1em;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #ticket .acordion-conts .item {
    margin-bottom: 6.1333333333vw;
    padding-left: 0;
    line-height: 1.43;
    font-size: 4.2666666667vw;
    text-indent: 0;
  }
}
#ticket .acordion-conts .item:last-child {
  margin-bottom: 0;
}

#ticket .acordion-conts .item .num {
  color: #5aaae0;
}

#ticket .acordion-conts .item .small {
  font-size: 1.42rem;
}

@media screen and (max-width: 767px) {
  #ticket .acordion-conts .item .small {
    line-height: 1.53;
    font-size: 4vw;
  }
}
#ticket .acordion-conts .notes_box {
  margin: 0 88px;
  padding: 14px 30px 20px;
  text-align: left;
  background-color: #e5e5e5;
}

@media screen and (max-width: 767px) {
  #ticket .acordion-conts .notes_box {
    margin: 0 3.2vw;
    padding: 4vw 1.6vw 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #ticket .acordion-conts .notes_box .notes_wrap {
    margin-bottom: 5.8666666667vw;
  }
  #ticket .acordion-conts .notes_box .notes_wrap:last-child {
    margin-bottom: 0;
  }
}
#ticket .acordion-conts .notes_box .ttl, #ticket .acordion-conts .notes_box .txt, #ticket .acordion-conts .notes_box li {
  line-height: 1.64;
  font-size: 1.21rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  #ticket .acordion-conts .notes_box .ttl, #ticket .acordion-conts .notes_box .txt, #ticket .acordion-conts .notes_box li {
    line-height: 1.43;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 767px) {
  #ticket .acordion-conts .notes_box .ttl {
    line-height: 1.21;
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 767px) {
  #ticket .acordion-conts .notes_box .txt.note {
    line-height: 1.64;
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #ticket .acordion-conts .notes_box .txt ul li {
    margin-bottom: 3.7333333333vw;
  }
  #ticket .acordion-conts .notes_box .txt ul li:last-child {
    margin-bottom: 0;
  }
}
.gift_moreBtn {
  display: block;
  overflow: hidden;
  width: 430px;
  margin: 0 auto 76px;
  cursor: pointer;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .gift_moreBtn {
    width: 80vw;
    margin-top: 6.1333333333vw;
  }
}
.gift_moreBtn:hover img {
  overflow: hidden;
  border-radius: 0 0 56px 57px;
  transform: translateY(13px);
}

@media screen and (max-width: 767px) {
  .gift_moreBtn:hover img {
    border-radius: 0 0 12.2666666667vw 12.2666666667vw;
    transform: translateY(2.667vw);
  }
}
/*acordion*/
/*-------------------------------------------------------*/
.acordion-box {
  border-width: 10px;
  border-style: solid;
  border-color: #5aaae0 #0074be;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .acordion-box {
    border-width: 1.8666666667vw;
  }
}
@media screen and (min-width: 767px) and (max-width: 950px) {
  .acordion-box {
    margin: 0 15px;
  }
}
.acordion-btn {
  position: relative;
  padding: 6px 13px 9px;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .acordion-btn {
    padding: 0.5333333333vw 0 0.8vw;
  }
}
.acordion-btn .txt {
  color: #5aaae0;
  font-size: 2.714rem;
  font-weight: 600;
  letter-spacing: 0.016em;
}

@media screen and (max-width: 767px) {
  .acordion-btn .txt {
    font-size: 6.9333333333vw;
  }
}
.acordion-btn .icon {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 70px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50px auto;
}

@media screen and (max-width: 767px) {
  .acordion-btn .icon {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    position: absolute;
    top: 1.0666666667vw;
    right: 2.6666666667vw;
    background-size: 9.3333333333vw auto;
  }
}
.acordion-btn.acordion-active .icon {
  background-position: center bottom;
}

.acordion-conts {
  display: none;
}

/*filter*/
#ticket .filter_wrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 110px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1120px) {
  #ticket .filter_wrap {
    max-width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #ticket .filter_wrap {
    max-width: 100%;
    padding: 0 3.2vw 17.3333333333vw 2.9333333333vw;
    gap: 1.6vw;
  }
}
#ticket .filter_wrap .filter {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
}
@media only screen and (max-width: 767px) {
  #ticket .filter_wrap .filter {
    gap: 1.8666666667vw 1.6vw;
  }
}
#ticket .filter_wrap .filter li {
  width: 218px;
  height: 32px;
  border-radius: 5px;
  border: 2px solid #989898;
  font-size: 1.2857142857rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 830px) {
  #ticket .filter_wrap .filter li {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  #ticket .filter_wrap .filter li {
    width: 24vw;
    height: 10.4vw;
    border-radius: 0.96vw;
    font-size: 1.0714285714rem;
    letter-spacing: -0.04em;
  }
}
@media only screen and (max-width: 370px) {
  #ticket .filter_wrap .filter li {
    font-size: 4vw;
  }
}
#ticket .filter_wrap .filter li.is_active {
  color: #fff;
  background-color: #f05a24;
  border-color: #f05a24;
}
#ticket .filter_wrap .filter.filter_all li {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  #ticket .filter_wrap .filter.filter_all li {
    width: 12.8vw;
  }
}

.pdf-area li {
  display: none;
}

.pdf-area li.is_show {
  display: flex;
}

.wrap-link-footer {
  background: #eef0f1;
}
.wrap-link-footer::before {
  width: 100%;
}