/**
 *  teket Desiign System by Figma
 */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=League+Gothic&display=swap');
@charset "UTF-8";
.stg-docs-teket {
  display: inline;
}
:root {
  --link-text-color: #cd955e;
  --btnHoverPrimary: #b98655;
  --btnHoverLight: #f3e6d9;
  --btnHoverDark: #272d44;
  --btnHoverDarkLight: #d7d8db;
  --primaryDarker: #674b2f;
  --primaryDark: #9a7046;
  --primary: #cd955e;
  --primaryLight: #e6caae;
  --primaryLighter: #f0dfcf;
  --primaryLightest: #faf4ef;
  --dark: #2e3551;
  --darkDivider: #575b6d;
  --darkLight: #969aa8;
  --darkLighter: #d5d7dc;
  --darkLightest: #eaebee;
  --GrayDarker: #767474;
  --GrayDark: #b0aeae;
  --Gray: #ebe8e8;
  --GrayLight: #f5f4f4;
  --BlackText: #222;
  --BlackLight: rgba(0, 0, 0, 0.5);
  --BlackLighter: rgba(0, 0, 0, 0.25);
  --BlackLightest: rgba(0, 0, 0, 0.05);
  --SuccessDarker: #2a5617;
  --SuccessDark: #408123;
  --Success: #55ac2f;
  --SuccessLight: #aad697;
  --SuccessLighter: #d5eacb;
  --SuccessLightest1: #f6fbf5;
  --SuccessLightest2: #eef7ea;
  --WarningDarker: #7c630e;
  --WarningDark: #ba9415;
  --Warning: #f8c51c;
  --WarningLight: #fce28d;
  --WarningLighter: #fdf1c6;
  --WarningLightest1: #fffcf4;
  --WarningLightest2: #fef9e8;
  --ErrorDarker: #662626;
  --ErrorDark: #993a3a;
  --Error: #cc4d4d;
  --ErrorLight: #e6a6a6;
  --ErrorLighter: #f2d3d3;
  --ErrorLightest1: #fcf6f6;
  --ErrorLightest2: #faeded;
  --blue: #709fd6;
  --blueLight: #b7cfeb;
  --blueLighter: #e2ecf7;
  --classic: #d86868;
  --classicDark: #ce6969;
  --drama: #9483a6;
  --dramaDark: #87739b;
  --live: #709fd6;
  --liveDark: #6793c5;
  --sport: #67b7c0;
  --sportDark: #69a9b0;
  --art: #d3b81b;
  --artDark: #b39d23;
  --anime: #eaa55b;
  --animeDark: #dc9950;
  --career: #7ba968;
  --careerDark: #749268;
  --dance: #a58375;
  --danceDark: #8e7971;
  --game: #74c394;
  --gameDark: #6db088;
  --hobby: #e097c8;
  --hobbyDark: #d38dbc;
  --trip: #556eb0;
  --tripDark: #566795;
  --food: #f85;
  --foodDark: #f57b47;
  --party: #9569a0;
  --partyDark: #806986;
  --fashion: #ff9a94;
  --fashionDark: #f88781;
  --other: #299963;
  --other: #2c7d55;
  --online: #7ba968;
  --onlineDark: #749268;
  --frame-color: transparent;
  --GroupSideMenuWidth: 208px;
  --GroupBgColor: #f9f9f9;
  --headerHeight: 60px;
  --GroupHeaderHeight: 60px;
}
@media screen and (max-width: 600px) {
  :root {
    --headerHeight: 60px;
    --GroupHeaderHeight: 44px;
  }
}
.bg-classic {
  background-color: var(--classic);
}
.bg-classic-hover:hover {
  background-color: var(--classicDark);
}
.cat-classic {
  color: var(--classic);
}
.page-head--classic {
  background: url(/images/event/card_bg_classic.svg) center / 100% 100% no-repeat;
}
.bg-drama {
  background-color: var(--drama);
}
.bg-drama-hover:hover {
  background-color: var(--dramaDark);
}
.cat-drama {
  color: var(--drama);
}
.page-head--drama {
  background: url(/images/event/card_bg_drama.svg) center / 100% 100% no-repeat;
}
.bg-live {
  background-color: var(--live);
}
.bg-live-hover:hover {
  background-color: var(--liveDark);
}
.cat-live {
  color: var(--live);
}
.page-head--live {
  background: url(/images/event/card_bg_live.svg) center / 100% 100% no-repeat;
}
.bg-sport {
  background-color: var(--sport);
}
.bg-sport-hover:hover {
  background-color: var(--sportDark);
}
.cat-sport {
  color: var(--sport);
}
.page-head--sport {
  background: url(/images/event/card_bg_sport.svg) center / 100% 100% no-repeat;
}
.bg-art {
  background-color: var(--art);
}
.bg-art-hover:hover {
  background-color: var(--artDark);
}
.cat-art {
  color: var(--art);
}
.page-head--art {
  background: url(/images/event/card_bg_art.svg) center / 100% 100% no-repeat;
}
.bg-anime {
  background-color: var(--anime);
}
.bg-anime-hover:hover {
  background-color: var(--animeDark);
}
.cat-anime {
  color: var(--anime);
}
.page-head--anime {
  background: url(/images/event/card_bg_anime.svg) center / 100% 100% no-repeat;
}
.bg-career {
  background-color: var(--career);
}
.bg-career-hover:hover {
  background-color: var(--careerDark);
}
.cat-career {
  color: var(--career);
}
.page-head--career {
  background: url(/images/event/card_bg_career.svg) center / 100% 100% no-repeat;
}
.bg-dance {
  background-color: var(--dance);
}
.bg-dance-hover:hover {
  background-color: var(--danceDark);
}
.cat-dance {
  color: var(--dance);
}
.page-head--dance {
  background: url(/images/event/card_bg_dance.svg) center / 100% 100% no-repeat;
}
.bg-game {
  background-color: var(--game);
}
.bg-game-hover:hover {
  background-color: var(--gameDark);
}
.cat-game {
  color: var(--game);
}
.page-head--game {
  background: url(/images/event/card_bg_game.svg) center / 100% 100% no-repeat;
}
.bg-hobby {
  background-color: var(--hobby);
}
.bg-hobby-hover:hover {
  background-color: var(--hobbyDark);
}
.cat-hobby {
  color: var(--hobby);
}
.page-head--hobby {
  background: url(/images/event/card_bg_hobby.svg) center / 100% 100% no-repeat;
}
.bg-trip {
  background-color: var(--trip);
}
.bg-trip-hover:hover {
  background-color: var(--tripDark);
}
.cat-trip {
  color: var(--trip);
}
.page-head--trip {
  background: url(/images/event/card_bg_trip.svg) center / 100% 100% no-repeat;
}
.bg-food {
  background-color: var(--food);
}
.bg-food-hover:hover {
  background-color: var(--foodDark);
}
.cat-food {
  color: var(--food);
}
.page-head--food {
  background: url(/images/event/card_bg_food.svg) center / 100% 100% no-repeat;
}
.bg-party {
  background-color: var(--party);
}
.bg-party-hover:hover {
  background-color: var(--partyDark);
}
.cat-party {
  color: var(--party);
}
.page-head--party {
  background: url(/images/event/card_bg_party.svg) center / 100% 100% no-repeat;
}
.bg-fashion {
  background-color: var(--fashion);
}
.bg-fashion-hover:hover {
  background-color: var(--fashionDark);
}
.cat-fashion {
  color: var(--fashion);
}
.page-head--fashion {
  background: url(/images/event/card_bg_fashion.svg) center / 100% 100% no-repeat;
}
.bg-other {
  background-color: var(--other);
}
.bg-other-hover:hover {
  background-color: var(--otherDark);
}
.cat-other {
  color: var(--other);
}
.page-head--other {
  background: url(/images/event/card_bg_other.svg) center / 100% 100% no-repeat;
}
.cat {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2.4px;
}
.overlay {
  position: fixed;
  background: rgba(34, 34, 34, 0.3);
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.overlay + .popup {
  z-index: 1000;
}
[data-component=select-ticket-popup] .overlay {
  z-index: 997;
}
[data-component=select-ticket-popup] .overlay + .popup {
  z-index: 998;
}
.page-head {
  position: relative;
  background: url('/images/bg-black.png') center/100% 100% no-repeat;
  height: 98px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .page-head {
    height: 110px;
  }
}
.page-head--black {
  background: url('/images/bg-black.png') center/100% 100% no-repeat;
}
.page-head__inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 auto;
}
.page-head__title {
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: center;
}
.page-head-title {
  padding: 24px 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.checkout-btn.disabled {
  opacity: 0.3;
}
form {
  margin: -4px 0 18px;
}
form ::placeholder {
  color: var(--GrayDark);
}
form input.input-oneline {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
  font-weight: 300;
  padding: 10px 15px;
}
form input.input-oneline::placeholder {
  color: var(--GrayDark);
}
form input[type="checkbox"] {
  display: none;
}
form input[type="text"]:disabled {
  color: var(--GrayDarker) !important;
}
form .form-error {
  border-color: #c00 !important;
}
.input-small {
  background: #fff;
  width: 250px;
  height: 50px;
  border-radius: 3px;
  padding: 0 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
}
.input-small--num {
  text-align: right;
  width: 83px;
  height: 30px;
}
.input-small--expiration-date {
  text-align: right;
  width: 100px;
  height: 40px;
}
.input-small--quantity {
  width: 66px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  color: #000;
  letter-spacing: 1.04px;
  margin: 0 5px;
}
.input-small--quantity input::placeholder {
  color: #000;
}
.input-small--quantity input:-ms-input-placeholder {
  color: #000;
}
.input-small--quantity input::-ms-input-placeholder {
  color: #000;
}
.input-small.xs {
  height: 38px;
}
.input-small input::placeholder {
  color: var(--GrayDark);
}
.input-small input:-ms-input-placeholder {
  color: var(--GrayDark);
}
.input-small input::-ms-input-placeholder {
  color: var(--GrayDark);
}
.input-small--url {
  display: inline-block;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 50px;
}
.input-full {
  background: #fff;
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding: 0 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
}
.input-full::placeholder {
  color: var(--GrayDark);
}
.input-full input::placeholder {
  color: var(--GrayDark);
}
.input-full input:-ms-input-placeholder {
  color: var(--GrayDark);
}
.input-full input::-ms-input-placeholder {
  color: var(--GrayDark);
}
.input-icon {
  position: relative;
}
.input-icon input {
  padding-right: 42px;
}
.input-icon-search:after {
  display: block;
  content: '';
  background: url(/images/search.svg) center/contain no-repeat;
  position: absolute;
  top: calc(50% - 9px);
  right: 9px;
  width: 18px;
  height: 18px;
}
.input-icon-calendar:after {
  display: block;
  content: '';
  background: url(/images/icon-calendar-line.svg) center/contain no-repeat;
  position: absolute;
  top: calc(50% - 10px);
  right: 9px;
  width: 20px;
  height: 20px;
}
.input-time-step {
  position: relative;
  display: inline-block;
}
.input-time-step:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  padding: 0;
  content: '';
  background: url("/images/icon-accordion-arrow.svg") no-repeat 0 / contain;
  pointer-events: none;
}
.input-time-step .time-up {
  position: absolute;
  top: 7px;
  right: 5px;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #2e3551 transparent;
}
.input-time-step .time-down {
  position: absolute;
  bottom: 7px;
  right: 5px;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #2e3551 transparent transparent transparent;
}
.input-time-step .input-small {
  width: 80px;
  height: 35px;
  padding-right: 0;
}
.form-textarea {
  background: #fff;
  border-radius: 3px;
  padding: 15px 15px 16px 15px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  letter-spacing: 0;
}
.form-textarea::placeholder {
  color: var(--GrayDark);
}
.form-textarea:-ms-input-placeholder {
  color: #c0c2ca;
}
.form-textarea::-ms-input-placeholder {
  color: #c0c2ca;
}
.form-textarea.full {
  width: 100%;
}
.form-select {
  display: inline-block;
  overflow: hidden;
  position: relative;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
}
.form-select:before {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  padding: 0;
  content: '';
  background: url("/images/icon-accordion-arrow.svg") no-repeat 0 / contain;
  pointer-events: none;
}
.form-select select {
  height: 100%;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 30px 0 10px;
}
.form-select select:selected {
  color: #c0c2ca;
}
.form-select select::-ms-expand {
  display: none;
}
.form-select .select-placeholder {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  color: var(--GrayDark);
}
.form-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #858585;
  letter-spacing: 0;
  margin: 24px 0 8px;
}
.form-title--required:after {
  display: inline-block;
  content: '';
  background: url(/images/required.png) center/contain no-repeat;
  width: 9px;
  height: 8px;
  vertical-align: text-top;
  margin-left: 2px;
}
.form-title .note {
  font-size: 11px;
  line-height: 15px;
  padding-left: 10px;
  font-weight: normal;
}
.form-check-area {
  margin: 20px 0;
}
.form-check-label {
  display: inline-block;
  position: relative;
  line-height: 16px;
  vertical-align: middle;
  margin-right: 30px;
  padding-left: 28px;
  cursor: pointer;
}
.form-check-label:before {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  content: '';
  background: #f8f4f4;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-radius: 2px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.form-check-label:last-of-type {
  margin-right: 0;
}
.form-check:not(:checked) ~ .if-form-check-is-true {
  display: none;
}
.form-check:checked + label:before {
  background: #cd955e url(/images/check.svg) no-repeat center center/ 10px 7px;
  border: 1px solid #cd955e;
}
.form-check:disabled + label {
  color: #858585;
}
.form-check:disabled + label:before {
  background-color: #969aa8;
  border: 1px solid #969aa8;
  pointer-events: none;
}
.form-check-oval-button {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  width: 60px;
  height: 26px;
  border-radius: 26px;
  cursor: pointer;
  background-color: #b0aeae;
  vertical-align: middle;
}
.form-check-oval-button::before {
  opacity: 0;
  position: absolute;
  left: 8px;
  top: 7px;
  width: 12px;
  height: 12px;
  content: '';
}
.form-check-oval-button:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid #ebe8e8;
  background-color: #fff;
  border-radius: 50%;
  transition: 100ms;
}
input:checked ~ .form-check-oval-button {
  background-color: #cd955e;
}
input:checked ~ .form-check-oval-button::before {
  opacity: 1;
  height: 12px;
  width: 12px;
  background: url(/images/Icon-thick-check.svg) center / contain no-repeat;
}
input:checked ~ .form-check-oval-button::after {
  left: 38px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #f7f7f7;
}
.form-radio {
  display: inline-block;
}
.form-radio input[type="radio"] {
  display: none;
}
.form-radio input[type="radio"] + label {
  display: inline-block;
  cursor: pointer;
  padding-left: 22px;
  margin-right: 25px;
  background: url(/images/radio-off.svg) left center no-repeat;
  background-size: 16px auto;
}
.form-radio input[type="radio"] + label:last-child {
  margin-right: 0;
}
.form-radio input[type="radio"]:checked + label {
  background: url(/images/radio-on.svg) left center no-repeat;
  background-size: 16px auto;
}
.form-radio:disabled + label {
  opacity: 0.5;
  pointer-events: none;
}
.form-radio__switch-contents > div {
  display: none;
}
.form-radio input[type="radio"]:nth-of-type(1):checked ~ .form-radio__switch-contents > div:nth-of-type(1) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(2):checked ~ .form-radio__switch-contents > div:nth-of-type(2) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(3):checked ~ .form-radio__switch-contents > div:nth-of-type(3) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(4):checked ~ .form-radio__switch-contents > div:nth-of-type(4) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(5):checked ~ .form-radio__switch-contents > div:nth-of-type(5) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(6):checked ~ .form-radio__switch-contents > div:nth-of-type(6) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(7):checked ~ .form-radio__switch-contents > div:nth-of-type(7) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(8):checked ~ .form-radio__switch-contents > div:nth-of-type(8) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(9):checked ~ .form-radio__switch-contents > div:nth-of-type(9) {
  display: block;
}
.form-radio input[type="radio"]:nth-of-type(10):checked ~ .form-radio__switch-contents > div:nth-of-type(10) {
  display: block;
}
.form-quantity input {
  vertical-align: middle;
}
.form-quantity__btn {
  position: relative;
  display: inline-block;
  background: #cd955e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 40px;
  vertical-align: middle;
}
.form-quantity__btn:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.form-quantity__btn-up:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.form-toggle {
  position: relative;
  margin: auto;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  background: #fff;
}
.form-toggle input[type="checkbox"] {
  display: none;
}
.form-toggle label {
  position: relative;
  display: block;
  width: 80px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 35px;
  background-color: #adafb1;
  cursor: pointer;
}
.form-toggle input[type="checkbox"]:checked + label {
  background: var(--primary) url('/images/toggle_on.svg') left 12px center no-repeat;
  background-size: 13px auto;
}
.form-toggle label span:after {
  position: absolute;
  left: -55px;
  font-size: 12px;
  content: "　未連携";
  color: #222;
}
.form-toggle input[type="checkbox"]:checked + label span:after {
  content: "連携済み";
  color: #222;
}
.form-toggle .toggle-circle {
  pointer-events: none;
  position: absolute;
  width: 24px;
  height: 24px;
  background: #f8f4f4;
  top: 6px;
  left: 6px;
  border-radius: 50%;
  transition: 0.2s;
}
.form-toggle input[type="checkbox"]:checked ~ .toggle-circle {
  transform: translateX(44px);
}
.c-link:link, .c-link:visited {
  color: #c89b70;
  font-feature-settings: 'palt';
}
button[type="submit"].btn--light {
  background: #f8f4f4;
  border: 1px solid #ddd;
  color: #2e3551;
}
button[type="submit"].btn--light:link {
  color: #2e3551;
}
button[type="submit"].btn--light:visited {
  color: #2e3551;
}
button[type="submit"].btn--light:hover {
  background: #ece1e1;
}
.btn {
  display: grid;
  place-items: center;
  background: #cd955e;
  background: var(--primary);
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  line-height: calc(16px / 14px);
  height: 44px;
  border-radius: 3px;
  cursor: pointer;
}
.btn.custom-select-setting-btn, .btn.custom-select-btn {
  padding-right: 0;
  padding-left: 0;
}
.btn:link, .btn:visited {
  color: #fff;
}
.btn:hover {
  background: #bb8249;
  background-color: var(--btnHoverPrimary);
  text-decoration: none;
}
.btn--gray {
  background-color: var(--Gray);
  color: #222;
}
.btn--gray:link, .btn--gray:visited {
  color: #222;
}
.btn--gray:hover {
  background: var(--btnHoverDarkLight);
}
.btn--light {
  background: #f8f4f4;
  background: var(--primaryLightest);
  border: 1px solid #ebe8e8;
  color: #222;
}
.btn--light:link, .btn--light:visited {
  color: #222;
}
.btn--light:hover {
  background: #ece1e1;
  background: var(--btnHoverLight);
}
.btn--white {
  background: white;
  border: 1px solid var(--Gray);
  color: #222;
}
.btn--white:link, .btn--white:visited {
  color: #222;
}
.btn--white:hover {
  background: white;
}
.btn--dark {
  background: #2e3551;
  color: #fff;
}
.btn--dark:hover {
  background: #514a54;
}
.btn--ghost {
  background: #f1f1f2;
  border: 1px solid #bbbdbf;
  color: #2e3551;
}
.btn--ghost:link {
  color: #2e3551;
}
.btn--ghost:visited {
  color: #2e3551;
}
.btn--ghost:hover {
  background: #dfdfdf;
}
.btn--line {
  background: #f8f4f4;
  border: 1px solid #ddd;
  color: #2e3551;
}
.btn--line:link {
  color: #2e3551;
}
.btn--line:visited {
  color: #2e3551;
}
.btn--line:hover {
  background: #ece1e1;
}
.btn--small {
  font-size: 12px;
  width: 130px;
  height: 30px;
  line-height: 30px;
  margin-top: 8px;
}
.btn--mini {
  font-size: 12px;
  width: 50px;
  height: 30px;
  line-height: 30px;
}
.btn--full {
  width: 100%;
}
.btn--medium {
  padding: 0 15px;
}
.btn:disabled, .btn.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.btn.a-disabled {
  pointer-events: none;
  opacity: 0.3;
}
.btn-share--fb, .btn-share--fb-white-square, .btn-share--tw, .btn-share--ln, .btn-share--ml, .btn-share--wg, .btn-share--copy {
  display: block;
  position: relative;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  line-height: 42px;
  height: 44px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: none;
  border: 0px;
}
.btn-share--fb::before, .btn-share--fb-white-square::before, .btn-share--tw::before, .btn-share--ln::before, .btn-share--ml::before, .btn-share--wg::before, .btn-share--copy::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 20px;
  margin-right: 8px;
}
.btn-share--fb:hover, .btn-share--fb-white-square:hover, .btn-share--tw:hover, .btn-share--ln:hover, .btn-share--ml:hover, .btn-share--wg:hover, .btn-share--copy:hover {
  opacity: 0.8;
}
.btn-share--fb {
  background-color: #3a5695;
  color: #fff;
}
.btn-share--fb:hover {
  background: #3a5695;
}
.btn-share--fb::before {
  background: url("/images/icon-facebook.svg") no-repeat center/contain;
}
.btn-share--fb-white-square {
  line-height: 52px;
  height: 56px;
  background-color: #3a5695;
  color: #fff;
}
.btn-share--fb-white-square:hover {
  background: #3a5695;
}
.btn-share--fb-white-square::before {
  margin: 0;
  width: 56px;
  height: 56px;
  background: url("/images/icon-facebook-white-square.svg") no-repeat center/contain;
}
.btn-share--tw {
  line-height: 52px;
  height: 56px;
  background-color: #55acee;
  color: #fff;
}
.btn-share--tw:hover {
  background: #55acee;
}
.btn-share--tw::before {
  margin: 0;
  width: 33px;
  height: 27px;
  background: url("/images/icon-twitter.svg") no-repeat center/contain;
}
.btn-share--ln {
  line-height: 52px;
  height: 56px;
  background-color: #6dc02d;
  color: #fff;
}
.btn-share--ln:hover {
  background: #6dc02d;
}
.btn-share--ln::before {
  margin: 0;
  width: 56px;
  height: 56px;
  background: url("/images/icon-line-2.svg") no-repeat center/contain;
}
.btn-share--ml {
  background: var(--darkLightest);
  color: var(--dark);
}
.btn-share--ml:hover {
  background-color: var(--btnHoverDarkLight);
}
.btn-share--ml::before {
  width: 24px;
  height: 24px;
  background: url("/images/icon-mail.svg") no-repeat center/contain;
}
.btn-share--ml:link {
  color: var(--dark);
}
.btn-share--ml:visited {
  color: var(--dark);
}
.btn-share--wg {
  background: var(--darkLightest);
  color: var(--dark);
}
.btn-share--wg:hover {
  background-color: var(--btnHoverDarkLight);
}
.btn-share--wg::before {
  width: 24px;
  height: 24px;
  background: url("/images/icon-code.svg") no-repeat center/contain;
}
.btn-share--wg:link {
  color: var(--dark);
}
.btn-share--wg:visited {
  color: var(--dark);
}
.btn-share--copy {
  background: var(--darkLightest);
  color: var(--dark);
}
.btn-share--copy:hover {
  background-color: var(--btnHoverDarkLight);
}
.btn-share--copy::before {
  width: 24px;
  height: 24px;
  background: url("/images/icon-link.svg") no-repeat center/contain;
}
.btn-share--copy:link {
  color: var(--dark);
}
.btn-share--copy:visited {
  color: var(--dark);
}
.btn-admin {
  display: inline-block;
  background: #2e3551;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  height: 44px;
  line-height: 44px;
  padding: 0 25px;
}
.btn-admin.icon-download::before {
  content: "";
  background: url(../images/icon-download-2.svg) no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  top: -3px;
}
.btn-purchase-complete {
  margin-bottom: 10px;
}
.btn-purchase-complete .btn-label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}
.btn-purchase-complete .btn-label-tlist:before {
  content: '';
  display: inline-block;
  background: url('/images/icon-ticketlist.svg') center/contain no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.btn-purchase-complete .btn-label-pdf:before {
  content: '';
  display: inline-block;
  background: url('/images/icon-download-2_blue.svg') center/contain no-repeat;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
.btn-purchase-complete .btn-label-howto:before {
  content: '';
  display: inline-block;
  background: url('/images/icon-question.svg') center/contain no-repeat;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.btn-purchase-complete .btn-label-lottery {
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 74px;
  text-decoration: none;
}
.btn-purchase-complete .btn-label-lottery:before {
  content: '';
  display: inline-block;
  background: url('/images/icon-ticket.svg') center/contain no-repeat;
  width: 43px;
  height: 37px;
  margin-top: 14px;
  margin-right: 15px;
}
.tags {
  margin-top: -7px;
}
.tags span.tag {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 12px;
  color: #4a4a4a;
  letter-spacing: 1.09px;
  font-weight: bold;
  padding: 0 8.5px;
}
.form-password-area {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.form-password-area.on-focus {
  border: 2px solid #1a73e8;
}
.form-password-area .input-oneline {
  border: none;
}
.form-password-area .input-oneline:focus {
  outline: 0;
}
.close-btn {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
}
.close-btn::after, .close-btn:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  margin-top: -1px;
  margin-left: -9px;
  background: #fff;
  transform: rotate(-45deg);
}
.close-btn::after {
  transform: rotate(45deg);
}
.close-btn--g::after, .close-btn--g:before {
  background: #989898;
}
.close-btn-gray::after, .close-btn-gray:before {
  background: #999;
}
.close-btn-wrap {
  position: absolute;
  cursor: pointer;
}
.close-btn-svg {
  width: 15px;
  height: 15px;
  background: url("/images/btn-close.svg");
}
.btn-q {
  display: inline-block;
  background: url(/images/icon-q.png) center / contain no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-left: 5px;
}
.btn-q a {
  display: inline-block;
}
.btn-edit {
  display: inline-block;
  background: #f1f1f2;
  border: 1px solid #bbbdbf;
  width: 50px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  margin-left: 24px;
}
.balloon {
  position: relative;
  background: #fff;
  padding: 12px 12px;
  border: 1px solid #dedede;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  font-size: 12px;
  color: #222;
  letter-spacing: 0;
  line-height: 15px;
}
.balloon-wrap {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -15px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.balloon-wrap--active {
  opacity: 1;
  pointer-events: auto;
}
.balloon:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  left: calc(50% - 3px);
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.pull-down {
  position: relative;
}
.pull-down-list {
  position: absolute;
  height: 0;
  overflow: hidden;
  pointer-events: none;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: #fff;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.pull-down-list > li {
  padding: 11px 20px;
}
.pull-down-list > li a {
  text-decoration: none;
  display: block;
}
.pull-down-list > li:hover {
  background: rgba(205, 149, 94, 0.2);
}
.pull-down-cb:checked + ul, .pull-down div {
  height: auto;
  pointer-events: auto;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background: #fff;
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ W3', 'メイリオ', system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  color: #222;
  letter-spacing: 0.26px;
  line-height: 21px;
  font-weight: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
/* height:100vh にしてもアドレスバーがあると下が隠れる対応 support iOS */
html {
  height: -webkit-fill-available;
}
body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
* {
  box-sizing: border-box;
}
.main {
  overflow-x: hidden;
}
.admin-wrapper {
  background: var(--GroupBgColor, #f9f9f9);
  overflow-x: hidden;
}
.admin-contents {
  margin-top: var(--GroupHeaderHeight);
  padding-bottom: 80px;
}
@media screen and (min-width: 601px) {
  .admin-contents {
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% - var(--GroupSideMenuWidth));
    margin-left: auto;
    transition: width 0.3s;
  }
}
@media screen and (max-width: 600px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 568px) and (orientation: landscape) {
  .sp-only {
    display: none !important;
  }
}
/*width 600px以下、360px以上*/
@media screen and (min-width: 601px) {
  .sp-m-only {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  .sp-m-only {
    display: none !important;
  }
}
/*360px以下*/
@media screen and (min-width: 601px) {
  .sp-s-only {
    display: none !important;
  }
}
@media screen and (min-width: 376px) and (max-width: 600px) {
  .sp-s-only {
    display: none !important;
  }
}
/*360px以上*/
@media screen and (max-width: 375px) {
  .sp-s-except {
    display: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
  color: inherit;
}
a:link {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
input, textarea, select, button {
  font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ W3', 'メイリオ', system-ui, sans-serif;
}
input[type="button"] {
  display: none;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: var(--BlackText);
}
button:focus-visible {
  outline: var(--primary) auto 1px;
}
button[type="submit"] {
  display: block;
  background: #cd955e;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-align: center;
  line-height: 44px;
  height: 44px;
  width: 100%;
  border-radius: 3px;
  cursor: pointer;
}
button[type="submit"]:link {
  color: #fff;
}
button[type="submit"]:visited {
  color: #fff;
}
h2 {
  font-size: 22px;
  color: var(--dark);
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1;
}
h2.lines {
  line-height: 1.5;
}
h5 {
  font-size: 14px;
  color: var(--primary);
  letter-spacing: 1px;
  font-weight: bold;
  padding-bottom: 10px;
}
select {
  color: var(--BlackText);
}
.event-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  word-break: break-all;
}
.event-title--small {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
}
.event-title--thin {
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 24px;
}
.event-title--large {
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 33px;
}
.txt-heading {
  font-size: 14px;
  font-weight: bold;
  color: #f9f9f9;
  letter-spacing: 0;
  line-height: 22px;
}
.txt-m {
  font-size: 16px;
  color: #222;
  letter-spacing: 0;
  line-height: 27px;
  font-weight: 300;
}
.txt-s {
  font-size: 14px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0;
  line-height: 21px;
}
.txt-s2 {
  font-size: 13px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0;
  text-align: center;
}
.txt-at {
  font-size: 12px;
  font-weight: 300;
  color: #4a4a4a;
  letter-spacing: 1px;
  text-align: center;
}
.txt-sn {
  font-size: 12px;
  font-weight: 300;
  color: #858585;
  letter-spacing: 0;
  line-height: 18px;
}
.txt-status {
  font-size: 14px;
  color: #82bc69;
  letter-spacing: 0;
  font-weight: 300;
}
.txt-status--not {
  color: #858585;
}
.txt-caution {
  color: #d86868;
}
.required-asterisk {
  color: #e64557;
  font-size: 24px;
  line-height: 20px;
  vertical-align: bottom;
}
.nl {
  margin-top: 1.8em;
}
.error-message {
  font-size: 12px;
  font-weight: 300;
  color: #c00;
}
.message.success {
  padding-left: 30px;
  height: 54px;
  background: #82bc69;
  line-height: 54px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}
.message.error {
  color: #c00;
}
.message.txt-al {
  text-align: left;
}
.message.color-red {
  text-align: left;
  color: #d86868;
}
.message-block__attention {
  margin: 0 0 24px;
  padding: 16px;
  background: var(--ErrorLightest2);
  color: var(--Error);
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
}
.container {
  padding: 0 clamp(8px, 2%, 20px);
  margin: 0 auto;
  max-width: 600px;
}
.container > :last-child {
  margin-bottom: 30px;
}
.container-l {
  padding: 0 15px;
  margin: 0 auto;
  max-width: 600px;
}
@media screen and (min-width: 601px) {
  .container-l {
    max-width: 1000px;
    padding: 0 40px;
  }
}
@media screen and (min-width: 601px) {
  .container-l-pc {
    margin: 0 auto;
    max-width: 780px;
    padding: 0 40px;
  }
}
.container-admin {
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .container-admin {
    padding: 0;
  }
}
.hide {
  display: none;
}
.d-flex {
  display: flex;
}
.txt-leaved:before {
  display: inline-block;
  content: '';
  background: url('/images/ok-gray.png') center/contain no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
  line-height: 1.4;
}
.txt-checked:before {
  display: inline-block;
  content: '';
  background: url('/images/ok.png') center/contain no-repeat;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 3px;
  line-height: 1.4;
}
.qr-code {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.qr-code .txt-link:before {
  display: block;
  content: ' ';
  clear: both;
  font-size: 1px;
}
ul.list-notification {
  padding: 0 0 0 1em;
  margin: 0;
  margin-left: 1em;
}
ul.list-notification li {
  padding-top: 15px;
  list-style-type: none;
}
ul.list-notification li:before {
  margin-left: -1em;
  content: "※";
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.question-block {
  font-size: 16px;
  margin-bottom: 10px;
}
.question-block .faq-check {
  display: none;
}
@media screen and (max-width: 600px) {
  .question-block {
    font-size: 14px;
  }
}
.question-block .label-faq-check {
  position: relative;
  padding: 10px 25px 10px 10px;
  background: #ebe8e8;
  color: #222;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 600px) {
  .question-block .label-faq-check {
    margin-bottom: 5px;
  }
}
.question-block .label-faq-check:after {
  content: ' ';
  position: absolute;
  top: 38%;
  right: 4px;
  width: 0.5em;
  height: 0.5em;
  margin: 0 0.5em;
  border-bottom: 3px solid #979797;
  border-right: 3px solid #979797;
  transform: rotate(45deg);
}
.question-block--answer {
  display: none;
  padding: 15px 0 15px 10px;
}
@media screen and (max-width: 600px) {
  .question-block--answer {
    padding: 10px 0 10px 10px;
  }
}
.question-block .faq-check:checked + .label-faq-check:after {
  border-top: 3px solid #979797;
  border-left: 3px solid #979797;
  border-bottom: 0 solid #979797;
  border-right: 0 solid #979797;
}
.question-block .faq-check:checked + .label-faq-check + .question-block--answer {
  display: block;
  animation: show 1s linear 0s;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#toppage .section {
  padding: 100px 0;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .section {
    padding: 50px 0;
  }
}
#toppage .section .section-inner {
  width: 98%;
  max-width: 1020px;
  margin: 0 auto;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .section .section-inner {
    width: auto;
    padding: 0 20px;
  }
}
#toppage .section .section-ttl {
  margin-bottom: 50px;
  line-height: 35px;
  font-weight: bold;
  font-size: 35px;
  color: #222;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .section .section-ttl {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#toppage .section .section-ttl span {
  display: block;
  margin-bottom: 5px;
  font-size: 23px;
  line-height: 35px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .section .section-ttl span {
    font-size: 16px;
    line-height: 24px;
  }
}
#toppage .slick-list {
  padding: 0 0 25px;
}
#toppage .slick-prev, #toppage .slick-next {
  width: 19px;
  height: 19px;
}
#toppage .slick-prev:before, #toppage .slick-next:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 3.5px #2e3551;
  border-right: solid 3.5px #2e3551;
}
#toppage .slick-prev {
  left: -30px;
}
#toppage .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#toppage .slick-next {
  right: -30px;
}
#toppage .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#toppage .slick-dots {
  bottom: -25px;
}
#toppage .slick-dots li button {
  width: 14px;
  height: 14px;
}
#toppage .slick-dots li button:before {
  opacity: 1;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #2e3551;
  box-sizing: border-box;
}
#toppage .slick-dots li.slick-active button:before {
  background-color: #2e3551;
}
#toppage .slick-prev:before, #toppage .slick-next:before {
  opacity: 1;
  color: #2e3551;
}
#toppage .mainvisual-wrap {
  overflow: hidden;
}
#toppage .mainvisual {
  height: 719px;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  /*same as sp-l*/
  #toppage .mainvisual {
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 768px) {
  #toppage .mainvisual {
    background-size: cover;
    height: 480px;
  }
}
#toppage .mainvisual .mainvisual-inner {
  text-align: center;
  padding-top: 183px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .mainvisual .mainvisual-inner {
    padding-top: 101px;
  }
}
#toppage .mainvisual .mainvisual-inner .ttl {
  line-height: 60px;
  font-weight: bold;
  font-size: 45px;
  color: #fff;
  text-shadow: 0 0 17px #000722;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .mainvisual .mainvisual-inner .ttl {
    font-size: 25px;
    line-height: 37px;
  }
}
#toppage .mainvisual .mainvisual-inner .ttl span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 1.56px;
  font-size: 25px;
  line-height: 30px;
  color: #c89b70;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .mainvisual .mainvisual-inner .ttl span {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 21px;
  }
}
#toppage .mainvisual .mainvisual-inner .btn-area {
  width: 495px;
  margin: 45px auto 0;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .mainvisual .mainvisual-inner .btn-area {
    width: auto;
    max-width: 370px;
    margin-top: 35px;
    padding: 0 25px;
  }
}
#toppage .mainvisual .mainvisual-inner .btn-area .btn {
  width: 230px;
  display: inline-block;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .mainvisual .mainvisual-inner .btn-area .btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}
#toppage .mainvisual .mainvisual-inner .btn-area .btn-installation {
  margin-left: 30px;
  background: #709fd6;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .mainvisual .mainvisual-inner .btn-area .btn-installation {
    margin-left: 0;
    margin-top: 20px;
  }
}
#toppage .mainvisual .mainvisual-inner .btn-area .btn-installation:hover {
  background: #3c88d3;
}
.main-content-section {
  padding-top: 40px;
  width: 675px;
  margin: 0 auto;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .main-content-section {
    width: auto;
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  /*same as sp-l*/
  #toppage .sns-menu {
    position: fixed;
    top: 345px;
    right: 75px;
  }
}
@media screen and (max-width: 768px) {
  #toppage .sns-menu {
    z-index: 1;
    margin-left: 20px;
    position: fixed;
    bottom: 0;
  }
}
#toppage .sns-menu .sns-menu-list {
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .sns-menu .sns-menu-list {
    display: flex;
  }
}
#toppage .sns-menu .sns-menu-list li {
  margin-bottom: 20px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #toppage .sns-menu .sns-menu-list li {
    margin-right: 20px;
  }
}
#toppage .sns-menu .sns-menu-list li:hover {
  opacity: 0.6;
}
.contact-section {
  padding: 60px 0 80px;
}
@media screen and (max-width: 600px) {
  .contact-section {
    padding: 20px 20px 50px;
  }
}
.contact-section .contact-sub-section {
  text-align: center;
  text-align: -webkit-center;
}
.contact-section .contact-sub-section p {
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .contact-section .contact-sub-section p {
    margin-bottom: 20px;
  }
}
.contact-section .contact-sub-section .contact-btn {
  background: #2e3551;
  max-width: 300px;
}
.contact-section .contact-sub-section .contact-btn:hover {
  background: #272d44;
}
#main-content.top.mainvisual-section {
  width: 100%;
  overflow: hidden;
}
#main-content.top.mainvisual-section .mainvisual {
  background-size: cover;
  height: 582px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #main-content.top.mainvisual-section .mainvisual {
    background-size: cover;
    height: 360px;
    margin-bottom: 20px;
  }
}
#main-content.top.mainvisual-section .mainvisual-inner {
  text-align: center;
  padding-top: 330px;
  padding-left: initial;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #main-content.top.mainvisual-section .mainvisual-inner {
    text-align: center;
    padding-top: 135px;
    padding-left: 0%;
  }
}
#main-content.top.mainvisual-section .mainvisual-inner .page-ttl {
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 0 17px #000722;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #main-content.top.mainvisual-section .mainvisual-inner .page-ttl {
    font-size: 14px;
    line-height: 25px;
  }
}
#main-content.top.mainvisual-section .mainvisual-inner .ttl {
  line-height: 48px;
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  text-shadow: 0 0 17px #000722;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #main-content.top.mainvisual-section .mainvisual-inner .ttl {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }
}
#main-content.top.mainvisual-section .mainvisual-inner .sub-ttl {
  line-height: 60px;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 17px #000722;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  #main-content.top.mainvisual-section .mainvisual-inner .sub-ttl {
    font-size: 16px;
    line-height: 25px;
  }
}
.content_set1 {
  display: flex;
}
.content_set1 .wysiwyg_img {
  width: 50%;
}
.content_set1 .wysiwyg_img-2 {
  margin-left: 30px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .content_set1 .wysiwyg_img-2 {
    margin-left: 10px;
  }
}
.content_set2 {
  display: flex;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .content_set2 {
    flex-direction: column-reverse;
  }
}
.content_set2 .wysiwyg_img {
  width: 50%;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .content_set2 .wysiwyg_img {
    width: 100%;
  }
}
.content_set2 .wysiwyg_img-2 {
  margin-left: 30px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .content_set2 .wysiwyg_img-2 {
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.content_set3 {
  display: flex;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .content_set3 {
    display: revert;
  }
}
.content_set3 .wysiwyg_img {
  width: 50%;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .content_set3 .wysiwyg_img {
    width: 100%;
  }
}
.content_set3 .wysiwyg_img-2 {
  margin-left: 30px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .content_set3 .wysiwyg_img-2 {
    margin-top: 10px;
    margin-left: 0;
  }
}
.caption {
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}
.article {
  margin-bottom: 50px;
  line-height: 27px;
  font-size: 16px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .article {
    margin-bottom: 30px;
  }
}
.article strong {
  font-weight: bold;
}
.article p {
  margin-bottom: 20px;
}
.article a {
  color: #d1a179;
}
.article .interview {
  margin-left: 3em;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .article .interview {
    margin-left: 0px;
  }
}
.article .interview span.speaker {
  margin-left: -3em;
  font-weight: bold;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .article .interview span.speaker {
    margin-left: 0px;
  }
  .article .interview span.speaker:after {
    content: "\A";
    white-space: pre;
  }
}
.pc-hide {
  display: none;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .pc-hide {
    display: block;
  }
}
.sp-hide {
  display: block;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}
.large {
  font-size: 24px;
  line-height: 33px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .large {
    font-size: 20px;
    line-height: 1.5;
  }
}
.middle {
  font-size: 18px;
  line-height: 24px;
  /*same as sp-l*/
}
@media screen and (max-width: 768px) {
  .middle {
    font-size: 16px;
    line-height: 1.5;
  }
}
.small {
  font-size: 18px;
  line-height: 1.3em;
}
.minimum {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3em;
}
.module-main-content {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 40px;
  background: #e3ecf7;
}
.module-main-content *:focus {
  outline: 0;
}
.module-main-content .slick-list {
  padding: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .module-main-content .slick-list {
    padding: 0 10px 25px;
  }
}
.module-main-content .slick-prev, .module-main-content .slick-next {
  width: 19px;
  height: 19px;
}
.module-main-content .slick-prev:before, .module-main-content .slick-next:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 3.5px #2e3551;
  border-right: solid 3.5px #2e3551;
}
.module-main-content .slick-prev {
  left: -30px;
}
.module-main-content .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.module-main-content .slick-next {
  right: -30px;
}
.module-main-content .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-main-content .slick-dots {
  bottom: -25px;
}
.module-main-content .slick-dots li button {
  width: 14px;
  height: 14px;
}
.module-main-content .slick-dots li button:before {
  opacity: 1;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #2e3551;
  box-sizing: border-box;
}
.module-main-content .slick-dots li.slick-active button:before {
  background-color: #2e3551;
}
.module-main-content .slick-prev:before, .module-main-content .slick-next:before {
  opacity: 1;
  color: #2e3551;
}
@media screen and (max-width: 768px) {
  .module-main-content .section-inner {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .module-main-content .section-ttl {
    padding: 0 20px;
  }
}
.module-main-content .main-content-slider-area {
  height: 422px;
}
@media screen and (min-width: 601px) {
  .module-main-content .main-content-slider-area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .module-main-content .main-content-slider-area {
    height: auto;
  }
}
.module-main-content .main-content-slider-area .main-content-box {
  width: 502px;
  height: auto;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
}
.module-main-content .main-content-slider-area .main-content-box:focus {
  outline: 0;
}
@media screen and (max-width: 768px) {
  .module-main-content .main-content-slider-area .main-content-box {
    width: auto;
    height: auto;
    min-height: 394px;
    margin: 0 10px;
  }
}
.module-main-content .main-content-slider-area .main-content-box .txt-area {
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .module-main-content .main-content-slider-area .main-content-box .txt-area {
    padding: 15px;
  }
}
.module-main-content .main-content-slider-area .main-content-box .txt {
  line-height: 27px;
  letter-spacing: -0.018rem;
  font-size: 16px;
}
.module-main-content .main-content-slider-area .main-content-box .btn {
  width: 270px;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  .module-main-content .main-content-slider-area .main-content-box .btn {
    width: auto;
    height: 40px;
    line-height: 40px;
  }
}
.module-main-content .main-content-slider-area .main-content-box .img-area {
  position: relative;
  height: 206px;
  width: 100%;
  max-width: 490px;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 768px) {
  .module-main-content .main-content-slider-area .main-content-box .img-area {
    width: auto;
    height: 172px;
  }
}
.module-main-content .main-content-slider-area .main-content-box .img-area img {
  position: relative;
  opacity: 0.75;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.module-main-content .main-content-slider-area .main-content-box .img-area img.main-content2 {
  height: 100%;
}
.module-main-content .main-content-slider-area .main-content-box .img-area .page-ttl {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: right;
  transform: translateY(-50%);
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .module-main-content .main-content-slider-area .main-content-box .img-area .page-ttl {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.module-main-content .main-content-slider-area .main-content-box .img-area.wide-image img {
  height: 100%;
  object-fit: cover;
}
.terms-head__title {
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: center;
}
.terms-inner {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 601px) {
  .terms-inner {
    padding-bottom: 50px;
    max-width: 900px;
  }
}
.terms-inner__heading {
  margin: 30px 0 10px;
  font-size: 18px;
}
.terms-inner__supplementary-provisions {
  margin-top: 30px;
  text-align: right;
}
@media screen and (min-width: 601px) {
  .terms-inner__supplementary-provisions {
    padding-top: 40px;
  }
}
.terms-inner ol.list-decimal {
  padding: 0 0 0 0;
  margin: 0;
}
.terms-inner ol.list-decimal li {
  padding-top: 15px;
  list-style-position: inside;
  list-style-type: decimal;
}
.terms-inner ol.list-parentheses {
  padding: 0 0 0 1em;
  margin: 0;
}
.terms-inner ol.list-parentheses li {
  padding-top: 15px;
  list-style-type: none;
  counter-increment: cnt;
}
.terms-inner ol.list-parentheses li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
.terms-inner dl {
  padding-top: 30px;
  margin: 0;
}
.terms-inner dt.square-black {
  list-style-type: none;
}
.terms-inner dt.square-black:before {
  display: marker;
  content: "■";
}
.terms-inner dt.square {
  padding-left: 1em;
  list-style-type: none;
}
.terms-inner dt.square:before {
  display: marker;
  content: "□";
}
.terms-inner dd {
  padding-left: 3em;
}
.terms-inner a {
  color: #cd955e;
}
.terms-inner p {
  padding: 0 0 0 1em;
  font-weight: 300;
}
.newspage-head .terms-head__title {
  font-size: 24px;
}
.newspage-footer.event-add {
  margin-bottom: 0;
}
#toppage #newspage-news.section {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  #toppage #newspage-news.section {
    padding-top: 25px;
  }
}
#newspage-news .newslist {
  margin-top: 0px;
}
@media screen and (max-width: 768px) {
  #newspage-news .newslist {
    margin-top: -5px;
  }
}
#newspage-news .newslist_item-container {
  position: relative;
  padding: 25px 30px 30px 30px;
  line-height: 27px;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 1px dashed #979797;
}
@media screen and (max-width: 768px) {
  #newspage-news .newslist_item-container {
    padding: 15px 0;
  }
}
#newspage-news .newslist_item-container:first-child {
  border-top: 1px dashed #979797;
}
#newspage-news .newslist_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#newspage-news .newslist_item_left {
  flex-basis: 90%;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #newspage-news .newslist_item_left {
    padding-left: 0px;
  }
}
#newspage-news .newslist_item_left_date {
  display: block;
  font-size: 11px;
  color: #d1a179;
  font-weight: 600;
  text-align: left;
}
#newspage-news .newslist_item_left_title {
  display: inline-block;
  font-size: 18px;
  color: #222;
  font-weight: 600;
  text-align: left;
  margin-top: 5px;
}
#newspage-news .newslist_item_content {
  font-size: 16px;
  color: #222;
  font-weight: 300;
  text-align: left;
  line-height: 30px;
  padding-left: 30px;
  padding-right: 10%;
  flex-basis: 100%;
  height: 0;
  margin-top: 0px;
  opacity: 0;
  transition: all 0.4s;
  overflow: hidden;
}
#newspage-news .newslist_item_btn_link {
  cursor: pointer;
  flex-basis: 10%;
  text-align: center;
}
#newspage-news .newslist_item_btn_link::after {
  content: '';
  display: inline-block;
  background: url("/organizer/images/cms/external-link.svg") center / contain no-repeat;
  width: 20px;
  height: 20px;
  line-height: 50px;
  margin: 0 0 5px 5px;
  vertical-align: middle;
}
#newspage-news .newslist_item_btn_detail {
  flex-basis: 5%;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s;
}
#newspage-news .newslist_item_btn_detail::before, #newspage-news .newslist_item_btn_detail::after {
  content: "";
  position: absolute;
  top: 0;
  height: 17px;
  border-left: 4px #2e3551 solid;
  border-radius: 2px;
  transition: all 0.5s;
}
#newspage-news .newslist_item_btn_detail::before {
  left: -5px;
  transform: rotate(315deg);
}
#newspage-news .newslist_item_btn_detail::after {
  left: 5px;
  transform: rotate(45deg);
}
#newspage-news .newslist_item input {
  display: none;
}
#newspage-news .newslist_item input:checked ~ .newslist_item_btn_detail::before {
  left: -5px;
  transform: rotate(225deg);
}
#newspage-news .newslist_item input:checked ~ .newslist_item_btn_detail::after {
  left: 5px;
  transform: rotate(135deg);
}
#newspage-news .newslist_item input:checked ~ .newslist_item_content {
  height: auto;
  margin-top: 50px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #newspage-news .newslist_item input:checked ~ .newslist_item_content {
    margin-top: 20px;
  }
}
#newspage-news .newslist_item input:checked ~ .newslist_item_content strong {
  font-weight: 700;
}
#newspage-news .newslist_item input:checked ~ .newslist_item_content a {
  color: #d1a179;
}
@media screen and (min-width: 601px) {
  #newspage-news .article-list {
    display: flex;
    flex-wrap: wrap;
  }
}
#newspage-news .article-list__item {
  margin-bottom: 40px;
  background: white;
  border-radius: 3px;
  transition: 0.3s;
}
@media screen and (min-width: 601px) {
  #newspage-news .article-list__item {
    width: calc((100% - 64px) / 3);
    margin-bottom: 56px;
    margin-left: 32px;
  }
  #newspage-news .article-list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  #newspage-news .article-list__item:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  }
  #newspage-news .article-list__item:hover .entry-title {
    color: #cd955e;
  }
}
#newspage-news .article-list__item a {
  text-decoration: none;
}
#newspage-news .article-list__item-inner .thumbnail img {
  height: 154px;
  width: 100%;
  object-fit: cover;
}
#newspage-news .article-list__item-inner .content {
  padding: 16px;
}
#newspage-news .article-list__item-inner .date {
  margin: 0 0 8px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  line-height: 24px;
}
#newspage-news .article-list__item-inner .lead {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 20px;
}
#newspage-news .article-list__item-inner .entry-title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
/*以下、mockup用*/
.mainvisual.newspage {
  height: 98px !important;
  background-image: none !important;
  background-color: #2e3551 !important;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mainvisual.newspage {
    border-bottom-right-radius: 2000px 300px;
    border-bottom-left-radius: 2000px 300px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual.newspage {
    background: #2e3551;
    height: 360px;
  }
}
.mainvisual.newspage p {
  color: white;
  font-size: 35px;
  font-weight: 600;
  padding-top: 32px;
}
.newslist-container {
  position: relative;
  width: 100%;
}
.pagination.newspage {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 50px;
}
.pagination.newspage a {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5em;
  color: #222;
  text-align: center;
}
.pagination.newspage a:hover {
  text-decoration: none;
}
.pagination.newspage a.pagination_active {
  color: #d8ad83;
}
.pagination.newspage_ellipsis {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ W3', 'メイリオ', system-ui, sans-serif;
  cursor: default;
  text-decoration: none;
}
.pagination.newspage_ellipsis:hover {
  text-decoration: none;
}
.news__pagination > ul {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.news__pagination > ul > li {
  margin: 0 6px;
}
.news__pagination > ul > li a, .news__pagination > ul > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 22px;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
}
.news__pagination > ul > li.current span {
  background-color: #cd955e;
  color: #fff;
}
.news__pagination > ul > li:hover a {
  background-color: rgba(205, 149, 94, 0.2);
}
span.page-numbers.current {
  background-color: #cd955e;
  color: #fff;
}
.reg-page {
  padding: 0 0 30px;
}
.reg-page__img-done {
  width: 26.4%;
  margin: 54px auto 40px;
}
.reg-page__img-pay-s {
  width: 78px;
  margin: 62px auto 40px;
}
.reg-page__text {
  margin: 20px 0 74px;
}
.reg-page__text--expired {
  margin-bottom: 52px;
}
.reg-page__inner h2 {
  text-align: center;
  line-height: normal;
}
.reg-page__left {
  text-align: left;
  margin-top: 27px;
}
.reg-page__left h2 {
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 20px;
}
.reg-page__reg-btn {
  margin-top: 20px;
}
.pay-s__text {
  margin-bottom: 120px;
}
.pay-s__back-btn {
  margin-top: 10px;
}
.footer {
  background: #2e3551;
  color: #fff;
  padding-bottom: 10px;
}
.footer-txt-link {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 300;
}
.footer-manager {
  height: 52.5px;
  border-bottom: 1px solid #969aa8;
}
.footer-manager__text {
  line-height: 52.5px;
  text-align: center;
}
.footer-credit {
  font-size: 11px;
  letter-spacing: 0;
  text-align: center;
  font-weight: 300;
  margin-top: 14px;
}
@media screen and (min-width: 601px) {
  .footer-credit {
    margin-top: 30px;
  }
}
@media screen and (min-width: 601px) {
  .footer-links {
    padding: 18px 0 0;
  }
}
.footer-links-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 8px;
}
@media screen and (min-width: 601px) {
  .footer-links-nav {
    margin-top: 0;
  }
}
.footer-links-nav__item {
  padding: 12px 18px 0;
}
@media screen and (min-width: 601px) {
  .footer-links-nav__item {
    padding: 12px 12px 0;
  }
}
.footer-links-share {
  text-align: center;
  margin-top: 26px;
}
@media screen and (min-width: 601px) {
  .footer-links-share {
    margin-top: 38px;
  }
}
.footer-links-share__item {
  display: inline-block;
  width: 30px;
}
.footer-links-share__item:last-child {
  margin-left: 40px;
}
.footer-links-share__item:hover {
  opacity: 0.6;
}
.footer-license {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .footer-license {
    font-size: 12px;
  }
}
.footer-license img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.header {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  height: 44px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 110;
}
.header--bl {
  background: #2e3551;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 100%;
}
@media screen and (min-width: 601px) {
  .header__inner {
    max-width: 940px;
    margin: 0 auto;
  }
}
.header__title img {
  height: 31px;
}
.header__title img:hover {
  opacity: 0.6;
}
.header-nav {
  list-style: none;
}
.header-nav__item {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  color: #34495e;
  margin-right: 12px;
}
@media screen and (min-width: 601px) {
  .header-nav__item {
    margin-right: 60px;
  }
}
.header-nav__item:nth-child(2) {
  margin-right: 0;
}
@media screen and (min-width: 601px) {
  .header-nav__item:nth-child(2) {
    margin-right: 30px;
  }
}
.header-nav__ticket {
  display: inline-block;
  background: #2e3551;
  width: 242px;
  height: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 44px;
}
.header input[type="checkbox"] {
  display: none;
}
.menu-btn {
  position: relative;
  width: 20px;
  height: 17px;
  cursor: pointer;
}
.menu-btn__bar {
  position: absolute;
  background: #2e3551;
  width: 20px;
  height: 3px;
  border-radius: 5px;
  left: 0;
}
.header--bl .menu-btn__bar {
  background: #fff;
}
.menu-btn__bar:nth-child(1) {
  top: 0;
}
.menu-btn__bar:nth-child(2) {
  top: calc(50% - 1.5px);
}
.menu-btn__bar:nth-child(3) {
  bottom: 0;
}
.menu-btn--new:after {
  position: absolute;
  content: '';
  background: #cd955e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: -5px;
  right: -5px;
}
#toppage .menu-btn__bar {
  background: #fff;
}
.header--bl #toppage .menu-btn__bar {
  background: #cd955e;
}
.header-ad {
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 61px;
  position: sticky;
  top: 0;
  z-index: 110;
}
@media screen and (max-width: 600px) {
  .header-ad {
    display: none;
  }
}
.header-ad input[type="checkbox"] {
  display: none;
}
.header-ad__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
  height: 100%;
}
.header-ad-pp {
  padding-left: 20px;
}
.header-ad-pp-list {
  position: absolute;
  z-index: 500;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 0;
  overflow: hidden;
  bottom: -5px;
  right: -1px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  display: none;
}
.header-ad-pp-list-block h5 {
  padding: 10px 20px 0px;
}
.header-ad-pp-list-block:last-child {
  border-top: 1px solid #dedede;
}
.header-ad-pp-list-block span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0;
  line-height: 20px;
}
.header-ad-pp-list-block .plus {
  position: relative;
  display: inline-block;
  background: #cd955e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 62px;
  margin-right: 8px;
}
.header-ad-pp-list-block .plus:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.header-ad-pp-list-block .plus:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.header-ad-pp-list-block_eventlist {
  overflow-y: scroll;
  height: 320px;
}
.header-ad-pp-list-item {
  padding: 11px 0;
}
.header-ad-pp-list-item:hover {
  background: rgba(205, 149, 94, 0.2);
}
.header-ad-pp-item {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}
.header-ad-pp-item__selected-dt {
  display: flex;
  align-items: center;
}
.header-ad-pp-item__selected-dt_date {
  font-size: 11px;
  font-weight: bold;
  color: #d1a179;
  letter-spacing: 0.5px;
}
.header-ad-pp-item__selected-dt_status {
  font-size: 11px;
  font-weight: 300;
  color: #909090;
  letter-spacing: 0;
  overflow: hidden;
  width: 60px;
  text-align: left;
  margin-left: 19px;
}
.header-ad-pp-item__selected-dt_status_active {
  color: #55ac2f;
}
.header-ad-pp-item__check {
  flex-basis: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 62px;
  margin-right: 10px;
}
.header-ad-pp-item__check_selected {
  background: #cd955e;
}
.header-ad-pp-item__check_selected:after {
  content: "";
  display: block;
  position: relative;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 3px;
}
.header-ad-pp-item__dt {
  flex-basis: 70%;
  overflow-x: hidden;
  flex-grow: 1;
}
.header-ad-pp-item__date {
  font-size: 11px;
  font-weight: bold;
  color: #d1a179;
  letter-spacing: 0.5px;
  margin-right: auto;
}
.header-ad-pp-item__title {
  font-size: 14px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0;
  line-height: 20px;
  word-break: break-all;
  padding-right: 20px;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
}
.header-ad-pp-item__title.selected {
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.header-ad-pp-item__status {
  font-size: 11px;
  font-weight: 300;
  color: #909090;
  letter-spacing: 0;
  line-height: 20px;
  overflow: hidden;
  margin-top: -1px;
  width: 60px;
  text-align: left;
}
.header-ad-pp-item__status_active {
  color: #55ac2f;
}
.header-ad-pp-items {
  position: relative;
  width: 50%;
  height: 48px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  background-color: #eaebee;
}
.header-ad-pp-items:hover {
  background-color: #d7d8db;
}
.header-ad-pp-items:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 6px 0 6px;
  border-color: #2e3551 transparent transparent transparent;
  right: 10px;
  top: calc(50% - 4px);
}
.header-ad-pp-item.as-link {
  padding: 0;
}
.header-ad-pp-item.as-link p {
  width: 100%;
}
.header-ad-pp-item.as-link p a {
  padding: 10px 20px;
  display: block;
  width: 100%;
  text-decoration: none;
}
.header-ad-pp-event {
  width: 224px;
}
.header-ad-pp-event .btn-event-add {
  position: relative;
  padding-left: 25px;
  color: #222;
  background-color: #f5eadf;
}
.header-ad-pp-event .btn-event-add:after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url("/images/icon-add.svg") left top / contain no-repeat;
}
.header-ad-or-list {
  display: none;
  position: absolute;
  z-index: 500;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 0;
  overflow: hidden;
  bottom: -5px;
  right: -1px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.header-ad-or-list-block h5 {
  padding: 20px 20px 10px;
}
.header-ad-or-list-block:last-child {
  border-top: 1px solid #dedede;
}
.header-ad-or-list-block span {
  vertical-align: middle;
}
.header-ad-or-list-block_grouplist {
  overflow-y: scroll;
  height: 327px;
}
.header-ad-or-list-block .plus {
  position: relative;
  display: inline-block;
  background: #cd955e;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 62px;
  margin-right: 8px;
}
.header-ad-or-list-block .plus:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.header-ad-or-list-block .plus:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
}
.header-ad-or-list-item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.header-ad-or-list-item:hover {
  background: rgba(205, 149, 94, 0.2);
}
.header-ad-or-list-item.as-group-link {
  padding: 0;
}
.header-ad-or-list-item.as-group-link a {
  padding: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
}
.header-ad-or-list-item.as-link {
  padding: 0;
}
.header-ad-or-list-item.as-link p {
  width: 100%;
}
.header-ad-or-list-item.as-link p a {
  padding: 20px;
  display: block;
  width: 100%;
  text-decoration: none;
}
.header-ad-or-list__icon {
  position: relative;
  width: 33px;
  height: 33px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.header-ad-or-list__icon img {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.header-ad-or-item {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.header-ad-or-item__title {
  width: 80%;
}
.header-ad-or-item__title > p {
  font-size: 14px;
  font-weight: 300;
  color: #222;
  letter-spacing: 0;
  line-height: 20px;
  width: 100%;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-ad-or-item__status {
  min-width: 3em;
  font-size: 12px;
  font-weight: 300;
  color: #858585;
  letter-spacing: 0;
  margin-left: auto;
}
.header-ad-or-item__check {
  flex-basis: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 62px;
  margin-right: 10px;
}
.header-ad-or-item__check_selected {
  background: #cd955e;
}
.header-ad-or-item__check_selected:after {
  content: "";
  display: block;
  position: relative;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 5px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 3px;
}
.header-ad-or-items {
  position: relative;
  width: 30%;
  height: 48px;
  margin: 0 20px 0 auto;
  padding: 0 50px 0 20px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  cursor: pointer;
  background-color: #eaebee;
}
.header-ad-or-items.selected > p {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header-ad-or-items:hover {
  background-color: #d7d8db;
}
.header-ad-or-items:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 30px;
  top: 0px;
  right: 0px;
  border-radius: 3px;
  background-color: #2e3551;
  background-image: url('/images/account-switch-arrow.svg');
}
.header-ad-or-items:hover:after {
  background-color: #272d44;
}
.header-ad__cog {
  margin-right: 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.header-ad__cog img:hover {
  opacity: 0.6;
}
.header-ad-as-list {
  z-index: 1000;
  width: 150px;
  bottom: 0px;
}
.header-admin-pp-btn:checked + .header-ad-pp-list {
  display: block;
  height: auto;
}
.header-admin-or-btn:checked + .header-ad-or-list {
  display: block;
  height: auto;
}
.side-menu-ad {
  background: #2e3551;
  width: 170px;
  min-width: 165px;
  height: 100%;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 600px) {
  .side-menu-ad {
    width: 100%;
    height: 44px;
    min-height: 1px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 110;
  }
}
.side-menu-ad__title {
  height: 60.5px;
  line-height: 60.5px;
  border-bottom: 1px solid #575b6d;
}
@media screen and (max-width: 600px) {
  .side-menu-ad__title {
    height: 44px;
    line-height: 44px;
    margin: -2px 0 0 15px;
    border-bottom: none;
  }
}
.side-menu-ad__title img {
  margin-top: 8px;
  margin-bottom: 8px;
  position: relative;
  max-width: 80px;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 600px) {
  .side-menu-ad__title img {
    width: auto;
    height: 31px;
    margin: 0;
    left: 0;
    transform: translate(0);
  }
}
.side-menu-ad__title a:hover {
  opacity: 0.6;
}
.side-menu-ad input[type=checkbox] {
  display: none;
}
.side-menu-ad-block {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #575b6d;
}
.side-menu-ad-block:last-child {
  border: none;
}
.side-menu-ad-block__inner {
  padding: 0 20px 23px;
}
.side-menu-ad .menu-btn-ad {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 20px;
  height: 17px;
  cursor: pointer;
}
.side-menu-ad .menu-btn__bar {
  background: #fff;
}
.side-menu-ad-pp-list {
  z-index: 500;
  border-radius: 2px;
  overflow: hidden;
  height: 0;
  transition: 0.8s;
}
.side-menu-ad-pp-list-item:hover {
  background: rgba(205, 149, 94, 0.2);
}
.side-menu-ad-pp-list-head {
  position: relative;
  width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-menu-ad-pp-list-head:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0;
  border-color: #d1a179 transparent transparent;
  right: 10px;
  top: calc(50% - 4px);
}
.side-menu-ad-pp-item {
  padding: 0 20px;
}
.side-menu-ad-pp-item__date {
  font-size: 11px;
  font-weight: bold;
  color: #d1a179;
  letter-spacing: 0.5px;
  margin-right: auto;
}
.side-menu-ad-pp-item__title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  line-height: 20px;
  word-break: break-all;
  padding: 0 15px 10px 0;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-menu-ad-pp-item__s-title {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  word-break: break-all;
  padding: 0 0 10px 0;
  margin-right: auto;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-menu-ad-pp-event {
  padding: 10px 0;
  position: relative;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
}
.side-menu-ad-pp-event a:before {
  display: inline-block;
  content: '';
  background: url("/images/sm-plus.png") center / contain no-repeat;
  width: 23px;
  height: 19px;
  line-height: 23px;
  margin: 0 14px 0 0;
  vertical-align: middle;
}
.side-menu-ad-pp-event:hover {
  background: rgba(205, 149, 94, 0.2);
}
.side-menu-ad-or-list {
  z-index: 500;
  border-radius: 2px;
  overflow: hidden;
  height: 0;
  transition: 0.8s;
  padding: 0 20px;
}
.side-menu-ad-or-list-head {
  position: relative;
  width: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.side-menu-ad-or-list-head:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0;
  border-color: #d1a179 transparent transparent;
  right: 10px;
  top: calc(50% - 4px);
}
.side-menu-ad-or-list-item:hover {
  background: rgba(205, 149, 94, 0.2);
}
.side-menu-ad-or-list__item__group-name {
  padding: 0 20px 10px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  word-break: break-all;
  color: #fff;
}
.side-menu-ad-or-list__item__group-link {
  height: 50px;
  position: relative;
}
.side-menu-ad-or-list__item__group-link a {
  display: flex;
  width: 100%;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.side-menu-ad-or-list__item__title {
  font-size: 12px;
  font-weight: 100;
  color: #fff;
}
.side-menu-ad-nav {
  margin-top: 2px;
  padding-bottom: 200px;
  position: relative;
  min-height: calc(100vh - 59px);
}
@media screen and (max-width: 600px) {
  .side-menu-ad-nav {
    margin-top: 0;
    padding-bottom: 0px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 130;
    width: 0;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 44px;
    background-color: #2e3551;
  }
}
@media screen and (max-width: 600px) {
  .side-menu-ad-nav__contents {
    overflow: scroll;
    overflow-x: hidden;
    max-height: calc(100% - 44px);
  }
}
@media screen and (min-width: 601px) {
  .side-menu-ad-nav__contents__bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
  }
}
.side-menu-ad-nav__banner {
  margin-top: -2px;
  margin-bottom: 2px;
}
.side-menu-ad-nav__item {
  position: relative;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 40px;
  text-align: left;
  padding-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-menu-ad-nav__item a {
  display: block;
  text-decoration: none;
}
.side-menu-ad-nav__item:hover {
  background: rgba(205, 149, 94, 0.2);
}
.side-menu-ad-nav__item--active {
  padding-left: 30px;
  background: rgba(205, 149, 94, 0.2);
}
.side-menu-ad-nav__item--active:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #cd955e;
  width: 5px;
  height: 100%;
  top: 0;
  right: 0;
}
@media screen and (max-width: 600px) {
  .side-menu-ad-nav__item--active:after {
    left: 0;
  }
}
.side-menu-ad-nav__item h5 {
  padding-bottom: 10px;
  height: 40px;
}
@media screen and (max-width: 600px) {
  .side-menu-ad-nav__item .sp-only {
    display: none;
  }
}
.side-menu-ad-nav__item.disabled {
  opacity: 0.4;
  color: #fff;
  pointer-events: none;
}
.side-menu-ad-nav__item__heading {
  color: #8c96c0;
  font-size: 10px;
  font-weight: 600;
  height: 35px;
  line-height: 45px;
  pointer-events: none;
}
.side-menu-ad-nav__item__tab {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 32px;
  padding-left: 41px;
}
.side-menu-ad-nav__item__tab.active {
  color: #cd955e;
}
.side-menu-ad-nav .qa-icon a:after {
  display: inline-block;
  content: '';
  background: url("/images/external-link.svg") center / contain no-repeat;
  width: 13px;
  height: 13px;
  line-height: 50px;
  margin: 0 0 5px 5px;
  vertical-align: middle;
}
.side-menu-ad-nav .new-section {
  border-top: 1px solid #575b6d;
}
.side-menu-btn-ad:checked ~ .side-menu-ad-nav {
  width: 241px;
}
.side-menu-admin-pp-btn:checked + .side-menu-ad-pp-list {
  height: auto;
}
.side-menu-admin-or-btn:checked + .side-menu-ad-or-list {
  height: auto;
}
.list-more {
  padding: 0 20px 20px;
  width: 260px;
}
.list-more a {
  font-size: 12px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 600px) {
  .list-more:hover {
    background: rgba(205, 149, 94, 0.2);
  }
}
.list-more .btn-more-light {
  background: #eaebee;
  color: #2e3551;
}
.list-more .btn-more-light:hover {
  background-color: #d7d8db;
}
@media screen and (max-width: 600px) {
  .list-more .btn-more-light {
    background: #2e3551;
    color: #fff;
  }
  .list-more .btn-more-light:hover {
    background: rgba(205, 149, 94, 0.2);
  }
}
.site-footer {
  background-color: #fff;
  border-top: #ddd 1px solid;
}
.site-footer .copyright {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .site-footer .copyright {
    text-align: center;
  }
}
.site-footer__inner {
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
@media screen and (max-width: 600px) {
  .site-footer__inner {
    width: auto;
    padding: 40px 16px;
  }
  .sns-menu ~ .site-footer .site-footer__inner {
    margin-bottom: 30px;
  }
}
.site-footer__sitemap {
  padding-bottom: 24px;
  border-bottom: 1px dashed #979797;
}
@media screen and (min-width: 601px) {
  .site-footer__sitemap {
    display: flex;
  }
}
.site-footer__sitemap > dl {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .site-footer__sitemap > dl {
    width: calc(100% - 40px / 3);
    margin-bottom: 0;
    margin-left: 20px;
  }
  .site-footer__sitemap > dl:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .site-footer__sitemap > dl + dl {
    margin-top: 50px;
  }
}
.site-footer__sitemap > dl dt {
  color: #cd955e;
  margin-bottom: 20px;
  font-weight: bold;
}
.site-footer__sitemap > dl li:not(:first-child) {
  margin-top: 10px;
}
.site-footer__bottom {
  padding: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .site-footer__bottom {
    margin: 0 calc(50% - 50vw);
    padding: 24px 16px;
    display: block;
  }
}
.site-footer__bottom .project-39works {
  padding: 16px;
  border-radius: 2px;
  background-color: #ebe8e8;
  display: flex;
}
.site-footer__bottom .project-39works > .img {
  flex: 0 0 100px;
  margin-right: 16px;
}
.site-footer__bottom .project-39works > .txt {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .site-footer__bottom .project-39works {
    margin-bottom: 24px;
    display: block;
  }
  .site-footer__bottom .project-39works > .img {
    width: 100px;
    margin: 0 auto 18px;
  }
}
.site-footer__bottom .docomo-startup {
  padding: 16px;
  border-radius: 2px;
  background-color: #ebe8e8;
}
@media screen and (min-width: 601px) {
  .site-footer__bottom .docomo-startup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px 24px;
  }
}
.site-footer__bottom .docomo-startup .logo {
  display: grid;
  place-items: center;
  width: auto;
  height: 64px;
  margin: 0 auto 16px;
  background: white;
  line-height: 1;
}
.site-footer__bottom .docomo-startup .logo img {
  width: 200px;
}
@media screen and (min-width: 601px) {
  .site-footer__bottom .docomo-startup .logo {
    flex: 1 0 auto;
    width: 179px;
    height: 47px;
    margin: 0;
  }
  .site-footer__bottom .docomo-startup .logo img {
    width: 146px;
  }
}
.site-footer__bottom .docomo-startup .txt {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .site-footer__bottom .docomo-startup .txt {
    flex: 1 1 50%;
  }
}
.site-footer__bottom .license {
  display: flex;
}
.site-footer__bottom .license .jasrac-logo {
  flex: 0 0 62px;
  margin-right: 12px;
}
.site-footer__bottom .license > ul {
  font-size: 12px;
  line-height: 1.25;
}
.site-footer__bottom .pmark {
  flex: 0 0 auto;
  width: 62px;
}
@media screen and (min-width: 601px) {
  .site-footer__bottom-left {
    flex: 1 1 auto;
  }
}
.site-footer__bottom-right {
  display: flex;
  justify-content: center;
  flex: 0 0 auto;
  width: calc(62px + 24px + 194px);
  gap: 24px;
  margin: 24px auto 0;
}
@media screen and (min-width: 601px) {
  .site-footer__bottom-right {
    margin: 0;
  }
}
#isPreview .site-footer a {
  pointer-events: none;
}
.site-footer-mini {
  border-top: #ddd 1px solid;
}
.site-footer-mini__inner {
  display: flex;
  justify-content: center;
  padding: 24px 0;
}
.site-footer-mini__inner .copyright {
  margin: 0 0 0 24px;
}
@media screen and (min-width: 601px) {
  .site-footer-mini__inner .copyright {
    margin-left: 48px;
  }
}
.site-header {
  height: 60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 110;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  /* IE10以上 */
  .site-header {
    height: 44px;
  }
}
@media (-ms-high-contrast: none) {
  .site-header {
    position: relative;
  }
}
.site-header svg {
  width: 24px;
  height: 24px;
}
.site-header svg path {
  fill: #2e3551;
}
.site-header__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 110;
  position: relative;
  padding: 0 90px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  .site-header__inner {
    padding: 0 14px;
  }
}
.site-header__back {
  padding: 10px;
  border-radius: 3px;
  font-size: 12px;
}
.site-header__back:hover {
  text-decoration: none;
  font-weight: bold;
}
.site-header__back:before {
  content: '';
  display: inline-block;
  background: url("/organizer/data/2021/04/back-arrow.png") center / contain no-repeat;
  width: 6px;
  height: 10px;
  margin-right: 10px;
}
.site-header__logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 91px;
  height: 29px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .site-header__logo {
    width: 74px;
    height: 23px;
  }
}
.site-header__logo img:hover {
  opacity: 0.6;
}
.section-inner {
  width: 98%;
  max-width: 1020px;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .section-inner {
    width: auto;
    padding: 0 20px;
  }
}
.section-ttl {
  margin-bottom: 50px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 24px;
  color: #222;
}
.section-ttl .txt-small {
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .section-ttl .txt-small {
    font-size: 16px;
  }
}
.section-ttl.line-dots {
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .section-ttl.line-dots {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .section-ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.section-body {
  margin: 0 auto 30px;
  max-width: 680px;
}
.about_link-section {
  background: #2e3551;
  background: linear-gradient(20deg, rgba(243, 243, 243, 1) 60%, rgba(46, 53, 81, 1) 60.1%);
}
@media screen and (min-width: 901px) {
  .about_link-section {
    background: linear-gradient(3deg, rgba(243, 243, 243, 1) 50%, rgba(46, 53, 81, 1) 50.1%);
  }
}
.about_link-section .about_link {
  padding-left: 20px;
  padding-right: 20px;
}
.about_link-section .about_link__wrapper {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 901px) {
  .about_link-section .about_link__wrapper {
    padding-top: 60px;
    padding-bottom: 55px;
  }
}
.about_link-section .about_link__header p {
  color: #fff;
  font-size: 14px;
  line-height: 1.42;
  font-weight: 500;
  margin-bottom: 16px;
}
.about_link-section .about_link__header .title {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.38;
  color: #f8c51c;
  white-space: nowrap;
}
@media screen and (min-width: 901px) {
  .about_link-section .about_link__header p {
    margin: 0;
    font-size: 16px;
  }
  .about_link-section .about_link__header .title {
    margin-bottom: 16px;
    font-size: 30px;
  }
}
.about_link-section .about_link__image {
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
.about_link-section .about_link__image img {
  margin: 0 0 0 -50px;
  width: calc(100% + 90px);
  max-width: none;
}
@media screen and (min-width: 901px) {
  .about_link-section .about_link__image {
    position: absolute;
    right: -100px;
    top: 0px;
    height: 100%;
    width: 660px;
    margin: 0;
  }
  .about_link-section .about_link__image img {
    position: relative;
    top: -50px;
    margin: 0;
    width: auto;
    max-width: 100%;
  }
}
.about_link-section .about_link__body {
  position: relative;
}
.about_link-section .about_link__body strong {
  background: linear-gradient(to bottom, rgba(230, 213, 114, 0) 0%, rgba(230, 213, 114, 0) 50%, rgba(230, 213, 114, 1) 50%, rgba(230, 213, 114, 1) 100%);
}
.about_link-section .about_link__body ul {
  margin-bottom: 24px;
}
@media screen and (min-width: 901px) {
  .about_link-section .about_link__body ul {
    margin-bottom: 40px;
  }
}
.about_link-section .about_link__body ul li {
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.about_link-section .about_link__body ul li::before {
  left: -20px;
  top: 6px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #de7676;
}
.about_link-section .about_link__body ul li + li {
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
  .about_link-section .about_link__body ul li {
    font-size: 18px;
  }
  .about_link-section .about_link__body ul li + li {
    margin-top: 15px;
  }
}
.about_link-section .about_link__body .btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 901px) {
  .about_link-section .about_link__body {
    margin: 40px 0 0;
  }
  .about_link-section .about_link__body .btn {
    margin-left: inherit;
    margin-right: inherit;
    width: 316px;
  }
}
.module-lets-start {
  padding: 60px 0 80px;
  background: url("//teket.jp/images/about_teket/lets_start_bg_sp.jpg") no-repeat center / cover;
}
@media screen and (min-width: 601px) {
  .module-lets-start {
    padding: 80px 0;
    background-image: url("//teket.jp/images/about_teket/lets_start_bg_pc.jpg");
  }
  .module-lets-start .btn {
    width: 300px;
    margin: 0 auto;
  }
}
.module-lets-start__catch {
  margin: 0 0 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.333;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 601px) {
  .module-lets-start__catch {
    margin-bottom: 32px;
  }
}
.line-dots {
  position: relative;
}
.line-dots::before {
  bottom: -30px;
  left: 50%;
  position: absolute;
  margin-left: -52px;
  height: 8px;
  width: 104px;
  background: url(../images/line_dots.png) no-repeat center / contain;
  content: '';
}
@media screen and (max-width: 600px) {
  .line-dots::before {
    bottom: -20px;
  }
}
.about_teket-scenes.section, .about_teket-function.section, .about_teket-flow.section, .about_teket-userguide.section, .about_teket-price.section {
  padding: 80px 0;
}
.about_teket-scenes.section .section-ttl, .about_teket-function.section .section-ttl, .about_teket-flow.section .section-ttl, .about_teket-userguide.section .section-ttl, .about_teket-price.section .section-ttl {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .about_teket-scenes.section, .about_teket-function.section, .about_teket-flow.section, .about_teket-userguide.section, .about_teket-price.section {
    padding: 40px 0;
  }
}
.about_teket-scenes.section .section-body, .about_teket-function.section .section-body, .about_teket-flow.section .section-body, .about_teket-userguide.section .section-body, .about_teket-price.section .section-body {
  font-size: 16px;
  line-height: 27px;
}
@media screen and (max-width: 600px) {
  .about_teket-scenes.section .section-body, .about_teket-function.section .section-body, .about_teket-flow.section .section-body, .about_teket-userguide.section .section-body, .about_teket-price.section .section-body {
    font-size: 14px;
    line-height: 22px;
  }
}
.about_teket-interview .module-interview.section {
  padding: 80px 0 !important;
}
.about_teket-interview .module-interview.section .section-ttl {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .about_teket-interview .module-interview.section {
    padding: 40px 0 !important;
  }
}
.about_teket-kv {
  overflow: hidden;
}
.about_teket-kv .section-inner {
  padding: 0 20px;
}
.about_teket-kv__bg {
  padding: 15px 0;
  background-color: #edd9c4;
  position: relative;
}
.about_teket-kv__bg::before {
  height: 86%;
  width: 103%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 100%;
  background-color: #f5eade;
  display: block;
  content: '';
}
@media screen and (min-width: 901px) {
  .about_teket-kv__bg {
    padding: 50px 0 40px;
  }
  .about_teket-kv__bg::before {
    width: 98%;
    height: 600px;
    top: -100px;
    border-bottom-right-radius: 100% 700px;
  }
}
.about_teket-kv__bg2 {
  padding: 15px 0 290px;
  background-color: #f5eade;
}
@media screen and (min-width: 901px) {
  .about_teket-kv__bg2 {
    padding: 0 0 230px;
    background-color: #edd9c4;
  }
}
.about_teket-kv__wrapper {
  position: relative;
}
.about_teket-kv__header {
  margin-bottom: 25px;
}
.about_teket-kv__header p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.33;
}
.about_teket-kv__header .title {
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
.about_teket-kv__header .round {
  margin-bottom: 24px;
  height: 40px;
  width: 212px;
  border-radius: 36.5px;
  background-color: #2e3551;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .about_teket-kv__header {
    margin-bottom: 0;
  }
  .about_teket-kv__header p {
    font-size: 18px;
  }
  .about_teket-kv__header .title {
    font-size: 24px;
  }
}
.about_teket-kv__image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .about_teket-kv__image {
    right: 0;
    top: 0px;
    position: absolute;
    width: 470px;
  }
}
.about_teket-kv__body {
  position: relative;
}
.about_teket-kv__body strong {
  background: linear-gradient(to bottom, rgba(230, 213, 114, 0) 0%, rgba(230, 213, 114, 0) 50%, rgba(230, 213, 114, 1) 50%, rgba(230, 213, 114, 1) 100%);
}
.about_teket-kv__body ul {
  margin-bottom: 25px;
}
.about_teket-kv__body ul li {
  position: relative;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.about_teket-kv__body ul li::before {
  left: -20px;
  top: 6px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #de7676;
}
.about_teket-kv__body ul li + li {
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
  .about_teket-kv__body ul li {
    font-size: 18px;
  }
  .about_teket-kv__body ul li + li {
    margin-top: 15px;
  }
}
@media screen and (min-width: 901px) {
  .about_teket-kv__body .btn {
    width: 300px;
  }
}
.about_teket-kit {
  margin-top: -160px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .about_teket-kit {
    margin-top: -120px;
  }
}
.about_teket-kit.section {
  padding: 0 !important;
}
.about_teket-kit .aboutkit-s {
  position: relative;
  margin: 0 auto;
  max-width: 1020px;
  height: 238px;
  background: white;
  border: solid 1px #cd955e;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .about_teket-kit .aboutkit-s {
    flex-direction: column;
    position: relative;
    height: auto;
  }
}
.about_teket-kit .aboutkit-s__image {
  position: absolute;
  display: inline-block;
  bottom: 0px;
  left: 4px;
  max-width: 362px;
  width: 35%;
  height: auto;
}
@media screen and (max-width: 900px) {
  .about_teket-kit .aboutkit-s__image {
    position: relative;
    display: flex;
    justify-content: center;
    top: 0;
    width: 90%;
    max-width: 400px;
    margin-top: -100px;
    margin-left: auto;
    margin-right: auto;
    left: initial;
  }
}
.about_teket-kit .aboutkit-s__image img {
  width: 100%;
  height: 100%;
}
.about_teket-kit .aboutkit-s__text {
  position: absolute;
  display: inline-block;
  max-width: 604px;
  width: 60%;
  margin-top: 40px;
  right: 30px;
}
@media screen and (max-width: 900px) {
  .about_teket-kit .aboutkit-s__text {
    position: relative;
    display: block;
    max-width: initial;
    width: 100%;
    margin: 0;
    padding: 20px;
    right: initial;
  }
}
.about_teket-kit .aboutkit-s__text__title {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .about_teket-kit .aboutkit-s__text__title {
    font-size: 18px;
  }
}
.about_teket-kit .aboutkit-s__text__descr {
  font-size: 14px;
  line-height: 21px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about_teket-kit .aboutkit-s__text__btnarea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .about_teket-kit .aboutkit-s__text__btnarea {
    flex-direction: column;
  }
}
.about_teket-kit .aboutkit-s__text__btn {
  width: 288px;
}
.about_teket-kit .aboutkit-s__text__btn a p {
  position: relative;
}
.about_teket-kit .aboutkit-s__text__btn .icon-download::before {
  content: "";
  background: url("../images/icon-download.svg") no-repeat;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 900px) {
  .about_teket-kit .aboutkit-s__text__btn {
    width: 100%;
    margin: auto;
  }
}
.about_teket-kit .aboutkit-s__text__btn-other {
  width: 201px;
  margin-left: 16px;
}
.about_teket-kit .aboutkit-s__text__btn-other a p {
  font-size: 12px;
}
@media screen and (max-width: 900px) {
  .about_teket-kit .aboutkit-s__text__btn-other {
    width: 100%;
    margin: auto;
    margin-top: 8px;
  }
  .about_teket-kit .aboutkit-s__text__btn-other a p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .about_teket-scenes__content {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.about_teket-scenes__list {
  display: flex;
}
@media screen and (max-width: 600px) {
  .about_teket-scenes__list {
    flex-wrap: wrap;
  }
}
.about_teket-scenes__list > li {
  flex: 1 1 146px;
}
.about_teket-scenes__list > li:nth-child(even) {
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .about_teket-scenes__list > li:nth-child(1), .about_teket-scenes__list > li:nth-child(2), .about_teket-scenes__list > li:nth-child(3) {
    flex-basis: 33%;
    margin-top: 0;
  }
  .about_teket-scenes__list > li:nth-child(4), .about_teket-scenes__list > li:nth-child(5), .about_teket-scenes__list > li:nth-child(6), .about_teket-scenes__list > li:nth-child(7) {
    flex-basis: 25%;
    margin-top: 8px;
  }
}
.about_teket-scenes__list-head {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.classic .about_teket-scenes__list-head {
  background-color: #de7676;
}
.music .about_teket-scenes__list-head {
  background-color: #7ba968;
}
.theater .about_teket-scenes__list-head {
  background-color: #9483a6;
}
.delivery .about_teket-scenes__list-head {
  background-color: #67b7c0;
}
.fes .about_teket-scenes__list-head {
  background-color: #e6d572;
}
.sports .about_teket-scenes__list-head {
  background-color: #2e3551;
}
.seminar .about_teket-scenes__list-head {
  background-color: #cd955e;
}
.about_teket-uservoice {
  padding: 0 0 50px;
}
@media screen and (max-width: 600px) {
  .about_teket-uservoice .section-inner {
    padding: 0 16px;
  }
}
.about_teket-uservoice .slick-dots {
  bottom: -25px;
}
.about_teket-uservoice .slick-dots li button {
  width: 14px;
  height: 14px;
}
.about_teket-uservoice .slick-dots li button:before {
  opacity: 1;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #2e3551;
  box-sizing: border-box;
}
.about_teket-uservoice .slick-dots li.slick-active button:before {
  background-color: #2e3551;
}
@media screen and (min-width: 601px) {
  .about_teket-uservoice__wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
}
.about_teket-uservoice__content {
  padding: 0 20px 20px;
}
@media screen and (min-width: 601px) {
  .about_teket-uservoice__content {
    padding: 0 25px;
  }
}
.about_teket-uservoice__photo {
  width: 152px;
  margin: 0 auto;
}
.about_teket-uservoice__head {
  margin: 12px 0 8px;
  text-align: center;
}
.about_teket-uservoice__head .name {
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}
.about_teket-uservoice__head dt {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.about_teket-uservoice__head dd {
  font-size: 12px;
  line-height: 16px;
}
.about_teket-uservoice__body {
  position: relative;
  padding: 27px 0;
  font-size: 16px;
  line-height: 28px;
  color: #222;
}
.about_teket-uservoice__body::before, .about_teket-uservoice__body::after {
  position: absolute;
  width: 54px;
  height: 51px;
  content: '';
}
.about_teket-uservoice__body::before {
  top: 0;
  left: 0;
  background: url("//teket.jp/images/about_teket/quate_before.png") no-repeat 0 / contain;
}
.about_teket-uservoice__body::after {
  right: 0;
  bottom: 0;
  background: url("//teket.jp/images/about_teket/quate_after.png") no-repeat 0 / contain;
}
.about_teket-function {
  background-color: rgba(47, 54, 82, 0.1);
}
@media screen and (max-width: 600px) {
  .about_teket-function .txt-small {
    margin-bottom: 16px;
  }
}
.about_teket-function .circle-num {
  display: inline-block;
  width: 51px;
  height: 51px;
  line-height: 51px;
  font-size: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #2e3551;
  color: white;
  margin: 0 3px;
}
@media screen and (max-width: 600px) {
  .about_teket-function .circle-num {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 34px;
  }
}
.about_teket-function .circle-num-s {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  border-radius: 50%;
  text-align: center;
  background-color: #2e3551;
  color: white;
  margin-right: 10px;
}
.about_teket-function__content-block {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
.about_teket-function__content-block .image {
  flex: 0 1 500px;
}
@media screen and (max-width: 600px) {
  .about_teket-function__content-block .image img {
    width: 100%;
  }
}
.about_teket-function__content-block .body {
  flex: 0 1 500px;
  padding-top: 30px;
}
.about_teket-function__content-block .body p {
  line-height: 1.57;
}
@media screen and (max-width: 600px) {
  .about_teket-function__content-block .body {
    padding: 15px 0;
  }
}
.about_teket-function__content-block .body .covidlink {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 81px;
  margin-top: 38px;
  border-radius: 5px;
  border: solid #cd955e 2px;
  background: white;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .about_teket-function__content-block .body .covidlink {
    margin-top: 30px;
    min-height: 91px;
  }
}
.about_teket-function__content-block .body .covidlink a:hover {
  text-decoration: none;
}
.about_teket-function__content-block .body .covidlink a div {
  display: flex;
}
.about_teket-function__content-block .body .covidlink a div .badge {
  position: absolute;
  top: -14px;
  left: 17px;
  width: 110px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cd955e;
  border-radius: 13.5px;
}
.about_teket-function__content-block .body .covidlink a div .badge p {
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 700;
}
.about_teket-function__content-block .body .covidlink a div .text {
  padding-right: 52px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.about_teket-function__content-block .body .covidlink a div .text p {
  margin-left: 25px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .about_teket-function__content-block .body .covidlink a div .text p {
    margin-left: 17px;
  }
}
.about_teket-function__content-block .body .covidlink a div .text p span {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 890px) {
  .about_teket-function__content-block .body .covidlink a div .text p span {
    display: block;
  }
}
.about_teket-function__content-block .body .covidlink a div .detail {
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  right: 0;
  width: 52px;
  flex-basis: 52px;
  height: 100%;
  border-radius: 0 2px 2px 0;
  background: #f0dfce;
}
.about_teket-function__content-block .body .covidlink a div .detail p {
  font-size: 10px;
  font-weight: 700;
}
.about_teket-function__content-block .body .covidlink a div .detail .arrow {
  width: 9px;
  height: 15px;
  margin-top: 5px;
}
.about_teket-function__content-block .body .covidlink a div .detail .arrow img {
  width: 100%;
  height: 100%;
}
.about_teket-function__content-block .body .covidlink:nth-child(2) {
  min-height: 93px;
}
@media screen and (max-width: 600px) {
  .about_teket-function__content-block .body .covidlink:nth-child(2) {
    min-height: 102px;
  }
}
.about_teket-function__content-block .heading {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 601px) {
  .about_teket-function__content-block .heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .about_teket-function__content-block {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 601px) {
  .about_teket-function__content-block {
    flex-direction: row-reverse;
  }
  .about_teket-function__content-block .body {
    margin-right: 30px;
  }
  .about_teket-function__content-block .image {
    margin-left: 30px;
  }
}
.about_teket-function__content-block:last-child {
  margin-bottom: 0;
}
.about_teket-function .covid-banner {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .about_teket-function .covid-banner {
    margin-top: 25px;
  }
}
.about_teket-flow .flow-image {
  width: 100%;
}
.about_teket-flow .flow-image img {
  width: 100%;
}
.about_teket-flow .flow-footer {
  margin-top: 25px;
}
.about_teket-userguide {
  background: #e4efe1;
}
.about_teket-userguide .movie-wrapper {
  max-width: 740px;
  margin: 0 auto;
}
.about_teket-userguide .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.about_teket-userguide .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_teket-price.section {
  padding-bottom: 5px;
}
@media screen and (min-width: 601px) {
  .about_teket-price .section-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 601px) {
  .about_teket-price .description-area {
    width: 50%;
    max-width: 482px;
    margin-right: 20px;
  }
  .about_teket-price .description-area .section-ttl {
    text-align: left;
  }
}
.about_teket-price .description-area .section-body {
  font-size: 16px;
  line-height: 27px;
}
@media screen and (max-width: 600px) {
  .about_teket-price .description-area .section-body {
    line-height: 22px;
  }
}
.about_teket-price .price-area {
  padding-bottom: 50px;
  border: 1px solid #b7bbc0;
  border-radius: 3px;
  text-align: center;
}
@media screen and (min-width: 601px) {
  .about_teket-price .price-area {
    width: 50%;
    max-width: 482px;
  }
}
@media screen and (max-width: 600px) {
  .about_teket-price .price-area {
    padding-bottom: 30px;
    height: auto;
  }
}
.about_teket-price .price-area .ttl {
  height: 104px;
  background: #67b7c0;
  border-radius: 2px 2px 0 0;
  color: #f9f9f9;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 1.88px;
  line-height: 104px;
}
@media screen and (max-width: 600px) {
  .about_teket-price .price-area .ttl {
    height: 71px;
    font-size: 21px;
    line-height: 71px;
  }
}
.about_teket-price .price-area .price {
  color: #222;
  font-size: 36px;
  line-height: 54px;
  font-weight: bold;
  margin-top: 50px;
}
.about_teket-price .price-area .price span {
  color: #7ba968;
  font-size: 110px;
}
.about_teket-price .price-area .txt {
  color: #222;
  margin-top: 20px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 27px;
}
@media screen and (max-width: 600px) {
  .about_teket-price .price-area .txt {
    font-size: 14px;
    line-height: 27px;
  }
}
.about_teket-price .price-area .txt a {
  color: #cd955e;
}
.banner-big img {
  min-height: 100px;
  width: 100%;
  object-fit: cover;
}
.banner-small--pc {
  display: block;
  position: absolute;
  top: 124px;
  right: 0;
  width: 384px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .banner-small--pc {
    display: none;
  }
}
.banner-small--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner-small--sp {
    display: block;
    position: absolute;
    background: #7ba968;
    color: white;
    top: 44px;
    right: 0;
    width: 100%;
    height: 42px;
  }
  .banner-small--sp__iconbg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #688f58;
    color: white;
    top: 44px;
    right: 0;
    width: 65px;
    height: 42px;
  }
  .banner-small--sp__iconbg img {
    display: block;
    width: 85%;
  }
  .banner-small--sp__text {
    position: absolute;
    display: inline-block;
    top: 0;
    height: 42px;
    left: 37px;
    width: calc(100% - 37px);
    text-align: center;
  }
  .banner-small--sp__text p {
    display: inline-block;
    color: white;
    line-height: 42px;
  }
  .banner-small--sp__text .text1 {
    font-size: 10px;
    font-weight: bold;
  }
  .banner-small--sp__text .text2 {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
  }
  .banner-small--sp__text .text3 {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 414px) {
  .banner-small--sp__text .text2 {
    font-size: 12px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 340px) {
  .banner-small--sp__text .text2 {
    font-size: 10px;
    margin-left: 0;
    margin-right: 0;
  }
}
#bnrFloat {
  /*for jquery animation*/
  left: -280px;
  opacity: 0;
}
.banner-float {
  position: fixed;
  z-index: 100;
  width: 280px;
  height: 240px;
  bottom: 10px;
  margin-left: 0px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .banner-float {
    bottom: 25px;
    margin-left: 5px;
  }
}
.banner-float__image {
  position: absolute;
  width: 100%;
}
.banner-float__close {
  position: absolute;
  right: 0;
  width: 32px;
  height: 32px;
}
.toppage-wide-banner {
  padding: 0 20px;
  position: relative;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .toppage-wide-banner {
    overflow: hidden;
  }
}
.toppage-wide-banner .ls-section-inner {
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .toppage-wide-banner .ls-section-inner {
    width: initial;
    min-width: 0;
    max-width: 370px;
  }
}
.toppage-wide-banner .ls-section-inner .feature-livestreaming {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .toppage-wide-banner .ls-section-inner .feature-livestreaming {
    margin-bottom: 30px;
  }
}
.toppage-wide-banner .ls-section-inner .feature-livestreaming img {
  width: 100%;
}
.toppage-wide-banner .ls-section-inner .feature-livestreaming:hover {
  opacity: 0.6;
}
.toppage-wide-banner .ls-section-inner .feature-proarteket {
  margin-bottom: 195px;
}
@media screen and (max-width: 768px) {
  .toppage-wide-banner .ls-section-inner .feature-proarteket {
    margin-bottom: 40px;
  }
}
.toppage-wide-banner .ls-section-inner .feature-proarteket img {
  width: 100%;
}
.toppage-wide-banner .ls-section-inner .feature-proarteket:hover {
  opacity: 0.6;
}
.event-search-advance__data {
  display: flex;
}
.module-event-search .event-search-advance__data {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .module-event-search .event-search-advance__data {
    height: 100%;
    justify-content: flex-start;
    flex-direction: column;
  }
}
.event-search-advance__item {
  flex: 1 1 180px;
  margin-left: -1px;
  position: relative;
}
.event-search-advance__item:nth-child(1) {
  flex-basis: 360px;
}
.event-search-advance__item:nth-child(1) input.input-text, .event-search-advance__item:nth-child(1) .event-search-advance__item input.input-date, .event-search-advance__item .event-search-advance__item:nth-child(1) input.input-date {
  border-radius: 3px 0 0 3px;
}
.event-search-advance__item:nth-child(4) {
  flex-basis: 230px;
}
.event-search-advance__item .input-clear {
  height: 20px;
  width: 20px;
  background: url(/images/no@1x.svg) 0 / cover;
  display: block;
  top: 24px;
  right: 16px;
  position: absolute;
  cursor: pointer;
}
.event-search-advance__item .label {
  font-size: 10px;
  top: 10px;
  left: 24px;
  position: absolute;
}
@media screen and (max-width: 600px) {
  .event-search-advance__item .label {
    left: 20px;
  }
}
.event-search-advance__item .tilde {
  position: absolute;
  right: calc(50% + 3px);
  bottom: 16px;
}
.event-search-advance__item input.input-text, .event-search-advance__item input.input-date {
  padding: 15px 40px 0 24px;
  height: 68px;
  width: 100%;
  background-color: #fff;
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
}
@media screen and (max-width: 600px) {
  .event-search-header .event-search-advance__item input.input-text, .event-search-header .event-search-advance__item .event-search-advance__item input.input-date, .event-search-advance__item .event-search-header .event-search-advance__item input.input-date, .toppage-search-fv .event-search-advance__item input.input-text, .toppage-search-fv .event-search-advance__item .event-search-advance__item input.input-date, .event-search-advance__item .toppage-search-fv .event-search-advance__item input.input-date {
    height: 100%;
    padding: 0 40px 0 16px;
    border-radius: 3px 0 0 3px;
  }
}
@media screen and (max-width: 600px) {
  .module-event-search .event-search-advance__item input.input-text, .module-event-search .event-search-advance__item .event-search-advance__item input.input-date, .event-search-advance__item .module-event-search .event-search-advance__item input.input-date {
    height: auto;
    border-radius: 3px;
    padding: 30px 40px 20px 20px;
  }
}
.event-search-advance__item input.input-date {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .event-search-advance__item input.input-date {
    text-align: center;
  }
}
.event-search-advance__item input.input-date.start_date {
  border-right: none;
  padding-right: 15px;
}
.event-search-advance__item input.input-date.end_date {
  border-left: none;
  padding-left: 0;
}
.event-search-advance__item .focus-dropdown {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.12);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
.event-search-advance__item .focus-dropdown a {
  display: block;
  padding: 10px 24px;
  font-size: 14px;
  text-decoration: none;
}
.event-search-advance__item .focus-dropdown a:hover {
  background-color: rgba(205, 149, 94, 0.2);
}
.event-search-advance__item input.input-text.focus ~ .focus-dropdown, .event-search-advance__item input.input-date.focus ~ .focus-dropdown {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .module-event-search .event-search-advance__item input.input-text.focus ~ .focus-dropdown, .module-event-search .event-search-advance__item .event-search-advance__item input.input-date.focus ~ .focus-dropdown, .event-search-advance__item .module-event-search .event-search-advance__item input.input-date.focus ~ .focus-dropdown {
    position: static;
  }
}
@media screen and (max-width: 600px) {
  .event-search-header .event-search-advance__item, .toppage-search-fv .event-search-advance__item {
    flex-basis: 80%;
    margin-left: 0;
  }
  .event-search-header .event-search-advance__item:nth-child(2), .toppage-search-fv .event-search-advance__item:nth-child(2), .event-search-header .event-search-advance__item:nth-child(3), .toppage-search-fv .event-search-advance__item:nth-child(3), .event-search-header .event-search-advance__item:nth-child(4), .toppage-search-fv .event-search-advance__item:nth-child(4) {
    display: none;
  }
  .event-search-header .event-search-advance__item .label, .toppage-search-fv .event-search-advance__item .label {
    display: none;
  }
  .event-search-header .event-search-advance__item .input-clear, .toppage-search-fv .event-search-advance__item .input-clear {
    top: 16px;
  }
}
@media screen and (max-width: 600px) {
  .module-event-search .event-search-advance__item {
    margin: 0 0 8px;
    flex: 0 0 auto;
  }
  .module-event-search .event-search-advance__item:first-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .module-event-search .event-search-advance__item:nth-child(1) input.input-text, .module-event-search .event-search-advance__item:nth-child(1) .event-search-advance__item input.input-date, .event-search-advance__item .module-event-search .event-search-advance__item:nth-child(1) input.input-date {
    padding-top: 20px;
  }
  .module-event-search .event-search-advance__item:nth-child(1) .label {
    display: none;
  }
  .module-event-search .event-search-advance__item:nth-child(1) .input-clear {
    top: 20px;
  }
}
.event-search-advance__keywords {
  width: 1020px;
  top: 100%;
  left: 0;
  position: absolute;
}
@media (max-width: 1020px) {
  .event-search-advance__keywords {
    width: 98vw;
  }
}
.event-search-advance__keywords .kw {
  margin: 0 8px 8px 0;
  padding: 0 16px;
  font-size: 12px;
  border: 1px solid #222;
  color: #222;
  background-color: #fff;
  border-radius: 11px;
  display: inline-block;
  cursor: pointer;
}
.toppage-search-fv .event-search-advance__keywords .kw {
  background-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  border: none;
}
.event-search-advance__keywords-inner {
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  .event-search-advance__keywords-inner {
    white-space: nowrap;
    padding: 15px 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 600px) {
  .event-search-header .event-search-advance__keywords-inner, .module-event-search .event-search-advance__keywords-inner {
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .toppage-search-fv .event-search-advance__keywords {
    left: -20px;
    width: 100vw;
    overflow: hidden;
  }
}
@media screen and (max-width: 600px) {
  .event-search-header .event-search-advance__keywords, .module-event-search .event-search-advance__keywords {
    left: -15px;
    width: 100vw;
    overflow: hidden;
  }
}
.event-search-advance__submit {
  flex: 0 0 68px;
  height: 68px;
  width: 68px;
  border-radius: 0 3px 3px 0;
  background: #de7676 url("/images/search_white.svg") no-repeat center center / 17px auto;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media screen and (max-width: 600px) {
  .event-search-header .event-search-advance__submit, .toppage-search-fv .event-search-advance__submit {
    flex-basis: 53px;
    height: 53px;
    width: 53px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 600px) {
  .module-event-search .event-search-advance__submit {
    flex: 0 0 auto;
    height: auto;
    padding: 16px;
    width: 100%;
    margin: auto 0 90px;
    border-radius: 3px;
    text-indent: 0;
    color: #fff;
    background: #cd955e;
  }
}
.event-search-advance__open-module {
  flex: 0 0 60px;
  margin-left: auto;
  align-self: center;
  padding: 8px 0;
  font-size: 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f8f4f4;
  text-align: center;
}
.module-event-search .event-search-advance__open-module {
  display: none;
}
input#module-event-search__toggle {
  display: none;
}
.module-event-search__toggle {
  width: 100%;
  top: 100%;
  left: 0;
  position: absolute;
  z-index: 100;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(-300px);
}
@media screen and (max-width: 600px) {
  .module-event-search__toggle {
    transform: translateY(-100vh);
  }
}
input#module-event-search__toggle:checked ~ header .module-event-search__toggle {
  opacity: 1;
  transform: translateY(0);
}
.module-event-search__overlay {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  content: '';
  top: 0;
  left: 0;
  position: fixed;
  display: block;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .module-event-search__overlay {
    display: none;
  }
}
input#module-event-search__toggle:checked ~ header .module-event-search__overlay {
  opacity: 1;
  pointer-events: auto;
}
.module-event-search__wrapper {
  padding: 30px 0 84px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 600px) {
  .module-event-search__wrapper {
    padding: 15px 15px;
    height: calc(100vh - 44px);
    overflow: auto;
  }
}
.module-event-search__inner {
  max-width: 1020px;
  width: 98%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 600px) {
  .module-event-search__inner {
    width: auto;
    padding: 40px 0 0;
    height: 100%;
  }
  .module-event-search__inner > div, .module-event-search__inner > div > div, .module-event-search__inner form {
    height: 100%;
  }
}
.module-event-search__inner .close {
  position: absolute;
  right: 0;
  top: 0;
}
.module-event-search__inner .close label {
  height: 25px;
  width: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.module-event-search__inner .close .close-btn, .module-event-search__inner .close .close-btn::before {
  background-color: #222;
}
.event-search-header__wrapper {
  padding: 30px 0 80px;
  background-color: #f9f9f9;
}
@media screen and (max-width: 600px) {
  .event-search-header__wrapper {
    padding: 15px 15px 60px;
  }
}
.event-search-header__inner {
  max-width: 1020px;
  width: 98%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .event-search-header__inner {
    width: 100%;
  }
}
.event-search-result.section {
  padding: 50px 0;
}
@media screen and (max-width: 600px) {
  .event-search-result.section {
    padding: 35px 0;
  }
}
.event-search-result .event-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.event-search-result .event-list .group-card-container {
  height: 400px;
}
@media screen and (max-width: 768px) {
  .event-search-result .event-list {
    margin-bottom: 20px;
  }
  .event-search-result .event-list > div {
    flex: 1 0 auto;
    margin-bottom: 24px;
  }
  .event-search-result .event-list .event-card-container {
    margin-left: auto;
    margin-right: auto;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  .event-search-result .event-list {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .event-search-result .event-card-container, .event-search-result .group-card {
    width: auto;
  }
  .event-search-result .event-card, .event-search-result .group-card {
    width: auto;
  }
  .event-search-result .event-card__visual, .event-search-result .group-card {
    margin: 0 auto;
  }
}
@media screen and (min-width: 601px) {
  .event-search-result .event-card, .event-search-result .group-card {
    transition: all 0.3s;
  }
  .event-search-result .event-card:hover, .event-search-result .group-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px -4px rgba(0, 0, 0, 0.133);
  }
}
.event-search-result .dash-border {
  margin-top: 80px;
  border: none;
  border-bottom: 1px dashed #979797;
}
@media screen and (max-width: 600px) {
  .event-search-result .dash-border {
    margin: 40px -20px 0;
  }
}
.event-search-result__header {
  max-width: 910px;
  margin: 0 auto 30px;
}
.event-search-result__title {
  flex: 1 1 auto;
  color: #222;
  font-size: 24px;
  line-height: 40px;
}
@media screen and (max-width: 600px) {
  .event-search-result__title {
    order: 1;
  }
}
.event-search-result__value {
  margin-top: 16px;
  font-family: Lato;
  font-size: 18px;
  text-align: right;
  line-height: 1.5;
}
@media screen and (min-width: 601px) {
  .event-search-result__value {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 600px) {
  .event-search-result__value {
    order: 2;
  }
}
.event-search-result__pagination > ul {
  display: flex;
  justify-content: center;
}
.event-search-result__pagination > ul > li {
  margin: 0 6px;
}
.event-search-result__pagination > ul > li a, .event-search-result__pagination > ul > li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 22px;
  border-radius: 3px;
  font-size: 16px;
  text-decoration: none;
}
.event-search-result__pagination > ul > li.current span {
  background-color: #cd955e;
  color: #fff;
}
.event-search-result__pagination > ul > li:hover a {
  background-color: rgba(205, 149, 94, 0.2);
}
.event-search-result__column {
  display: flex;
}
@media screen and (min-width: 601px) {
  .event-search-result__column {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 600px) {
  .event-search-result__column {
    flex-direction: column;
  }
}
.event-search-result__tab {
  flex: 0 0 auto;
  display: flex;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 600px) {
  .event-search-result__tab {
    order: 3;
    padding-top: 16px;
    margin: 0;
  }
}
.event-search-result__tab a {
  text-decoration: none;
}
.event-search-result__tab a:hover {
  background-color: #d7d8db;
}
.event-search-result__tab__item {
  height: 40px;
  font-size: 12px;
  color: #222;
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  background-color: #ebe8e8;
  border-radius: 3px 0 0 3px;
}
.event-search-result__tab__item + .event-search-result__tab__item {
  border-radius: 0 3px 3px 0;
}
@media screen and (max-width: 600px) {
  .event-search-result__tab__item {
    width: 50%;
  }
}
.event-search-result__tab__item.active {
  color: #fff;
  background-color: #2e3551;
}
input#module-event-search__toggle:not(:checked) ~ header .date-picker {
  display: none;
}
input#module-event-search__toggle:checked ~ main .date-picker {
  display: none;
}
.date-picker {
  left: 0;
  position: absolute;
  z-index: 1001;
}
@media screen and (max-width: 600px) {
  .date-picker {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    z-index: 1001;
  }
}
.date-picker .heading {
  padding: 8px 0 4px 16px;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
}
.date-picker__overlay {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 50;
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 600px) {
  .date-picker__overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.date-picker__buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 12px 4px;
}
.date-picker__buttons .add-btn {
  flex: 1 1 110px;
  height: 35px;
  width: 110px;
  margin: 4px;
  background-color: #f8f4f4;
  color: #4a4a4a;
  border-radius: 3px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
}
.date-picker__buttons .add-btn:hover {
  background-color: #2e3551;
  color: #fff;
}
.ui-datepicker-div {
  display: none;
  background-color: #fff;
  width: 260px;
  box-shadow: 0 12px 22px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (max-width: 600px) {
  .ui-datepicker-div {
    width: 95vw;
  }
}
.ui-datepicker-div .ui-icon-circle-triangle-e {
  background-position: -32px 0;
}
.ui-datepicker-div .ui-icon-circle-triangle-w {
  background-position: -96px 0;
}
.ui-datepicker-div .ui-widget.ui-widget-content {
  border: none;
  width: 100%;
}
.ui-datepicker-div .ui-datepicker {
  padding: 0;
}
.ui-datepicker-div .ui-datepicker table {
  margin-bottom: 0;
}
.ui-datepicker-div .ui-datepicker th {
  padding: 2px 0;
  font-size: 10px;
  font-weight: normal;
}
.ui-datepicker-div .ui-datepicker td {
  padding: 0;
  border: none;
}
.ui-datepicker-div .ui-datepicker td:first-child a {
  border-left: none !important;
  margin-left: 0;
}
.ui-datepicker-div .ui-datepicker td:last-child a {
  border-right: none !important;
}
.ui-datepicker-div .ui-datepicker td span, .ui-datepicker-div .ui-datepicker td a {
  padding: 0.5em 0;
}
.ui-datepicker-div .ui-datepicker .ui-datepicker-prev, .ui-datepicker-div .ui-datepicker .ui-datepicker-next {
  top: 8px;
}
.ui-datepicker-div .ui-datepicker .ui-datepicker-title {
  font-size: 10px;
  font-weight: normal;
  line-height: 38px;
}
.ui-datepicker-div .ui-corner-all, .ui-datepicker-div .ui-corner-top, .ui-datepicker-div .ui-corner-left, .ui-datepicker-div .ui-corner-tl {
  border-radius: 0;
}
.ui-datepicker-div .ui-widget-header {
  border: none;
  background-color: rgba(47, 54, 82, 0.1);
  color: #2e3551;
}
.ui-datepicker-div .ui-state-default, .ui-datepicker-div .ui-widget-content .ui-state-default, .ui-datepicker-div .ui-widget-header .ui-state-default, .ui-datepicker-div .ui-button, .ui-datepicker-div html .ui-button.ui-state-disabled:hover, .ui-datepicker-div html .ui-button.ui-state-disabled:active {
  margin: -1px 0 0 -1px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #fff;
  font-family: Lato;
  font-size: 13px;
  text-align: center;
  color: inherit;
}
.ui-datepicker-div .ui-state-default.ui-state-hover, .ui-datepicker-div .ui-widget-content .ui-state-default.ui-state-hover, .ui-datepicker-div .ui-widget-header .ui-state-default.ui-state-hover, .ui-datepicker-div .ui-button.ui-state-hover, .ui-datepicker-div html .ui-button.ui-state-disabled:hover.ui-state-hover, .ui-datepicker-div html .ui-button.ui-state-disabled:active.ui-state-hover {
  background-color: #2e3551;
  color: #fff;
}
.ui-datepicker-div .ui-state-highlight, .ui-datepicker-div .ui-widget-content .ui-state-highlight, .ui-datepicker-div .ui-widget-header .ui-state-highlight {
  color: #709fd6;
}
.ui-datepicker-div .active .ui-state-default, .ui-datepicker-div .active .ui-state-default.ui-state-active {
  background-color: #969aa8;
  color: #fff;
}
.ui-datepicker-div .selected .ui-state-default, .ui-datepicker-div .selected .ui-state-default.ui-state-active {
  color: white;
  background-color: #2e3551;
}
.module-interview {
  background: #e3ecf7;
}
.module-interview *:focus {
  outline: 0;
}
.module-interview .slick-list {
  padding: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .module-interview .slick-list {
    padding: 0 10px 25px;
  }
}
.module-interview .slick-prev, .module-interview .slick-next {
  width: 19px;
  height: 19px;
}
.module-interview .slick-prev:before, .module-interview .slick-next:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 3.5px #2e3551;
  border-right: solid 3.5px #2e3551;
}
.module-interview .slick-prev {
  left: -30px;
}
.module-interview .slick-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.module-interview .slick-next {
  right: -30px;
}
.module-interview .slick-next:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.module-interview .slick-dots {
  bottom: -25px;
}
.module-interview .slick-dots li button {
  width: 14px;
  height: 14px;
}
.module-interview .slick-dots li button:before {
  opacity: 1;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 1px solid #2e3551;
  box-sizing: border-box;
}
.module-interview .slick-dots li.slick-active button:before {
  background-color: #2e3551;
}
.module-interview .slick-prev:before, .module-interview .slick-next:before {
  opacity: 1;
  color: #2e3551;
}
@media screen and (max-width: 768px) {
  .module-interview .section-inner {
    padding: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .module-interview .section-ttl {
    padding: 0 20px;
  }
}
.module-interview .interview-slider-area {
  height: 422px;
}
@media screen and (min-width: 601px) {
  .module-interview .interview-slider-area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .module-interview .interview-slider-area {
    height: auto;
  }
}
.module-interview .interview-slider-area .interview-box {
  width: 502px;
  height: auto;
  margin: 0 10px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.12);
}
.module-interview .interview-slider-area .interview-box:focus {
  outline: 0;
}
@media screen and (max-width: 768px) {
  .module-interview .interview-slider-area .interview-box {
    width: auto;
    height: auto;
    min-height: 394px;
    margin: 0 10px;
  }
}
.module-interview .interview-slider-area .interview-box .txt-area {
  padding: 20px 25px;
}
@media screen and (max-width: 768px) {
  .module-interview .interview-slider-area .interview-box .txt-area {
    padding: 15px;
  }
}
.module-interview .interview-slider-area .interview-box .txt {
  line-height: 27px;
  letter-spacing: -0.018rem;
  font-size: 16px;
}
.module-interview .interview-slider-area .interview-box .btn {
  width: 270px;
  margin: 25px auto;
}
@media screen and (max-width: 768px) {
  .module-interview .interview-slider-area .interview-box .btn {
    width: auto;
    height: 40px;
    line-height: 40px;
  }
}
.module-interview .interview-slider-area .interview-box .img-area {
  position: relative;
  height: 206px;
  width: 100%;
  max-width: 490px;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
  background: #000;
}
@media screen and (max-width: 768px) {
  .module-interview .interview-slider-area .interview-box .img-area {
    width: auto;
    height: 172px;
  }
}
.module-interview .interview-slider-area .interview-box .img-area img {
  position: relative;
  opacity: 0.75;
  object-fit: scale-down;
}
.module-interview .interview-slider-area .interview-box .img-area img.interview2 {
  height: 100%;
}
.module-interview .interview-slider-area .interview-box .img-area .page-ttl {
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: right;
  transform: translateY(-50%);
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .module-interview .interview-slider-area .interview-box .img-area .page-ttl {
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.module-interview .interview-slider-area .interview-box .img-area.wide-image img {
  height: 100%;
  object-fit: cover;
}
.module-interview .interview-slider-area .interview-box.coming-soon {
  background-color: #f1f6fb;
}
.module-register {
  background-color: rgba(205, 149, 94, 0.1);
}
.module-register.section {
  padding: 80px 0 !important;
}
@media screen and (max-width: 600px) {
  .module-register.section {
    padding: 50px 0 !important;
  }
}
.module-register.section .section-ttl {
  margin-bottom: 40px !important;
  font-size: 24px !important;
  line-height: 1.125 !important;
  text-align: center;
}
.module-register__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .module-register__wrapper {
    display: block;
  }
}
.module-register__item {
  width: 50%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 601px) {
  .module-register__item:nth-child(2) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .module-register__item:nth-child(2) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  .module-register__item {
    width: 100%;
  }
}
.module-register__item .image {
  height: 100px;
}
.module-register__item .image img {
  height: 100%;
}
.module-register__item .body {
  width: 100%;
  margin: 15px 0 20px;
  text-align: center;
}
.module-register__item .cv {
  margin-top: auto;
  width: 220px;
}
@media screen and (max-width: 600px) {
  .module-register__item .cv .btn {
    font-size: 12px;
  }
}
.module-register-dl {
  position: relative;
  padding: 80px 0;
  background: var(--dark);
}
@media screen and (max-width: 600px) {
  .module-register-dl {
    padding: 40px 0 300px;
  }
}
.is-home-page .module-register-dl, #toppage .module-register-dl {
  padding: 80px 0;
}
@media screen and (max-width: 600px) {
  .is-home-page .module-register-dl, #toppage .module-register-dl {
    padding-top: 40px;
    padding-bottom: 300px;
  }
}
.module-register-dl.lazyloaded {
  background: url("https://teket.jp/images/module/register-dl/bg-cta-pc.jpg") center / cover no-repeat;
}
@media screen and (max-width: 600px) {
  .module-register-dl.lazyloaded {
    background-image: url(https://teket.jp/images/module/register-dl/bg-cta-mobile.jpg);
  }
}
.module-register-dl.lazyloaded.is-bg-red {
  background-image: url(https://teket.jp/images/about/2022/bg-cta-red-pc.jpg);
}
.module-register-dl .section-ttl {
  margin-bottom: 16px;
  color: #fff;
  text-align: left;
  font-size: 24px;
}
#toppage .module-register-dl .section-ttl {
  color: white;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.125;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #toppage .module-register-dl .section-ttl {
    line-height: 1.5;
  }
}
.module-register-dl__item {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .module-register-dl__item {
    width: 100%;
  }
}
.module-register-dl__item__text {
  max-width: 540px;
  margin-bottom: 20px;
}
.module-register-dl__item__text p {
  color: white;
  font-size: 16px;
  line-height: 27px;
}
@media screen and (min-width: 601px) {
  .module-register-dl__item__btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.module-register-dl__item__btns .btn {
  margin-bottom: 8px;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  .module-register-dl__item__btns .btn {
    margin-right: 8px;
    min-width: 224px;
  }
}
.module-register-dl__item__btns .btn svg {
  margin-left: 0.4em;
  width: 16px;
  height: 16px;
  vertical-align: -1px;
}
.module-register-dl__item__btns .btn svg path {
  fill: var(--GrayDarker);
}
.module-register-dl__item__btns .button-three-dimensional {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 46px;
  width: 260px;
  background-color: #e7b100;
  border-radius: 3px;
  box-shadow: 0px 7px 0px #b58a00, inset 0px 2px 2px rgba(255, 255, 255, 0.25);
  color: var(--dark);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.module-register-dl__item__btns .button-three-dimensional:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 600px) {
  .module-register-dl__item__btns .button-three-dimensional {
    width: 100%;
    margin-bottom: 24px;
  }
}
.module-register-dl__item__btns .button-document {
  display: inline-block;
  margin-left: 8px;
  padding: 0px 32px;
  background: #fff;
  border: 3px solid #e7b100;
  border-radius: 3px;
  color: var(--dark);
  font-size: 16px;
  font-weight: bold;
  line-height: 32px;
}
.module-register-dl__item__btns .button-document:hover {
  filter: brightness(1.2);
}
@media screen and (max-width: 600px) {
  .module-register-dl__item__btns .button-document {
    margin: 0;
  }
}
.module-register-dl .image {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 507px;
  z-index: 0;
}
.module-register-dl .image img {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .module-register-dl .image {
    display: none;
  }
}
.module-register-dl__device-image {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(100%);
  z-index: 0;
}
.module-register-dl__device-image img {
  height: 100%;
}
@media screen and (max-width: 600px) {
  .module-register-dl__device-image {
    width: 100%;
    right: 0;
    transform: scale(132%);
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 600px) {
  .module-register-dl.is-bg-red {
    padding-bottom: 380px;
  }
}
.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  background: #2e3551;
  width: 241px;
  height: 100%;
  padding: 37px 0 0;
  overflow: hidden;
  z-index: 130;
  font-size: 14px;
  font-weight: bold;
  color: #f9f9f9;
  letter-spacing: 0;
  line-height: 18px;
  transition: transform 0.3s;
  transform: translateX(100%);
}
.side-menu-btn:checked ~ .side-menu {
  transform: translateX(0%);
}
.side-menu__close {
  top: 21px;
  right: 17px;
  width: 24px;
  height: 24px;
  background: url("/images/sidemenu_icon_close.svg") no-repeat 0 0 / contain;
}
.side-menu-block {
  padding: 20px 0 0;
  border-bottom: 1px solid #575b6d;
}
.side-menu-block:last-child {
  border: none;
}
.side-menu-block__inner {
  padding: 0 20px 23px;
}
.side-menu-block__heading {
  color: #d1a179;
  font-size: 12px;
  letter-spacing: 0.43px;
  line-height: 18px;
  padding-bottom: 10px;
}
.side-menu-profile {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.side-menu-profile__icon {
  flex: 0 0 auto;
  position: relative;
  width: 44px;
  height: 44px;
  margin-right: 5px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.side-menu-profile__icon img {
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.side-menu-profile__name .name {
  margin-right: 0.3em;
}
.side-menu-nav__item {
  margin: 0 -20px;
  line-height: 23px;
}
.side-menu-nav__item a {
  padding: 10px 0 10px 30px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.side-menu-nav__item small {
  font-size: 10px;
}
.side-menu-nav__item:hover {
  background: rgba(205, 149, 94, 0.2);
}
.side-menu-nav__item--new {
  margin: 0 -20px;
  line-height: 23px;
}
.side-menu-nav__item--new a {
  padding: 10px 0 10px 30px;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.side-menu-nav__item--new a span:after {
  display: inline-block;
  content: '';
  position: absolute;
  left: 14px;
  background: #cd955e;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  line-height: 23px;
  margin: 0 0 2px 5px;
  vertical-align: middle;
}
.side-menu-nav__item--btn {
  margin-top: 15px;
  margin-left: 10px;
}
.side-menu .sm-icon {
  display: block;
  position: relative;
  padding-left: 38px;
}
.side-menu .sm-icon::before {
  display: inline-block;
  content: '';
  position: absolute;
  left: 0;
  line-height: 23px;
  vertical-align: middle;
}
.side-menu .sm-icon-ticket:before {
  display: inline-block;
  content: '';
  background: url("/images/sm-ticket.png") center / contain no-repeat;
  width: 20px;
  height: 23px;
}
.side-menu .sm-icon-profile:before {
  background: url("/images/sm-profile.png") center / contain no-repeat;
  width: 20px;
  height: 19px;
}
.side-menu .sm-icon-logout:before {
  background: url("/images/sm-logout.png") right / contain no-repeat;
  width: 23px;
  height: 21px;
}
.side-menu .sm-icon-event:before {
  background: url("/images/sm-plus.png") center / contain no-repeat;
  width: 23px;
  height: 19px;
}
.side-menu-icon {
  position: relative;
  display: block;
  padding-left: 40px;
}
.side-menu-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}
.side-menu-icon__add::before {
  background-image: url("/images/sidemenu_icon_add.svg");
}
.side-menu-icon__admin::before {
  background-image: url("/images/sidemenu_icon_admin.svg");
}
.side-menu-icon__close::before {
  background-image: url("/images/sidemenu_icon_close.svg");
}
.side-menu-icon__login::before {
  background-image: url("/images/sidemenu_icon_login.svg");
}
.side-menu-icon__logout::before {
  background-image: url("/images/sidemenu_icon_logout.svg");
}
.side-menu-icon__megaphone::before {
  background-image: url("/images/sidemenu_icon_megaphone.svg");
}
.side-menu-icon__menu::before {
  background-image: url("/images/sidemenu_icon_menu.svg");
}
.side-menu-icon__news::before {
  background-image: url("/images/sidemenu_icon_news.svg");
}
.side-menu-icon__profilesetting::before {
  background-image: url("/images/sidemenu_icon_profilesetting.svg");
}
.side-menu-icon__question::before {
  background-image: url("/images/sidemenu_icon_question.svg");
}
.side-menu-icon__search::before {
  background-image: url("/images/sidemenu_icon_search.svg");
}
.side-menu-icon__ticketlist::before {
  background-image: url("/images/sidemenu_icon_ticketlist.svg");
}
.side-menu-btn {
  display: none;
}
.partners.section {
  padding-top: 0;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .partners.section {
    padding-bottom: 40px;
  }
}
.partners.section .partners__ttl {
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 24px;
  color: #222;
}
@media screen and (max-width: 600px) {
  .partners.section .partners__ttl {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.partners.section .partners__logos__list {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 26px;
  display: flex;
  justify-content: space-evenly;
}
.partners.section .partners__logos__list .tower {
  width: 255px;
}
.partners.section .partners__logos__list .marui {
  width: 298px;
}
.partners.section .partners__logos__list .hakuju {
  width: 224px;
}
.partners.section .partners__logos__list .oab {
  width: 167px;
}
.partners.section .partners__logos__list .proarte {
  width: 220px;
}
@media screen and (max-width: 600px) {
  .partners.section .partners__logos__list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 238px;
    margin-bottom: 0px;
  }
  .partners.section .partners__logos__list .tower {
    width: 204px;
  }
  .partners.section .partners__logos__list .marui {
    width: 238px;
  }
  .partners.section .partners__logos__list .hakuju {
    width: 178px;
  }
  .partners.section .partners__logos__list .oab {
    width: 133px;
  }
  .partners.section .partners__logos__list .proarte {
    width: 176px;
  }
}
.partners.section .partners__logos__list > div {
  margin-right: 24px;
}
@media screen and (max-width: 600px) {
  .partners.section .partners__logos__list > div {
    margin-right: 0px;
    margin-bottom: 18px;
  }
}
.partners.section .partners__logos__list > div:last-of-type {
  margin-right: 0;
}
.partners-top {
  padding-top: 80px !important;
  padding-bottom: 0 !important;
}
.m-breadcrumb {
  background-color: var(--GrayLight);
  font-size: 14px;
}
@media screen and (min-width: 601px) {
  .m-breadcrumb {
    font-size: 12px;
  }
}
.m-breadcrumb__inner {
  padding: 8px 0;
}
@media screen and (max-width: 600px) {
  .m-breadcrumb__inner {
    padding: 14px 16px;
    overflow: auto;
    white-space: nowrap;
  }
}
.m-breadcrumb a {
  position: relative;
  margin-right: 24px;
  color: var(--dark);
}
.m-breadcrumb a::after {
  position: absolute;
  right: -16px;
  content: '>';
  font-size: 16px;
  pointer-events: none;
}
@media screen and (min-width: 601px) {
  .m-breadcrumb a::after {
    font-size: 12px;
  }
}
