<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);

/* 変数定義 */
:root {
  /*--primary-color: #9e3699;	2023ハロウィン*/
  --primary-color: #e05b87;
}

.forpc {
  display: block;
}
.forsp {
  display: none;
}
.forpcinline {
  display: inline;
}
.forspinline {
  display: none;
}

/* ローディング ここから*/
#loader-bg {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

#loader {
  color: #666;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@keyframes heartbeat {
  0% {
    transform: rotate(45deg) scale(1);
  }
  14% {
    transform: rotate(45deg) scale(1.3);
  }
  28% {
    transform: rotate(45deg) scale(1);
  }
  42% {
    transform: rotate(45deg) scale(1.3);
  }
  70% {
    transform: rotate(45deg) scale(1);
  }
}

.heartbeat {
  animation: heartbeat 1300ms ease 0s infinite normal;
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  transform: rotate(45deg) scale(1);
  transform-origin: 50% 50%;
  margin: 0 0 25px;
}

.heartbeat::before {
  position: absolute;
  content: "";
  background: #da5380;
  border-radius: calc(36px / 3) 0 0 calc(36px / 3);
  top: calc(36px / 3);
  left: 0;
  width: 36px;
  height: calc(2 * 36px / 3);
  display: block;
}

.heartbeat::after {
  position: absolute;
  content: "";
  background: #da5380;
  border-radius: calc(36px / 3) calc(36px / 3) 0 0;
  top: 1px;
  left: calc(36px / 3);
  width: calc(2 * 36px / 3);
  height: calc(36px / 3);
  display: block;
}

#loadWrap.blur {
  filter: blur(6px);
}

/* ローディング ここまで*/

#headline {
  color: #3c3c3c;
  font-size: 12px;
  background: #fafafa;
  border-bottom: solid 1px var(--primary-color);
  padding: 5px 0;
}

#headline .subContents &gt; div {
  display: flex;
  justify-content: space-between;
}

#headline .subContents &gt; div .se2 a {
  color: #505050;
  text-decoration: none;
}

#headline .subContents &gt; div .sec2 a:hover {
  text-decoration: underline;
}

#headline .subContents &gt; div .se2 a span {
  font-size: 120%;
}

#headline .subContents &gt; div .se2 img {
  width: auto;
  height: 14px;
  vertical-align: sub;
  margin: 0 0 0 20px;
  display: inline-block;
}

header {
  padding: 17px 0 10px;
}
header .subContents {
  display: grid;
  grid-template-columns: 290px auto;
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  grid-row-gap: 25px;
}

header .subContents .logo {
  grid-area: 1 / 1 / 2 / 2;
  display: flex;
}

h1 {
	display: flex;
}
  
.anniversary_logo {
	margin-left: 20px;
}

header #menuBtn,
header #searchBtn {
  display: none;
}

header .subContents .logList {
  grid-area: 1 / 2 / 2 / 3;
}

header .subContents .hnav1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
  grid-area: 1 / 2 / 2 / 3;
}
header .subContents .hnav1 .login a {
  color: var(--primary-color);
  font-size: 12px;
  width: 105px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  border: solid 1px var(--primary-color);
  border-radius: 50vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .subContents .hnav1 .login a span {
  font-size: 120%;
}
/* header .subContents .hnav1 .login a::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(/App_Contents/common/images/header_s_login_on.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin: 0 5px 0 0;
} */
header .subContents .hnav1 .regist a {
  color: #fff;
  font-size: 12px;
  width: 150px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  background: var(--primary-color);
  border-radius: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .subContents .hnav1 .regist a span {
  font-size: 120%;
}

/* header .subContents .hnav1 .regist a::before {
	content: "";
	width: 17px;
	height: 13px;
	background: url(/App_Contents/common/images/header_s_regist.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	margin: 0 5px 0 0;
} */
header .subContents .hnav1 .contact a {
  color: #444;
  font-size: 12px;
  width: 120px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  background: #f0f0f0;
  border: solid 1px transparent;
  border-radius: 50vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .subContents .hnav1 .name span {
  font-weight: bold;
  padding-left: 35px;
  position: relative;
}
header .subContents .hnav1 .name span::after {
  content: " ";
  width: 28px;
  height: 28px;
  /*background: url(/App_Contents/common/images/s_member.png) no-repeat;*/
  background-size: 100% auto;
  position: absolute;
  top: -5px;
  left: 0;
}
header .subContents .hnav1 .point span {
  color: #e75b8e;
  font-weight: bold;
  margin-right: 0.1em;
}
header .subContents .hnav1 .msg {
  margin-right: 4em;
  position: relative;
}
header .subContents .hnav1 .msg img {
  width: 25px;
}
header .subContents .hnav1 .mypage a {
  color: #fff;
  width: 115px;
  height: 25px;
  font-size: 12px;
  text-decoration: none;
  background: var(--primary-color);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .subContents .hnav1 .logout a {
  color: var(--primary-color);
  font-size: 12px;
  width: 140px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  border: solid 1px var(--primary-color);
  border-radius: 50vh;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .subContents .hnav1 .logout a span {
  font-size: 120%;
}
/* header .subContents .hnav1 .logout a::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(/App_Contents/common/images/header_s_login_on.png) no-repeat;
	  background-size: auto;
	background-size: 100%;
	display: inline-block;
	margin: 0 5px 0 0;
} */

header .subContents nav {
  grid-area: 2 / 1 / 3 / 3;
}

header .subContents nav ul {
  display: flex;
  justify-content: space-between;
}
header .subContents nav ul li {
  margin-left: 1.5em;
}
header .subContents nav ul li a {
  color: #444;
  font-size: 1.05rem;
  text-decoration: none;
}
header .subContents nav ul li a:hover {
  color: var(--primary-color);
  font-weight: bold;
}

footer {
  margin: 150px 0 0 0;
}
footer #footer1 {
  background: #f5f2f5;
  padding: 50px 0;
}
footer #footer1 .subContents {
  position: relative;
}
footer #footer1 #totop {
  position: absolute;
  top: -90px;
  right: 0;
  cursor: pointer;
}
footer #footer1 #totop img {
  width: 99px;
}
footer #footer1 .subContents &gt; div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
footer #footer1 .subContents &gt; div .fnav1 {
  display: flex;
  column-gap: 30px;
}
footer #footer1 .subContents &gt; div .fnav1 dl {
  max-width: 19em;
}
footer #footer1 .subContents &gt; div .fnav1 dl dt {
  font-weight: bold;
  margin: 0 0 10px;
}
footer #footer1 .subContents &gt; div .fnav1 dl dd {
  font-size: 0.85rem;
  line-height: 1.95;
  padding: 0 0 0 1em;
  position: relative;
}
footer #footer1 .subContents &gt; div .fnav1 dl dd::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
footer #footer1 .subContents &gt; div .fnav1 dl a {
  color: #444;
  text-decoration: none;
}
footer #footer1 .subContents &gt; div .contact {
  width: fit-content;
  -moz-width: fit-content;
}
footer #footer1 .subContents &gt; div .contact ul {
  display: flex;
  column-gap: 20px;
  justify-content: center;
}
footer #footer1 .subContents &gt; div .contact ul li {
  width: 250px;
}
footer #footer1 .subContents &gt; div .contact ul li a {
  color: #444;
  font-size: 16px;
  width: 100%;
  height: 80px;
  text-decoration: none;
  background: #fff;
  border: solid 1px var(--primary-color);
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer #footer1 .subContents &gt; div .contact ul li a span {
  font-size: 110%;
}

/* footer #footer1 .subContents &gt; 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 &gt; 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 &gt; div .contact ul li:last-child a {
  color: #fff;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(232, 110, 151, 1) 0%, rgba(247, 116, 159, 1) 3.63%, rgba(255, 92, 122, 1) 100%);
  /*background: var(--primary-color);	ハロウィン2023*/
  border-color: transparent;
  margin: 0 0 10px;
}
/* footer #footer1 .subContents &gt; 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 &gt; div .contact ul li:last-child a::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
footer #footer1 .subContents &gt; div .contact ul li p {
  font-size: 10px;
  line-height: 1.5;
}
footer #footer2 {
  padding: 40px 0;
}
footer #footer2 .subContents {
}
footer #footer2 .subContents .foot_block {
  font-size: 0.9rem;
}
footer #footer2 .subContents .foot_block .midashi {
  font-size: 1.14rem;
  border-bottom: 1px solid #333;
  margin: 0 0 30px;
  padding: 12px 0;
}
footer #footer2 .subContents .foot_block .area {
  /*
	margin: 0 0 20px;
	padding: 0 0 0 6em;
	position: relative;
*/
  margin: 0 0 60px;
  position: relative;
}
footer #footer2 .subContents .foot_block .area dl {
  display: flex;
  flex-wrap: wrap;
}
footer #footer2 .subContents .foot_block .area dl dt {
  width: 175px;
}
footer #footer2 .subContents .foot_block .area dl dt:nth-of-type(n + 2),
footer #footer2 .subContents .foot_block .area dl dd:nth-of-type(n + 2) {
  margin: 10px 0 0;
}
footer #footer2 .subContents .foot_block .area dl dt a {
  color: #666;
  text-decoration: none;
}
footer #footer2 .subContents .foot_block .area dl dd {
  width: calc(100% - 175px);
}
footer #footer2 .subContents .foot_block .area dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
footer #footer2 .subContents .foot_block .area dl dd ul li {
  width: 75px;
  display: flex;
  align-items: center;
}
footer #footer2 .subContents .foot_block .area dl dd ul li::before {
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
  background: url("/App_Contents/common/images/footer_i_arrow.png") no-repeat;
  margin-right: 0.5em;
}
footer #footer2 .subContents .foot_block .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 .foot_block ul.simplelist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: flex-start;
}
footer #footer2 .subContents .foot_block ul.simplelist li {
  min-width: 10em;
  display: flex;
  align-items: center;
  margin: 0 55px 20px 0;
}
footer #footer2 .subContents .foot_block ul.simplelist li::before {
  content: "";
  width: 10px;
  height: 16px;
  display: inline-block;
  background: url("/App_Contents/common/images/footer_i_arrow.png") no-repeat;
  margin-right: 0.5em;
}
footer #footer2 .subContents .foot_block ul.simplelist li a {
  color: #666;
  text-decoration: none;
}
footer #footer2 .subContents .foot_block .link {
  margin: 50px 0 20px;
  padding: 0 0 0 4em;
  position: relative;
}
/*
footer #footer2 .subContents .foot_block .area::before,
*/
footer #footer2 .subContents .foot_block .link::before {
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
/*
footer #footer2 .subContents .foot_block .area::before { content: "開催エリア"; }
*/
footer #footer2 .subContents .foot_block .link::before {
  content: "リンク";
}

/*
footer #footer2 .subContents .foot_block .area ul li,
*/
footer #footer2 .subContents .foot_block .link ul li {
  display: inline-block;
}
/*
footer #footer2 .subContents .foot_block .area ul li:not(:last-child)::after,
*/
footer #footer2 .subContents .foot_block .link ul li:not(:last-child)::after {
  content: "｜";
}
/*
footer #footer2 .subContents .foot_block .area ul li a,
*/
footer #footer2 .subContents .foot_block .link ul li a {
  color: #8c8c8c;
  text-decoration: none;
}
footer #footer2 .subContents .foot_block .ovview .subtext {
  color: #444;
  font-size: 14px;
  margin: 0 0 10px;
}
footer #footer2 .subContents .foot_block .ovview p {
  color: #787878;
  font-size: 12px;
}

footer #footer2 .subContents #snss {
  width: 100vw;
  background: #f7f8f7;
  margin: 50px calc(50% - 50vw - 10px);
  padding: 40px 0;
}
footer #footer2 .subContents #snss &gt; ul {
  width: 1060px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer #footer2 .subContents #snss &gt; ul li {
  width: 500px;
}
footer #footer2 .subContents #snss &gt; ul li h2 {
  font-size: 15px;
  text-align: center;
  margin: 0 0 10px;
  padding: 0 35px 0 0;
}
footer #footer2 .subContents #snss &gt; ul li.line .image {
  position: relative;
  border-right: solid 1px #c8c8c8;
  padding: 0 35px 0 0;
}
footer #footer2 .subContents #snss &gt; ul li.line .image div {
  position: absolute;
}
footer #footer2 .subContents #snss &gt; ul li.line .image .male {
  top: 38px;
  right: 127px;
}
footer #footer2 .subContents #snss &gt; ul li.line .image .female {
  top: 38px;
  right: 51px;
}
footer #footer2 .subContents #snss &gt; ul li.line .image .male img {
  border-radius: 2px;
}
footer #footer2 .subContents #snss &gt; ul li.line .image .female img {
  border-radius: 2px;
}
footer #footer2 .subContents #snss &gt; ul li.soudan {
  width: 705px;
  padding: 0 0 0 35px;
}
footer #footer2 .subContents #snss &gt; ul li.soudan .soudanbnr {
  display: flex;
  column-gap: 10px;
}

/*TMSイベントポータル---*/
footer #footer2 .tmsportal {
  margin: 0 auto;
  padding: 100px 0 80px;
  display: grid;
  justify-content: center;
  grid-template-rows: auto 1fr;
  grid-template-columns: 447px 480px;
}

footer #footer2 .tmsportal .portalTitle {
  text-align: center;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}

footer #footer2 .tmsportal .portalTitle p {
  color: #5e7069;
  font-size: 17px;
  padding: 20px;
}

footer #footer2 .tmsportal .portalImage {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
}

footer #footer2 .tmsportal .portalSp {
  display: none;
}

footer #footer2 .tmsportal .portalBtn {
  text-align: center;
  width: 350px;
  margin: 0 auto;
  padding: 50px 0 0;
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}

footer #footer2 .tmsportal .portalBtn p {
  color: #231815;
  font-size: 23px;
  font-weight: bold;
  padding: 0 0 10px;
}

footer #footer2 .tmsportal .portalBtn p span {
  color: #ea609e;
}

footer #footer2 .tmsportal .portalBtn .btnBox {
  display: flex;
  column-gap: 15px;
}

footer #footer2 .tmsportal .portalBtn .btnBox a {
  text-decoration: none;
}
/*---TMSイベントポータル*/

footer #footer3 {
  padding: 20px 0;
}
footer #footer3 .subContents {
  display: flex;
  justify-content: space-between;
}
footer #footer3 .subContents .left &gt; div {
  width: 775px;
  margin: 0 0 20px;
  display: flex;
  align-items: flex-end;
}
footer #footer3 .subContents .left &gt; div div {
  /*	width: 340px; 通常*/
  width: 394px;
  margin: 0 1em 0 0;
}
footer #footer3 .subContents .left &gt; div div img {
  width: 100%;
  vertical-align: baseline;
}
footer #footer3 .subContents .left &gt; div p {
  color: #787878;
}
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 {
  width: 200px;
  border-radius: 5px;
  border: solid 1px #e6e6e6;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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 #footerSNS ul {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
footer #footerSNS ul li {
  width: 30px;
  margin: 0 14px 0 0;
}

footer #footerSNS ul li img {
  height: 23px;
}

footer #footerTMS {
  background: #f7f8f7;
  padding: 35px 0;
}

footer #footerTMS .logoArea {
  display: flex;
  justify-content: center;
  gap: 25px;
}

footer #footerTMS .logoArea .logo img {
  width: auto;
  height: 25px;
}

footer #footerTMS .logoArea .catch {
  font-size: 12px;
  text-align: left;
}

footer .copy {
  color: #9d9d9d;
  font-size: 10px;
  text-align: left;
  max-width: 1060px;
  margin: 3px auto 30px;
}

/* ----------- パーツ --------- */
.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 &gt; span {
  color: #e5428c;
}
.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: "　&gt;　";
}

.h-type1 {
  font-size: 28px;
  text-align: center;
  margin: 0.5em 0 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: var(--primary-color);
  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: #e75b8e;
  width: 300px;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: solid 1px #e75b8e;
  border-radius: 10px;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  position: relative;
}
.b-type1 a::after {
  content: " ";
  width: 7px;
  height: 7px;
  border-top: solid 1px #e75b8e;
  border-right: solid 1px #e75b8e;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(135deg);
}
.b-type1 a:hover {
  opacity: 1;
  background: #f7dbe7;
}
.b-type2 a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  width: 300px;
  text-align: center;
  text-decoration: none;
  background: #e75b8e;
  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);
}

a.pinkarrowLink {
  color: #e75b8e;
  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 #e75b8e;
  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;
}

.grayBox {
  background: #f6f6f6;
  padding: 30px;
}

.grayBox .bol {
  font-weight: bold;
}

ul.disclist li {
  list-style: disc;
  margin-left: 20px !important;
}
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;
}
.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;
}
.material-symbols-outlined {
  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%;
  }

  body {
    /*padding-top: 65px;*/
    position: relative;
  }

  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  body.fixed {
    overflow: hidden;
    position: fixed;
    width: 100%;
  }

  #loader {
    transform: translateY(-50px);
  }

  #headline {
    width: 100%;
    height: 5.8vw;
    border: none;
    z-index: 1499;
    padding: 0;
    box-sizing: border-box;
  }

  #headline .subContents {
    text-align: right;
    padding: 0 3vw;
  }

  #headline .subContents img {
    width: 26.9vw;
    height: 3.3vw;
    vertical-align: middle;
  }

  /*TMSイベントポータルバナー---*/
  .headPortal {
    padding: 2.6vw;
    display: flex;
    justify-content: flex-start;
  }

  .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: 10px;
    background-color: #2f78ff;
    border-radius: 50vh;
    text-decoration: none;
    padding: 2vw 5vw;
    display: block;
  }
  /*---TMSイベントポータル*/

  header {
    width: 100vw;
    background: #fff;
    padding: 1em 0 1.2em;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  header.active {
    padding: 0.5em 0 1em;
  }
  header .subContents {
    display: block;
    position: relative;
  }
  header .logo {
    width: 45.6vw;
    margin: 0 auto;
  }
  header #menuBtn,
  header #searchBtn {
    width: 8.5vw;
    height: 8.5vw;
    display: block;
    position: absolute;
  }
  header #menuBtn {
    top: 0;
    left: 3vw;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(/App_Contents/common/images/b_nav.png);
  }
  header #searchBtn {
    top: 0;
    right: 3vw;
  }

  header .subContents .hnav1 {
    display: none;
  }
  header .subContents nav ul {
    display: none;
  }

  footer {
    margin: 100px 0 0 0;
  }
  footer #footer1 {
    padding: 7.4vw 0 4.5vw;
  }
  footer #footer1 .subContents {
  }
  footer #footer1 #totop {
    position: absolute;
    top: -16vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  footer #footer1 #totop img {
    width: 26vw;
  }
  footer #footer1 .subContents &gt; div {
    display: block;
  }
  footer #footer1 .subContents &gt; div .contact {
    width: fit-content;
    -moz-width: fit-content;
    margin: 0 auto;
  }
  footer #footer1 .subContents &gt; div .contact ul {
    display: flex;
    flex-flow: column;
    column-gap: 0;
    justify-content: flex-start;
  }
  footer #footer1 .subContents &gt; div .contact ul li {
    width: 80vw;
    margin: 0 0 2.6vw;
  }
  footer #footer1 .subContents &gt; div .contact ul li .btn {
    position: relative;
  }
  footer #footer1 .subContents &gt; 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 &gt; div .contact ul li:last-child .btn::before {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  footer #footer1 .subContents &gt; div .contact ul li a {
    font-size: 4.2vw;
    height: 16vw;
    border: solid 0.26vw #e97199;
    border-radius: 2vw;
  }
  /* footer #footer1 .subContents &gt; 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 &gt; div .contact ul li a::after {
    content: none;
  }
  footer #footer1 .subContents &gt; div .contact ul li:last-child a {
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(232, 110, 151, 1) 0%, rgba(247, 116, 159, 1) 3.63%, rgba(255, 92, 122, 1) 100%);
    border-color: transparent;
    margin: 0 0 10px;
  }
  footer #footer1 .subContents &gt; 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 &gt; div .contact ul li p {
    font-size: 10px;
    line-height: 1.5;
  }
  footer #footer1 .subContents &gt; div .contact ul li p small {
    font-size: 3.2vw;
  }
  footer #footer1 .subContents &gt; div .fnav1 {
    display: none;
  }
  footer #footer2 {
    padding: 5vw 0 0;
  }
  footer #footer2 .subContents {
    display: block;
  }
  footer #footer2 .subContents .foot_block {
    width: 100%;
  }
  footer #footer2 .subContents .foot_block .midashi {
  }
  footer #footer2 .subContents .foot_block .area {
  }
  footer #footer2 .subContents .foot_block .area dl {
  }
  footer #footer2 .subContents .foot_block .area dl dt {
    width: 10em;
  }
  footer #footer2 .subContents .foot_block .area dl dt:nth-of-type(n + 2),
  footer #footer2 .subContents .foot_block .area dl dd:nth-of-type(n + 2) {
  }
  footer #footer2 .subContents .foot_block .area dl dt a {
  }
  footer #footer2 .subContents .foot_block .area dl dd {
    width: calc(100% - 10em);
  }
  footer #footer2 .subContents .foot_block .area dl dd ul {
  }
  footer #footer2 .subContents .foot_block .area dl dd ul li {
    width: 70px;
    margin: 0 0 10px;
  }
  footer #footer2 .subContents .foot_block .area dl dd ul li::before {
  }
  footer #footer2 .subContents .foot_block .area dl dd ul li a {
    font-size: 0.85em;
  }
  footer #footer2 .subContents .foot_block ul.simplelist {
    display: flex;
    flex-wrap: wrap;
  }
  footer #footer2 .subContents .foot_block ul.simplelist li {
    min-width: 50%;
    display: flex;
    align-items: center;
    margin: 0 0 20px 0;
  }
  footer #footer2 .subContents .foot_block ul.simplelist li::before {
  }
  footer #footer2 .subContents .foot_block ul.simplelist li a {
  }
  footer #footer2 .subContents .foot_block .link {
  }
  /*
	footer #footer2 .subContents .foot_block .area::before,
	*/
  footer #footer2 .subContents .foot_block .link::before {
  }
  /*
	footer #footer2 .subContents .foot_block .area::before { content: "開催エリア"; }
	*/
  footer #footer2 .subContents .foot_block .link::before {
    content: "リンク";
  }

  /*
	footer #footer2 .subContents .foot_block .area ul li,
	*/
  footer #footer2 .subContents .foot_block .link ul li {
  }
  /*
	footer #footer2 .subContents .foot_block .area ul li:not(:last-child)::after,
	*/
  footer #footer2 .subContents .foot_block .link ul li:not(:last-child)::after {
    content: "｜";
  }
  /*
	footer #footer2 .subContents .foot_block .area ul li a,
	*/
  footer #footer2 .subContents .foot_block .link ul li a {
  }

  footer #footer2 .subContents .foot_block .ovview {
    margin: 0 0 16.5vw;
  }
  footer #footer2 .subContents .foot_block .ovview .subtext {
    font-size: 12px;
    font-weight: normal;
  }
  footer #footer2 .subContents .foot_block .ovview p {
    font-size: 12px;
  }
  footer #footer2 .subContents .pmark {
    width: fit-content;
    -moz-width: fit-content;
    text-align: left;
    border: solid 1px #e6e6e6;
    border-radius: 0;
    margin: 0 auto 15vw;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  footer #footer2 .subContents .pmark img {
    width: 13.9vw;
  }
  footer #footer2 .subContents .pmark p {
    color: #174096;
    font-size: 12px;
    line-height: 1.4;
    margin-top: 0;
    margin-left: 1em;
  }

  footer #footer2 .subContents #snss {
    margin: 40px calc(50% - 50vw) 30px;
  }

  footer #footer2 .subContents #snss &gt; ul {
    width: 100%;
    display: block;
    padding: 0 5vw;
  }
  footer #footer2 .subContents #snss &gt; ul li {
    width: 100%;
  }
  footer #footer2 .subContents #snss &gt; ul li + li {
    margin: 35px 0 0;
  }
  footer #footer2 .subContents #snss &gt; ul li h2 {
    font-size: 15px;
    margin: 0 0 10px;
    padding: 0;
  }
  footer #footer2 .subContents #snss &gt; ul li.line .image {
    position: relative;
    padding: 0;
    border: none;
  }
  footer #footer2 .subContents #snss &gt; ul li.line .image div {
    width: 45%;
    position: absolute;
  }
  footer #footer2 .subContents #snss &gt; ul li.line .image .male {
    top: auto;
    left: 10px;
    bottom: 10px;
  }
  footer #footer2 .subContents #snss &gt; ul li.line .image .female {
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  footer #footer2 .subContents #snss &gt; ul li.line .image .male img {
    border-radius: 2vw;
  }
  footer #footer2 .subContents #snss &gt; ul li.line .image .female img {
    border-radius: 2vw;
  }
  footer #footer2 .subContents #snss &gt; ul li.soudan {
    width: 100%;
    padding: 0;
  }
  footer #footer2 .subContents #snss &gt; ul li.soudan .soudanbnr {
    display: block;
  }
  footer #footer2 .subContents #snss &gt; ul li.soudan .soudanbnr .image {
    margin: 0 0 2.6vw;
  }
  footer #footer2 .subContents #snss &gt; ul li.soudan .soudanbnr .image:last-child {
    margin: 0;
  }

  /*TMSポータル---*/
  footer #footer2 .tmsportal {
    width: 90vw;
    margin: 0 auto;
    padding: 13vw 0 20vw;
    display: block;
  }

  footer #footer2 .tmsportal .portalTitle {
    text-align: center;
    padding: 0 0 9vw;
  }

  footer #footer2 .tmsportal .portalTitle p span {
    display: none;
  }

  footer #footer2 .tmsportal .portalTitle img {
    width: 75vw;
  }

  footer #footer2 .tmsportal .portalTitle p {
    font-size: 15px;
    padding: 2.6vw;
  }

  footer #footer2 .tmsportal .portalImage picture img {
    width: 100%;
    height: auto;
  }

  footer #footer2 .tmsportal .portalSp {
    position: relative;
    width: 85vw;
    margin: 0 auto;
    padding: 4vw 0 0;
    display: block;
  }

  footer #footer2 .tmsportal .portalSp ul {
    font-size: 15px;
    width: calc(19em + 18px + 2vw);
    margin: 0 auto;
  }

  footer #footer2 .tmsportal .portalSp ul li {
    padding: 0 0 1.5vw;
  }

  footer #footer2 .tmsportal .portalSp ul li::before {
    content: "";
    background: url(/App_Contents/common/images/portal_check.png) no-repeat 0 0 / 100%;
    width: 18px;
    height: 13px;
    margin-right: 2vw;
    display: inline-block;
  }

  footer #footer2 .tmsportal .portalBtn {
    width: auto;
    padding: 8vw 0 0;
  }

  footer #footer2 .tmsportal .portalBtn p {
    font-size: 22px;
  }

  footer #footer2 .tmsportal .portalBtn .btnBox {
    justify-content: center;
  }
  /*---TMSポータル*/

  footer #footer3 {
    padding: 0 0 7vw;
  }
  footer #footer3 .subContents {
    display: block;
  }
  footer #footer3 .subContents .left &gt; div {
    width: 100%;
    text-align: center;
    margin: 0 0 5vw;
    display: block;
  }
  footer #footer3 .subContents .left &gt; div div {
    width: 75.6vw;
    margin: 0 auto 5px;
  }
  footer #footer3 .subContents .left &gt; div div img {
  }
  footer #footer3 .subContents .left &gt; div p {
    font-size: 0.9rem;
  }
  footer #footer3 .fnav2 {
    text-align: center;
    margin: 0 auto;
  }
  footer #footer3 .fnav2 li {
    font-size: 0.9rem;
  }
  footer #footer3 .fnav2 li a {
    padding: 6px;
    display: inline-block;
  }
  footer #footer3 .fnav2 li:not(:last-child)::after {
    content: " ｜ ";
  }
  footer #footer3 .fnav2 li:nth-child(3)::after {
    content: none;
  }
  footer #footer3 .subContents &gt; 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;
    margin-right: 15px;
  }
  footer #footer3 .subContents .pmark p {
  }

  footer #footerSNS ul {
    margin-bottom: 6vw;
    justify-content: center;
  }
  footer #footerSNS ul li {
    width: 30px;
    margin: 0 2vw;
  }

  footer #footer0SNS ul li:first-child {
    width: 22px;
    margin: 0 2vw;
  }

  footer #footerTMS {
    border-top-width: 30px;
  }

  footer #footerTMS .logoArea {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  footer #footerTMS .logoArea .catch {
    font-size: 10px;
    text-align: center;
  }

  footer .copy {
    text-align: center;
    margin: 10px 0 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: 12px;
    display: inline;
  }
  #breadpath li:not(:last-child)::after {
  }

  .h-type1 {
    font-size: 1.43rem;
  }
  .h-type2 {
    font-size: 1.35rem;
    padding: 0 0 0.3em;
    position: relative;
  }

  .h-type2::before {
    width: 17vw;
  }

  .h-type2::after {
    width: 16vw;
  }

  .notice::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 20%;
    right: -1.6vw;
  }

  .b-type1 a {
    width: 68vw;
    border-radius: 5px;
    padding: 6px 0;
  }

  .b-type1 a::after {
  }

  .b-type1 a:hover {
    background: #fff;
  }

  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;
  }

  .grayBox {
    padding: 5vw;
  }

  ul.disclist li {
  }
  ul.indent-1 li,
  p.indent-1 {
  }
  .indent-2 {
  }

  .note {
  }

  .linkarea,
  .linkarea a {
  }

  .linkarea a:hover,
  .linkarea:hover {
    opacity: 1;
  }
}

/* -------------------------- メニュー ------------ */
/*.scroll-prevent {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}*/

#overlay1 {
  width: 100%;
  height: 100vh;
  background: rgba(231, 91, 142, 0.7);
  position: absolute;
  top: 0;
  z-index: 10001;
  display: none;
}

#overlay2 {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 10001;
  display: none;
}

#spMenu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  /*left: -100vw;*/
  transform: translateX(-105%);
  transition: 0.3s ease-in-out;
  z-index: 10002;
  overflow: auto;
}
#spMenu.hide {
  display: none;
}
#spMenu.opened {
  transform: translateX(0%);
  -webkit-overflow-scrolling: touch;
}
#spMenu #menuClose {
  width: 8.53vw;
  height: 8.53vw;
  background: #e85b8f url(/App_Contents/common/images/b_nav_close.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 1vw;
  left: 88.385vw;
}

#spMenu .inner {
  width: 85.3vw;
  height: 100%;
  min-height: 0;
  padding: 0 0 40vw;
  text-align: left;
  background: #fff;
  /*position: fixed;*/
  overflow-y: auto;
  z-index: 10003;
}
#spMenu .inner .user {
  background: #efefef;
  padding: 10px 5vw;
  display: flex;
}
#spMenu .inner .user .name {
  margin-right: auto;
}
#spMenu .inner .user .name span {
  font-weight: bold;
  padding-left: 8vw;
  position: relative;
}
#spMenu .inner .user .name span::after {
  content: " ";
  width: 6vw;
  height: 6vw;
  background: url(/App_Contents/common/images/s_member.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
}
#spMenu .inner .user .point {
  margin-right: 0.8em;
}
#spMenu .inner .user .point span {
  color: #e75b8e;
  font-weight: bold;
  margin-right: 0.1em;
}
#spMenu .inner .user .msg {
  position: relative;
}
#spMenu .inner .user .msg img {
  width: 6vw;
}
#spMenu .inner .btns {
  padding: 2vw 3vw;
}
#spMenu .inner .btns ul {
  display: flex;
  justify-content: space-between;
}
#spMenu .inner .btns ul li {
  width: 49%;
}
#spMenu .inner .btns ul li a {
  text-align: center;
  text-decoration: none;
  border-radius: 20px;
  padding: 5px 0;
  display: block;
}
#spMenu .inner .btns ul li.regist a {
  color: #fff;
  background: #e85b8f;
}
#spMenu .inner .btns ul li.login a {
  color: #444;
  background: #efefef;
}
#spMenu .inner .btns ul li.regist a span {
  background: url(/App_Contents/common/images/s_regist_sp.png) no-repeat left center;
  background-size: auto 100%;
  padding-left: 7vw;
}
#spMenu .inner .btns ul li.login a span {
  background: url(/App_Contents/common/images/s_login_sp.png) no-repeat left center;
  background-size: auto 100%;
  padding-left: 7vw;
}

#spMenu .inner .cmenu li {
  border-bottom: solid 1px #efefef;
}
#spMenu .inner .cmenu a {
  color: #444;
  font-weight: bold;
  text-decoration: none;
  padding: 2vw 5vw;
  display: block;
  position: relative;
}
#spMenu .inner .cmenu li a em {
  color: #2f8dd1;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: bold;
  margin-left: 0.5em;
}

#spMenu .inner .cmenu li.g1 a {
  background-repeat: no-repeat;
  background-position: 5vw center;
  background-size: 6.4vw auto;
  padding: 3vw 5vw 3vw 14vw;
}
#spMenu .inner .cmenu li.g1.mypage a {
  background-image: url(/App_Contents/common/images/sp_nav_s_mypage.png);
}
#spMenu .inner .cmenu li.g1.hajimete a {
  background-image: url(/App_Contents/common/images/sp_nav_s_hajimete.png);
}
#spMenu .inner .cmenu li.g1.earliest a {
  background-image: url(/App_Contents/common/images/sp_nav_s_earliest.png);
}
#spMenu .inner .cmenu li.g1.osusume a {
  background-image: url(/App_Contents/common/images/sp_nav_s_osusume.png);
}

#spMenu .inner .cmenu li.g1 a::after {
  content: " ";
  width: 6px;
  height: 6px;
  border-top: solid 2px #e75b8e;
  border-right: solid 2px #e75b8e;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: rotate(45deg) translateY(-50%);
}
#spMenu .inner .cmenu li.g2 {
  position: relative;
}
#spMenu .inner .cmenu li.g2.notice::after {
  top: 2vw;
  left: 17.5vw;
}
#spMenu .inner .cmenu li.g2 a {
  padding-left: 14vw;
  position: relative;
}
#spMenu .inner .cmenu li.g2.after a {
  color: #e75b8e;
  background: url(/App_Contents/common/images/sp_nav_s_after.png) no-repeat 13vw 3vw;
  background-size: 6.4vw auto;
  padding: 3vw 5vw 3vw 22vw;
}

#spMenu .inner .cmenu li.g2 a::after {
  content: " ";
  width: 6px;
  height: 6px;
  border-top: solid 2px #969696;
  border-right: solid 2px #969696;
  position: absolute;
  top: 50%;
  right: 5vw;
  transform: rotate(45deg) translateY(-50%);
}

#spMenu .inner .cmenu li.g2.yotei {
  padding-bottom: 3vw;
}
#spMenu .inner .cmenu li.g2.yotei .thumbnail {
  margin: 0 5vw;
}
#spMenu .inner .cmenu li.g2.yotei .thumbnail p {
  font-size: 0.85rem;
  padding: 1vw 5vw 0 14vw;
}
#spMenu .inner .cmenu li.g2.yotei .thumbnail a {
  padding-top: 0;
  padding-bottom: 0;
}

#spMenu .inner .cmenu li.g2.yotei .thumbnail a::after {
  content: none;
}

#spMenu .inner .cmenu li.g3 a {
  font-size: 0.85rem;
  font-weight: normal;
}
#spMenu .inner .cmenu li.g3 a span {
  font-size: 1em;
  font-weight: normal;
}

#spMenu .inner .snss {
  margin: 8vw 0 5vw;
}
#spMenu .inner .snss p {
  font-size: 12px;
  text-align: center;
  margin: 0 0 10px;
}
#spMenu .inner .snss p span {
  font-weight: bold;
}
#spMenu .inner .snss ul {
  display: flex;
  justify-content: center;
}
#spMenu .inner .snss ul li {
  width: 8vw;
  margin: 0 2vw;
}
#spMenu .inner .snss ul li:first-child,
#spMenu .inner .snss ul li:nth-child(2) {
  width: 5.8vw;
  margin: 0 3vw;
}

#spMenu .inner .line {
  background: #efefef;
  margin: 4vw 0 0;
  padding: 30px 5vw 20px;
}

#spMenu .inner .line p {
  font-size: 12px;
  text-align: center;
  margin: 0 0 5px;
}

#spMenu .inner .line p img {
  width: 18px;
  image-rendering: -webkit-optimize-contrast;
  margin-right: 0.5em;
}

#spMenu .inner .line .image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#spMenu .inner .line .image img {
  image-rendering: -webkit-optimize-contrast;
}

#spMenu .inner .tmsPR {
  border: solid 1px #3bbead;
  background-color: #ffffff;
  text-decoration: none;
  margin: 3.47vw auto;
  width: 66vw;
  position: relative;
  box-sizing: border-box;
}

#spMenu .inner .tmsPR .prIcon {
  position: absolute;
  left: -1px;
  top: -1px;
  display: flex;
}

#spMenu .inner .tmsPR .prIcon div {
  color: #444;
  font-size: 2.933vw;
  border: solid 1px #787878;
  text-align: center;
  width: 7.467vw;
  line-height: 1.2;
  padding: 0.25vw 0 0;
}

#spMenu .inner .tmsPR p::after {
  content: "";
  width: 2.133vw;
  height: 2.4vw;
  background: url(../images/menu_yajirushi.svg) no-repeat center / 100%;
  margin: 0 0 0 0.4em;
  display: inline-block;
}

#spMenu .inner .tmsPR a {
  text-decoration: none;
  padding: 2vw 0;
  display: block;
}

#spMenu .inner .tmsPR figure {
  height: auto;
  width: 11.2vw;
  margin: 1vw 0 0 1vw;
}

#spMenu .inner .tmsPR img {
  display: block;
}

#spMenu .inner .tmsPR p {
  color: #444;
  font-size: 3.2vw;
  font-weight: bold;
  line-height: 1.5;
  margin: 1.6vw 0 0;
}

#spMenu .inner .tmsPR span {
  color: #189988;
  font-size: 3.467vw;
  font-weight: bold;
}

#spMenu .inner .pmark {
  padding: 3vw 5vw;
}
#spMenu .inner .pmark &gt; div {
  text-align: left;
  display: flex;
  align-items: center;
}
#spMenu .inner .pmark &gt; div img {
  width: 12vw;
  margin-right: 3vw;
}
#spMenu .inner .pmark &gt; div p {
  width: calc(100% - 15vw);
  color: #174096;
  font-size: 0.8rem;
  line-height: 1.4;
}
#spMenu .inner .close {
  text-align: center;
  margin: 5vw 0;
}
#spMenu .inner .close img {
  width: 13.3vw;
  margin: 0 auto;
  display: block;
}

#spSearch {
  background: #fff;
  padding: 10vw 0;
  display: none;
  position: absolute;
  top: 15.3vw;
  left: 0;
}
#spSearch .subContents {
  width: 100%;
}
#spSearch .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#spSearch .box input,
#spSearch .box select {
  /* mypageのcssを打ち消すため */
  font-size: 1rem;
  padding: 10px;
}
#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 #e75b8e;
  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 #e75b8e;
  border-right: solid 2px #e75b8e;
  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 #e75b8e;
  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 #e75b8e;
  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 #e75b8e;
  border-radius: 3em;
  background: #fff;
}
#spSearch .box .search3 .age::before {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #e75b8e;
  border-right: solid 2px #e75b8e;
  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 &gt; div a {
  color: #fff;
  width: 100%;
  height: 3em;
  text-align: center;
  line-height: 3em;
  text-decoration: none;
  border: none;
  border-radius: 3em;
  background: #e75b8e;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  position: relative;
}
#spSearch .box .search4 &gt; 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;
}
</pre></body></html>