﻿@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(/App_Contents/common/css/all.min.css);

.forpc {
  display: block;
}
.forsp {
  display: none;
}
.forpcinline {
  display: inline;
}
.forspinline {
  display: none;
}
#spMenu {
  display: none;
}
#headPortal {
  display: none;
}

#headline {
  color: #3c3c3c;
  font-size: 12px;
  background: #fafafa;
  padding: 2px 0;
}

#headline .subContents {
  max-width: 1700px;
  width: 100%;
}
#headline .subContents > div {
  display: flex;
  justify-content: space-between;
}

#headline .subContents > div .se2 a {
  color: #505050;
  text-decoration: none;
}

#headline .subContents > div .sec2 a:hover {
  text-decoration: underline;
}

#headline .subContents > div .se2 a i {
  font-size: 1.2em;
}

header {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  background: #fff;
  backdrop-filter: blur(14px);
  background-color: color-mix(in oklab, #fff 50%, transparent);
  margin: 0 auto;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}

header .subContents {
  width: 100%;
  max-width: 1700px;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-row-gap: 20px;
  column-gap: 20px;
}

header .subContents .logo {
  min-width: 0;
  white-space: nowrap;
  display: flex;
  flex-shrink: 1;
  align-items: center;
  column-gap: 10px;
}

header .subContents .logo img {
  width: 100%;
}

header .subContents .logo div:first-child {
  max-width: 232px;
}

header .subContents .logo .anniversary_logo {
  max-width: 66px;
}

header #menuBtn,
header #searchBtn,
header #loginBtn,
header #myPageBtn {
  display: none;
}

header .subContents .logList {
  min-width: 975px;
  display: flex;
  align-items: center;
  column-gap: 31px;
  justify-content: flex-end;
  flex: 1;
}
header .subContents nav {
  width: 587px;
}

header .subContents nav ul {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
}

header .subContents nav ul li a {
  color: #444;
  font-size: 1rem;
  text-decoration: none;
  padding: .5em;
  display: block;
}
header .subContents nav ul li a i {
  color: #b3b3b3;
  font-size: 14px;
}
header .subContents nav ul li a:hover {
  opacity: 0.7;
}
/*BIGフェス*/
header .subContents nav .bigfes {
  position: relative;
  font-weight: bold;
}
header .subContents nav .bigfes span {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background: #000;
  border-radius: 50vh;
  background-image: linear-gradient(90deg, rgba(255, 89, 133, 1), rgba(255, 31, 87, 1));
  width: 100%;
  padding: 1px 0;
  position: absolute;
  top: -16px;
  left: 0;
}
header .subContents nav .bigfes span::after {
  content: "";
  border-top: 10px solid #ff4472;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}

/*ログインした時*/
header .subContents .hnav1.loginBtn {
  width: 295px;
  margin: 0 0 0 40px;
}
/*マイページ*/
header .subContents .hnav1 .mypage01 {
  color: #ff1e56;
  font-weight: bold;
  font-size: 16px;
  width: 100px;
  position: relative;
  cursor: pointer;
}
header .subContents .hnav1 .mypage01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
  background: url("../images/header_i_mypage.svg") no-repeat center center/100% 100%;
  width: 14px;
  height: 15px;
}
header .subContents .hnav1 .menuWrap {
  width: 210px;
  display: block;
  background: #fff;
  padding: 20px 0 10px;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  position: relative;
}
/*マイページの吹き出しサンカク*/
header .subContents .hnav1 .menuWrap::before,
header .subContents .hnav1 .menuWrap::after {
  content: '';
  width: 0px;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  position: absolute;
  left: 50px;
  transform: rotate(-90deg);
}
header .subContents .hnav1 .menuWrap::before {
  border-color: transparent transparent transparent #e6e6e6;
  top: -14px;
}
header .subContents .hnav1 .menuWrap::after {
  border-color: #00000000 #ffffff00 #49494900 #ffffff;
  top: -12px;
}

header .subContents .hnav1 .menuWrap ul li {
  color: #000;
  font-size: 14px;
  padding: 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
header .subContents .hnav1 .menuWrap ul .name,
header .subContents .hnav1 .menuWrap ul .point,
header .subContents .hnav1 .menuWrap ul li:last-child {
  border-bottom: none;
}
header .subContents .hnav1 .menuWrap ul li a {
  text-decoration: none;
  color: #505050;
  padding: 5px 0;
  width: 100%;
  display: block;
}
header .subContents .hnav1 .menuWrap ul .name {
  font-weight: bold;
}
header .subContents .hnav1 .menuWrap ul .point {
  background: #f5f5f5;
  width: 85%;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .subContents .hnav1 .menuWrap ul .point span.num {
  color: #ff1e56;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}

/*パーティーを探す・*/
header .subContents .hnav1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 360px;
}
header .subContents .hnav1 .menuWrap {
  position: absolute;
  top: 35px;
  right: 100px;
}
header .subContents .hnav1 li.search a {
  color: #fff;
  background-image: linear-gradient(200deg, rgba(255, 31, 86, 1), rgba(255, 140, 49, 1) 69%, rgba(255, 122, 48, 1));
  padding: 7px 0;
  position: relative;
  padding: 7px 15px 7px 32px;
  width: 160px;
}
header .subContents .hnav1 li.search a::before {
  content: "\f002";
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
header .subContents .hnav1 li.login a {
  color: #ff1e56;
  width: 170px;
  border: 2px solid #ff1e56;
  padding: 5px 13px;
  background: #fff;
}
header .subContents .hnav1 li.search a,
header .subContents .hnav1 li.login a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 50vh;
  transition-duration: 0.2s;
}
@media (hover: hover) and (pointer: fine) {
  header .subContents .hnav1 li.search a:hover {
    background-image: linear-gradient(200deg, rgba(255, 122, 48, 1), rgba(255, 140, 49, 1) 31%, rgba(255, 31, 86, 1));
    padding: 10px 18px 10px 35px;
    opacity: 1;
  }
  header .subContents .hnav1 li.login a:hover {
    color: #fff;
    padding: 10px 17px;
    background: #ff1e56;
    border: 2px solid #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  #headline {
    display: block !important;
  }
  header .subContents .logList {
    display: none;
  }
  header {
    min-width: inherit;
    width: 100%;
    backdrop-filter: blur(14px);
    background-color: color-mix(in oklab, #fff 50%, transparent);
    padding: 0;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1499;
  }
  header.active {
    padding: 0;
  }
  header .subContents {
    display: grid;
    grid-template-rows: 80px auto;
    grid-template-columns: auto 40px 50px 45px;
    width: auto;
    justify-content: unset;
    grid-row-gap: 0;
    height: 80px;
  }
  header #menuBtn,
  header #searchBtn,
  header #loginBtn,
  header #myPageBtn {
    text-align: center;
    display: block;
  }
  header #searchBtn {
    width: 30px;
    grid-area: 2 / 3 / 1 / 2;
  }
  header #loginBtn,
  header #myPageBtn {
    width: 45px;
    grid-area: 3 / 4 / 1 / 3;
  }
  header #loginBtn p.text01 {
    display: block;
  }
  header #loginBtn p.text02 {
    display: none;
  }
  header #menuBtn {
    width: 30px;
    grid-area: 1 / 4 / 3 / 4;
  }
  header #searchBtn a,
  header #loginBtn a {
    color: #000;
    text-decoration: none;
  }
  header #searchBtn a img {
    margin: 0 0 3px;
  }
  header #loginBtn a img {
    margin: 0 0 4px;
  }
  header #searchBtn a p,
  header #loginBtn a p {
    font-size: 10px;
  }
  header #myPageBtn a {
    color: #000;
    text-decoration: none;
  }
  header #myPageBtn a p {
    font-size: 9px;
  }

  header #menuBtn {
    width: 20px;
    height: 17px;
    margin: 0 0 0 10px;
    background: url(/App_Contents/common/images/header_menuBtn2508.svg) no-repeat center center/100% 100%;
  }
  header #menuBtn.close {
    background: url(/App_Contents/common/images/header_menuClose2508.svg) no-repeat center center/100% 100%;
  }

  header .subContents .hnav1 {
    display: none;
  }
  header .subContents nav ul {
    display: none;
  }
  .headPortal {
    display: none !important;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 0.3);
    pointer-events: auto;
    z-index: 9998;
  }

  #spMenu {
    font-family: "Noto Sans JP", sans-serif;
    width: 320px !important;
    top: 0;
    right: 0;
    position: fixed;
    z-index: 9999;
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s;
    display: block;
  }
  #spMenu a {
    pointer-events: none;
    display: block;
  }

  #spMenu.opened {
    display: block;
    position: fixed;
    z-index: 9999;
    background: #fff;
    opacity: 1;
    pointer-events: auto;
    display: block;
    transform: translateX(0);
  }
  #spMenu.opened a {
    pointer-events: auto;
    display: block;
  }

  #spMenu.opened a img {
    width: 100%;
    height: auto;
  }

  #spMenu .inner {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    text-align: left;
    background: #fff;
    padding-bottom: 20vh;
    overflow: auto;
  }
  #spMenu .inner .user {
    background: #f5f5f5;
    padding: 20px;
  }
  #spMenu .inner .user .top {
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #spMenu .inner .user .name {
    font-size: 16px;
    font-weight: bold;
  }
  #spMenu .inner .user .name span {
    margin: 0 10px 0 0;
  }
  #spMenu .inner .user .mypage a {
    text-decoration: none;
    color: #ff1e56;
    font-size: 18px;
    font-weight: bold;
  }
  #spMenu .inner .user .point {
    background: #fff;
    font-size: 18px;
    padding: 15px 20px;
  }
  #spMenu .inner .user .point span {
    float: right;
    color: #d71534;
    font-weight: bold;
    font-size: 20px;
  }
  #spMenu .inner .user .point span.num {
    color: #444;
    font-size: 18px;
    font-weight: normal;
  }
  /*ログイン前 .btn　ログイン後 .topWrap*/
  #spMenu .inner .btns ul,
  #spMenu .inner .topWrap {
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding: 15px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  #spMenu .inner .btns ul li:first-child {
    margin: 0 10px 0 0;
  }
  #spMenu .inner .btns ul li:first-child img,
  #spMenu .inner .topWrap > img {
    width: 200px;
    margin: 0 0 10px;
  }
  #spMenu .inner .btns ul li.close,
  #spMenu .inner .topWrap .close {
    width: 35px;
    padding: 0;
    transform: none;
    margin: 0 0 10px 10px;
    cursor: pointer;
  }
  #spMenu .inner .btns ul li.close img,
  #spMenu .inner .topWrap .close img {
    width: 25px;
    height: 25px;
  }
  #spMenu .inner .btns ul li.login {
    column-gap: 10px;
    font-weight: bold;
    color: #999;
    width: 100%;
    background: #f5f5f5;
    padding: 20px 15px;
    display: block;
  }
  #spMenu .inner .btns ul li.login p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: center;
  }
  #spMenu .inner .btns ul li.login a {
    width: 293px;
    font-size: 15px;
    padding: 10px 0;
    border-radius: 50vh;
    color: #fff;
    background-image: linear-gradient(200deg, rgba(255, 31, 86, 1), rgba(255, 140, 49, 1) 69%, rgba(255, 122, 48, 1));
  }
  #spMenu .inner .btns ul li a {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
    padding: 7px 0;
    display: block;
  }
  #spMenu .inner .cmenu {
    padding: 0 0 50px;
  }

  #spMenu .inner .cmenu a {
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    display: block;
    position: relative;
    .material-icons {
      color: #b3b3b3;
      font-size: 17px;
      margin: 0 0 0 10px;
    }
  }
  #spMenu .inner .cmenu .bigfes a {
    position: relative;
  }
  #spMenu .inner .cmenu .bigfes a::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 100px;
    height: 22px;
    background: url("/App_Contents/common/images/menu_bigfes_text.png") no-repeat center center/100% 100%;
  }
  #spMenu .inner .snsarea picture {
    width: 100%;
    margin: 0 auto 60px;
    display: block;
  }
  #spMenu .inner .snsarea picture img {
    border: solid 2px #ff1e56;
    border-radius: 5px;
    width: 100%;
  }
  #spMenu .inner .snsarea .sns {
    display: flex;
    width: 200px;
    margin: 0 auto;
    justify-content: space-between;
  }
  #spMenu .inner .snsarea .sns li {
    width: 50px;
  }
}
@media screen and (max-width: 849px) {
  #headline {
    display: none !important;
  }
}

footer {
  margin: 150px 0 0 0;
}
footer #footer1 {
  background: #fdf3f5;
  padding: 50px 0;
}
footer #footer1 .subContents {
  position: relative;
}
footer #footer1 #totop {
  cursor: pointer;
  position: absolute;
  top: -90px;
  right: 0;
}
footer #footer1 #totop img {
  width: 54px;
}
footer #footer1 .subContents > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
footer #footer1 .subContents > div .fnav1 {
  display: flex;
  column-gap: 30px;
}
footer #footer1 .subContents > div .fnav1 dl {
  max-width: 19em;
}
footer #footer1 .subContents > div .fnav1 dl dt {
  font-weight: bold;
  margin: 0 0 10px;
}
footer #footer1 .subContents > div .fnav1 dl dd {
  font-size: 0.85rem;
  line-height: 1.95;
  padding: 0 0 0 1em;
  position: relative;
}
footer #footer1 .subContents > div .fnav1 dl dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
footer #footer1 .subContents > div .fnav1 dl a {
  color: #444;
  text-decoration: none;
}
footer #footer1 .subContents > div .contact {
  width: fit-content;
  -moz-width: fit-content;
}
footer #footer1 .subContents > div .contact ul {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
footer #footer1 .subContents > div .contact ul li {
  width: 250px;
}
footer #footer1 .subContents > div .contact ul li a {
  color: #444;
  font-size: 16px;
  width: 100%;
  height: 80px;
  text-decoration: none;
  background: #fff;
  border: solid 1px #d71534;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #footer1 .subContents > div .contact ul li a::before {
  content: "";
  width: 16px;
  height: 12px;
  background: url("/App_Contents/common/images/s_mail.svg") no-repeat;
  margin: 0 8px 0 0;
  display: inline-block;
}
footer #footer1 .subContents > div .contact ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1.5px #444;
  border-right: solid 1.5px #444;
  margin: 0 0 0 10px;
  display: inline-block;
  transform: rotate(45deg);
}
footer #footer1 .subContents > div .contact ul li:last-child a {
  color: #fff;
  font-weight: 700;
  background: #d71534;
  border-color: transparent;
  margin: 0 0 10px;
}
footer #footer1 .subContents > div .contact ul li:last-child a::before {
  width: 22px;
  height: 16px;
  background: url("/App_Contents/common/images/header_s_regist.png") no-repeat;
}
footer #footer1 .subContents > div .contact ul li:last-child a::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
footer #footer1 .subContents > div .contact ul li p {
  font-size: 10px;
  line-height: 1.5;
}
footer #footer2 {
  padding: 40px 0 0;
}
footer #footer2 .subContents h4 {
  font-size: 1.14rem;
  border-bottom: 1px solid #333;
  margin: 0 0 30px;
  padding: 12px 0;
}

footer #footer2 .subContents {
  margin: 0 auto 60px;
  padding: 0 0 30px;
}
footer #footer2 .subContents .foot_block {
  font-size: 14px;
}

footer #footer2 .subContents .linkBlock {
  margin: 0 0 25px;
  display: flex;
  column-gap: 30px;
}
footer #footer2 .subContents .linkBlock a.item {
  color: #444;
  padding: 0 0 0 15px;
  position: relative;
}
footer #footer2 .subContents .linkBlock a.item:hover {
  text-decoration: none;
}
footer #footer2 .subContents .linkBlock a.item::after {
  content: '＞';
  position: absolute;
  top: 0;
  left: 0;
}

footer #footer2 .subContents .midashi {
  font-size: 1.14rem;
  border-bottom: 1px solid #333;
  margin: 0 0 30px;
  padding: 12px 0;
}
footer #footer2 .subContents .area {
  margin: 0 0 60px;
  position: relative;
}
footer #footer2 .subContents .area dl {
  display: flex;
  flex-wrap: wrap;
}
footer #footer2 .subContents .area dl dt {
  width: 175px;
}
footer #footer2 .subContents .area dl dt:nth-of-type(n + 2),
footer #footer2 .subContents .area dl dd:nth-of-type(n + 2) {
  margin: 10px 0 0;
}
footer #footer2 .subContents .area dl dt a {
  color: #666;
  text-decoration: none;
}
footer #footer2 .subContents .area dl dd {
  width: calc(100% - 175px);
}
footer #footer2 .subContents .area dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
footer #footer2 .subContents .area dl dd ul li {
  width: 90px;
  display: flex;
  align-items: center;
}
footer #footer2 .subContents .area dl dd ul li::before {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url("/App_Contents/common/images/footer_i_arrow.svg") no-repeat;
  margin-right: 0.5em;
}
footer #footer2 .subContents .area dl dd ul li a {
  color: #666;
  text-decoration: none;
}

footer #footer2 .subContents .foot_block .box2 ul {
  display: flex;
  flex-wrap: wrap;
}

footer #footer2 .subContents .foot_block .box2 ul:not(:last-child) {
  margin: 0 0 10px;
}

footer #footer2 .subContents .foot_block .box2 ul li {
  width: fit-content;
  -moz-width: fit-content;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer #footer2 .subContents .foot_block .box2 ul li:not(:last-child) {
  margin: 0 0 3px;
}

footer #footer2 .subContents .foot_block .box2 li::after {
  content: "|";
  vertical-align: middle;
  margin: 0 10px 0 2px;
  display: inline-block;
}

footer #footer2 .subContents .foot_block .box2 ul li a {
  color: #666;
  text-decoration: underline;
}

footer #footer2 .subContents .foot_block .box2 ul li a:hover {
  text-decoration: none;
}

footer #footer2 .subContents .foot_block .box2 .preflist div {
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  width: fit-content;
  -moz-width: fit-content;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

footer #footer2 .subContents .foot_block .box2 .preflist div a {
  color: #666;
  text-decoration: underline;
}

footer #footer2 .subContents .foot_block .box2 .preflist div a:hover {
  text-decoration: none;
}

footer #footer2 .subContents .foot_block .box2 .preflist div dt {
  width: fit-content;
  -moz-width: fit-content;
}

footer #footer2 .subContents .foot_block .box2 .preflist div dd {
  width: fit-content;
  -moz-width: fit-content;
  display: flex;
  align-items: center;
}

footer #footer2 .subContents .foot_block .box2 .preflist div dd::after {
  content: "|";
  vertical-align: middle;
  margin: 0 10px;
  display: inline-block;
}

footer #footer2 .subContents .foot_block .box2 dl dt:nth-of-type(n + 2),
footer #footer2 .subContents .foot_block .box2 dl dd:nth-of-type(n + 2) {
  margin: 0;
}

footer #footer2 .subContents ul.simplelist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}
footer #footer2 .subContents ul.simplelist li {
  min-width: 10em;
  display: flex;
  align-items: center;
  margin: 0 55px 20px 0;
}
footer #footer2 .subContents ul.simplelist li::before {
  content: "";
  width: 7px;
  height: 12px;
  display: inline-block;
  background: url("/App_Contents/common/images/footer_i_arrow.svg") no-repeat;
  margin-right: 0.5em;
}
footer #footer2 .subContents ul.simplelist li a {
  color: #666;
  text-decoration: none;
}
footer #footer2 .subContents .link {
  margin: 50px 0 20px;
  padding: 0 0 0 4em;
  position: relative;
}
/*
footer #footer2 .subContents .area::before,
*/
footer #footer2 .subContents .link::before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
/*
footer #footer2 .subContents .area::before { content: "開催エリア"; }
*/
footer #footer2 .subContents .link::before {
  content: "リンク";
}

/*
footer #footer2 .subContents .area ul li,
*/
footer #footer2 .subContents .link ul li {
  display: inline-block;
}
/*
footer #footer2 .subContents .area ul li:not(:last-child)::after,
*/
footer #footer2 .subContents .link ul li:not(:last-child)::after {
  content: "｜";
}
/*
footer #footer2 .subContents .area ul li a,
*/
footer #footer2 .subContents .link ul li a {
  color: #8c8c8c;
  text-decoration: none;
}
footer #footer2 .subContents .ovview .subtext {
  color: #444;
  font-size: 14px;
  margin: 0 0 10px;
  letter-spacing: .1em;
}
footer #footer2 .subContents .ovview .detail {
  letter-spacing: .08em;
  color: #787878;
  font-size: 12px;
}
@media screen and (min-width: 900px) {
  footer #footer2 .subContents .ovview .detail {
    display: block!important;
  }
}

footer #footer2 #snss {
  width: 100%;
  background: #f7f8f7;
  margin: 50px 0;
  padding: 40px 0;
}
footer #footer2 #snss .foot_block > ul {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer #footer2 #snss .foot_block > ul li {
  width: 500px;
}
footer #footer2 #snss .foot_block > ul li h2 {
  font-size: 15px;
  text-align: center;
  margin: 0 0 10px;
  padding: 0 35px 0 0;
}
footer #footer2 #snss .foot_block > ul li.line .image {
  position: relative;
  border-right: solid 1px #c8c8c8;
  padding: 0 35px 0 0;
}
footer #footer2 #snss .foot_block > ul li.line .image div {
  position: absolute;
}
footer #footer2 #snss .foot_block > ul li.line .image .male {
  top: 38px;
  right: 127px;
}
footer #footer2 #snss .foot_block > ul li.line .image .female {
  top: 38px;
  right: 51px;
}
footer #footer2 #snss .foot_block > ul li.line .image .male img {
  border-radius: 2px;
}
footer #footer2 #snss .foot_block > ul li.line .image .female img {
  border-radius: 2px;
}
footer #footer2 #snss .foot_block > ul li.soudan {
  width: 705px;
  padding: 0 0 0 35px;
}
footer #footer2 #snss .foot_block > ul li.soudan .soudanbnr {
  display: flex;
  column-gap: 10px;
}

/*TMSイベントポータル---*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&display=swap');

footer #footer2 .tmsportal {
  min-width: 935px;
  margin: 0 0 20px;
  display: grid;
  justify-content: center;
  grid-template-rows: 265px 50px 60px;
  grid-template-columns: 430px 430px;
  background-image: linear-gradient(90deg, rgba(255, 132, 99, 1), rgba(255, 75, 99, 1));
  column-gap: 50px;
}

footer #footer2 .tmsportal .portalImage {
  grid-row: 1 / 4;
  grid-column: 2 / 3;
  transform: translateY(-120px);
}

footer #footer2 .tmsportal .portalBtn {
  text-align: center;
  width: 515px;
  margin: 0 auto;
  padding: 60px 0 0;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

footer #footer2 .tmsportal .portalBtn p {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  font-size: 34px;
  text-align: left;
  color: #FFF;
  padding: 0 0 25px 0;
}

footer #footer2 .tmsportal .portalBtn .btnBox {
  display: flex;
  column-gap: 15px;
}

footer #footer2 .tmsportal .portalBtn .btnBox a {
  text-decoration: none;
}
footer #footer2 .tmsportal .snsBox {
  display: flex;
  width: 235px;
  justify-content: space-between;
  grid-row: 2 / 2;
  grid-column: 1 / 2;
}
@media (hover: hover) and (pointer: fine) {
  footer #footer2 .tmsportal .snsBox .logo:hover {
    transform: translateY(-5px);
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
  }
}
@media screen and (max-width: 899px) {
    footer #footer2 .tmsportal .snsBox .logo:hover {
      transform: none;
      transition: none;
    }
}

/*---TMSイベントポータル*/

footer #footer3 {
  padding: 0 0 30px;
}
footer #footer3 .subContents {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}

footer #footer3 .subContents .partylogo {
  margin: 0 0 40px;
  display: flex;
  align-items: center;
}

footer #footer3 .subContents .partylogo p {
  color: #444;
  font-size: 14px;
  width: 100px;
}

footer #footer3 .subContents .partylogo .shusai_logo {
  border: solid 1px #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 3px 1px rgba(150, 150, 150, 0.35);
  height: 50px;
  display: flex;
}

footer #footer3 .subContents .partylogo .shusai_logo + div {
  margin-left: 10px;
}

footer #footer3 .subContents .partylogo .shusai_logo a {
  padding: 0 40px;
  display: flex;
  align-items: center;
}

footer #footer3 .subContents .partylogo .shusai_logo a img {
  width: auto;
}

footer #footer3 .subContents .partylogo .fparty_logo img {
  height: 21px;
}

footer #footer3 .subContents .partylogo .sparty_logo img {
  height: 18px;
}

footer #footer3 .subContents .partylogo .mparty_logo img {
  height: 21px;
}

footer #footer3 .subContents .logo {
  width: 252px;
  margin: 0 35px 0 0;
}

footer #footer3 .fnav2 li {
  font-size: 13px;
  display: inline-block;
}
footer #footer3 .fnav2 li a {
  color: #787878;
  text-decoration: none;
}
footer #footer3 .fnav2 li:not(:last-child)::after {
  content: " ｜ ";
}

footer #footer3 .pmark p {
  color: #666;
  font-size: 10px;
}
footer #footerGroupList li {
  display: inline;
  font-size: 11px;
}

footer #footerGroupList li a {
  color: #8c8c8c;
  text-decoration: underline;
}

footer #footerGroupList li:not(:last-child)::after {
  content: "　｜　";
}

footer #footerTMS {
  padding: 35px 0;
}

footer #footerTMS .logoArea .logo {
  margin: 0 0 20px;
}

footer #footerTMS .logoArea .logo img {
  width: auto;
  height: 30px;
}

footer #footerTMS .copy {
  color: #787878;
  font-size: 9px;
  text-align: center;
}

/* ----------- パーツ --------- */
.subContents {
  width: 1060px;
  text-align: left;
  margin: 0 auto;
}
.subCon700 {
  width: 700px;
}
.subCon400 {
  width: 400px;
}

.sec {
  margin: 0 0 70px;
}
.pageTitle {
  background: #f6f6f6;
  margin: 0 0 45px;
  padding: 12px 0;
}
.pageTitle h1 {
  font-size: 1.375rem;
  font-weight: bold;
}
.pageTitle h1 > span {
  color: #d71534;
}
.pageTitle + #breadpath {
  margin-top: -40px;
}
#breadpath {
  margin: 0 0 45px;
}
#breadpath li {
  font-size: 0.857rem;
  display: inline-block;
}
#breadpath li:not(:last-child)::after {
  content: "　>　";
}

.h-type1 {
  font-size: 28px;
  text-align: center;
  margin: 0.5em 0 1.1em;
}
.h-type2 {
  font-size: 28px;
  text-align: left;
  border-bottom: solid 2px #e4e4e4;
  margin: 0.5em 0 1em;
  padding: 0 0 0.5em;
  position: relative;
}
.h-type2::before {
  content: " ";
  width: 74px;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.h-type2::after {
  content: " ";
  width: 70px;
  height: 2px;
  background: #d71534;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.notice::after {
  content: " ";
  width: 12px;
  height: 12px;
  background: #d21b25;
  border-radius: 12px;
  position: absolute;
  top: 20%;
  right: -6px;
}

.b-type1 a {
  color: #d71534;
  font-size: 18px;
  font-weight: bold;
  width: 434px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: solid 2px #d71534;
  border-radius: 50vh;
  margin: 20px auto 0;
  padding: 12px 0;
  display: block;
  position: relative;
}
.b-type1 a::after {
  content: " ";
  width: 7px;
  height: 7px;
  border-top: solid 2px #d71534;
  border-right: solid 2px #d71534;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) {
  .b-type1 a:hover {
    color: #fff;
    background: #de3b55;
    opacity: 1;
  }
  .b-type1 a:hover::after {
    border-color: #fff;
  }
}
.b-type2 a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  width: 300px;
  text-align: center;
  text-decoration: none;
  background: #d71534;
  border-radius: 10px;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  position: relative;
}
.b-type2 a::after {
  content: " ";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.b-type3 {
  color: #808080 !important;
  font-size: 16px;
  text-decoration: none !important;
  position: absolute;
  bottom: 20px;
  right: 0;
}
.b-type3 span {
  padding-right: 35px;
  position: relative;
}
.b-type3 span::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #808080;
  border-right: solid 2px #808080;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

a.pinkarrowLink {
  color: #d71534;
  text-decoration: none;
  display: inline-block;
}
a.pinkarrowLink::before {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #de3b55;
  margin-right: 0.3em;
  position: relative;
  top: -0.1em;
  display: inline-block;
}
a.bluearrowLink {
  padding-left: 20px;
  position: relative;
}
a.bluearrowLink::after {
  content: " ";
  width: 14px;
  height: 14px;
  background: url(/App_Contents/common/images/s_arrow_blue.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.marker {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.grayBorderBox {
  border: solid 4px #f6f6f6;
  padding: 30px;
}

ul.disclist li {
  list-style: disc;
  margin-left: 20px;
}
ul.indent-1 li,
p.indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}
.indent-2 {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

.note {
  font-size: 0.857rem;
}

.linkarea,
.linkarea a {
  position: relative;
}
@media (hover: hover) {
  .linkarea a:hover,
  .linkarea:hover {
    opacity: 0.7;
  }
}
.linkarea a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;

  display: inline-flex;
  vertical-align: middle;
}
/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width: 899px) {
  .forpc {
    display: none;
  }
  .forsp {
    display: block;
  }
  .forpcinline {
    display: none;
  }
  .forspinline {
    display: inline;
  }
  img {
    width: 100%;
  }
  .headPortal {
    display: flex !important;
  }

  /*TMSイベントポータルバナー---*/
  .headPortal:not([hidden]) {
    background: #fafafa;
    padding: 2.6vw;
    display: flex;
    justify-content: flex-start;
  }

  .headPortal[hidden] {
    display: none;
  }

  .headPortal .portalIcon {
    width: 9vw;
  }

  .headPortal .portalIcon img {
    box-shadow: 0px 0px 7px #ccc;
    border-radius: 8px;
  }

  .headPortal .portalText {
    text-align: left;
    padding: 0.5vw 5vw 0 2.6vw;
  }

  .headPortal .portalText p {
    color: #666;
    font-size: 2.2vw;
  }
  .headPortal .portalText .portalName {
    font-size: 3vw;
    font-weight: bold;
  }

  .headPortal .portalDw {
    margin-top: 1vw;
    margin-left: auto;
  }

  .headPortal .portalDw a {
    color: #fff;
    font-size: 2.8vw;
    font-weight: bold;
    background-color: #ff1e56;
    border-radius: 50vh;
    text-decoration: none;
    padding: 2vw 5vw;
    display: block;
  }
  /*---TMSイベントポータル*/

  #headline {
    display: none;
  }

  #headlineSP .se1 {
    text-align: center;
  }

  #headlineSP .se1 a {
    font-size: 2.8vw;
  }

  header {
    width: 100vw;
    min-width: initial;
    height: 12vw;
    padding: 2vw 0 0;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 1499;
  }
  header.active {
    padding: 0;
  }
  header .subContents {
    width: auto;
    height: 9vw;
    display: grid;
    grid-template-rows: 9vw auto;
    grid-template-columns: 11vw auto 9vw 19vw;
    padding: 0;
    justify-content: unset;
    grid-row-gap: 0;
    align-items: center;
    column-gap: 0;
  }
  header .subContents .logo {
    width: 47vw;
    grid-area: 1 / 2 / 2 / 2;
    padding: 0;
  }
  header .anniversary_logo {
    display: none;
  }
  header .subContents .logo picture img {
    width: 100%;
    height: auto;
    display: block;
  }
  header #menuBtn {
    width: 8vw;
    height: 8vw;
  }
  header #loginBtn a p,
  header #searchBtn a p,
  header #myPageBtn a p {
    font-size: 2.3vw;
  }

  header #menuBtn {
    grid-area: 1 / 1 / 1 / 2;
    width: 12.4vw;
    height: 4.5vw;
    margin: 0;
    padding: 0 0 0 4vw;
  }
  header #searchBtn {
    width: 9vw;
    grid-area: 1 / 3 / 1 / 4;
  }

  header #searchBtn a img {
    width: 4vw;
    height: 4vw;
    display: block;
    margin: 0 auto;
  }

  header #searchBtn a {
    display: block;
  }
  #spMenu .inner .cmenu .bigfes a::after {
    right: 46vw;
    width: 20vw;
    height: 4.5vw;
  }
  header #loginBtn,
  header #myPageBtn {
    width: 100%;
    grid-area: 1 / 4 / 3 / 4;
  }
  header #loginBtn a img {
    width: 5vw;
    height: 4.5vw;
    display: block;
    margin: 0 auto;
  }
  header #loginBtn p.text01 {
    display: none;
  }
  header #loginBtn p.text02 {
    display: block !important;
  }
  header #myPageBtn {
    width: 16vw;
  }
  header #myPageBtn a img {
    width: 5vw;
    height: 4.5vw;
    display: block;
    margin: 0 auto;
  }
  header .subContents .hnav1 {
    display: none;
  }
  header .subContents nav ul {
    display: none;
  }

  footer {
    margin: 20vw 0 0 0;
  }
  footer #footer1 {
    padding: 7.4vw 0 4.5vw;
  }
  footer #footer1 .subContents {
  }
  footer #footer1 #totop {
    top: -16vw;
    right: 5vw;
  }
  footer #footer1 #totop img {
    width: 15vw;
  }
  footer #footer1 .subContents > div {
    display: block;
  }
  footer #footer1 .subContents > div .contact {
    width: fit-content;
    -moz-width: fit-content;
    margin: 0 auto;
  }
  footer #footer1 .subContents > div .contact ul {
    display: flex;
    flex-flow: column;
    column-gap: 0;
    justify-content: flex-start;
  }
  footer #footer1 .subContents > div .contact ul li {
    width: 80vw;
    margin: 0 0 2.6vw;
  }
  footer #footer1 .subContents > div .contact ul li .btn {
    position: relative;
  }
  footer #footer1 .subContents > div .contact ul li .btn::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1.5px #444;
    border-right: solid 1.5px #444;
    margin: 0 0 0 10px;
    position: absolute;
    top: 50%;
    right: 3.5vw;
    transform: rotate(45deg) translateY(-50%);
  }
  footer #footer1 .subContents > div .contact ul li:last-child .btn::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  footer #footer1 .subContents > div .contact ul li a {
    font-size: 4.2vw;
    height: 16vw;
    border: solid 0.26vw #e97199;
    border-radius: 2vw;
  }
  footer #footer1 .subContents > div .contact ul li a::before {
    content: "";
    width: 16px;
    height: 12px;
    background: url("/App_Contents/common/images/s_mail.svg") no-repeat;
    margin: 0 8px 0 0;
    display: inline-block;
  }
  footer #footer1 .subContents > div .contact ul li a::after {
    content: none;
  }
  footer #footer1 .subContents > div .contact ul li:last-child a {
    color: #fff;
    font-weight: 700;
    border-color: transparent;
    margin: 0 0 10px;
  }
  footer #footer1 .subContents > div .contact ul li:last-child a::before {
    width: 22px;
    height: 16px;
    background: url("/App_Contents/common/images/header_s_regist.png") no-repeat;
  }
  footer #footer1 .subContents > div .contact ul li p {
    font-size: 10px;
    line-height: 1.5;
  }
  footer #footer1 .subContents > div .contact ul li p small {
    font-size: 3.2vw;
  }
  footer #footer1 .subContents > div .fnav1 {
    display: none;
  }
  footer #footer2 {
    padding: 10.7vw 0 10.38vw;
  }
  footer #footer2 .subContents {
    width: 90vw;
    margin: 0 auto;
    display: block;
    border: none;
    padding: 0;
  }
  footer #footer2 .subContents .foot_block {
    font-size: 3vw;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  footer #footer2 .subContents .linkBlock {
    display: block;
    margin: 0;
    padding: 5vw 0 0;
    border-top: 1px #BEBEBE solid;
  }
  footer #footer2 .subContents .linkBlock a.item {
    display: block;
    margin: 0 0 4vw;
    padding: 0 0 0 4vw;
  }
  footer #footer2 .subContents .linkBlock a.item:hover {
    text-decoration: none;
  }
  footer #footer2 .subContents .linkBlock a.item::after {
    content: '＞';
    position: absolute;
    top: 0;
    left: 0;
  }

  footer #footer2 .subContents .midashi {
  }
  footer #footer2 .subContents .area {
    margin: 0 0 22vw;
  }
  footer #footer2 .subContents .area dl {
  }
  footer #footer2 .subContents .area dl dt {
    width: 16vw;
    margin-right: 4vw !important;
  }
  footer #footer2 .subContents .area dl dt:nth-of-type(n + 2),
  footer #footer2 .subContents .area dl dd:nth-of-type(n + 2) {
  }
  footer #footer2 .subContents .area dl dt a {
  }
  footer #footer2 .subContents .area dl dd {
    width: calc(100% - 20vw);
  }
  footer #footer2 .subContents .area dl dd ul {
  }
  footer #footer2 .subContents .area dl dd ul li {
    width: 23vw;
    margin: 0 0 10px;
  }
  footer #footer2 .subContents .area dl dd ul li::before {
  }
  footer #footer2 .subContents .area dl dd ul li a {
    font-size: 3.2vw;
  }
  footer #footer2 .subContents ul.simplelist {
    display: flex;
    flex-wrap: wrap;
  }
  footer #footer2 .subContents ul.simplelist li {
    min-width: 50%;
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
  }
  footer #footer2 .subContents ul.simplelist li::before {
  }
  footer #footer2 .subContents ul.simplelist li a {
  }
  footer #footer2 .subContents .link {
  }
  /*
	footer #footer2 .subContents .area::before,
	*/
  footer #footer2 .subContents .link::before {
  }
  /*
	footer #footer2 .subContents .area::before { content: "開催エリア"; }
	*/
  footer #footer2 .subContents .link::before {
    content: "リンク";
  }

  /*
	footer #footer2 .subContents .area ul li,
	*/
  footer #footer2 .subContents .link ul li {
  }
  /*
	footer #footer2 .subContents .area ul li:not(:last-child)::after,
	*/
  footer #footer2 .subContents .link ul li:not(:last-child)::after {
    content: "｜";
  }
  /*
	footer #footer2 .subContents .area ul li a,
	*/
  footer #footer2 .subContents .link ul li a {
  }

  footer #footer2 .subContents .ovview .subtext {
    font-size: 3vw;
    font-weight: normal;
    letter-spacing: .05em;
    margin: 0 0 4vw;
    position: relative;
  }

  footer #footer2 .subContents .ovview .subtext::after {
    content: '';
    width: 9px;
    height: 9px;
    margin-top: -5px;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: rotate(135deg);
  }
  footer #footer2 .subContents .ovview .subtext.open::after {
      transform: rotate(-45deg);
  }

  footer #footer2 .subContents .ovview .detail {
    margin: 0 0 5vw;
    font-size: 3vw;
    overflow: hidden;
    height: 0;
    transition: height 0.4s ease;
  }
    footer #footer2 .subContents .ovview .detail.open{
    padding: 5vw 0 0;
    border-top: #e0e0e0 solid 1px;
  }

  footer #footer2 .subContents .pmark {
    width: 100%;
  }
  footer #footer2 .subContents .pmark > div {
    text-align: left;
    border: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer #footer2 .subContents .pmark > div img {
    width: 13.9vw;
  }
  footer #footer2 .subContents .pmark > div p {
    color: #174096;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-top: 0;
    margin-left: 1em;
  }

  footer #footer2 #snss {
    margin: 40px 0 30px;
  }

  footer #footer2 #snss .foot_block > ul {
    width: 100%;
    display: block;
    padding: 0 5vw;
  }
  footer #footer2 #snss .foot_block > ul li {
    width: 100%;
  }
  footer #footer2 #snss .foot_block > ul li + li {
    margin: 35px 0 0;
  }
  footer #footer2 #snss .foot_block > ul li h2 {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0;
  }
  footer #footer2 #snss .foot_block > ul li.line .image {
    position: relative;
    padding: 0;
    border: none;
  }
  footer #footer2 #snss .foot_block > ul li.line .image div {
    width: 45%;
    position: absolute;
  }
  footer #footer2 #snss .foot_block > ul li.line .image .male {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
  footer #footer2 #snss .foot_block > ul.line .image .female {
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  footer #footer2 #snss .foot_block > ul.line .image .male img {
    border-radius: 2vw;
  }
  footer #footer2 #snss .foot_block > ul li.line .image .female img {
    border-radius: 2vw;
  }
  footer #footer2 #snss .foot_block > ul li.soudan {
    width: 100%;
    padding: 0;
  }
  footer #footer2 #snss .foot_block > ul li.soudan .soudanbnr {
    display: block;
  }
  footer #footer2 #snss .foot_block > ul li.soudan .soudanbnr .image {
    margin: 0 0 2.6vw;
  }
  footer #footer2 #snss .foot_block > ul li.soudan .soudanbnr .image:last-child {
    margin: 0;
  }
  /*TMSポータル---*/
  footer #footer2 .tmsportal {
    min-width: inherit;
    width: 100%;
    padding: 0;
    display: block;
    position: relative;
    height: 130vw;
    margin: 0 0 30vw;
  }

  footer #footer2 .tmsportal .portalImage {
      transform: none;
      position: absolute;
      top: -26vw;
      right: 0;
  }

  footer #footer2 .tmsportal .portalImage picture {
      width: 94vw;
      display: block;
  }

  footer #footer2 .tmsportal .portalBtn {
    padding: 0;
    bottom: 9vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 79vw;
  }

  footer #footer2 .tmsportal .portalBtn p {
    font-size: 6.5vw;
    padding: 0 0 5vw;
  }

  footer #footer2 .tmsportal .portalImage picture img {
    width: 100%;
    height: auto;
  }

  footer #footer2 .tmsportal .portalBtn .btnBox {
    justify-content: space-between;
  }

  footer #footer2 .tmsportal .portalBtn .btnBox a:first-child {
    width: 33vw;
  }

  footer #footer2 .tmsportal .portalBtn .btnBox a:first-child picture img,
    footer #footer2 .tmsportal .portalBtn .btnBox a:last-child picture img {
    height: 12vw;
  }

  footer #footer2 .tmsportal .portalBtn .btnBox a:last-child {
    width: 41vw;
  }
  footer #footer2 .tmsportal .snsBox {
    position: absolute;
    bottom: -20vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
  }
    footer #footer2 .tmsportal .snsBox a img {
      width: 12.2vw;
      height: 12.2vw;
    }
  /*---TMSポータル*/

  footer #footer3 {
    padding: 0 0 5vw;
  }

  footer #footer3 .subContents {
    display: block;
  }

  footer #footer3 .subContents .partylogo {
    margin: 0 0 27.04vw;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  footer #footer3 .subContents .partylogo p {
    font-size: 3.7vw;
    width: 100%;
    margin: 0 0 1.87vw;
  }

  footer #footer3 .subContents .partylogo .shusai_logo {
    height: 15.72vw;
    width: 43.55vw;
    display: flex;
    margin: 0 0 3.14vw;
  }

  footer #footer3 .subContents .partylogo .shusai_logo + div {
    margin: 0;
  }

  footer #footer3 .subContents .partylogo .shusai_logo a {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  footer #footer3 .subContents .partylogo .shusai_logo a img {
    display: flex;
  }

  footer #footer3 .subContents .partylogo .shusai_logo a img {
    width: auto;
  }

  footer #footer3 .subContents .partylogo .fparty_logo img {
    height: 3.14vw;
  }

  footer #footer3 .subContents .partylogo .sparty_logo img {
    height: 2.67vw;
  }

  footer #footer3 .subContents .partylogo .mparty_logo img {
    height: 3.14vw;
  }

  footer #footer3 .subContents .logo {
    width: 40vw;
    text-align: center;
    margin: 0 auto 5vw;
  }
  footer #footer3 .fnav2 {
    text-align: center;
    width: 100%;
    margin: 0 auto 6vw;
  }
  footer #footer3 .fnav2 li {
    font-size: 0.85rem;
  }
  footer #footer3 .fnav2 li a {
    color: #A3A3A3;
  }
  footer #footer3 .fnav2 li:not(:last-child)::after {
    content: " ｜ ";
  }
  footer #footer3 .fnav2 li:nth-child(3)::after {
    content: none;
  }
  footer #footer3 .subContents > div#footerGroupList {
    display: none;
  }
  footer #footer3 .subContents .pmark {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer #footer3 .subContents .pmark img {
    width: 50px;
    height: auto;
    margin-right: 15px;
  }
  footer #footer3 .subContents .pmark p {
  }

  footer #footerTMS {
    padding: 0;
  }

  footer #footerTMS .logoArea {
    flex-direction: column;
    gap: 20px;
  }

  footer #footerTMS .logoArea .logo {
    width: 65vw;
    margin: 0 auto;
  }

  footer #footerTMS .logoArea .logo img {
    width: 100%;
  }

  footer #footerTMS .logoArea .catch {
    font-size: 10px;
    text-align: center;
  }

  footer .copy {
    text-align: center;
    margin: 10px auto 80px;
  }

  /* ----------- パーツ --------- */
  .subContents {
    width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }
  .subCon700 {
    width: 100%;
  }
  .subCon400 {
    width: 100%;
  }

  .sec {
    margin: 0 0 40px;
  }
  .pageTitle {
    margin: 0 0 40px;
    padding: 10px 0;
  }
  .pageTitle h1 {
    font-size: 1.25rem;
  }
  .pageTitle + #breadpath {
    margin-top: 0;
  }
  #breadpath {
    margin: 0 0 5vw;
    overflow-x: scroll;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding: 0 0 10px;
  }
  #breadpath li {
    font-size: 0.857rem;
  }
  #breadpath li:not(:last-child)::after {
  }

  .h-type1 {
    font-size: 1.43rem;
  }
  .h-type2 {
    font-size: 1.64rem;
    padding: 0 0 0.3em;
    position: relative;
  }
  .h-type2::before {
    width: 17vw;
  }
  .h-type2::after {
    width: 16vw;
  }

  .notice::after {
    display: none;
  }

  .b-type1 a {
    width: 68vw;
    border-radius: 5px;
    padding: 6px 0;
  }

  .b-type3 {
    font-size: 3.2vw;
  }
  .b-type3 span {
    padding-right: 30px;
  }
  .b-type3 span::after {
    width: 6px;
    height: 6px;
  }
  a.pinkarrowLink::before {
    border-width: 3px 0 3px 6px;
  }
  a.bluearrowLink {
    padding-left: 4vw;
  }
  a.bluearrowLink::after {
    width: 3vw;
    height: 3vw;
  }

  .grayBorderBox {
    border: solid 3px #f6f6f6;
    padding: 4vw;
  }

  ul.disclist li {
  }
  ul.indent-1 li,
  p.indent-1 {
  }
  .indent-2 {
  }

  .note {
  }

  .linkarea,
  .linkarea a {
  }
}

/* -------------------------- メニュー ------------ */
.scroll-prevent {
  width: 100%;
  height: 100%;
  /*position: fixed;*/
  z-index: -1;
}
#overlay1 {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  z-index: 10001;
  display: none;
}
@media screen and (max-width: 899px) {
  #spMenu {
    width: 100vw !important;
    z-index: 10002;
    transform: translateX(-100%);
    transition: transform 0.7s cubic-bezier(1, 0, 0.3, 1), opacity 0.3s;
  }
  #spMenu .inner .user {
    padding: 6vw 7vw;
  }
  #spMenu .inner .user .top {
    margin: 0 0 4vw;
  }
  #spMenu .inner .user .name {
    font-size: 4.2vw;
  }
  #spMenu .inner .user .name span {
    margin: 0 3.5vw 0 0;
  }
  #spMenu .inner .user .mypage a {
    font-size: 3.7vw;
  }
  #spMenu .inner .user .point {
    font-size: 3.7vw;
    padding: 3vw 5vw;
  }
  #spMenu .inner .user .point span {
    font-size: 4.2vw;
  }
  #spMenu .inner .user .point span.num {
    font-size: 3.7vw;
  }
  /*ログイン前 .btn　ログイン後 .topWrap*/
  #spMenu .inner .btns ul,
  #spMenu .inner .topWrap {
    padding: 4vw 0;
    flex-direction: unset;
  }
    #spMenu .inner .topWrap {
      padding: 3vw 5vw;
    }
  #spMenu .inner .btns ul li:first-child {
    width: 55vw;
    padding: 0 0 0 5vw;
  }
  #spMenu .inner .btns ul li:first-child img,
  #spMenu .inner .topWrap > img {
    width: 50vw;
  }
  #spMenu .inner .topWrap > img {
    margin: 0;
  }
  #spMenu .inner .btns ul li.close,
  #spMenu .inner .topWrap .close {
    width: 14vw;
    height: 9vw;
  }
  #spMenu .inner .topWrap .close {
    margin: 0;
  }

  #spMenu .inner .btns ul li.close img,
  #spMenu .inner .topWrap .close img {
    height: 5vw;
    width: 5vw;
    padding: 4vw;
    transform: translateY(-2vw);
  }
  #spMenu .inner .btns ul li.login {
    column-gap: 4vw;
    padding: 6vw 8vw;
    display: flex;
    align-items: center;
  }
  #spMenu .inner .btns ul li.login p {
    font-size: 3.7vw;
  }
  #spMenu .inner .btns ul li.login a {
    padding: 3vw 0;
    font-size: 4.2vw;
    width: 52vw;
  }
  #spMenu .inner .btns ul li a {
    padding: 3.5vw 0;
  }
  #spMenu .inner .snsarea picture {
    width: 88vw;
    margin: 0 auto 15vw;
  }
  #spMenu .inner .snsarea .sns {
    width: 47vw;
  }
  #spMenu .inner .snsarea .sns li {
    width: 12vw;
  }
  #spMenu .inner .cmenu {
    padding: 0 0 8vw;
  }

  #spMenu .inner .cmenu a {
    font-size: 3.7vw;
    padding: 3vw 5vw;
  }
}

#spSearch {
  background: #fff;
  padding: 10vw 0;
  display: none;
}
#spSearch .subContents {
  width: 100%;
}
#spSearch .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#spSearch .box .search1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#spSearch .box .search1 .area {
  width: 50%;
}
#spSearch .box .search1 .date {
  width: 50%;
  position: relative;
}
#spSearch .box .search1 .area input {
  width: 100%;
  height: 3em;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
#spSearch .box .search1 .area {
  background: #fff;
  border: 2px solid #e98fa7;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
  position: relative;
}
#spSearch .box .search1 .date::before,
#spSearch .box .search1 .area::before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #e98fa7;
  border-right: solid 2px #e98fa7;
  transform: rotate(45deg);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 0.8em;
  z-index: 2;
}
#spSearch .box .search1 .area::after {
  content: " ";
  width: 17px;
  height: 28px;
  background: url(/App_Contents/common/images/search_s_location.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 1em);
  left: 2em;
}
#spSearch .box .search1 .date::after {
  content: " ";
  width: 24px;
  height: 28px;
  background: url(/App_Contents/common/images/search_s_date.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 1em);
  left: 1.5em;
}
#spSearch .box .search1 .area input {
  padding: 0 3em 0 50px;
}
#spSearch .box .search1 .date input {
  height: 100%;
  border: 2px solid #e98fa7;
  border-left: none;
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
  padding-left: 50px;
  position: relative;
}
#spSearch .box .search1 .area input::placeholder,
#spSearch .box .search1 .date input::placeholder {
  color: #444;
}
#spSearch .box .search1 .date::before {
  right: 1em;
}

#spSearch .box .search2 {
  width: 55vw;
  margin: 3vw 0;
  display: flex;
  justify-content: space-between;
}
#spSearch .box .search2 div {
  width: 100%;
}
#spSearch .box .search2 [type="radio"] {
  display: none;
}
#spSearch .box .search2 [type="radio"] + span {
  width: 100%;
  height: 3em;
  line-height: 3em;
  border: 2px solid #e98fa7;
  padding: 0 0 0 50px;
  box-sizing: border-box;
  display: block;
}
#spSearch .box .search2 div:first-of-type [type="radio"] + span {
  border-right: none;
  border-top-left-radius: 3em;
  border-bottom-left-radius: 3em;
}
#spSearch .box .search2 div:last-of-type [type="radio"] + span {
  border-top-right-radius: 3em;
  border-bottom-right-radius: 3em;
}
#spSearch .box .search2 [type="radio"] + span::before {
  background: none;
}
#spSearch .box .search2 [type="radio"] + span::after {
  content: " ";
  width: 14px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 1em);
  left: 1.5em;
}
#spSearch .box .search2 .male [type="radio"] + span::after {
  background-image: url(/App_Contents/common/images/search_s_male.png);
}
#spSearch .box .search2 .female [type="radio"] + span::after {
  background-image: url(/App_Contents/common/images/search_s_female.png);
}

#spSearch .box .search2 [type="radio"]:checked + span {
  background: #ffadc9;
}

#spSearch .box .search3 {
  width: 28vw;
  margin: 3vw 0;
}
#spSearch .box .search3 select {
  width: 100%;
  height: calc(3em - 4px);
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
#spSearch .box .search3 select::-ms-expand {
  display: none;
}
#spSearch .box .search3 .age {
  position: relative;
  border: 2px solid #e98fa7;
  border-radius: 3em;
  background: #fff;
}
#spSearch .box .search3 .age::before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #e98fa7;
  border-right: solid 2px #e98fa7;
  transform: rotate(45deg);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.3em);
  right: 0.8em;
  z-index: 2;
}
#spSearch .box .search3 .age select {
  padding: 0 38px 0 20px;
}

#spSearch .box .search4 {
  width: 100%;
}
#spSearch .box .search4 > div a {
  color: #fff;
  width: 100%;
  height: 3em;
  text-align: center;
  line-height: 3em;
  text-decoration: none;
  border: none;
  border-radius: 3em;
  background: #e98fa7;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  position: relative;
}
#spSearch .box .search4 > div a::before {
  content: "";
  content: " ";
  width: 16px;
  height: 16px;
  background: url(/App_Contents/common/images/search_s_search_pc.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 3em);
}

#spSearch .box .searchDetail {
  width: 100%;
  margin: 30px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#spSearch .box .searchDetail::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #008fc1;
  border-right: solid 2px #008fc1;
  display: block;
  margin: 0 0 0 5px;
  transform: rotate(45deg);
}

#spSearch .box .searchDetail a {
  display: block;
  padding: 10px 0;
}

#spSearch .box .searchDetail a:hover {
  color: #008fc1;
}

/* -------------------------- フォーム ------------ */
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
::placeholder {
  color: #ddd;
}
input[type="text"],
input[type="password"],
textarea,
select {
  width: 100%;
  border: solid 1px #d8d8d8;
  border-radius: 3px;
  padding: 10px;
  box-sizing: border-box;
}
select {
  height: calc(1.6em + 20px);
}
textarea {
  height: 10em;
}
.form-inline {
  width: auto;
}
input[type="text"].sizeSS {
  width: 5em;
}
input[type="text"].sizeS {
  width: 15em;
}

[type="radio"],
[type="checkbox"] {
  display: none;
}
[type="radio"] + span,
[type="checkbox"] + span {
  padding-left: 30px;
  position: relative;
}
[type="radio"] + span::before,
[type="checkbox"] + span::before {
  content: " ";
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -2px;
  left: 0;
}
[type="radio"] + span::before {
  background-image: url(/App_Contents/common/images/radio_off.png);
}
[type="checkbox"] + span::before {
  background-image: url(/App_Contents/common/images/checkbox_off.png);
}

[type="radio"]:checked + span::before {
  background-image: url(/App_Contents/common/images/radio_on.png);
}
[type="checkbox"]:checked + span::before {
  background-image: url(/App_Contents/common/images/checkbox_on.png);
}

@media screen and (max-width: 899px) {
  [type="radio"] + span,
  [type="checkbox"] + span {
    padding-left: 5.5vw;
  }
  [type="radio"] + span::before,
  [type="checkbox"] + span::before {
    width: 4.5vw;
    height: 4.5vw;
  }
}
.required,
.optional {
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
}
.required::after,
.optional::after {
  color: #fff;
  font-size: 0.75rem;
  padding: 2px 5px;
  border-radius: 4px;
}
.required::after {
  content: "必須";
  background: #f50602;
}
.optional::after {
  content: "任意";
  background: #74a1e8;
}

span.err {
  color: #f54b48;
  margin-left: 1em;
  padding: 0 1.3em;
  position: relative;
  display: inline-block;
}
span.err::before {
  content: "";
  width: 1.3em;
  height: 1.3em;
  line-height: 1;
  background: #f54b48;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -0.2em;
}
span.err::after {
  content: "！";
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
input.err,
select.err,
textarea.err {
  background: #fbf2f2;
  border-color: #efb8c1;
}
