@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

#main {
  font-size: 14px;
}

#main .main__cont {
  position: relative;
}

#main .secInner {
  padding: 0 10px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  line-height: 1.7;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  position: relative;
}

@media screen and (min-width: 768px) {
  #main .secInner {
    margin: 0 auto;
  }
}

#main .pc {
  display: none !important;
}

#main .sp {
  display: block !important;
}

@media only screen and (min-width: 768px) {
  #main .pc {
    display: block !important;
  }

  #main .sp {
    display: none !important;
  }
}

#main .txtC {
  text-align: center !important;
}

#main .txtR {
  text-align: right !important;
}

#main .txtL {
  text-align: left !important;
}

#main .extraBold {
  font-weight: 900 !important;
}

#main .bold {
  font-weight: bold !important;
}

#main .normal {
  font-weight: normal !important;
}

#main .txtRed {
  color: #FF0000;
}

#main .mgnB5 {
  margin-bottom: 5px;
}

#main .mgnB10 {
  margin-bottom: 10px;
}

#main .mgnB15 {
  margin-bottom: 15px;
}

#main .mgnB20 {
  margin-bottom: 20px;
}

#main .mgnB30 {
  margin-bottom: 30px;
}

#main .mgnB40 {
  margin-bottom: 40px;
}

#main .mgnB50 {
  margin-bottom: 50px;
}

#main .mgnB60 {
  margin-bottom: 60px;
}

#main .mgnB120 {
  margin-bottom: 120px;
}

#main a[href^="tel:"] {
  cursor: default;
}

#main a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}

#main a:hover,
#main a:active {
  text-decoration: none;
}

#main .secCharacter {
  position: absolute;
}

#main .secTopBtn {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #main .secTopBtn {
    position: relative;
    padding: 0 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
}

@media only screen and (min-width: 768px) {
  #main .secTopBtn ul {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
}

@media only screen and (min-width: 768px) {
  #main .secTopBtn ul li {
    width: 13%;
  }
}

#main .secTopBtn ul li a {
  display: inline-block;
  background: #AFD200;
  color: #fff;
  height: 100%;
  line-height: 1.2;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
  border-bottom: 2px solid #fff;
}

@media only screen and (min-width: 768px) {
  #main .secTopBtn ul li a {
    border-radius: 15px;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    border-bottom: none;
  }
}

#main .secTopBtn ul li a span {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 18px 30px;
}

@media only screen and (min-width: 768px) {
  #main .secTopBtn ul li a span {
    border-radius: 12px;
    border: 2px solid #fff;
    padding: 10px 8px 20px;
  }
}

#main .secTopBtn ul li a span::after {
  content: "▼";
  font-size: 11px;
  position: absolute;
  bottom: 40%;
  right: 20px;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  #main .secTopBtn ul li a span::after {
    bottom: 0px;
    right: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #main .secTopBtn ul li a:hover span::after {
    bottom: -5px;
  }
}

#main .secTop {
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  #main .secTop {
    margin-bottom: 40px;
  }
}

#main .secTop h2 {
  margin-bottom: 15px;
}

#main .secTop .secTopInfoBox {
  background: #F5F5F5;
  padding: 20px;
  max-width: 760px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #main .secTop .secTopInfoBox {
    padding: 30px 40px;
  }
}

#main .secTop .secTopInfoBox dl {
  margin-bottom: 30px;
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  #main .secTop .secTopInfoBox dl {
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
  }
}

#main .secTop .secTopInfoBox dl:last-of-type {
  margin-bottom: 0;
}

#main .secTop .secTopInfoBox dl .data {
  color: #64A70B;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  #main .secTop .secTopInfoBox dl .data {
    margin-bottom: 0;
    width: 20%;
  }
}

@media only screen and (min-width: 768px) {
  #main .secTop .secTopInfoBox dl .text {
    width: 80%;
  }
}

#main .secTop .secTopInfoBox dl .text a {
  color: #5a5a5a;
  text-decoration: underline;
}

#main .secAbout {
  background: url(/promotion/nassy-jet/img/230220/img_secBg_01_sp.jpg) no-repeat;
  background-size: cover;
  padding: 140px 15px 70px;
  overflow: hidden;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #main .secAbout {
    background: url(/promotion/nassy-jet/img/230220/img_secBg_01.jpg) no-repeat;
    background-size: cover;
    padding: 80px 15px 70px;
  }
}

#main .secAbout::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background: url(/promotion/nassy-jet/img/230220/ico_bg_top.svg) repeat-x;
  height: 13px;
  width: 100%;
}

#main .secAbout::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(/promotion/nassy-jet/img/230220/ico_bg_btm_02.svg) repeat-x;
  height: 13px;
  width: 100%;
}

#main .secAbout .secInner {
  background: #fff;
  border-radius: 20px;
  padding: 93px 15px 20px;
  position: relative;
  max-width: 860px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner {
    padding: 120px 45px 20px;
  }
}

#main .secAbout .secInner h2 {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner h2 {
    top: -70px;
  }
}

#main .secAbout .secInner h2 img {
  margin: 0 auto;
}

#main .secAbout .secInner .secAbout__flex {
  margin-bottom: 220px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__flex {
    margin-bottom: 140px;
  }
}

#main .secAbout .secInner .secAbout__flex .leftCont span {
  border-bottom: dotted 2.5px #C4D600;
  line-height: 2.5;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain {
    padding: 0 35px;
  }
}

#main .secAbout .secInner .secAbout__plain li {
  position: relative;
  margin-bottom: 65px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li {
    margin-bottom: 60px;
  }
}

#main .secAbout .secInner .secAbout__plain li h3 {
  position: absolute;
}

#main .secAbout .secInner .secAbout__plain li .secAbout__plain-wrap {
  text-align: center;
}

#main .secAbout .secInner .secAbout__plain li .secAbout__plain-wrap.plainRight {
  transform: translate(-1000px, 400px);
  transition: 1s;
  opacity: 0;
}

#main .secAbout .secInner .secAbout__plain li .secAbout__plain-wrap.plainLeft {
  transform: translate(1000px, 400px);
  transition: 0.8s;
  opacity: 0;
}

#main .secAbout .secInner .secAbout__plain li .secAbout__plain-wrap.plainBottom {
  transform: translate(2000px, 100px);
  transition: 1.5s;
  opacity: 0;
}

#main .secAbout .secInner .secAbout__plain li .secAbout__plain-wrap.active {
  transform: translate(0) !important;
  opacity: 1;
  position: relative;
  z-index: 2;
}

#main .secAbout .secInner .secAbout__plain li p {
  border: 2.5px solid #009245;
  border-radius: 24px;
  padding: 8px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li p {
    padding: 15px;
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__right h3 {
  top: -170px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__right h3 {
    top: -50px;
    left: 140px;
    transform: translateX(0%);
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__right p:first-of-type {
  width: 190px;
  top: -130px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__right p:first-of-type {
    top: -120px;
    right: 150px;
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__right p:first-of-type::after {
  content: "";
  width: 54px;
  border-bottom: 4px dotted #009245;
  position: absolute;
  top: 122px;
  right: 80px;
  transform: rotate(280deg);
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__right p:first-of-type::after {
    top: 128px;
    right: 115px;
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__left {
  margin-bottom: 220px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__left {
    margin-bottom: 100px;
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__left h3 {
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__left h3 {
    text-align: right;
    top: 0;
    right: 30px;
    transform: translateX(50%);
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__left p {
  width: 290px;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__left p {
    width: 300px;
    top: 160px;
    left: 0px;
    transform: translateX(0);
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__left p::after {
  content: "";
  width: 80px;
  border-bottom: 4px dotted #009245;
  position: absolute;
  top: -45px;
  right: 160px;
  transform: rotate(90deg);
}

#main .secAbout .secInner .secAbout__plain li.plain__bottom {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__bottom {
    margin-bottom: 30px;
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__bottom h3 {
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__bottom h3 {
    top: 170px;
    left: 140px;
    transform: translateX(0%);
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__bottom .plainBottom img {
  padding-right: 30px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__bottom .plainBottom img {
    padding-right: 0;
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__bottom p {
  width: 40%;
  bottom: -60px;
  right: 0;
}

@media only screen and (min-width: 380px) {
  #main .secAbout .secInner .secAbout__plain li.plain__bottom p {
    width: 125px;
    bottom: -40px;
    right: 0;
  }
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__bottom p {
    width: 160px;
    bottom: 390px;
    right: 60px;
  }
}

#main .secAbout .secInner .secAbout__plain li.plain__bottom p::after {
  content: "";
  width: 70px;
  border-bottom: 4px dotted #009245;
  position: absolute;
  top: -34px;
  right: 60px;
  transform: rotate(55deg);
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .secAbout__plain li.plain__bottom p::after {
    top: 134px;
    right: 115px;
    transform: rotate(280deg);
  }
}

#main .secAbout .secInner .txtBtm {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .txtBtm {
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin-bottom: 0;
    text-align: right;
  }
}

#main .secAbout .secInner .imgBtm {
  max-width: 180px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  #main .secAbout .secInner .imgBtm {
    display: none;
  }
}

#main .secMovie .secInner {
  padding: 40px 20px 100px;
  position: relative;
  max-width: 680px;
}

@media only screen and (min-width: 768px) {
  #main .secMovie .secInner {
    padding: 40px 20px;
  }
}

#main .secMovie .secInner h2 {
  margin-bottom: 95px;
}

@media only screen and (min-width: 768px) {
  #main .secMovie .secInner h2 {
    margin-bottom: 30px;
  }
}

#main .secMovie .secInner .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#main .secMovie .secInner .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#main .secMovie .secInner .character01 {
  bottom: 10px;
  left: 47px;
}

@media only screen and (min-width: 768px) {
  #main .secMovie .secInner .character01 {
    bottom: 40px;
    left: -120px;
  }
}

#main .secMovie .secInner .character01 img {
  max-width: 72px;
}

@media only screen and (min-width: 768px) {
  #main .secMovie .secInner .character01 img {
    max-width: none;
  }
}

#main .secMovie .secInner .character02 {
  top: 120px;
  right: 50px;
}

@media only screen and (min-width: 768px) {
  #main .secMovie .secInner .character02 {
    top: 30px;
    right: -80px;
  }
}

#main .secMovie .secInner .character02 img {
  max-width: 150px;
}

@media only screen and (min-width: 768px) {
  #main .secMovie .secInner .character02 img {
    max-width: none;
  }
}

#main .secInfo {
  background: #FAB419;
  padding: 40px 15px 60px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #main .secInfo {
    padding: 20px 20px 60px;
  }
}

#main .secInfo::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background: url(/promotion/nassy-jet/img/230220/ico_bg_top.svg) repeat-x;
  height: 13px;
  width: 100%;
}

#main .secInfo::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(/promotion/nassy-jet/img/230220/ico_bg_btm_02.svg) repeat-x;
  height: 13px;
  width: 100%;
}

#main .secInfo h2 img {
  margin: 0 auto;
}

#main .secInfo h3 {
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (min-width: 768px) {
  #main .secInfo h3 {
    margin-bottom: 30px;
  }
}

#main .secInfo h3 img {
  margin: 0 auto;
}

#main .secInfo .secCharacterSp img {
  max-width: 320px;
  margin: 0 auto;
}

#main .secInfo .secInner {
  position: relative;
  max-width: 860px;
}

#main .secInfo .secInner .secSubTtl {
  text-align: center;
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translateX(-50%);
}

#main .secInfo .secInner .secInfoList {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  #main .secInfo .secInner .secInfoList {
    display: flex;
    justify-content: space-between;
    flex-direction: inherit;
    align-items: flex-start;
    margin-bottom: 50px;
  }
}

#main .secInfo .secInner .secInfoList li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 20px;
  padding: 25px 15px 15px 15px;
  position: relative;
  min-height: 385px;
}

@media only screen and (min-width: 768px) {
  #main .secInfo .secInner .secInfoList li {
    width: 48%;
    margin-bottom: 0px;
    padding: 25px 50px 15px 50px;
  }
}

#main .secInfo .secInner .secInfoList li::before {
  content: "";
  background: #fff;
  border-radius: 50%;
  padding: 90px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

#main .secInfo .secInner .secInfoList li .secInfoListEn {
  position: absolute;
  top: 0;
}

#main .secInfo .secInner .secInfoList li h4 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
  color: #006934;
  position: relative;
}

#main .secInfo .secInner .secInfoList li p {
  position: relative;
}

@media only screen and (min-width: 768px) {
  #main .secInfo .secInner .secInfoList li .pdnR20 {
    padding-right: 20px;
  }
}

#main .secInfo .secInner .secInfo__btn {
  margin-bottom: 0;
  max-width: 500px;
  margin: 0 auto;
}

#main .secInfo .secInner .secInfo__btn a {
  text-align: center;
  display: block;
  background: #64A70B;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}

#main .secInfo .secInner .secInfo__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: all 0.3s;
}

#main .secInfo .secInner .secInfo__btn a:hover::before {
  content: "";
  right: 15px;
}

#main .secInfo .secInner .character01 {
  top: -90px;
  left: -110px;
}

#main .secInfo .secInner .character02 {
  bottom: 100px;
  right: -180px;
}

#main .secInfo .secInner .character03 {
  top: -220px;
  left: -50px;
}

#main .secEvent {
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  #main .secEvent {
    margin-bottom: 0;
  }
}

#main .secEvent .secEvent__bg {
  padding: 130px 15px 10px;
  background: url(/promotion/nassy-jet/img/230220/img_secBg_03_sp.svg) no-repeat center top;
  background-size: contain;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg {
    background: url(/promotion/nassy-jet/img/230220/img_secBg_03.svg) center top;
    background-repeat: repeat-y;
    background-size: contain;
    padding: 70px 20px 60px;
  }
}

#main .secEvent .secEvent__bg h2 {
  margin-bottom: 30px;
}

#main .secEvent .secEvent__bg .secInner {
  max-width: 1100px;
  padding: 0;
}

#main .secEvent .secEvent__bg .secInner .secEventList li {
  background: #fff;
  border: 5px solid #009245;
  border-radius: 25px;
  box-shadow: 3.5px 4px 2px rgba(0, 0, 0, 0.15);
  padding: 30px 15px 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg .secInner .secEventList li {
    padding: 50px 30px 30px;
    display: flex;
    justify-content: space-between;
  }
}

#main .secEvent .secEvent__bg .secInner .secEventList li .leftCont {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg .secInner .secEventList li .leftCont {
    width: 50%;
    margin-bottom: 0;
  }
}

#main .secEvent .secEvent__bg .secInner .secEventList li .leftCont img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg .secInner .secEventList li .rightCont {
    width: 46%;
    display: flex;
    flex-direction: column;
  }
}

#main .secEvent .secEvent__bg .secInner .secEventList li .rightCont h3 {
  font-size: 21px;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #64A70B;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg .secInner .secEventList li .rightCont h3 {
    font-size: 20px;
  }
}

#main .secEvent .secEvent__bg .secInner .secEventList li .rightCont p {
  font-size: 15px;
  margin-bottom: 30px;
}

#main .secEvent .secEvent__bg .secInner .secEventList li .rightCont .secEventList__btn {
  max-width: 500px;
  margin-top: auto;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg .secInner .secEventList li .rightCont .secEventList__btn {
    margin-bottom: 20px;
  }
}

#main .secEvent .secEvent__bg .secInner .secEventList li .rightCont .secEventList__btn a {
  text-align: center;
  display: block;
  background: #227CC9;
  border-radius: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding: 20px 0;
  position: relative;
}

#main .secEvent .secEvent__bg .secInner .secEventList li .rightCont .secEventList__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  transition: all 0.3s;
}

#main .secEvent .secEvent__bg .secInner .secEventList li .rightCont .secEventList__btn a:hover::before {
  content: "";
  right: 15px;
}

#main .secEvent .secEvent__bg .secInner .secEventList li .rightCont .secEventList__btn a.blank {
  background: #227CC9 !important;
  padding: 20px 0 !important;
}

#main .secEvent .secEvent__bg .secInner .character01 {
  top: -230px;
  right: -10px;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg .secInner .character01 {
    top: -170px;
    right: 230px;
  }
}

#main .secEvent .secEvent__bg .secInner .character01 img {
  max-width: 150px;
}

@media only screen and (min-width: 768px) {
  #main .secEvent .secEvent__bg .secInner .character01 img {
    max-width: none;
  }
}

#main .secFlight {
  background: #F3F2EE url(/promotion/nassy-jet/img/230220/img_secBg_02_sp.jpg) no-repeat center top;
  background-size: contain;
  padding: 20px 0 100px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #main .secFlight {
    background: url(/promotion/nassy-jet/img/230220/img_secBg_02.jpg) no-repeat center;
    background-size: cover;
    padding: 90px 20px 0;
  }
}

#main .secFlight::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background: url(/promotion/nassy-jet/img/230220/ico_bg_top.svg) repeat-x;
  height: 13px;
  width: 100%;
}

#main .secFlight h2 {
  margin-bottom: 150px;
}

@media only screen and (min-width: 768px) {
  #main .secFlight h2 {
    margin-bottom: 30px;
  }
}

#main .secFlight .secInner {
  background: rgba(255, 255, 255, 0.8);
  max-width: 860px;
  padding: 30px 10px;
}

@media only screen and (min-width: 768px) {
  #main .secFlight .secInner {
    padding: 30px 60px;
  }
}

#main .secFlight .secInner .secFlight__txt {
  color: #1d1d1d;
  font-size: 16px;
  margin-bottom: 15px;
}

#main .secFlight .secInner .secFlight__txt span {
  font-size: 26px;
  line-height: 1.3;
  color: #006934;
  font-weight: bold;
}

#main .secFlight .secInner .selectDay {
  position: relative;
  max-width: 365px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

#main .secFlight .secInner .selectDay::after {
  position: absolute;
  top: 16px;
  right: 35px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #64A70B;
  border-right: 3px solid #64A70B;
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
}

@media only screen and (min-width: 768px) {
  #main .secFlight .secInner .selectDay::after {
    right: 25px;
  }
}

#main .secFlight .secInner .selectDay label {
  font-size: 16px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  #main .secFlight .secInner .selectDay label {
    padding-right: 10px;
    font-size: 18px;
  }
}

#main .secFlight .secInner .selectDay .select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 250px;
  /* height: 45px; */
  background-color: #fff;
  border: none;
  border-radius: 4px;
  color: #1a1a1a;
  padding: 10px 15px;
  cursor: pointer;
  border: 1px solid #707070;
  font-size: 20px;
}

#main .secFlight .secInner .selectDay .select::after {
  position: absolute;
  top: 16px;
  right: 45px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #64A70B;
  border-right: 3px solid #64A70B;
  transform: rotate(135deg);
  pointer-events: none;
  content: "";
}

#main .secFlight .secInner .selectDay .select:focus {
  outline: none;
}

#main .secFlight .secInner ::-ms-expand {
  display: none;
}

#main .secFlight .secInner .secFlightTable {
  display: none;
}

#main .secFlight .secInner .secFlightTable.show {
  display: block;
}

#main .secFlight .secInner .secFlightTable table {
  width: 100%;
  margin-bottom: 10px;
}

#main .secFlight .secInner .secFlightTable table .tableTtl {
  border: 2px solid #fff;
  margin-bottom: 8px;
}

#main .secFlight .secInner .secFlightTable table .tableTtl th {
  background: #64A723;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
  border-right: 2px solid #fff;
}

#main .secFlight .secInner .secFlightTable table .tableTtl th:last-child {
  border-right: none;
}

#main .secFlight .secInner .secFlightTable table tr {
  display: flex;
}

#main .secFlight .secInner .secFlightTable table tr td {
  padding: 20px 0;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  line-height: 1.3;
  border: 1px solid #707070;
  border-bottom: none;
  border-left: none;
  background: #fff;
}

@media only screen and (min-width: 768px) {
  #main .secFlight .secInner .secFlightTable table tr td {
    font-size: 20px;
    padding: 20px;
  }
}

#main .secFlight .secInner .secFlightTable table tr td span {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  #main .secFlight .secInner .secFlightTable table tr td span {
    font-size: 24px;
  }
}

#main .secFlight .secInner .secFlightTable table tr td.tableSubTtl {
  color: #64A70B;
  font-weight: 500;
  border-left: 1px solid #707070;
  font-size: 20px;
}

#main .secFlight .secInner .secFlightTable table tr:last-of-type td {
  border-bottom: 1px solid #707070;
}

#main .secFlight .secInner .secFlight__btmTxt {
  font-weight: 400;
}

#main .secFlight .secInner .secCharacter {
  top: -170px;
  left: 0;
}

@media only screen and (min-width: 768px) {
  #main .secFlight .secInner .secCharacter {
    top: -160px;
    left: 60px;
  }
}

#main .secPresent {
  background: #FDF290;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  #main .secPresent {
    margin-bottom: 60px;
  }
}

#main .secPresent::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  background: url(/promotion/nassy-jet/img/230220/ico_bg_top.svg) repeat-x;
  height: 13px;
  width: 100%;
}

#main .secPresent::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(/promotion/nassy-jet/img/230220/ico_bg_btm_02.svg) repeat-x;
  height: 13px;
  width: 100%;
}

#main .secPresent .secPresent__bg {
  padding: 35px 15px 85px;
  background: url(/promotion/nassy-jet/img/230220/img_secBg_04_sp.svg) no-repeat center center;
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg {
    background: url(/promotion/nassy-jet/img/230220/img_secBg_04.svg) center top;
    background-repeat: repeat-y;
    padding: 70px 20px 60px;
  }
}

#main .secPresent .secPresent__bg h2 {
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg h2 {
    margin-bottom: 30px;
  }
}

#main .secPresent .secPresent__bg .secInner {
  max-width: 950px;
  padding: 0;
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap {
  background: #fff;
  border-radius: 25px;
  padding: 70px 15px;
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg .secInner .secPresentWrap {
    padding: 30px 50px;
  }
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap h3 {
  margin-bottom: 20px;
  color: #006934;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg .secInner .secPresentWrap h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__flex {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__flex div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__flex div .contImg {
  margin-bottom: 15px;
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__flex div.contLeft {
  margin-bottom: 85px;
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__flex div.contLeft {
    margin-bottom: 0;
  }
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__item {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__item .contImg {
  margin-bottom: 15px;
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__item .secPresentLink a {
  display: block;
}

#main .secPresent .secPresent__bg .secInner .secPresentWrap .secPresent__item .secPresentLink a img {
  width: 100%;
}

#main .secPresent .secPresent__bg .secInner .character01 {
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg .secInner .character01 {
    top: -75px;
    right: 80px;
    transform: translateX(50%);
  }
}

#main .secPresent .secPresent__bg .secInner .character01 img {
  max-width: 180px;
}

@media only screen and (min-width: 768px) {
  #main .secPresent .secPresent__bg .secInner .character01 img {
    max-width: none;
  }
}

#main .bannerWrap {
  max-width: 1120px;
  padding: 0 10px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px 20px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  #main .bannerWrap {
    gap: 25px;
    justify-content: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  #main .bannerWrap .banner {
    margin-left: 20px;
  }
}

#main .bannerWrap .banner.banner01 a img {
  width: 185px;
}

#main .bannerWrap .banner.banner02 a img {
  width: 120px;
}

#main .bannerWrap .banner.banner03 a img {
  width: 146px;
}

#main .bannerWrap .banner.banner04 a img {
  width: 293px;
}

#main .bannerWrap .banner a {
  transition: all 0.8s;
  display: inline-block;
}

#main .bannerWrap .banner a img {
  transition: all 0.3s;
}

#main .cvBtn {
  position: fixed;
  bottom: 0;
  right: 0px;
  text-align: right;
  z-index: 100;
  overflow: hidden;
}

#main .cvBtn a {
  display: block;
}

#main .cvBtn a img {
  transform: translateX(8px);
}

#main .cvBtn.fixed {
  position: fixed;
  bottom: 0;
  right: 0px;
}

#main .cvBtn.none {
  position: absolute;
  bottom: 0;
}

#main .copy {
  text-align: right;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  #main .copy {
    max-width: 1100px;
    text-align: right;
    margin: 0 auto;
    font-size: 13px;
  }
}