@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:400,700,900,900i&display=swap");
/* CSS Document */
.index-title {
    width:100%;
    padding:10px 1% 10px 1%;
    max-width:1000px;
    margin:0 auto 10px auto; 
    font-weight: bold;
    font-size: 2.4rem;
    border-bottom:2px solid #b6b6b6;
}

.index-title-sub {
    width:100%;
    max-width:1000px;
    margin:0 auto; 
}

.index-title-head {
  margin: 10px 0 0 0;
  font-size: 1.4rem;
  font-weight: bold;
  color: #EA9D9D;
  width:100%;
    max-width:1000px;
    margin:0 auto; 
}

@media (max-width: 960px) {
  .index-title {
    padding:5px 1% 5px 1%;
    margin:0 auto 5px auto; 
    font-size: 1.6rem;
  }

  .index-title-head {
    margin: 20px 0 0 0;
    font-size: 1.2rem;
    font-weight: normal;
  }
}
/*----------------------------------------------------------------------------------------------
  index-main
----------------------------------------------------------------------------------------------*/
.nav {
  margin: 0 0 0 0;
}

.index-main {
  width: 100%;
  height: 0;
  padding-top: calc(300 / 1000 * 100%);
  /* calc(ç”»åƒé«˜ã• Ã· ç”»åƒæ¨ªå¹… Ã— 100%) */
  background: url(https://www.norunet.com/ticket/common/img/index/main.png) center center/cover no-repeat;
  position: relative;
}

.index-main-copy {
  position: absolute;
  top: 30%;
  right: 10%;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}

.index-main-btn {
  background: #FD6718;
  width: 388px;
  height: 60px;
  line-height: 60px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto;
}
.index-main-btn a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  display: block;
}
.index-main-btn a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (max-width: 960px) {
  header {
    margin: 0 0 0 0;
  }

  .index-main {
    width: 100%;
    height: 0;
    padding-top: calc(400 / 1000 * 100%);
    /* calc(ç”»åƒé«˜ã• Ã· ç”»åƒæ¨ªå¹… Ã— 100%) */
    background: url(https://www.norunet.com/ticket/common/img/index/main.png) center center/cover no-repeat;
    position: relative;
  }

  .index-main-copy {
    position: absolute;
    top: 20%;
    left: 5%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }

  .index-main-btn {
    padding: 0 10%;
    background: #FD6718;
    width: auto;
    height: 36px;
    line-height: 36px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
  }
  .index-main-btn a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: block;
  }
  .index-main-btn a:hover {
    opacity: 0.8;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
}
/*----------------------------------------------------------------------------------------------
  index-point
----------------------------------------------------------------------------------------------*/
.index-point {
  padding: 30px 0 80px 0;
  background: #fff6ed;
}
.index-point .index-title {
    border-bottom:2px solid #333;
}
.index-point-wrap {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-point-box {
  width: 25%;
  min-height: 130px;
  margin: 0 0 20px 0;
  padding: 20px 3%;
  font-size: 1.6rem;
  position: relative;
  border-right: 1px solid #dadada;
}
.index-point-box-img {
    width:100%;
    height:120px;
    text-align: center;
    position: relative;
}
.index-point-box-img img{
    width:50%;
    margin:0 auto;
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.index-point-box2 img {
    width:80%;
}
.index-point-box3 img {
    width:45%;
}
.index-point-box:first-child {
    border-left: 1px solid #dadada;
  }
.index-point-box span {
  font-weight: normal;
  font-size: 1.4rem;
}


@media (max-width: 960px) {
  .index-point {
    padding: 20px 3% 20px 3%;
  }
  .index-point .index-title {
    margin: 0;
  }

  .index-point-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .index-point-box {
    width: 50%;
    min-height: 130px;
    margin: 0 0 10px 0;
    padding: 20px 3%;
    font-size: 1.4rem;
    position: relative;
    border-right: 1px solid #8b8b8b;
  }
  .index-point-box-img {
      width:100%;
      height:120px;
      text-align: center;
      position: relative;
  }
  .index-point-box-img img{
      width:50%;
      margin:0 auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  }
  .index-point-box2 img {
      width:80%;
  }
  .index-point-box3 img {
      width:45%;
  }
  .index-point-box:nth-child(2n-1) {
      border-left: 1px solid #8b8b8b;
    }
  .index-point-box span {
    font-weight: normal;
    font-size: 1.4rem;
  }
}
/*----------------------------------------------------------------------------------------------
  index-order
----------------------------------------------------------------------------------------------*/
.index-order {
  padding: 80px 0 80px 0;
  background: #FBDFC8;
}

.index-order-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.index-order-content .index-order-box {
  margin: 0 0 30px 0;
  overflow: hidden;
}
.index-order-content .index-order-head {
  padding: 10px 20px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-order-content .index-order-ana {
  background: #F4F6FA;
}
.index-order-content .index-order-ana .index-order-head {
  background: #00257E;
}
.index-order-content .index-order-jal {
  background: #FFEFEF;
}
.index-order-content .index-order-jal .index-order-head {
  background: #EB0C0C;
}
.index-order-content .index-order-head-logo {
  margin: 0 16px 0 0;
  background: #fff;
  width: 180px;
  text-align: center;
  position: relative;
}
.index-order-content .index-order-head-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.index-order-content .index-order-head-text {
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 34px;
}
.index-order-content .index-order-ticket {
  margin: 24px 5% 24px 5%;
  padding: 20px 3%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-order-content .index-order-ticket-img {
  width: 25%;
  margin: 0 3% 0 0;
}
.index-order-content .index-order-ticket-r {
  width: 75%;
}
.index-order-content .index-order-ticket-r .index-order-ticket-title {
  margin: 0 0 10px 0;
  padding: 0 0 0 5px;
  font-weight: bold;
  font-size: 1.8rem;
  border-bottom: 1px solid #707070;
}
.index-order-content .index-order-ticket-r dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px 0;
}
.index-order-content .index-order-ticket-r dl dt {
  width: 30%;
  padding: 10px 3%;
  background-color: #CECECE;
  font-weight: bold;
}
.index-order-content .index-order-ticket-r dl dd {
  width: 70%;
  padding: 10px 3%;
  background-color: #EFEFEF;
}
.index-order-content .index-order-ticket-r .index-order-ticket-pricewrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-order-content .index-order-ticket-r .index-order-ticket-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FF0000;
}
.index-order-content .index-order-ticket-r .index-order-ticket-price span {
  margin: 0 0 0 3px;
  font-weight: bold;
  font-size: 2.2rem;
}
.index-order-content .index-order-ticket-r .select-a-wrap {
  width: 100px;
}

@media (max-width: 960px) {
  .index-order {
    padding: 30px 0 30px 0;
  }

  .index-order-content {
    width: 100%;
    padding: 0 3%;
  }
  .index-order-content .index-order-box {
    margin: 0 0 14px 0;
    overflow: hidden;
  }
  .index-order-content .index-order-head {
    padding: 4px 3%;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .index-order-content .index-order-ana {
    background: #F4F6FA;
  }
  .index-order-content .index-order-ana .index-order-head {
    background: #00257E;
  }
  .index-order-content .index-order-jal {
    background: #FFEFEF;
  }
  .index-order-content .index-order-jal .index-order-head {
    background: #EB0C0C;
  }
  .index-order-content .index-order-head-logo {
    margin: 0 3% 0 0;
    background: #fff;
    width: 30%;
    text-align: center;
    position: relative;
  }
  .index-order-content .index-order-head-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .index-order-content .index-order-head-text {
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 24px;
  }
  .index-order-content .index-order-ticket {
    margin: 14px 5% 14px 5%;
    padding: 20px 3%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-order-content .index-order-ticket-img {
    width: 100%;
    margin: 0 0 0 0;
    padding: 0 5%;
  }
  .index-order-content .index-order-ticket-r {
    width: 100%;
  }
  .index-order-content .index-order-ticket-r .index-order-ticket-title {
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    font-weight: bold;
    font-size: 1.4rem;
    border-bottom: 1px solid #707070;
  }
  .index-order-content .index-order-ticket-r dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 5px 0;
  }
  .index-order-content .index-order-ticket-r dl dt {
    width: 30%;
    padding: 5px 3%;
    background-color: #CECECE;
    font-weight: bold;
  }
  .index-order-content .index-order-ticket-r dl dd {
    width: 70%;
    padding: 5px 3%;
    background-color: #EFEFEF;
  }
  .index-order-content .index-order-ticket-r .index-order-ticket-pricewrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index-order-content .index-order-ticket-r .index-order-ticket-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FF0000;
  }
  .index-order-content .index-order-ticket-r .index-order-ticket-price span {
    margin: 0 0 0 3px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .index-order-content .index-order-ticket-r .select-a-wrap {
    width: 80px;
  }
}
/*----------------------------------------------------------------------------------------------
  index-howto
----------------------------------------------------------------------------------------------*/
.index-howto {
  padding: 60px 0 80px 0;
  background: #FCEBDD;
}
.index-howto .index-title {
  margin: 0 0 100px 0;
}

.index-howto-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.index-howto-content .index-howto-movie {
  text-align: center;
}
.index-howto-content .index-howto-flow {
  margin: 0 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-howto-content .index-howto-flowbox {
  width: 30%;
  padding: 20px 3%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.index-howto-content .index-howto-flowbox::after {
  font-family: "Font Awesome 5 Free";
  content: "ï„…";
  font-weight: 900;
  padding: 0 0.6em;
  font-size: 4rem;
  color: #B52929;
  position: absolute;
  top: 80px;
  right: -60px;
}
.index-howto-content .index-howto-flowbox-end {
  width: 30%;
  padding: 20px 3%;
  background: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
.index-howto-content .index-howto-icon {
  width: 100px;
  height: 100px;
  margin: -70px auto 20px auto;
  background-color: #EA9D9D;
  border-radius: 50%;
  position: relative;
}
.index-howto-content .index-howto-icon .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.index-howto-content .index-howto-flowcopy {
  font-size: 1.6rem;
  color: #B52929;
  font-weight: bold;
  margin: 0 0 10px 0;
}
@media (max-width: 960px) {
  .index-howto {
    padding: 20px 0 10px 0;
  }
  .index-howto .index-title {
    margin: 0 0 20px 0;
  }

  .index-howto-content {
    width: 100%;
    padding: 0 3%;
  }
  .index-howto-content .index-howto-flow {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .index-howto-content .index-howto-flowbox {
    width: 100%;
    height: auto;
    padding: 10px 3%;
    margin: 0 0 24px 0;
    background: #fff;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
  }
  .index-howto-content .index-howto-flowbox::after {
    width: auto;
    font-family: "Font Awesome 5 Free";
    content: "ï„‡";
    font-weight: 900;
    font-size: 2rem;
    color: #B52929;
    position: absolute;
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .index-howto-content .index-howto-flowbox-end {
    width: 100%;
    padding: 20px 3%;
  }
  .index-howto-content .index-howto-icon {
    display: none;
  }
  .index-howto-content .index-howto-flowcopy {
    font-size: 1.4rem;
    color: #B52929;
    font-weight: bold;
    margin: 0 0 5px 0;
  }
  .index-howto-content .index-howto-flowtext {
    font-size: 1.2rem;
  }
}
/*----------------------------------------------------------------------------------------------
  index-attention
----------------------------------------------------------------------------------------------*/
.index-attention {
  width: 100%;
  padding: 40px 0 80px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.index-attention .index-title-sub {
  margin: 0 0 40px 0;
}
.index-attention-block {
    padding:40px 3%;
    background-color: #efefef;
    overflow: hidden;
    border-radius: 10px;
}
.index-attention .index-attention-list {
  margin: 0 0 5px 0;
}
.index-attention .index-attention-card {
  margin: 10px 0;
  padding: 14px 24px;
  background: #fff;
}
.index-attention .index-attention-card ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-attention .index-attention-card ul li {
  margin: 0 14px 0 0;
}
.index-attention .index-attention-card ul li img {
  width: 50px;
}

@media (max-width: 960px) {
  .index-attention {
    width: 100%;
    padding: 20px 3% 40px 3%;
  }
  .index-attention .index-title-sub {
    margin: 0 0 20px 0;
  }
  .index-attention-block {
    padding:10px 3%;
    background-color: #efefef;
    overflow: hidden;
    border-radius: 10px;
}
  .index-attention .index-attention-list {
    margin: 0 0 5px 0;
  }
  .index-attention .index-attention-card {
    margin: 10px 0;
    padding: 10px 3%;
    background: #fff;
  }
  .index-attention .index-attention-card ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .index-attention .index-attention-card ul li {
    margin: 0 14px 0 0;
    font-size: 1.2rem;
  }
  .index-attention .index-attention-card ul li img {
    width: 50px;
  }
}

	
	.ctn_message {
		width: 70%;
		margin:20px auto;
		border:2px solid #f00;
		background:#ffe2e2;
		color:#f00;
		text-align:center;
		padding:10px;
		font-size:17px;
	}