body {
  /*font-family: "Noto Sans JP", sans-serif, "Roboto";*/
}

img {
  width: 100%;
}


.section-decorate {
  padding-top: 43px;
  position: relative;
}

@media (max-width: 1000px) {
  .section-decorate {
    padding-top: 30px;
  }
}

.section-decorate::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  background: #f68058;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.hover a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}

.hover a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68057;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.hover a:hover {
  color: #fff;
}

.hover a:hover span {
  width: 225%;
  height: 562.5px;
}

.hover2 a {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
}

.hover2 a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.hover2 a:hover {
  color: #f68058;
}

.hover2 a:hover span {
  width: 225%;
  height: 562.5px;
}


.hover3 a {
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  z-index: 0;
    color: #f68058;
    background:#FFF;
}
.hover3 a:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f68058;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.hover3 a:hover:after{

}
.hover3 a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f68058;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.hover3 a:hover {
  color: #FFF;
}

.hover3 a:hover span {
  width: 225%;
  height: 562.5px;
}







<!-- -->
.btnOrangeLine a {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    color: #FFF;
    background:#f68058;
}
.btnOrangeLine a:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f68058;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.btnOrangeLine a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FFF;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btnOrangeLine a:hover {
  color: #f68058;
}

.btnOrangeLine a:hover span {
  width: 225%;
  height: 562.5px;
}


<!-- -->
.btnOrange a {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    color: #FFF;
    background:#f68058;
}
.btnOrange a span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #FFF;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.btnOrange a:hover {
  color: #f68058;
}

.btnOrange a:hover span {
  width: 225%;
  height: 562.5px;
}



<!-- -->
.btnWhiteLine a {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    color: #f68058;
    background:#FFF;
}
.btnWhiteLine a:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #f68058;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100px;
    box-sizing: border-box;
    transition: 0.3s ease;
}
.btnWhiteLine a span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #f68058;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btnWhiteLine a:hover {
    color: #FFF;
}

.btnWhiteLine a:hover span {
    width: 225%;
    height: 562.5px;
}



<!-- -->
.btnWhite a {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    z-index: 0;
    color: #f68058;
    background:#FFF;
}
.btnWhite a span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #f68058;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.btnWhite a:hover {
    color: #FFF;
}

.btnWhite a:hover span {
    width: 225%;
    height: 562.5px;
}






.mv {
    background-color: #000;
    background-image: url(/static/tixplus/img/tikepura/mv-bg.png) ;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height:670px;
    min-height: 35vw;
    position: relative;
    display: flex;
    align-items: center;
}
@media (max-width: 1000px) {
  .mv{
    min-height: 375px;
    height: calc(100vw + 125px);
    background-position: 75% center;
  }
}
.mv-inner {
  text-align: center;
  color: #fff;
  padding-top: 0;
  width: 50%;
    padding-left: 9vw;
}
@media (max-width: 1000px) {
    .mv-inner {
      width: 100%;
    padding-top: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
padding-left: 0;
    }
}
.mv-logo{
  margin-bottom: 14px;
}
@media (max-width: 1000px) {
  .sp-mv-logo{
    width: 50%;
    margin: 0 auto;
    max-width: 160px;
  }
}
.mv-logo img {
    max-width: 35vw;
}
@media (max-width: 1000px) {
  .mv-logo img {
    max-width: 80%;
  }
}

.mv-title {
  margin-top: 0;
    font-size: calc(18 / 1000 * 100vw);
  font-weight: bold;
  display: inline-block;
  padding: 0;
  position: relative;
}

@media (max-width: 1000px) {
  .mv-title {
    display: block;
    padding: 0;
    margin-top: 0px;
    font-size: 18px;
  }
}

.mv-text {
  margin-top: 21px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}

.mv-tab-box {
  width: 100%;
  margin: 59px auto -1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width: 1001px) {
  .mv-tab-box {
    max-width: 100%;
  }
}

@media (max-width: 1000px) {
  .mv-tab-box {
    margin-top: 0;
    left: 0;
  }
}

.mv-tab-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv-tab-content {
  background: rgba(230, 230, 230, 0.8);
  position: relative;
  transition: all 0.5s ease 0s;
}

@media (min-width: 1001px) {
  .mv-tab-content {
    border-radius: 0;
    width: 25%;
    height: 60px;
  }
  .mv-tab-content:not(:first-child) {
    border-left: 1px solid #A1A0A1;
  }
}

@media (max-width: 1000px) {
  .mv-tab-content {
    width: 25%;
    padding: 20px 3px;
    height: 50px;
  }
  .mv-tab-content:not(:first-child) {
    border-left: 1px solid #A1A0A1;
  }
}

.mv-tab-content:hover {
  background: #fff;
}

@media (min-width: 1001px) {
  .mv-tab-content:hover {
    height: 70px;
    margin-top: -10px;
  }
}

@media (max-width: 1000px) {
  .mv-tab-content:hover {
    height: 60px;
    margin-top: -10px;
  }
}

.mv-tab-content:hover .mv-tab-text {

}

.mv-tab-content-active {
    background: #fff;
    position: relative;
    height: 70px;
    margin-top: -10px;
    pointer-events: none;
}

@media (max-width: 1000px) {
  .mv-tab-content-active::before {
    top: 10px;
  }
    .mv-tab-content-active {
    height: 60px;
    margin-top: -10px;
    }
}




.mv-tab-content a{
    cursor: pointer;
    text-align: center;
    color: #1a1a1a;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1000px) {
  .mv-tab-text {
    font-size: 10px;
    line-height: 1.5;
  }
}

.mv-tab-text-active {

}

.tikepura {
  background: url(/static/tixplus/img/tickepura/tikepura-bg.png) no-repeat center center/cover;
  width: 100%;
  max-width: 90%;
  margin: 70px auto 0;
  border-radius: 8px;
}

@media (max-width: 1000px) {
  .tikepura {
    margin-top: 30px;
  }
}

.tikepura-inner {
  padding: 110px 20px 0;
}

@media (max-width: 1000px) {
  .tikepura-inner {
    padding: 20px 20px 0;
  }
}

.tikepura-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1100px;
}

@media (max-width: 1000px) {
  .tikepura-contents {
    display: block;
  }
}

.tikepura-white-box {
  background: rgba(255, 255, 255, 0.69);
  padding: 55px 20px 57px;
  margin-top: 30px;
}

@media (min-width: 1001px) {
  .tikepura-white-box {
    width: 50%;
    max-width: 583px;
    max-height: 440px;
  }
}

@media (max-width: 1000px) {
  .tikepura-white-box {
    padding: 30px 10px 40px;
  }
}

.tikepura-white-box-title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.70833;
  text-align: center;
}

@media (max-width: 1000px) {
  .tikepura-white-box-title {
    font-size: 22px;
  }
}

.tikepura-white-box-logo {
  margin-top: 25px;
  text-align: center;
}

@media (max-width: 1000px) {
  .tikepura-white-box-logo {
    margin-top: 20px;
  }
}

.tikepura-white-box-logo img {
  max-width: 361px;
}

@media (max-width: 1000px) {
  .tikepura-white-box-logo img {
    max-width: 60%;
  }
}

.tikepura-white-box-text {
  margin-top: 25px;
  line-height: 2;
  letter-spacing: 0.06em;
}

@media (min-width: 1001px) {
  .tikepura-white-box-text {
    max-width: 438px;
    width: 100%;
    margin: 11px auto 0;
    font-size: 16px;
  }
}

@media (max-width: 1000px) {
  .tikepura-white-box-text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.tikepura-white-box-btn {
  margin-top: 27px;
  text-align: center;
}

@media (max-width: 1000px) {
  .tikepura-white-box-btn {
    margin-top: 30px;
  }
}

.tikepura-white-box-btn a {
  display: inline-block;
  width: 317px;
  max-width: 100%;
  height: 59px;
  line-height: 59px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 29.5px;
  border: none;
}

@media (min-width: 1001px) {
  .tikepura-sp-img-box {
    margin-left: 108px;
    width: 50%;
  }
}

@media (max-width: 1000px) {
  .tikepura-sp-img-box {
    text-align: center;
    margin-top: 30px;
  }
}

.tikepura-sp-img {
  height: 100%;
}

.tikepura-sp-img img {
  width: 100%;
  height: 100%;
  max-width: 416px;
}

@media (max-width: 1000px) {
  .tikepura-sp-img img {
    max-width: 70%;
  }
}

.news {
  padding-top: 70px;
}

@media (max-width: 1000px) {
  .news {
    padding-top: 40px;
  }
}

.news-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

.news-main-title {
  text-align: center;
  font-family: "Roboto";
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.36em;
}

.news-contents {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

@media (max-width: 1000px) {
  .news-contents {
    display: block;
    margin-top: 40px;
  }
}

@media (min-width: 1001px) {
  .news-content {
    width: calc(33.3% - 67px * 2 / 3);
  }
  .news-content:not(:first-child) {
    margin-left: 67px;
  }
}

@media (max-width: 1000px) {
  .news-content {
    width: 100%;
  }
  .news-content:not(:first-child) {
    margin-top: 30px;
  }
}

.news-content:hover .news-img {

          transform: scale(0.9);
}

.news-img {
  transition: all 0.5s ease 0s;
  width: 100%;
}

@media (min-width: 1001px) {
  .news-img {
    height: 187px;
  }
}

.news-img img {
  border-radius: 10px;
}

.news-text-box {
  margin-top: 26px;
}

@media (max-width: 1000px) {
  .news-text-box {
    margin-top: 15px;
  }
}

.news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news-cat {
  color: #fff;
  background: #f68058;
  border-radius: 30px;
  padding: 5px 15px;
  font-size: 10px;
}
.news-cat.cat-corporate{
    background:#333333;
}
.news-cat.cat-services{

}
@media (max-width: 1000px) {
  .news-cat {
    padding: 3px 10px;
  }
}

.news-date {
  margin-left: auto;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 1000px) {
  .news-date {
    font-size: 14px;
  }
}

.news-text {
  margin-top: 6px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .news-text {
    margin-top: 10px;
  }
}

.news-btn {
  margin-top: 60px;
  text-align: center;
}

.news-btn a {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    border-radius: 100px;
    width: 220px;
    font-size: 16px;
    padding: 15px;
}
@media (max-width: 1000px) {
.news-btn a {
    display: inline-block;
    max-width: 100%;
    text-align: center;
    border-radius: 100px;
    width: 40%;
    font-size: 16px;
    padding: 10px;
    line-height: 1.5em;
}
}
.mogiri {
  padding-top: 109px;
  text-align: center;
}

@media (max-width: 1000px) {
  .mogiri {
    padding-top: 60px;
  }
}

.mogiri-main-title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media (max-width: 1000px) {
  .mogiri-main-title {
    font-size: 24px;
  }
}

.mogiri-sub-title {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .mogiri-sub-title {
    font-size: 13px;
  }
}

.mogiri-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  width: 100%;
}

.mogiri-content {
  width: 25%;
  position: relative;
}

.mogiri-content:hover .mogiri-normal {
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.mogiri-normal {
  position: absolute;
  top: 49.3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.mogiri-normal-sp {
  position: absolute;
  top: 49.3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

@media (min-width: 1001px) and (max-width: 1440px) {
  .mogiri-hover {
    margin-top: 3px;
  }
}

@media (max-width: 550px) {
  .mogiri-hover-sp {
    margin-top: 4px;
  }
}

.mogiri-content-sp {
  margin: 0 1px;
  position: relative;
}

.mogiri-content-sp:hover .mogiri-normal-sp {
  opacity: .5;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.point {
  padding-top: 120px;
}

@media (max-width: 1000px) {
  .point {
    padding: 60px 20px 0;
  }
}

.point-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.41667;
}

@media (max-width: 1000px) {
  .point-main-title {
    font-size: 24px;
  }
}

.point-contents {
  max-width: 1050px;
  margin: 96px auto 0;
  background: #f5f5f5;
  border-radius: 14px;
  position: relative;
}

.point-contents:not(:first-child) {
  margin-top: 76px;
}

@media (max-width: 1000px) {
  .point-contents {
    margin-top: 50px;
  }
  .point-contents:not(:first-child) {
    margin-top: 45px;
  }
}

@media (max-width: 1000px) {
  .point-content {
    padding: 0 20px;
  }
}

.point-number {
  position: absolute;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 108px;
  color: #e6e4e4;
  top: 0px;
  left: 50px;
}

@media (max-width: 1000px) {
  .point-number {
    top: -5px;
    left: 20px;
    font-size: 54px;
  }
}

.point-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-top: 58px;
}

@media (max-width: 1000px) {
  .point-title {
    font-size: 18px;
    padding-top: 30px;
  }
}

.point1-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 880px;
  margin: 32px auto 0;
  padding-bottom: 77px;
}

@media (max-width: 1000px) {
  .point1-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 50px;
    max-width: 80%;
    margin: 30px auto 0;
  }
}

@media (min-width: 1001px) {
  .point1-content {
    width: calc(25% - 110px * 3 / 4);
    text-align: center;
  }
  .point1-content:not(:first-child) {
    margin-left: 110px;
  }
}

@media (max-width: 1000px) {
  .point1-content {
    text-align: center;
    width: calc(50% - 30px * 1 / 2);
  }
  .point1-content:nth-child(2n) {
    margin-left: 30px;
  }
  .point1-content:nth-child(n + 3) {
    margin-top: 30px;
  }
}

.point1-sub-title {
  margin-top: 7px;
  font-size: 13px;
}

@media (min-width: 1001px) {
  .point1-sub-title {
    white-space: nowrap;
  }
}

@media (max-width: 1000px) {
  .point1-sub-title {
    font-size: 10px;
    margin-top: 10px;
  }
}

.point1-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media (min-width: 1001px) {
  .point1-title {
    white-space: nowrap;
  }
}

@media (max-width: 1000px) {
  .point1-title {
    font-size: 15px;
    margin-top: 10px;
  }
}

.point2-img {
  text-align: center;
  margin-top: 22px;
}

.point2-img img {
  max-width: 850px;
}

@media (max-width: 1000px) {
  .point2-img img {
    max-width: 70%;
  }
}

.point2-text {
  text-align: center;
  margin-top: 14px;
  letter-spacing: 0.02em;
  padding-bottom: 72px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (max-width: 1000px) {
  .point2-text {
    text-align: left;
    padding-bottom: 50px;
    max-width: 90%;
    margin: 20px auto 0;
  }
}

.point3-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 67px;
  padding-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .point3-contents {
    padding-bottom: 50px;
    margin-top: 30px;
    max-width: 80%;
    margin: 30px auto;
  }
}

.point3-content {
  text-align: center;
}

@media (min-width: 1001px) {
  .point3-content {
    width: calc(33.3% - 120px * 2 / 3);
  }
  .point3-content:nth-child(3n + 1) {
    margin-left: 120px;
  }
  .point3-content:nth-child(n + 4) {
    margin-top: 66px;
  }
}

@media (max-width: 1000px) {
  .point3-content {
    width: calc(50% - 30px * 1 / 2);
  }
  .point3-content:nth-child(2n) {
    margin-left: 30px;
  }
  .point3-content:nth-child(n + 3) {
    margin-top: 30px;
  }
}

@media (min-width: 1001px) {
  .point3-img img {
    max-width: 130px;
  }
}

.point3-sub-title {
  margin-top: 5px;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .point3-sub-title {
    font-size: 10px;
    margin-top: 10px;
  }
}

.point3-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

@media (max-width: 1000px) {
  .point3-title {
    font-size: 15px;
    margin-top: 10px;
  }
}

.point3-attention {
  margin-top: 5px;
  font-size: 13px;
}

@media (max-width: 1000px) {
  .point3-attention {
    font-size: 10px;
    margin-top: 10px;
  }
}

.point3-more {
  margin-top: 15px;
}

@media (max-width: 1000px) {
  .point3-more {
    margin-top: 10px;
  }
}

.point3-more a {
    display: inline-block;
    width: 126px;
    max-width: 100%;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #f68058;
    border-radius: 100px;
    padding: 2px;
}

@media (max-width: 1000px) {
  .point3-more a {
    font-size: 10px;
  }
}

.point4-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 90px auto 0;
}

@media (max-width: 1000px) {
  .point4-contents {
    max-width: 80%;
  }
}

.point4-content {
  width: calc(33.3% 44px * 2 / 3);
}

.point4-content:not(:first-child) {
  margin-left: 44px;
}

.point4-img {
  margin-bottom: -7px;
}

.point4-img img {
  height: 410px;
}

.point5 {
  margin-top: 100px !important;
}

.slide-content {
  max-width: 80%;
  margin: 0 auto;
}

.slide-img {
  margin-bottom: -8px;
}

.swiper-container {
  margin-top: 45px;
  overflow: hidden;
}

.swiper-button-prev {
  color: #f68058;
  left: 0;
}

.swiper-button-next {
  right: 0;
  color: #f68058;
}

.point5-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 52px;
}

@media (max-width: 1000px) {
  .point5-contents {
    display: block;
    margin-top: 30px;
    padding-bottom: 50px;
    max-width: 90%;
    margin: 30px auto 0;
  }
}

@media (min-width: 1001px) {
  .point5-content:nth-child(2) {
    text-align: center;
    margin-left: 120px;
  }
}

@media (max-width: 1000px) {
  .point5-content {
    text-align: center;
    margin-top: 30px;
  }
}

@media (min-width: 1001px) {
  .point5-img {
    margin-top: 46px;
  }
}

.point5-img img {
  max-width: 480px;
}

@media (min-width: 1001px) {
  .point5-img-right {
    margin-top: 87px;
  }
}

.point5-img-right img {
  max-width: 176px;
}

@media (max-width: 1000px) {
  .point5-img-right img {
    width: 45%;
  }
}

.point5-btn {
  margin-top: 48px;
}

@media (max-width: 1000px) {
  .point5-btn {
    margin-top: 30px;
  }
}

.point5-btn a {
  display: inline-block;
  width: 255px;
  max-width: 100%;
  height: 59px;
  line-height: 57px;
  font-size: 16px;
  text-align: center;
  color: #f68058;
  background: #fff;
  border-radius: 29.5px;
  border: 1px solid #f68058;
}

.sdk {
  margin-top: 114px;
  background: url(/static/tixplus/img/tikepura/sdk.png) no-repeat center center/cover;
}

@media (max-width: 1000px) {
  .sdk {
    margin-top: 30px;
  }
}

.sdk-inner {
  text-align: center;
  padding: 112px 10px 102px;
}

@media (max-width: 1000px) {
  .sdk-inner {
    padding: 70px 30px;
  }
}

.sdk-title {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 1000px) {
  .sdk-title {
    font-size: 20px;
  }
}

.sdk-btn {
  margin-top: 28px;
}

@media (max-width: 1000px) {
  .sdk-btn {
    margin-top: 30px;
  }
}

.sdk-btn a {
  color: #fff;
  display: inline-block;
  width: 220px;
  max-width: 100%;
  padding:15px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: transparent;
  border-radius: 29.5px;
  border: 1px solid #fff;
}
@media (max-width: 1000px) {
.sdk-btn a {
    display: inline-block;
    width: 40%;
    max-width: 100%;
    padding: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: transparent;
    border-radius: 29.5px;
    line-height: 1.5em;
}
}
.sdk-btn a:hover {
  border: none;
  border: 1px solid #f68058;
}

.app {
  padding: 120px 0 124px;
}

@media (max-width: 1000px) {
  .app {
    padding: 60px 20px;
  }
}

.app-main-title {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.02em;
}

@media (max-width: 1000px) {
  .app-main-title {
    font-size: 24px;
  }
}

.app-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 105px auto 0;
  max-width: 950px;
}

@media (max-width: 1000px) {
  .app-contents {
    display: block;
    margin-top: 30px;
  }
}

@media (min-width: 1001px) {
  .app-left {
    width: 55%;
  }
}

@media (max-width: 1000px) {
  .app-left {
    text-align: center;
  }
}

@media (min-width: 1001px) {
  .app-left-img img {
    max-width: 470px;
  }
}

.app-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.app-content:first-child {
  margin-right: 15px;
}

.app-content:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.7;
}

.app-content img {
  height: 60px;
}

.app-must-img {
  text-align: center;
}

@media (max-width: 1000px) {
  .app-must-img img {
    max-width: 90%;
  }
}

@media (min-width: 1001px) {
  .app-right {
    width: 45%;
    margin-left: 35px;
    margin-top: 8px;
  }
}

@media (max-width: 1000px) {
  .app-right {
    width: 100%;
    margin-top: 30px;
  }
}

.app-right-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.app-right-content {
  width: calc(50% - 26px * 1 / 2);
}

@media (max-width: 1000px) {
  .app-right-content {
    width: calc(50% - 20px * 1 / 2);
  }
}

.app-right-content:nth-child(2n) {
  margin-left: 26px;
}

@media (max-width: 1000px) {
  .app-right-content:nth-child(2n) {
    margin-left: 20px;
  }
}

.app-right-content:nth-child(n + 3) {
  margin-top: 22px;
}

@media (max-width: 1000px) {
  .app-right-content:nth-child(n + 3) {
    margin-top: 20px;
  }
}

.app-right-review-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
}

@media (max-width: 1000px) {
  .app-right-review-contents {
    margin-top: 50px;
  }
}

.app-right-review-content {
  border-radius: 18px;
  background: #f5f5f5;
  text-align: center;
  width: calc(50% - 23px * 1 / 2);
  padding: 20px 10px;
}

.app-right-review-content:nth-child(2) {
  margin-left: 23px;
}

.app-right-review-content-up {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.6;
}

@media (max-width: 1000px) {
  .app-right-review-content-up {
    font-size: 14px;
  }
}

.app-right-review-content-bottom {
  font-size: 48px;
  font-family: "Roboto";
  padding-left: 43px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .app-right-review-content-bottom {
    font-size: 40px;
  }
}

.app-right-review-content-bottom::before {
  position: absolute;
  content: "";
  background: url(/static/tixplus/img/tickepura/star.png) no-repeat center center/contain;
  width: 39px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.app-right-review-content-bottom2 {
  font-size: 36px;
  font-family: "Roboto";
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .app-right-review-content-bottom2 {
    font-size: 32px;
  }
}

.app-right-review-content-bottom2 span {
  font-size: 15px;
  font-weight: bold;
}

.works {
  padding: 107px 20px;
  background: #f5f5f5;
}

@media (max-width: 1000px) {
  .works {
    padding: 60px 20px;
  }
}

.works-main-title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: center;
}

@media (max-width: 1000px) {
  .works-main-title {
    font-size: 24px;
  }
}

.works-btn {
  margin-top: 38px;
  text-align: center;
}

@media (max-width: 1000px) {
  .works-btn {
    margin-top: 30px;
  }
}

.works-btn a {
  display: inline-block;
  max-width: 100%;
  height: 111px;
  line-height: 111px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #f68058;
  border-radius: 55.5px;
  position: relative;
  padding-left: 100px;
  padding-right: 47px;
}

@media (min-width: 1001px) {
  .works-btn a {
    width: 400px;
  }
}

@media (max-width: 1000px) {
  .works-btn a {
    font-size: 12px;
    height: 80px;
    line-height: 80px;
    padding-left: 45px;
    padding-right: 30px;
    width: 70%;
  }
}

.works-btn a:hover::before {
  background: url(/static/tixplus/img/tickepura/face-hover.png) no-repeat center center/contain;
}

.works-btn a:hover::after {
  background: url(/static/tixplus/img/tickepura/arrow-hover.png) no-repeat center center/contain;
}

.works-btn a::before {
  position: absolute;
  content: "";
  background: url(/static/tixplus/img/tickepura/face.png) no-repeat center center/contain;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 47px;
  height: 58px;
}

@media (max-width: 1000px) {
  .works-btn a::before {
    width: 30px;
    height: 30px;
    left: 20px;
  }
}

.works-btn a::after {
  position: absolute;
  content: "";
  background: url(/static/tixplus/img/tickepura/arrow.png) no-repeat center center/contain;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 16px;
}

@media (max-width: 1000px) {
  .works-btn a::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}

.works-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin: 34px auto 0;
}

@media (max-width: 1000px) {
  .works-detail {
    display: block;
    margin-top: 30px;
  }
}

@media (min-width: 1001px) {
  .works-left {
    width: 50%;
  }
}

@media (min-width: 1001px) {
  .works-right {
    width: 50%;
    margin-left: 70px;
  }
}

.dl {
  margin-top: 31px;
}

@media (max-width: 1000px) {
  .dl {
    margin-top: 10px;
  }
}

.works-title {
  font-size: 15px;
  font-weight: bold;
}

@media (max-width: 1000px) {
  .works-title {
    font-size: 13px;
  }
}

.works-text {
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.78571;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}

@media (max-width: 1000px) {
  .works-text {
    margin-top: 5px;
    padding-bottom: 10px;
    font-size: 12px;
  }
}

.out-sight {
  padding: 80px 0;
  width: 100%;
}

@media (max-width: 1000px) {
  .out-sight {
    padding: 60px 0 60px;
  }
}

.out-sight-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1000px) {
  .out-sight-contents {
    display: block;
  }
}

.out-sight-content:hover {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0.7;
}
@media (min-width: 1001px) {
  .out-sight-content {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 1000px) {
  .out-sight-content {
    text-align: center;
  }
}

@media (min-width: 1001px) {
  .out-sight-content:nth-child(2) {
  }
}

@media (max-width: 1000px) {
  .out-sight-content:nth-child(2) {
    margin-top: 10px;
  }
}

@media (min-width: 1001px) {
  .out-sight-img{
    line-height:0;
  }
  .out-sight-img img {
    max-width: 325px;
  }
}

@media (max-width: 1000px) {
  .out-sight-img{
    line-height:0;
  }
  .out-sight-img img {
    max-width: 60%;
  }
}

.domain {
  background: #f5f5f5;
  padding: 119px 0 110px;
}

@media (max-width: 1000px) {
  .domain {
    padding: 45px 0;
  }
}

@media (max-width: 1000px) {
  .domain-inner {
    padding: 0 20px;
  }
}

.domain-main-title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.36em;
  line-height: 1.33333;
  text-align: center;
}

@media (max-width: 1000px) {
  .domain-main-title {
    font-size: 24px;
  }
}

.domain-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1050px;
  margin: 51px auto 0;
}

@media (max-width: 1000px) {
  .domain-contents {
    margin-top: 30px;
    display: block;
  }
}

.domain-content {
  position: relative;
}

@media (min-width: 1001px) {
  .domain-content {
    width: calc(20% - 10px * 4 / 5);
  }
  .domain-content:not(:first-child) {
    margin-left: 10px;
  }
}

@media (max-width: 1000px) {
  .domain-content {
    width: 100%;
  }
  .domain-content:not(:first-child) {
    margin-top: 10px;
  }
}

.domain-content:hover .domain-normal {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}

.domain-normal {
  outline-offset: -20px;
  position: absolute;
  top: 48.3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 1001px) {
  .domain-normal {
    outline: 1px solid white;
  }
}

.ios {
  display: none;
}

.ios-show {
  display: block;
}

.android {
  display: none;
}

.android-show {
  display: block;
}

.apps-sp {
  max-width: 70%;
  margin: 20px auto 0;
}

.modal {
  text-align: left;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: none;
  z-index: 50000;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50000;
}

.modal-content {
  width: 920px;
  height: 440px;
  border-radius: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  z-index: 50001;
}

@media (max-width: 1000px) {
  .modal-content {
    width: 77%;
    height: auto;
  }
}

.modal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1000px) {
  .modal-box {
    display: block;
  }
}

@media (min-width: 1001px) {
  .modal-img {
    margin-right: 48px;
  }
}

@media (max-width: 1000px) {
  .modal-img {
    height: 100%;
  }
}

@media (min-width: 1001px) {
  .modal-img img {
    width: 360px;
    border-radius: 12px 0 0 12px;
  }
}

@media (max-width: 1000px) {
  .modal-img img {
    border-radius: 12px 12px 0 0;
  }
}

@media (min-width: 1001px) {
  .modal-text-area {
    width: 560px;
  }
}

@media (max-width: 1000px) {
  .modal-text-area {
    padding: 0 20px 50px;
  }
}

.modal-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: inline-block;
  position: relative;
  margin-top: 57px;
}

@media (max-width: 1000px) {
  .modal-title {
    font-size: 20px;
    margin-top: 20px;
  }
}

.modal-title::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 5px;
  background: #f68058;
  left: 0;
  bottom: -15px;
}

@media (max-width: 1000px) {
  .modal-title::after {
    width: 100px;
    bottom: -5px;
  }
}

.modal-texts {
  margin-top: 50px;
}

@media (max-width: 1000px) {
  .modal-texts {
    margin-top: 30px;
  }
}

.test {
  padding-bottom: 50px;
}

.modal-text {
  font-size: 18px;
  letter-spacing: 0.02em;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 1000px) {
  .modal-text {
    line-height: 1.4;
    padding-left: 30px;
    font-size: 14px;
  }
}

.modal-text::after {
  position: absolute;
  content: "";
  width: 31px;
  height: 31px;
  background: url(/static/tixplus/img/tickepura/modal-check.png) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1000px) {
  .modal-text::after {
    width: 20px;
    height: 20px;
  }
}

.modal-text:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 1000px) {
  .modal-text:not(:first-child) {
    margin-top: 30px;
  }
}

.modal-close-btn {
  position: absolute;
  width: 55px;
  height: 55px;
  top: -20px;
  right: -20px;
}

@media (max-width: 1000px) {
  .modal-close-btn {
    width: 40px;
    height: 40px;
    top: -15px;
    bottom: -15px;
  }
}



@media (min-width: 1001px) {
  .is-sp {
    display: none;
  }
}

@media (max-width: 1000px) {
  .is-pc {
    display: none;
  }
}

@media (min-width: 1001px) {
.function .functionInner{
    padding: 120px 20px 105px;
    background: #FFF;
}
.function .tit{
    text-align: center;
    font-size: 36px;
    margin-bottom: 130px;
}
.function .listBlock{
    display: flex;
    justify-content: center;
}
.leftBlock{
    width: 500px;
    margin-right: 50px;
}
.function .rightBlock{
    width: 500px;
    margin-left: 50px;
}
.function .blockTit{
    font-size: 23px;
    margin-bottom: 42px;
    font-weight: 600;
}
.function .detailList{
    border-bottom: 1px solid;
    padding: 0 0 20px;
    margin: 0 0 20px;
}
.function .detailList dt{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.function .detailList dd{
    font-size: 14px;
    letter-spacing: 0;
}
}



@media (max-width: 1000px) {
    .function .functionInner {
        padding: 60px 20px 60px;
        background: #FFF;
    }
    .function .functionInner .tit{
        font-size: 22px;
        font-weight: 600;
        text-align: center;
        margin-bottom: 40px;
    }
    .function .leftBlock {
        margin: 0 0 60px;
    }
    .function .blockTit {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 30px;
    }
    .function .detailList {
        border-bottom: 1px solid;
        padding: 0 0 20px;
        margin: 0 0 20px;
    }
    .function .detailList dt {
        font-size: 15px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .function .detailList dd {
        font-size: 14px;
        letter-spacing: 0;
    }
}


@media screen and (max-width: 1000px) and (min-width: 600px) {

.mv {
    height: 80vw;
    max-height: 640px;
}



}



