@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/* =========================================================
 Base
========================================================= */
/* Noto Sans JP = Medium < Bold */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: normal;
  src: url("../../fonts/NotoSansJP-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  src: url("../../fonts/NotoSansJP-Bold.ttf") format("truetype");
}

/* Oswald = Regular < SemiBold < Bold */
@font-face {
  font-family: 'Oswald';
  font-weight: normal;
  src: url("../../fonts/Oswald-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'Oswald';
  font-weight: 600;
  src: url("../../fonts/Oswald-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Oswald';
  font-weight: bold;
  src: url("../../fonts/Oswald-Bold.ttf") format("truetype");
}

body:has(.l-rugby-header):has(#pagetop):has(.l-rugby-footer) {
  min-height: 100svh;
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto auto;
}

@media screen and (max-width: 768px) {
    body:has(.l-rugby-header):has(#pagetop):has(.l-rugby-footer) {
        display: block;
    }
}

/* =========================================================
 Layout
========================================================= */
/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/
.l-rugby-header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  -webkit-transition: .7s;
  transition: .7s;
  padding: 0;
  height: 66px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 8px 0 rgba(0, 0, 0, 0.25);
}

.l-rugby-header .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .l-rugby-header {
    padding: 0;
    top: 0;
    height: 15vw;
  }
}

.l-rugby-header a {
  color: inherit;
}

/*----head1------------------------------*/
.l-rugby-header .logo {
  height: 100%;
  line-height: 1;
  padding-left: 20px;
}

.l-rugby-header .logo img {
  width: auto;
  height: 55px;
}

.head_login {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1;
}

.head_login_inner {
  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: 0 0.4vw;
}

#guest_name {
  display: block;
  -ms-flex-line-pack: center;
      align-content: center;
}

.ticket_qr_btn {
  text-decoration: none;
}

.head_login .ico {
  width: 24px;
  margin-right: 13px;
}

/*購入ガイドのアイコンサイズを調整*/
.head_login .ico_guide {
  width: 22px;
  margin-right: 13px;
}

.head_login .txt {
  font-size: 1.2rem;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.head_login .txt2 {
  font-weight: 500;
}

.head_login .san {
  font-weight: normal;
}

.l-rugby-header .logo_main img {
  height: 100%;
}

.l-rugby-header .logo_team,
.l-rugby-header .logo_team a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.l-rugby-header .logo_team .img {
  width: 48px;
  margin-right: 12px;
}

.l-rugby-header .logo_team img {
  width: auto;
}

.l-rugby-header .logo_team .team_name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
}

.l-rugby-header .wrap-logo_img {
  display: inline;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .head_login {
    padding-right: 80px;
  }
  .main-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .content-wrapper {
    width: 100%;
  }
  .l-rugby-header .logo {
    padding-left: 1vw;
  }
  .head_login {
    padding-right: 18vw;
  }
  .coupon_symbol {
    font-size: 2.8vw;
    margin-right: -2.8vw;
  }
}

/* ------------------------------
  flex
------------------------------ */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/*----nav------------------------------*/
.gnav li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gnav li a {
  height: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding-left: 24px;
  position: relative;
}

.gnav li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  right: 25px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

/*--menu--*/
.menu_opn {
  width: 100%;
  height: calc(100% - 66px);
  position: fixed;
  left: 0;
  top: 66px;
  z-index: 10;
  overflow-y: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu_opn.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.menu_opn.off {
  display: none;
}

.menu_bg {
  background: linear-gradient(24deg, #1b2129 50%, #384c69 100%);
  position: fixed;
  width: 375px;
  height: 100%;
  right: 0;
  top: 66px;
  z-index: -1;
  display: block;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.6);
}

.menu_inner {
  height: calc(100% - 66px);
  overflow-y: auto;
  color: #fff;
}

.menu_inner .menber_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu_inner .menber_name .ico {
  width: 24px;
  margin-right: 8px;
  padding-top: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu_inner .menber_name .name {
  font-size: 1.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.menu_inner .menber_name .txt2 {
  font-size: 1.2rem;
  padding-bottom: 2px;
  padding-left: 0.3em;
  white-space: nowrap;
}

.menu_login {
  text-align: center;
  padding: 50px 0;
  min-height: calc(100% - 238px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.menu_login_txt1 {
  text-align: center;
  font-size: 1.2rem;
}

.menu_login_info {
  margin-top: 56px;
}

.menu_btnback {
  height: 84px;
  padding-top: 34px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 24px;
}

.menu_btnback a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu_btnback .ico {
  width: 20px;
  margin-right: 10px;
}

.menu_login_info {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .menu_bg,
  .menu_inner {
    width: calc(50vw - 267px);
    min-width: 375px;
  }
}

@media screen and (max-width: 768px) {
  .menu_opn {
    height: calc(100% - 15vw);
    top: 15vw;
  }
  .menu_bg {
    width: 100%;
    right: 0;
    top: 15vw;
  }
  .menu_inner {
    width: 100%;
    height: calc(100% - 15vw);
  }
  .menu_inner .menber_name {
    padding: 8vw 6.667vw;
  }
  .menu_inner .menber_name .ico {
    width: 6.4vw;
    margin-right: 2.133vw;
    padding-top: 0.5vw;
  }
  .menu_inner .menber_name .name {
    font-size: 4.8vw;
  }
  .menu_inner .menber_name .txt2 {
    font-size: 3.2vw;
    padding-bottom: 0.5vw;
  }
  .menu_login {
    padding: 13.333vw 0;
    min-height: calc(100% - 63.467vw);
  }
  .menu_login_txt1 {
    font-size: 3.2vw;
  }
  .menu_login_info {
    margin-top: 15vw;
  }
  .menu_btnback {
    height: 22.4vw;
    padding-top: 9.067vw;
    padding-right: 6.667vw;
  }
  .menu_btnback .ico {
    width: 5.333vw;
    margin-right: 2.667vw;
  }
}

/*------------
sp ハンバーガー
------------*/
.is_gnavOpen {
  width: 100%;
  height: 100%;
  /*position: fixed;*/
}

/* gnav背景 */
.js_gnavLayer {
  display: none;
}

.l-rugby-header .bl_navTrigger,
.l-rugby-header .bl_navTrigger span {
  display: inline-block;
  -webkit-transition: all .4s !important;
  transition: all .4s !important;
}

.l-rugby-header .bl_navTrigger {
  position: relative;
  margin-left: 0;
  width: 66px;
  height: 66px;
  z-index: 999;
  background: #6f0112;
  background: linear-gradient(315deg, #6f0112 0%, #eb003f 100%);
  cursor: pointer;
}

.is_gnavOpen .l-rugby-header .bl_navTrigger:after {
  display: none;
}

.l-rugby-header .bl_navTrigger span {
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-rugby-header .bl_navTrigger span:nth-of-type(1) {
  margin-top: -11px;
}

.l-rugby-header .bl_navTrigger span:nth-of-type(2) {
  margin-top: 0;
}

.l-rugby-header .bl_navTrigger span:nth-of-type(3) {
  margin-top: 11px;
}

.l-rugby-header .bl_navTrigger.active span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0px;
}

.l-rugby-header .bl_navTrigger.active span:nth-of-type(2) {
  display: none;
}

.l-rugby-header .bl_navTrigger.active span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0px;
}

/* ハンバーガーメニューボタンアニメーション */
@-webkit-keyframes active_menu_bar {
  100% {
    height: 0;
  }
}

@keyframes active_menu_bar {
  100% {
    height: 0;
  }
}

@media screen and (min-width: 769px) {
  .l-rugby-header .bl_navTrigger {
    margin-left: 20px;
    margin-right: -88px;
  }
  .l-rugby-header .bl_navTrigger:hover {
    background: linear-gradient(315deg, #6f0112 0%, #6f0112 100%);
  }
}

@media screen and (max-width: 768px) {
  .l-rugby-header .bl_navTrigger {
    position: fixed;
    right: 0;
    top: 0;
    width: 15vw;
    height: 15vw;
  }
  .l-rugby-header .bl_navTrigger span {
    width: 8vw;
    height: 2px;
  }
  .l-rugby-header .bl_navTrigger span:nth-of-type(1) {
    margin-top: -2.933vw;
  }
  .l-rugby-header .bl_navTrigger span:nth-of-type(3) {
    margin-top: 2.933vw;
  }
  .l-rugby-header .bl_navTrigger.active span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0px;
  }
  .l-rugby-header .bl_navTrigger.active span:nth-of-type(2) {
    display: none;
  }
  .l-rugby-header .bl_navTrigger.active span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .l-rugby-header .bl_navTrigger {
    margin-right: 0;
    position: fixed;
    right: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1050px) {
  .l-rugby-header .wrap {
    max-width: 100%;
  }
  .head_login {
    padding-right: 80px;
  }
}

.l-rugby-header .bl_navTrigger {
  margin-right: 0;
}

.wrap-full-width {
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 769px) {
  #vertical_line {
    display: block;
    margin: 0 0.5rem;
    height: 4rem;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .loader {
    border: 4px solid #5C5C5C;
    border-color: #5C5C5C;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .loading-text {
    margin-left: 8px;
    font-weight: bold;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .l-rugby-header .logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .head_login {
    margin-left: 2.667vw;
    line-height: 1.5;
  }
  .head_login_inner {
    max-width: 35vw;
  }
  .ticket_qr_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head_login .ico {
    width: 5.5vw;
    margin-right: 1vw;
  }
  .head_login .txt {
    font-size: 2.6vw;
    padding-right: 2vw;
    white-space: nowrap;
  }
  /*ユーザー名がハンバーガーメニューとかぶっていること解決*/
  .head_login .txt_username {
    white-space: normal;
  }
  .l-rugby-header .wrap-logo_img {
    display: inline-block;
    width: 20vw;
    height: 70%;
    margin-top: 1vh;
  }
  .l-rugby-header .wrap-logo_img img {
    width: 90%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-rugby-header .logo_team .img {
    width: 11.2vw;
    margin-right: 2.133vw;
  }
  .l-rugby-header .logo_team .team_name {
    font-size: 3.733vw;
    width: 21.333vw;
  }
  .l-rugby-header .logo_team img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .l-rugby-header .logo_team .header_logo {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .loader {
    border: 4px solid #5C5C5C;
    border-color: #5C5C5C;
    border-top: 4px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
  }
  @-webkit-keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  .loading-text {
    margin-left: 8px;
    font-weight: bold;
    color: #fff;
  }
}

/*-----------
  popup
-----------*/
.popup {
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.mfp-close {
  opacity: 1;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.mfp-close:hover {
  opacity: 0.6;
}

.closebtn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 66px;
  width: 66px;
  height: 66px;
  opacity: 1;
  padding: 0;
  display: block;
  z-index: 999;
  cursor: pointer;
  background: linear-gradient(330deg, #1b2129 0%, #384c69 50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.closebtn:before,
.closebtn:after {
  content: "";
  display: block;
  position: absolute;
  width: 70%;
  height: 2px;
  background: #fff;
  top: 50%;
  left: 15%;
}

.closebtn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.closebtn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.closebtn:hover {
  background: linear-gradient(330deg, #1b2129 0%, #1b2129 50%);
}

.popbtnwrap {
  margin-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #F2F5FA;
  border-top: 2px solid #D3DAE3;
  padding: 25px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.popbtnwrap a + a {
  margin-right: 12px;
}

.pop_content {
  background: #fff;
  width: 660px;
  position: relative;
  padding: 30px 0 0;
  margin: 0 auto;
}

.pop_content .ttl1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 2.4rem;
}

.pop_content .ttl1_txt {
  margin-left: 60px;
}

button.inner_clsbtn {
  position: relative !important;
  opacity: 1;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  width: 280px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #D3DAE3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding: 0;
  color: #1B2129;
}

/*--error--*/
img.pop_error_ico {
  width: 90px;
  display: block;
  margin: 60px auto 12px;
}

.pop_error_txt1 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 12px;
}

.pop_error_txt2 {
  text-align: center;
}

/*--attention--*/
.pop_att_ico {
  margin-bottom: 0;
  margin-top: 0;
  width: 60px;
}

.pop_error_txt2 {
  text-align: center;
}

.pop_att_wrap {
  height: auto;
  max-height: 340px;
  overflow-y: scroll;
  padding: 20px;
}

.pop_att_box {
  padding: 15px;
  font-size: 1rem;
}

.pop_att_box .mid {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.pop_att_box .mid .ico {
  width: 20px;
  margin-right: 6px;
}

.pop_att_box1 {
  background: #fff;
}

.pop_att_box2 {
  background: #FBF2F3;
}

.pop_att_box3 {
  background: #E6ECF4;
}

.pop_att_box + .pop_att_box {
  margin-top: 10px;
}

/*--share--*/
.share_pop_lead {
  font-size: 1.2rem;
  margin-bottom: 40px;
}

.ticket_gameli {
  font-size: 1.2rem;
}

.ticket_gameli li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.ticket_gameli li + li {
  margin-top: 0.5em;
}

.share_pop_box2 {
  margin-top: 40px;
}

.ticket_seat {
  border: 1px solid #D3DAE3;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(27, 33, 41, 0.15);
          box-shadow: 0px 1px 5px 0px rgba(27, 33, 41, 0.15);
  padding: 12px 20px;
}

.ticket_seat + .ticket_seat {
  margin-top: 8px;
}

.ticket_seat_type {
  font-size: 1.6rem;
  font-weight: bold;
}

.ticket_seat_nobox {
  margin-top: 12px;
}

.ticket_seat_no {
  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;
  border: 1px solid #D3DAE3;
  background: #F2F5FA;
  border-radius: 3px;
  padding: 0.4em;
  font-size: 1.2rem;
}

.ticket_seat_no + .ticket_seat_no {
  margin-top: 5px;
}

.share_pop_box3 {
  margin-top: 40px;
}

.ticket_info_lead {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.ticket_info {
  border: 1px solid #D3DAE3;
  overflow-y: scroll;
  padding: 16px 12px;
  font-size: 1rem;
  margin-bottom: 6px;
  height: 140px;
}

.ticket_info_l {
  height: 192px;
}

.ticket_info_link + .ticket_info_link {
  margin-top: 0.5em;
}

/*--copy url--*/
.ticket_pop_detail {
  overflow-y: scroll;
  height: 400px;
  padding: 15px 20px 15px 12px;
  font-size: 1.2rem;
  border: 1px solid #D3DAE3;
}

@media screen and (min-width: 769px) {
  .pop_content_inner {
    width: 540px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .pop_content {
    width: 92.533vw;
    padding: 4.267vw 0 0;
  }
  .pop_content .ttl1 {
    font-size: 4.8vw;
  }
  .pop_content .ttl1_txt {
    margin-left: 3.733vw;
  }
  .pop_content_inner {
    padding: 0 3.7vw;
  }
  .pop_content .ttl2 {
    width: calc(100% + 7.4vw);
    margin-left: -3.7vw;
  }
  .popbtnwrap {
    margin-top: 10.667vw;
    padding: 5.867vw 0;
  }
  button.inner_clsbtn {
    width: 74.667vw;
    height: 13.333vw;
    font-size: 4.267vw;
  }
  .popbtnwrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .popbtnwrap a + a {
    margin-right: 0;
    margin-top: 2.133vw;
  }
  .closebtn {
    width: 13.333vw;
    height: 13.333vw;
  }
  /*--error--*/
  img.pop_error_ico {
    width: 24vw;
    margin: 64px auto 12px;
  }
  .pop_error_txt1 {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
  .pop_error_txt2 {
    font-size: 3.2vw;
  }
  /*--attention--*/
  .pop_att_ico {
    margin-bottom: 0;
    margin-top: 0;
    width: 13.333vw;
  }
  .pop_att_wrap {
    max-height: 90.667vw;
    padding: 2.667vw;
  }
  .pop_att_box {
    padding: 3.2vw;
    font-size: 2.6vw;
  }
  .pop_att_box .mid {
    font-size: 3.733vw;
  }
  .pop_att_box .mid .ico {
    width: 5.333vw;
    margin-right: 1.6vw;
  }
  .pop_att_box + .pop_att_box {
    margin-top: 2.667vw;
  }
  /*--share--*/
  .share_pop_lead {
    font-size: 3.2vw;
    margin-bottom: 10.667vw;
  }
  .ticket_gameli {
    font-size: 3.2vw;
  }
  .share_pop_box2 {
    margin-top: 10.667vw;
  }
  .share_pop_seat {
    padding: 3.2vw;
  }
  .ticket_seat + .ticket_seat {
    margin-top: 3.733vw;
  }
  .ticket_seat_type {
    font-size: 3.733vw;
  }
  .ticket_seat_nobox {
    margin-top: 2.133vw;
  }
  .ticket_seat_no {
    padding: 0.2em;
    font-size: 3.2vw;
  }
  .ticket_seat_no + .ticket_seat_no {
    margin-top: 5px;
  }
  .share_pop_box3 {
    margin-top: 10.667vw;
  }
  .ticket_info_lead {
    font-size: 3.2vw;
  }
  .ticket_info {
    padding: 3.2vw;
    font-size: 2.667vw;
    margin-bottom: 2.667vw;
    height: 50.667vw;
  }
  .ticket_info_l {
    height: 51.2vw;
  }
  .ticket_info_link + .ticket_info_link {
    margin-top: 0.5em;
  }
  /*--copy url--*/
  .ticket_pop_detail {
    height: 80vw;
    padding: 4.8vw 5.333vw 4.8vw 3.733vw;
    font-size: 2.6vw;
  }
}

.logout-mfp-hide {
  display: none !important;
}

.logout-mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.logout-mfp-preloader a {
  color: #ccc;
}

.logout-mfp-preloader a:hover {
  color: #fff;
}

.logout-mfp-s-ready .logout-mfp-preloader {
  display: none;
}

.logout-mfp-s-error .logout-mfp-content {
  display: none;
}

/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
.foot_backbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #D3DAE3;
  height: 60px;
  font-size: 1.6rem;
}

.foot_backbtn .inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 12px;
  height: 12px;
  border: 3px solid #1B2129;
  border-right: none;
  border-top: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
}

@media screen and (max-width: 768px) {
  .foot_backbtn {
    height: 13.333vw;
    font-size: 3.733vw;
  }
  .foot_backbtn .inner:before {
    left: 1.6vw;
    width: 3.2vw;
    height: 3.2vw;
  }
}

/*--------------
foot_bnrs
--------------*/
.foot_bnrs {
  padding: 40px 0;
}

.foot_bnr1 {
  margin-bottom: 14px;
}

.foot_bnr2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.8%;
     -moz-column-gap: 0.8%;
          column-gap: 0.8%;
}

.foot_bnr2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24.4%;
          flex: 0 0 24.4%;
}

@media screen and (max-width: 768px) {
  .foot_bnrs {
    padding: 10.667vw 0;
  }
  .foot_bnr1 {
    margin-bottom: 3.733vw;
  }
  .foot_bnr2 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .foot_bnr2 li {
    width: 45.333vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .foot_bnr2 li:nth-of-type(n+3) {
    margin-top: 3.733vw;
  }
}

/*--------------
foot_menubox
--------------*/
.foot_menubox {
  padding: 40px 0;
}

.foot_menu {
  border-top: 4px solid #1B2129;
}

.foot_menu > li {
  border-bottom: 1px solid #1B2129;
}

.foot_menu li {
  position: relative;
}

.foot_menu a {
  position: relative;
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot_menu a:before {
  content: "";
  display: block;
  position: absolute;
  margin-left: 12px;
  width: 6px;
  height: 6px;
  border: 2px solid #1B2129;
  border-left: none;
  border-bottom: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.foot_menu_logo {
  width: 128px;
  margin-right: 10px;
}

.foot_menu .pull_btn {
  padding: 25px 0;
}

.foota_menus {
  margin-top: -10px;
  padding-bottom: 10px;
}

.foota_menus a {
  padding: 15px 0 15px 13px;
}

@media screen and (min-width: 769px) {
  .foot_menubox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot_menu {
    width: 347px;
  }
  .foot_menu + .foot_menu {
    margin-left: 46px;
  }
  .foot_menu > li > a {
    min-height: 66px;
  }
}

@media screen and (max-width: 768px) {
  .foot_menubox {
    padding: 10.667vw 3.733vw;
  }
  .foot_menu a {
    padding: 6.4vw 0;
  }
  .foot_menu + .foot_menu {
    border-top: none;
  }
  .foot_menu a:before {
    margin-left: 3.2vw;
    width: 1.6vw;
    height: 1.6vw;
    right: 2.667vw;
  }
  .foot_menu_logo {
    width: 34.133vw;
    margin-right: 2.667vw;
  }
  .foot_menu .pull_btn {
    padding: 6.4vw 0;
    font-size: 3.7vw;
  }
  .foota_menus {
    margin-top: 0;
    padding-bottom: 6.667vw;
  }
  .foota_menus a {
    padding: 0 0 0 6.667vw;
  }
  .foota_menus li + li {
    margin-top: 7.467vw;
  }
}

/*--------------
pagetop
--------------*/
#pagetop {
  position: relative;
  width: 100%;
  height: 60px;
  cursor: pointer;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

#pagetop .arw {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 auto 4px;
}

#pagetop .arw:before {
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-right: none;
  border-bottom: none;
  border-radius: 2px;
}

@media screen and (min-width: 769px) {
  #pagetop:hover {
    opacity: 1;
  }
  #pagetop:hover * {
    opacity: 0.6;
  }
}

@media screen and (max-width: 768px) {
  #pagetop {
    height: 13.333vw;
  }
  #pagetop .arw {
    width: 2.667vw;
    height: 2.667vw;
    margin: 0 auto 4px;
  }
  #pagetop .arw:before {
    border-width: 0.8vw;
  }
}

/*-----------
  foot
-----------*/
.l-rugby-footer {
  width: 100%;
  position: relative;
  color: #fff;
  background: linear-gradient(60deg, #6f0112 65%, #eb003f 95%);
  padding: 36px 0 30px;
}

.l-rugby-footer a {
  color: #fff;
}

.l-rugby-footer:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("../images/rugby/bg_footer.png");
  background-size: 4px;
}

.foot_logo {
  width: 230px;
  margin: 0 auto 36px;
  display: block;
}

.foot_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.foot_nav {
  line-height: 1;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*フッターに追加された「購入ガイド」リンクが横がそろっていないこと解決*/
  /*justify-content: center;*/
  margin-bottom: 32px;
}

@media screen and (min-width: 769px) {
  .foot_list ul + ul {
    margin-left: 25px;
  }
  .foot_nav li + li {
    margin-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .l-rugby-footer {
    padding: 7.2vw 0 4vw;
  }
  .l-rugby-footer:before {
    background-size: 0.533vw;
  }
  .foot_logo {
    width: 61.333vw;
    margin: 0 auto 24px;
  }
  .foot_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .foot_nav {
    font-size: 3.2vw;
    margin-bottom: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
  .foot_nav li {
    line-height: 1;
  }
}

/*-----------
  copy
-----------*/
.copy {
  font-size: 1rem;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copy {
    font-size: 2.6vw;
  }
}

.logout_wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 270px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Magnific Popup CSS */
.logout-mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.logout-mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.logout-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;
}

.logout-mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.logout-mfp-align-top .logout-mfp-container:before {
  display: none;
}

.logout-mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.logout-mfp-inline-holder .logout-mfp-content,
.logout-mfp-ajax-holder .logout-mfp-content {
  width: 100%;
  cursor: auto;
}

.logout-mfp-ajax-cur {
  cursor: progress;
}

.logout-mfp-zoom-out-cur,
.logout-mfp-zoom-out-cur .logout-mfp-image-holder .logout-mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.logout-mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.logout-mfp-auto-cursor .logout-mfp-content {
  cursor: auto;
}

.logout-mfp-close,
.logout-mfp-arrow,
.logout-mfp-preloader,
.logout-mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.logout-mfp-loading.logout-mfp-figure {
  display: none;
}

.logout-mfp-hide {
  display: none !important;
}

.logout-mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.logout-mfp-preloader a {
  color: #ccc;
}

.logout-mfp-preloader a:hover {
  color: #fff;
}

.logout-mfp-s-ready .logout-mfp-preloader {
  display: none;
}

.logout-mfp-s-error .logout-mfp-content {
  display: none;
}

button.logout-mfp-close,
button.logout-mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.logout-mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  /*opacity: 0.65;*/
  /*padding: 0 0 18px 10px;*/
  /*color: #fff;*/
  font-style: normal;
  /*font-size: 28px;*/
  font-size: 16px;
  /*font-family: Arial, Baskerville, monospace;*/
  opacity: 1;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.logout-mfp-close:hover,
.logout-mfp-close:focus {
  opacity: 1;
}

.logout-mfp-close:active {
  top: 1px;
}

.logout-mfp-close-btn-in .logout-mfp-close {
  color: #333;
}

.logout-mfp-image-holder .logout-mfp-close,
.logout-mfp-iframe-holder .logout-mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.logout-mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.logout-mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.logout-mfp-arrow:active {
  margin-top: -54px;
}

.logout-mfp-arrow:hover,
.logout-mfp-arrow:focus {
  opacity: 1;
}

.logout-mfp-arrow:before,
.logout-mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.logout-mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.logout-mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.logout-mfp-arrow-left {
  left: 5vw;
}

.logout-mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.logout-mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.logout-mfp-arrow-right {
  right: 5vw;
}

.logout-mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.logout-mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.logout-mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.logout-mfp-iframe-holder .logout-mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.logout-mfp-iframe-holder .logout-mfp-close {
  top: -40px;
}

.logout-mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.logout-mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.logout-mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.logout-mfp-figure {
  line-height: 0;
}

.logout-mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.logout-mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.logout-mfp-figure figure {
  margin: 0;
}

.logout-mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.logout-mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.logout-mfp-image-holder .logout-mfp-content {
  max-width: 100%;
}

.logout-mfp-gallery .logout-mfp-image-holder .logout-mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .logout-mfp-img-mobile .logout-mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .logout-mfp-img-mobile img.logout-mfp-img {
    padding: 0;
  }
  .logout-mfp-img-mobile .logout-mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .logout-mfp-img-mobile .logout-mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .logout-mfp-img-mobile .logout-mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .logout-mfp-img-mobile .logout-mfp-bottom-bar:empty {
    padding: 0;
  }
  .logout-mfp-img-mobile .logout-mfp-counter {
    right: 5px;
    top: 3px;
  }
  .logout-mfp-img-mobile .logout-mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .logout-mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .logout-mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .logout-mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .logout-mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*************CUSTOM*****************/
.logout-mfp-bottom-bar {
  display: none;
}

/*
====== Zoom effect ======

*/
/* start state */
/* animate in */
/* animate out */
.logout-mfp-zoom-in .logout-mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.logout-mfp-zoom-in.logout-mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.logout-mfp-zoom-in.logout-mfp-ready .logout-mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.logout-mfp-zoom-in.logout-mfp-ready.logout-mfp-bg {
  opacity: 0.8;
}

.logout-mfp-zoom-in.logout-mfp-removing .logout-mfp-with-anim {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.logout-mfp-zoom-in.logout-mfp-removing.logout-mfp-bg {
  opacity: 0;
}

/* 
  
  ====== Newspaper effect ======
  
  */
.logout-mfp-newspaper .logout-mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
}

.logout-mfp-newspaper.logout-mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.logout-mfp-newspaper.logout-mfp-ready .logout-mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.logout-mfp-newspaper.logout-mfp-ready.logout-mfp-bg {
  opacity: 0.8;
}

.logout-mfp-newspaper.logout-mfp-removing .logout-mfp-with-anim {
  -webkit-transform: scale(0) rotate(500deg);
          transform: scale(0) rotate(500deg);
  opacity: 0;
}

.logout-mfp-newspaper.logout-mfp-removing.logout-mfp-bg {
  opacity: 0;
}

/* 
  
  ====== Move-horizontal effect ======
  
  */
.logout-mfp-move-horizontal .logout-mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.logout-mfp-move-horizontal.logout-mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logout-mfp-move-horizontal.logout-mfp-ready .logout-mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.logout-mfp-move-horizontal.logout-mfp-ready.logout-mfp-bg {
  opacity: 0.8;
}

.logout-mfp-move-horizontal.logout-mfp-removing .logout-mfp-with-anim {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
}

.logout-mfp-move-horizontal.logout-mfp-removing.logout-mfp-bg {
  opacity: 0;
}

/* 
  
  ====== Move-from-top effect ======
  
  */
.logout-mfp-move-from-top .logout-mfp-content {
  vertical-align: top;
}

.logout-mfp-move-from-top .logout-mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

.logout-mfp-move-from-top.logout-mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.logout-mfp-move-from-top.logout-mfp-ready .logout-mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.logout-mfp-move-from-top.logout-mfp-ready.logout-mfp-bg {
  opacity: 0.8;
}

.logout-mfp-move-from-top.logout-mfp-removing .logout-mfp-with-anim {
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  opacity: 0;
}

.logout-mfp-move-from-top.logout-mfp-removing.logout-mfp-bg {
  opacity: 0;
}

/* 
  
  ====== 3d unfold ======
  
  */
.logout-mfp-3d-unfold .logout-mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}

.logout-mfp-3d-unfold .logout-mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}

.logout-mfp-3d-unfold.logout-mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.logout-mfp-3d-unfold.logout-mfp-ready .logout-mfp-with-anim {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.logout-mfp-3d-unfold.logout-mfp-ready.logout-mfp-bg {
  opacity: 0.8;
}

.logout-mfp-3d-unfold.logout-mfp-removing .logout-mfp-with-anim {
  -webkit-transform: rotateY(60deg);
          transform: rotateY(60deg);
  opacity: 0;
}

.logout-mfp-3d-unfold.logout-mfp-removing.logout-mfp-bg {
  opacity: 0;
}

/* 
  
  ====== Zoom-out effect ======
  
  */
.logout-mfp-zoom-out .logout-mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.logout-mfp-zoom-out.logout-mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.logout-mfp-zoom-out.logout-mfp-ready .logout-mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.logout-mfp-zoom-out.logout-mfp-ready.logout-mfp-bg {
  opacity: 0.8;
}

.logout-mfp-zoom-out.logout-mfp-removing .logout-mfp-with-anim {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
}

.logout-mfp-zoom-out.logout-mfp-removing.logout-mfp-bg {
  opacity: 0;
}

/* 
  
  ====== "Hinge" close effect ======
  
  */
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

.logout-mfp-with-fade .logout-mfp-content,
.logout-mfp-with-fade.logout-mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.logout-mfp-with-fade.logout-mfp-ready .logout-mfp-content {
  opacity: 1;
}

.logout-mfp-with-fade.logout-mfp-ready.logout-mfp-bg {
  opacity: 0.8;
}

.logout-mfp-with-fade.logout-mfp-removing.logout-mfp-bg {
  opacity: 0;
}

/*custom*/
.logout-mfp-close[type="button"] {
  top: 0;
  right: 0;
  font-size: 80px;
  text-align: center;
  width: 50px;
  height: 50px;
  background: #333;
}

.logout-mfp-with-fade.logout-mfp-ready.logout-mfp-bg {
  z-index: 3000;
}

.logout-mfp-wrap {
  z-index: 3000;
}

@media screen and (max-width: 640px) {
  .logout-mfp-close[type="button"] {
    font-size: 45px;
    width: 40px;
    height: 40px;
  }
}

/* =========================================================
 Module
========================================================= */
.wrap0,
.wrap,
.wrap2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .wrap0 {
    width: 1100px;
  }
  .wrap {
    width: 900px;
  }
  .wrap2 {
    width: 740px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .wrap0 {
    width: 92.5vw;
  }
  .wrap {
    width: 92.5vw;
  }
  .wrap2 {
    width: 92.5vw;
  }
  .sp100w {
    width: 100vw;
    margin-left: -2.7vw;
  }
}

/* ----------------------------------------------------------------------------------------------------
*  汎用
* --------------------------------------------------------------------------------------------------*/
.hidden {
  display: none !important;
}

/* ------------------------------
  bg
------------------------------ */
.bg_bl {
  background: #1B2129;
}

/* ------------------------------
  btn
------------------------------ */
.btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 26px;
}

.btnwraps {
  margin-top: 14px;
}

.btn1 {
  width: 280px;
  height: 50px;
  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;
  color: #fff;
  background: linear-gradient(330deg, #6f0112 0%, #eb003f 80%);
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn1 .arw {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

.btn1 .arw_b {
  border: 2px solid #fff;
  border-left: none;
  border-top: none;
}

.btn1_l {
  width: 347px;
  height: 70px;
  line-height: 1.6;
}

.btn1.link_null {
  background: #D3DAE3;
  color: #8B96A3;
}

.btn1.link_null .arw {
  border-color: #8B96A3;
}

.pull_btn.active .arw_b {
  -webkit-transform: rotate(-135deg) translateX(-50%);
          transform: rotate(-135deg) translateX(-50%);
  margin-top: -2px;
}

.btn1 .ico {
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn1_w {
  background: transparent;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.6);
}

.btn2 {
  position: relative;
  width: 280px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #D3DAE3;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}

.btn2_back .arw {
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  border: 2px solid #1B2129;
  border-right: none;
  border-top: none;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .btnwrap {
    margin-top: 6.933vw;
  }
  .btnwraps {
    margin-top: 3.733vw;
  }
  .btn1 {
    width: 74.667vw;
    height: 13.333vw;
    font-size: 4.267vw;
  }
  .btn1_l {
    width: 92.533vw;
    height: 18.667vw;
  }
  .btn1 .arw {
    right: 5.333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
  .btn1 .ico {
    right: 4.267vw;
    width: 5.333vw;
    height: 5.333vw;
  }
  .btn2 {
    width: 74.667vw;
    height: 13.333vw;
    font-size: 4.267vw;
  }
}

@media screen and (min-width: 769px) {
  .btn1:hover {
    opacity: 1;
    background: linear-gradient(330deg, #6f0112 0%, #6f0112 50%);
  }
  .btn1_w:hover {
    opacity: 0.6;
    background: transparent;
  }
  .btn1.bg_gra_gld:hover {
    background: #a07017;
    background: linear-gradient(330deg, #a07017 0%, #a07017 50%);
  }
}

/* ------------------------------
  リンク
------------------------------ */
.txtlink {
  text-decoration: underline;
  display: inline-block;
}

/*# sourceMappingURL=compiled_rugby.css.map */
