@charset "UTF-8";
.btn-back {
  padding: 18px 25px 18px 25px;
}

.headBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headBox .btn {
  margin-top: 0;
}
.headBox .btnBox {
  width: 100%;
}
@media screen and (min-width: 738px) {
  .headBox .btnBox {
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.headBox .btnBox .btn {
  margin-right: 10px;
  white-space: nowrap;
}
.headBox .btnBox .btn:last-child {
  margin-right: 0;
}

.header-wrap {
  letter-spacing: 0.02em;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1019607843);
  padding: 0 10px;
  margin-bottom: 24px;
  /* ステップ */
}
@media screen and (min-width: 738px) {
  .header-wrap {
    padding: 0;
    margin-bottom: 48px;
  }
}
.header-wrap .header-unit {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  position: relative;
}
@media screen and (min-width: 738px) {
  .header-wrap .header-unit {
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    width: 1000px;
    min-height: 80px;
    height: auto;
    padding: 10px 0;
  }
}
@media screen and (min-width: 738px) {
  .header-wrap .header-unit .header-box {
    width: 426px;
  }
}
.header-wrap .header-unit .header-box .logo-wrap {
  position: relative;
  margin-right: 8px;
}
@media screen and (min-width: 738px) {
  .header-wrap .header-unit .header-box .logo-wrap {
    margin-right: 17px;
  }
}
.header-wrap .header-unit .header-box .logo-wrap:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.102);
  height: 19px;
  top: 5px;
  margin-left: 8px;
}
@media screen and (min-width: 738px) {
  .header-wrap .header-unit .header-box .logo-wrap:after {
    height: 26px;
    top: 8px;
    margin-left: 17px;
  }
}
.header-wrap .header-unit .header-box a {
  display: inline-block;
}
.header-wrap .header-unit .header-box a .header-logo-jal {
  width: 177px;
  height: auto;
}
@media screen and (min-width: 738px) {
  .header-wrap .header-unit .header-box a .header-logo-jal {
    width: 331px;
  }
}
.header-wrap .header-unit .header-box a .header-logo-oneworld {
  width: 17px;
  height: auto;
}
@media screen and (min-width: 738px) {
  .header-wrap .header-unit .header-box a .header-logo-oneworld {
    width: 32px;
  }
}
.header-wrap .header-unit .header-box img {
  vertical-align: middle;
}
.header-wrap .icon-world {
  position: relative;
  padding-left: 20px;
  font-size: 1.2rem;
  display: inline-block;
}
@media screen and (min-width: 738px) {
  .header-wrap .icon-world {
    padding-left: 25px;
    font-size: 1.4rem;
  }
}
.header-wrap .icon-world:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_world.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 738px) {
  .header-wrap .icon-world:before {
    width: 24px;
    height: 24px;
    top: -2px;
  }
}
.header-wrap.hstep {
  margin-bottom: 100px;
}
@media screen and (min-width: 738px) {
  .header-wrap.hstep {
    margin-bottom: 40px;
  }
}
.header-wrap .step-list {
  font-size: 11px;
  position: absolute;
  padding-top: 43px;
  overflow: hidden;
  top: 60px;
  left: calc((100vw - 355px) / 2);
}
@media screen and (min-width: 738px) {
  .header-wrap .step-list {
    margin: 0 0 0 45px;
    top: 0;
    right: 0;
    left: auto;
    position: relative;
  }
}
.header-wrap .step-list:before {
  content: "";
  display: inline-block;
  width: calc(100% - 64px);
  height: 2px;
  background: #dce1e5;
  position: absolute;
  top: 20px;
  left: 29px;
}
.header-wrap .step-list li {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  position: relative;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  width: 7em;
}
@media screen and (min-width: 738px) {
  .header-wrap .step-list li {
    margin-left: 20px;
  }
}
.header-wrap .step-list li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #dce1e5;
  border-radius: 50%;
  top: -27px;
  left: 50%;
  margin-left: -5px;
}
.header-wrap .step-list li:first-child {
  margin-left: 0;
}
.header-wrap .step-list li:after {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/Icon_step_end.svg) no-repeat;
  border-radius: 100%;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -13px;
}
.header-wrap.hstep-01 .step-list li:first-of-type:after, .header-wrap.hstep-02 .step-list li:nth-of-type(2):after, .header-wrap.hstep-03 .step-list li:nth-of-type(3):after, .header-wrap.hstep-04 .step-list li:nth-of-type(4):after {
  content: "";
  background: url(../img/Icon_step_current.svg) no-repeat;
}
.header-wrap.hstep-02 .step-list li:nth-of-type(-n+1):after, .header-wrap.hstep-03 .step-list li:nth-of-type(-n+2):after, .header-wrap.hstep-04 .step-list li:nth-of-type(-n+3):after {
  content: "";
}

.contents {
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 136px;
}
.contents .contentsInr {
  padding: 0 10px;
}
@media screen and (min-width: 738px) {
  .contents .contentsInr {
    width: 1000px;
    padding: 0;
    margin: 0 auto 40px;
    min-height: 350px;
  }
}
.contents .contentsInr > section {
  margin-bottom: 48px;
}
.contents .contentsInr > section.sec-flightlist {
  margin-bottom: 48px;
}
@media screen and (min-width: 738px) {
  .contents .contentsInr > section.sec-flightlist {
    margin-bottom: 96px;
  }
}

.footer {
  width: 100%;
  font-size: 1.2rem;
  background: #000;
  color: #fff;
}
@media screen and (min-width: 738px) {
  .footer div {
    width: 1000px;
    margin: 0 auto;
  }
}
.footer div.copyright {
  text-align: center;
  line-height: 38px;
  color: #A7A7A7;
}
@media screen and (min-width: 738px) {
  .footer div.copyright {
    text-align: left;
  }
}
.footer div.gotop {
  padding: 18px;
  border-bottom: 1px solid #333;
}
.footer div.gotop a.btn-gotop {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.footer div.gotop a.btn-gotop::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/icons_utility.svg");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 22px;
  height: 13px;
  background-position: 6px -53px;
  margin-right: 3px;
}

h1 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 48px;
}
@media screen and (min-width: 738px) {
  h1 {
    font-size: 2.8rem;
  }
}
h1 + .msg-txt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 738px) {
  h1 + .msg-txt {
    font-weight: 400;
    margin-bottom: 35px;
  }
}
h1 + .msg-txt + p {
  margin-bottom: 32px;
}

dl.newsarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 48px;
}
@media screen and (min-width: 738px) {
  dl.newsarea {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
dl.newsarea dt {
  color: #fff;
  background-color: #2A344B;
  font-size: 1.4rem;
  text-align: center;
  font-weight: 700;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
}
@media screen and (min-width: 738px) {
  dl.newsarea dt {
    width: 140px;
  }
}
dl.newsarea dd {
  background-color: #F4F5F6;
  padding: 15px;
  width: 100%;
}
@media screen and (min-width: 738px) {
  dl.newsarea dd {
    padding: 20px;
    width: calc(100% - 140px);
  }
}
dl.newsarea dd ul.txtList li {
  font-size: 1.4rem;
}
@media screen and (min-width: 738px) {
  dl.newsarea dd ul.txtList li {
    font-size: inherit;
  }
}
dl.newsarea dd ul.txtList li::before {
  content: "";
}

h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 15px;
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 738px) {
  h2 {
    font-weight: 400;
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
h2::before {
  content: "";
  background-color: #2A344B;
  width: 3px;
  height: 1em;
  display: block;
  position: absolute;
  left: 0;
  top: 0.15em;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 738px) {
  h3 {
    font-size: 1.8rem;
  }
}

.amountBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 738px) {
  .amountBox {
    width: auto;
    margin-right: 2.5em;
    margin-left: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.amountBox span {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #616161;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.amountBox span:hover {
  cursor: pointer;
}
.amountBox span.passive {
  opacity: 0.3;
}
.amountBox span.passive:hover {
  cursor: default;
}
.amountBox input {
  text-align: center;
  width: auto;
  max-width: 5em;
  margin: 0 5px;
}
.amountBox input.hide-spin::-webkit-inner-spin-button, .amountBox input.hide-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

ul.list-wrap li.list-item {
  border: 1px solid #CCCCCC;
  padding: 16px 10px;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media screen and (min-width: 738px) {
  ul.list-wrap li.list-item {
    border-radius: 0;
    padding: 20px;
  }
}
ul.list-wrap li.list-item .list-item-Inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  ul.list-wrap li.list-item .list-item-Inr {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
ul.list-wrap li.list-item .list-item-Inr .btn {
  min-height: 58px;
  padding-top: 20px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (min-width: 738px) {
  ul.list-wrap li.list-item .list-item-Inr .btn {
    width: 190px;
    min-width: auto;
  }
}
ul.list-wrap li.list-item .list-item-Inr > dd:last-child {
  margin-bottom: 0;
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd, .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dt {
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd, .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dt {
    width: unset;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd > dl, .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dt > dl {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd > dl, .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dt > dl {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd > dl > dt, .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dt > dl > dt {
    font-weight: 700;
  }
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dt.item-flight-num {
  font-size: 1.6rem;
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dt.item-flight-num {
    font-size: 1.8rem;
    width: 4em;
  }
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > .item-flight-schedule {
    width: 22em;
    margin-right: 1em;
  }
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > .item-flight-schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > .item-flight-schedule dl {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > .item-flight-schedule dt {
  margin-right: 1em;
  white-space: nowrap;
  font-weight: 700;
  width: 100%;
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > .item-flight-schedule dd {
  width: 100%;
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > .item-flight-schedule dd {
    margin-right: auto;
    margin-left: 0;
  }
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd.btnBox {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 0;
}
@media screen and (min-width: 738px) {
  .sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd.btnBox {
    width: 190px;
    font-size: 1.5rem;
  }
}
.sec-flightlist ul.list-wrap li.list-item .list-item-Inr > dd.btnBox-nobtn {
  min-height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr {
  background-color: #F4F5F6;
  padding: 10px;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr {
    padding: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr:last-child {
  margin-bottom: 20px;
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt {
  width: 6em;
  margin-bottom: 8px;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt {
    font-weight: 700;
    font-size: inherit;
  }
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt:nth-of-type(1) {
    width: 5em;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt:nth-of-type(2) {
    width: 5.5em;
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt:nth-of-type(3) {
    width: 5em;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt:nth-of-type(4) {
    width: 5.5em;
    margin-bottom: 0;
  }
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt:nth-of-type(5) {
  margin-bottom: 0;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dt:nth-of-type(5) {
    width: 5.5em;
    margin-bottom: 0;
  }
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd {
  width: calc(100% - 6em);
  margin-bottom: 8px;
  text-align: right;
  word-wrap: break-word;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd {
    text-align: left;
    font-size: inherit;
  }
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd:nth-of-type(1) {
    width: 8em;
    margin-bottom: 28px;
    margin-right: 1em;
  }
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd:nth-of-type(2) {
  text-align: left;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd:nth-of-type(2) {
    width: calc(100% - 19.5em);
    margin-bottom: 28px;
  }
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd:nth-of-type(3) {
    width: 8em;
    margin-bottom: 0;
    margin-right: 1em;
  }
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd:nth-of-type(4) {
    width: 8em;
    margin-bottom: 0;
  }
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd:nth-of-type(5) {
  margin-bottom: 0;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd:nth-of-type(5) {
    width: 8em;
  }
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd.amountBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd.amountBox {
    width: auto;
    margin-right: 2.5em;
    margin-left: 1em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd.amountBox span {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #616161;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd.amountBox input {
  text-align: center;
  width: auto;
  max-width: 5em;
  margin: 0 5px;
}
.sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd.amountBox input.hide-spin::-webkit-inner-spin-button, .sec-reservelist ul.list-wrap li.list-item .list-item-Inr dd.amountBox input.hide-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
.sec-reservelist ul.list-wrap li.list-item {
  margin-bottom: 20px;
}
.sec-reservelist ul.list-wrap li.list-item > dl > dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  word-wrap: break-word;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item > dl > dt {
    font-size: 1.8rem;
  }
}
.sec-reservelist ul.list-wrap li.list-item > dl > dt dl.seat-class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 5px;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item > dl > dt dl.seat-class {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sec-reservelist ul.list-wrap li.list-item > dl > dt dl.seat-class dt {
  font-weight: 700;
}
@media screen and (min-width: 738px) {
  .sec-reservelist ul.list-wrap li.list-item > dl > dt dl.seat-class dt {
    margin-right: 4em;
  }
}
.sec-reservelist ul.list-wrap li.list-item > dl > dt dl.seat-class dd {
  font-weight: 400;
}

.sec-reservelist .headBox {
  margin-top: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 738px) {
  .sec-reservelist .headBox {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sec-reservelist .headBox h3.order-num {
  margin-top: 0;
}
@media screen and (min-width: 738px) {
  .sec-reservelist .headBox h3.order-num {
    margin-bottom: 0;
  }
}
.sec-reservelist .headBox h3.order-num span {
  margin-right: 24px;
}
.sec-reservelist .headBox h3.order-num span.order-flightNum, .sec-reservelist .headBox h3.order-num span.order-flightDate, .sec-reservelist .headBox h3.order-num span.order-flightCourse {
  font-size: 1.4rem;
  margin-right: 1em;
  display: inline-block;
}
.sec-reservelist .list-item-total dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec-reservelist .list-item-total dl dt, .sec-reservelist .list-item-total dl dd {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 13px;
  margin-bottom: 24px;
}
.sec-reservelist .list-item-total dl dt {
  font-size: 1.6rem;
  width: 180px;
}
@media screen and (min-width: 738px) {
  .sec-reservelist .list-item-total dl dt {
    font-size: 1.8rem;
    padding-left: 20px;
    width: 30%;
  }
}
.sec-reservelist .list-item-total dl dt.payJalcard {
  font-size: 1.4rem;
  line-height: 1.25em;
}
.sec-reservelist .list-item-total dl dd {
  width: calc(100% - 180px);
  font-size: 2rem;
  font-weight: 700;
  color: #cc0000;
  text-align: right;
  word-wrap: break-word;
}
@media screen and (min-width: 738px) {
  .sec-reservelist .list-item-total dl dd {
    font-size: 2.4rem;
    padding-right: 20px;
    width: 70%;
  }
}

.sec-reservecont h3 {
  font-size: 1.6rem;
  border-top: 1px solid #CCCCCC;
  background: #F4F5F6;
  padding: 10px;
}
@media screen and (min-width: 738px) {
  .sec-reservecont h3 {
    padding: 10px 20px;
  }
}
.sec-reservecont .item-flight-schedule {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
  margin-top: 15px;
}
.sec-reservecont .item-flight-schedule dt {
  font-weight: 700;
  width: 100%;
  padding-left: 10px;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .item-flight-schedule dt {
    width: 14em;
    padding: 20px 0 20px 20px;
    border-bottom: 1px dotted #CCCCCC;
  }
}
.sec-reservecont .item-flight-schedule dd {
  width: 100%;
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .item-flight-schedule dd {
    width: calc(100% - 14em);
    padding: 20px 0;
    margin-bottom: 0;
  }
}
.sec-reservecont .withDeleatBtn {
  background-color: #F4F5F6;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .withDeleatBtn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-reservecont .withDeleatBtn > dl.list-item-Inr {
  margin-bottom: 0 !important;
  width: 100%;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .withDeleatBtn > dl.list-item-Inr {
    width: calc(100% - 150px);
  }
}
.sec-reservecont .withDeleatBtn > dl.list-item-Inr + .btnBox {
  width: 100%;
  padding-bottom: 15px;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .withDeleatBtn > dl.list-item-Inr + .btnBox {
    width: 150px;
    padding: 0;
  }
}
.sec-reservecont .sec-mailaddress {
  margin-bottom: 36px;
}
.sec-reservecont .sec-mailaddress h3 + p {
  margin-top: 15px;
  margin-bottom: 15px;
}
.sec-reservecont .sec-mailaddress h4.mailaddress {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-reservecont .sec-mailaddress h4.mailaddress span {
  background: #F4F5F6;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 4px;
  display: block;
  margin-right: 8px;
}
.sec-reservecont .sec-mailaddress h4.mailaddress-required span {
  background: #CC0000;
  color: #FFF;
}
.sec-reservecont .sec-mailaddress .btnBox {
  width: auto;
}
.sec-reservecont .sec-mailaddress > ul {
  margin-top: 10px;
}
.sec-reservecont .sec-mailaddress > ul > li {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.sec-reservecont .sec-mailaddress > ul > li .headBox {
  width: 100%;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .sec-mailaddress > ul > li .headBox {
    width: 340px;
  }
}
.sec-reservecont .sec-mailaddress input {
  margin: 10px 0;
  width: 100%;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .sec-mailaddress input {
    width: 340px;
  }
}
.sec-reservecont .sec-mailaddress dl.fixedmail {
  margin-top: 24px;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 32px;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .sec-mailaddress dl.fixedmail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px 32px;
  }
}
.sec-reservecont .sec-mailaddress dl.fixedmail dt {
  font-weight: 700;
  margin-right: 1em;
  margin-bottom: 10px;
  width: 10em;
}
@media screen and (min-width: 738px) {
  .sec-reservecont .sec-mailaddress dl.fixedmail dt {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 738px) {
  .btnBox-3cols {
    position: relative;
  }
}
.btnBox-3cols > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
}
@media screen and (min-width: 738px) {
  .btnBox-3cols > div {
    width: 100%;
  }
}
.btnBox-3cols > div.btnAlign {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 738px) {
  .btnBox-3cols > div.btnAlign {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 738px) {
  .btnBox-3cols > div.btnAlign-Left {
    position: relative;
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: auto;
    z-index: 10;
    max-width: 33%;
  }
}
@media screen and (min-width: 738px) {
  .btnBox-3cols > div.btnAlign-Center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 738px) {
  .btnBox-3cols > div.btnAlign-Center .btn {
    max-width: 33%;
  }
}
@media screen and (min-width: 738px) {
  .btnBox-3cols > div.btnAlign-Right {
    position: relative;
    display: inline-block;
    width: auto;
    margin-left: auto;
    margin-right: 0;
    z-index: 10;
  }
}

.sec-caution {
  border: 1px solid #CCCCCC;
  padding: 20px;
  margin-top: -20px;
}
@media screen and (min-width: 738px) {
  .sec-caution {
    margin-top: 0;
  }
}
.sec-caution > p {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  margin-left: 30px;
}
.sec-caution > p::before {
  position: absolute;
  content: "!";
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #CC0000;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  margin-left: -30px;
}
.sec-caution--RD {
  border-color: #CC0000;
  background: #FDF5F5;
}
.sec-caution--RD > p {
  font-size: 2rem;
  color: #CC0000;
  margin-bottom: 10px;
}
.sec-caution--RD > p::before {
  margin-top: 3px;
}
.sec-caution > ul > li {
  margin-bottom: 3px;
}
@media screen and (min-width: 738px) {
  .sec-caution > ul > li {
    padding-left: 22px !important;
  }
}
.sec-caution > ul > li a {
  color: #0F0F69;
}
.sec-caution > ul > li::before {
  background-color: #9E9E9E;
}
@media screen and (min-width: 738px) {
  .sec-caution > ul > li::before {
    left: 12px;
  }
}

.em-message {
  margin-top: 10px;
}
.em-message ul li {
  color: #CC0000;
  font-weight: 700;
  position: relative;
  padding: 0 0 0 0.75em !important;
}
.em-message ul li + li {
  margin-top: 5px;
}
.em-message ul li::before {
  content: "";
  display: inline-block;
  width: 0.3em;
  height: 0.3em;
  background-color: #9E9E9E;
  border-radius: 50%;
  position: absolute;
  top: 0.75em;
  left: 0.5em;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 738px) {
  .em-message ul li::before {
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 2px;
  }
}

.sec-ordernum {
  padding: 20px;
  background-color: #FDF5F5;
}
.sec-ordernum dl {
  background-color: #FFF;
  padding: 10px;
}
@media screen and (min-width: 738px) {
  .sec-ordernum dl {
    padding: 20px;
  }
}
.sec-ordernum dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.sec-ordernum dl dd {
  font-size: 2.2rem;
  font-weight: 700;
  color: #CC0000;
}

.mfp-agree {
  overflow-y: auto;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container.container-loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading-content {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
}

.mfp-content {
  background-color: #fff;
  max-width: 950px;
  min-height: 100px;
  padding: 48px 20px 40px 20px;
  cursor: auto;
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
@media screen and (min-width: 738px) {
  .mfp-content {
    padding: 40px 30px 40px 30px;
  }
}
.mfp-content h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  padding-left: 0;
}
.mfp-content h2::before {
  content: none;
}
.mfp-content .txtList {
  line-height: 2em;
}
.mfp-content .btnBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}
@media screen and (min-width: 738px) {
  .mfp-content .btnBox {
    margin-left: 0;
    width: 100%;
  }
}
.mfp-content .btnBox-border {
  border-top: 1px solid #CCC;
  margin-left: -20px;
  width: calc(100vw - 40px);
}
@media screen and (min-width: 738px) {
  .mfp-content .btnBox-border {
    margin-left: 0;
    width: 100%;
  }
}
.mfp-content .btnBox-border .btn {
  width: calc((100vw - 80px) * 0.9) !important;
}
@media screen and (min-width: 738px) {
  .mfp-content .btnBox-border .btn {
    width: 240px !important;
  }
}
.mfp-content .btnBox .btn {
  padding: 18px 25px 18px 25px;
  width: 100%;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (min-width: 738px) {
  .mfp-content .btnBox .btn {
    width: 240px;
  }
}
.mfp-content .btnBox .btn.noAr {
  padding-right: 20px;
}
.mfp-content h3 .ctm_iconTxt_br {
  margin-right: 10px;
}
.mfp-content .txtList.fw-b {
  font-size: 1.6rem;
}
.mfp-content .mfp-content-overflow {
  height: calc(100dvh - 260px);
  overflow-y: auto;
  overflow-x: hidden;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 0 20px 80px;
}
@media screen and (min-width: 738px) {
  .mfp-content .mfp-content-overflow {
    height: 375px;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding: 0 30px;
  }
}
.mfp-content .mfp-content-overflow + .btnBox {
  background-color: #fff;
  position: absolute;
  bottom: 30px;
}
@media screen and (min-width: 738px) {
  .mfp-content .mfp-content-overflow + .btnBox {
    position: relative;
    bottom: 0;
  }
}
.mfp-content .mfp-content-overflow.has2btn {
  height: calc(100dvh - 320px);
}
@media screen and (min-width: 738px) {
  .mfp-content .mfp-content-overflow.has2btn {
    height: auto;
  }
}
.mfp-content .mfp-content-overflow.has2btn + .btnBox.btnBox-border {
  padding-top: 20px;
}
@media screen and (min-width: 738px) {
  .mfp-content .mfp-content-overflow.has2btn + .btnBox.btnBox-border {
    border-width: 0;
    padding-top: 32px;
  }
}
.mfp-content .mfp-content-overflow.has2btn + .btnBox.btnBox-border > div {
  width: auto;
}
.mfp-agree .mfp-content, .mfp-allocation .mfp-content {
  height: calc(100dvh - 40px);
}
@media screen and (min-width: 738px) {
  .mfp-agree .mfp-content, .mfp-allocation .mfp-content {
    height: auto;
  }
}
.mfp-content .mfp-close {
  right: 10px;
  top: 10px;
}
@media screen and (min-width: 738px) {
  .mfp-content .mfp-close {
    right: 20px;
    top: 20px;
  }
}

fieldset {
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (min-width: 738px) {
  fieldset {
    width: auto;
  }
}
fieldset > div:first-child {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.6rem;
}
fieldset > div:first-child.wide {
  width: 100%;
}
fieldset > div:first-child.em {
  border: 2px solid #CC0000;
  background-color: #FDF5F5;
}
.mfp-lang fieldset {
  width: 173px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  .mfp-lang fieldset {
    width: auto;
  }
}
.mfp-lang fieldset > div {
  width: 173px;
  margin: 0 0 20px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 10px;
  font-size: 1.6rem;
}
@media screen and (min-width: 738px) {
  .mfp-lang fieldset > div {
    margin: 0 10px;
  }
}
.mfp-lang fieldset > div:last-child {
  margin-bottom: 0;
}
.mfp-agree fieldset > div {
  background: #FDF5F5;
  padding: 15px;
}
.mfp-allocation fieldset {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px;
}
@media screen and (min-width: 738px) {
  .mfp-allocation fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mfp-allocation fieldset:first-of-type > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 173px;
}
.mfp-allocation fieldset:last-child {
  border-bottom: 0px;
  margin-bottom: 0;
}
.mfp-allocation fieldset > div {
  width: calc(100vw - 80px);
}
@media screen and (min-width: 738px) {
  .mfp-allocation fieldset > div {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 1em;
    min-width: 350px;
    max-width: calc(100vw - 410px);
  }
}
@media screen and (min-width: 1090px) {
  .mfp-allocation fieldset > div {
    max-width: 660px;
  }
}
.mfp-allocation fieldset > div label {
  word-wrap: break-word;
}
.mfp-allocation fieldset dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
@media screen and (min-width: 738px) {
  .mfp-allocation fieldset dl {
    margin-top: 0;
  }
}
.mfp-allocation fieldset dl dt {
  font-weight: 700;
  margin-right: 1em;
}
@media screen and (min-width: 738px) {
  .mfp-allocation fieldset dl dt {
    margin-right: 0;
  }
}
.mfp-allocation fieldset dl dd {
  margin-right: 0;
}

.productSearchForm, .sec-searchResults {
  font-size: 1.6rem;
}
.productSearchForm input, .sec-searchResults input {
  font-size: 1.6rem;
  -webkit-appearance: auto;
}
.productSearchForm input::-webkit-outer-spin-button, .productSearchForm input::-webkit-inner-spin-button, .sec-searchResults input::-webkit-outer-spin-button, .sec-searchResults input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.productSearchForm input[type=text], .productSearchForm input[type=number], .sec-searchResults input[type=text], .sec-searchResults input[type=number] {
  padding: 16px 12px;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.productSearchForm input[type=number], .sec-searchResults input[type=number] {
  -moz-appearance: textfield;
}
.productSearchForm input[type=submit], .sec-searchResults input[type=submit] {
  border-radius: 0;
}
@media screen and (max-width: 737px) {
  .productSearchForm input, .sec-searchResults input {
    width: auto;
  }
}
.productSearchForm .form-item-ttl, .sec-searchResults .form-item-ttl {
  margin-bottom: 10px;
  padding: 10px 0;
  line-height: 20px;
  font-weight: bold;
}
.productSearchForm .form-item-ttl .required,
.productSearchForm .form-item-ttl .optional, .sec-searchResults .form-item-ttl .required,
.sec-searchResults .form-item-ttl .optional {
  display: inline-block;
  margin-right: 8px;
  min-width: 32px;
  padding: 0 0.5em;
  font-size: 1.1rem;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
}
.productSearchForm .form-item-ttl .required, .sec-searchResults .form-item-ttl .required {
  color: #FFF;
  background: #CC0000;
}
.productSearchForm .form-item-ttl .optional, .sec-searchResults .form-item-ttl .optional {
  color: #616161;
  background: #F4F5F6;
}
.productSearchForm .btn-submit, .sec-searchResults .btn-submit {
  display: block;
  width: 270px;
  margin: auto;
  font-weight: bold;
  text-align: center;
  line-height: 58px;
  color: #FFF;
  background: #CC0000;
  cursor: pointer;
}
@media screen and (min-width: 738px) {
  .productSearchForm .btn-submit, .sec-searchResults .btn-submit {
    width: 240px;
  }
}
.productSearchForm .btn-submit:hover, .sec-searchResults .btn-submit:hover {
  text-decoration: underline;
}

@media screen and (min-width: 738px) {
  .productSearchForm {
    padding: 0 20px;
  }
}
.productSearchForm .form-item-wrap {
  padding: 16px 0;
}
.productSearchForm .form-item-wrap:first-of-type {
  padding-top: 0;
}
.productSearchForm .form-item-wrap:first-of-type .form-item-ttl {
  padding-top: 0;
}
@media screen and (max-width: 737px) {
  .productSearchForm .form-item-wrap + .form-item-wrap {
    border-top: 1px dashed #CCC;
  }
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 738px) {
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .tilde {
    margin: 0 10px;
  }
}
@media screen and (max-width: 737px) {
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .price-wrap,
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .tilde {
    width: 100%;
  }
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .price-wrap label {
    min-width: 39px;
    display: inline-table;
  }
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .price-wrap input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: inherit;
  }
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .tilde {
    margin: 5px 0;
    text-align: center;
  }
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-price .price-wrap label {
  margin-right: 0.5em;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-price .price-wrap input {
  margin: 0 5px;
}
@media screen and (min-width: 738px) {
  .productSearchForm .form-item-wrap .form-item-Inr .form-item-price .price-wrap input {
    width: 200px;
  }
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 3px;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap {
  position: relative;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 32px 4px 12px;
  position: relative;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box .genre {
  display: none;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box .genre.checked {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 8px 8px 0;
  padding: 8px 3px 8px 10px;
  border-radius: 4px;
  background: #F8F8F8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box .genre.checked .cancel {
  margin-left: 11px;
  padding: 5px;
  line-height: 14px;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box .genre.checked .cancel img {
  vertical-align: middle;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: 0;
  padding: 20px;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #CC0000;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-box-wrap .genre-box-button.is-active::after {
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-list-wrap {
  width: 100%;
  margin-top: 10px;
  position: absolute;
  border: 1px solid #CCC;
  border-radius: 3px;
  background: #fff;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-list-wrap .genre-list-Inr {
  margin: 11px 0;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-list-wrap .genre-list-Inr li.checked {
  display: none;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-list-wrap .genre-list-Inr li input {
  display: none;
}
.productSearchForm .form-item-wrap .form-item-Inr .form-item-genre .genre-list-wrap .genre-list-Inr li label {
  display: block;
  width: 100%;
  padding: 11px 15px;
  cursor: pointer;
}
@media screen and (min-width: 738px) {
  .productSearchForm .form-item-wrap .form-item-Inr input[name=productName] {
    width: 606px;
  }
}
.productSearchForm .btn-submit {
  margin-top: 30px;
  font-size: 1.6rem;
}
@media screen and (min-width: 738px) {
  .productSearchForm .btn-submit {
    margin-top: 38px;
  }
}

.contentsInr.Results {
  width: 100%;
  background: #F4F5F6;
}
.contentsInr.Results.null {
  min-height: 200px;
  background: #FFFFFF;
}
.contentsInr.Results.null p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 738px) {
  .contentsInr.Results.null p {
    font-size: 18px;
    text-align: left;
  }
}
.contentsInr.Results section {
  padding: 0 10px;
}
@media screen and (min-width: 738px) {
  .contentsInr.Results section {
    width: 1000px;
    padding: 0;
    margin: 0 auto 40px;
  }
}
.contentsInr.Link {
  min-height: auto;
}
.contentsInr.Link .sec-transition .btnBox {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  .contentsInr.Link .sec-transition .btnBox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contentsInr.Link .sec-transition .btnBox::after {
    content: "";
    display: block;
    width: 270px;
    height: 0;
  }
}
.contentsInr.Link .sec-transition .btnBox .btn {
  padding: 18px 25px 18px 25px;
  font-size: 1.6rem;
}
@media screen and (min-width: 738px) {
  .contentsInr.Link .sec-transition .btnBox .btn {
    width: 240px;
  }
}
@media screen and (max-width: 737px) {
  .contentsInr.Link .sec-transition .btnBox .btn + .btn {
    margin-bottom: 24px;
  }
}
.contentsInr.Link .sec-transition .btnBox .btn.btn-bk {
  padding: 18px 20px 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 738px) {
  .contentsInr.Link .sec-transition .btnBox .btn.btn-bk {
    margin-bottom: 0;
  }
}
.contentsInr.Link .sec-transition .btnBox .btn.btn-bk::after {
  left: 10px;
  background-position: -14px 0;
}
.contentsInr section.sec-searchResults {
  padding-top: 40px;
  position: relative;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults {
    padding-top: 50px;
  }
}
.contentsInr section.sec-searchResults .productSortList {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  padding-bottom: 16px;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productSortList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 24px;
  }
}
.contentsInr section.sec-searchResults .productSortList .productSort {
  line-height: 22px;
}
.contentsInr section.sec-searchResults .productSortList .productSort + .productSort {
  margin-top: 5px;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productSortList .productSort + .productSort {
    margin-top: 0;
    margin-left: 15px;
  }
}
.contentsInr section.sec-searchResults .productSortList .productSort input,
.contentsInr section.sec-searchResults .productSortList .productSort label {
  vertical-align: middle;
}
.contentsInr section.sec-searchResults .productSortList .productSort input {
  width: 22px;
  height: 22px;
  margin: auto;
}
.contentsInr section.sec-searchResults .productSortList .productSort label {
  padding-left: 5px;
  white-space: nowrap;
}
.contentsInr section.sec-searchResults .productList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productList {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.contentsInr section.sec-searchResults .productList > li {
  width: 48%;
  margin-bottom: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3019607843);
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productList > li {
    width: 320px;
    margin-left: 20px;
  }
  .contentsInr section.sec-searchResults .productList > li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.contentsInr section.sec-searchResults .productList > li img {
  width: 100%;
}
.contentsInr section.sec-searchResults .productList > li .product-summary {
  padding: 16px;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productList > li .product-summary {
    padding: 16px;
  }
}
.contentsInr section.sec-searchResults .productList > li .product-summary h3 {
  font-size: 1.4rem;
}
.contentsInr section.sec-searchResults .productList > li .product-summary h3 a {
  color: #0F0F69;
  text-decoration: underline;
  word-wrap: break-word;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA,
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-tag {
  margin-top: 10px;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA.limited .price .stock {
  color: #CC0000;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA.unavailable .price .stock {
  color: #000;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA.unavailable .btn {
  color: #A7A7A7;
  background: #F8F8F8;
  pointer-events: none;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA.unavailable .btn::after {
  background-position: 0px -34px;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA .price {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.8rem;
  font-weight: bold;
  color: #CC0000;
  word-wrap: break-word;
  line-height: 1.25;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA .price .stock {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 3px;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA .btn {
  min-width: 123px;
  margin-top: 10px;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productList > li .product-summary .summary-priceCTA .btn {
    padding: 15px 25px 9px 25px;
    margin-left: 10px;
    margin-top: 0;
  }
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contentsInr section.sec-searchResults .productList > li .product-summary .summary-tag li {
  margin: 0 4px 4px 0;
  padding: 5px 8px;
  font-size: 1.1rem;
  color: #FFF;
  background: #6A7181;
}
.contentsInr section.sec-searchResults .productPagination-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 16px 32px;
}
@media screen and (min-width: 738px) {
  .contentsInr section.sec-searchResults .productPagination-wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px 0 32px;
  }
  .contentsInr section.sec-searchResults .productPagination-wrap::after {
    content: "";
    display: block;
    width: 185px;
    height: 0;
  }
}
.contentsInr section.sec-searchResults .productPagination-wrap .number {
  width: 100%;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 737px) {
  .contentsInr section.sec-searchResults .productPagination-wrap .number {
    text-align: center;
  }
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #6A7181;
  background: #FFF;
  border: 1px solid #6A7181;
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination li + li {
  margin-left: 10px;
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination li.prev a, .contentsInr section.sec-searchResults .productPagination-wrap .productPagination li.next a {
  width: 20px;
  background: transparent;
  border: none;
  text-indent: -9999px;
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination li.prev {
  background: url(../img/icon_arrow.svg) no-repeat 0 0;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination li.next {
  background: url(../img/icon_arrow.svg) no-repeat 0 0;
  background-position: center;
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination li.active a {
  color: #FFF;
  background: #2A344B;
  border: 1px solid #2A344B;
}
.contentsInr section.sec-searchResults .productPagination-wrap .productPagination li.ellipsis {
  font-size: 1.6rem;
  color: #6A7181;
}