@charset "UTF-8";
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
a,
button {
  cursor: revert;
}
ol,
ul,
menu,
summary {
  list-style: none;
}
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}
table {
  border-collapse: collapse;
}
input,
textarea {
  -webkit-user-select: auto;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
:where(pre) {
  all: revert;
  box-sizing: border-box;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}
:where([draggable='true']) {
  -webkit-user-drag: element;
}
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}
::-webkit-details-marker {
  display: none;
}
@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 400;
  src: url(/worldkanpaibeer/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.otf)
    format('opentype');
}
@font-face {
  font-family: Noto Sans Japanese;
  font-style: normal;
  font-weight: 700;
  src: url(/worldkanpaibeer/assets/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.otf)
    format('opentype');
}
*:focus {
  outline: 2px solid #fade49;
}
body {
  font-family: Noto Sans Japanese;
  line-height: 1.5;
}
.line-height-lg {
  line-height: 1.7;
}
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: inline;
  }
}
.link-decoration {
  color: #00a7ad;
  text-decoration: underline;
}
.link-decoration:hover {
  opacity: 0.7;
}
.link-decoration.opt-none {
  color: inherit;
  text-decoration: none;
}
.link-decoration.external {
  padding-right: 20px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/external-link.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.CatchText {
  padding: 20px;
}
.CatchText .mt-text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.ContentsSection {
  padding: 26px 0;
  border-bottom: 1px solid #5bc8cc;
}
.ContentsSection:last-child {
  border-bottom: none;
}
.ContentsSection.opt-padding-sm {
  padding: 14px 0;
}
.PageWrapper.color-green .ContentsSection {
  border-color: #8ac368;
}
.PageWrapper.color-green .ContentsSection:last-child {
  border-bottom: none;
}
.PageWrapper.color-yellow .ContentsSection {
  border-color: #e9dd00;
}
.PageWrapper.color-yellow .ContentsSection:last-child {
  border-bottom: none;
}
.PageWrapper.color-red .ContentsSection {
  border-color: #ee4657;
}
.PageWrapper.color-red .ContentsSection:last-child {
  border-bottom: none;
}
.PageWrapper.color-purple .ContentsSection {
  border-color: #b49bcf;
}
.PageWrapper.color-purple .ContentsSection:last-child {
  border-bottom: none;
}
.PageWrapper.color-blue .ContentsSection {
  border-color: #5bc8cc;
}
.PageWrapper.color-blue .ContentsSection:last-child {
  border-bottom: none;
}
.PageWrapper.color-orange .ContentsSection {
  border-color: #f7af00;
}
.PageWrapper.color-orange .ContentsSection:last-child {
  border-bottom: none;
}
.ContentHeading.lv-2 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 2px solid rgb(91, 200, 204);
}
.ContentHeading.lv-3 {
  font-size: 18px;
  font-weight: 700;
}
.BubbleFrame {
  position: relative;
  background-color: #5bc8cc4d;
  border-radius: 12px;
  padding: 14px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.BubbleFrame:before,
.BubbleFrame:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
}
.BubbleFrame:before {
  width: 22px;
  height: 32px;
  top: -20px;
  left: 16px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-blue-top.svg);
}
.BubbleFrame:after {
  width: 21px;
  height: 23px;
  bottom: -14px;
  right: 12px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-blue-bottom.svg);
}
.BubbleFrame p {
  text-align: center;
  font-size: 14px;
}
.BubbleFrame .mt-strong {
  font-weight: 700;
}
.BubbleFrame .mt-strong + p {
  margin-top: 3px;
}
.BubbleFrame.color-green {
  background-color: #8ac3684d;
}
.BubbleFrame.color-green:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-green-top.svg);
}
.BubbleFrame.color-green:after {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-green-bottom.svg);
}
.BubbleFrame.color-yellow {
  background-color: #e9dd004d;
}
.BubbleFrame.color-yellow:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-yellow-top.svg);
}
.BubbleFrame.color-yellow:after {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-yellow-bottom.svg);
}
.BubbleFrame.color-red {
  background-color: #ee46574d;
}
.BubbleFrame.color-red:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-red-top.svg);
}
.BubbleFrame.color-red:after {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-red-bottom.svg);
}
.BubbleFrame.color-purple {
  background-color: #b49bcf4d;
}
.BubbleFrame.color-purple:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-purple-top.svg);
}
.BubbleFrame.color-purple:after {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-purple-bottom.svg);
}
.BubbleFrame.color-blue {
  background-color: #5bc8cc4d;
}
.BubbleFrame.color-blue:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-blue-top.svg);
}
.BubbleFrame.color-blue:after {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-blue-bottom.svg);
}
.BubbleFrame.color-orange {
  background-color: #f7af004d;
}
.BubbleFrame.color-orange:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-orange-top.svg);
}
.BubbleFrame.color-orange:after {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/bubble-orange-bottom.svg);
}
.CommentBlock {
  display: flex;
  align-items: center;
}
.CommentBlock .mt-image {
  flex-shrink: 0;
}
.CommentBlock .mt-text {
  flex-grow: 1;
}
.CommentBlock > *:nth-child(n + 2) {
  margin-left: 15px;
}
.SelectedIcon {
  padding: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SelectedIcon .mt-text {
  font-size: 14px;
  text-align: center;
}
.SelectedIcon .mt-icon {
  margin-left: 28px;
  width: 82px;
  border-radius: 50%;
  line-height: 0;
  overflow: hidden;
}
.Profile {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Profile .mt-avatar {
  width: 40px;
  height: 40px;
  line-height: 0;
  border-radius: 50%;
  overflow: hidden;
}
.Profile .mt-text {
  display: flex;
  align-items: flex-end;
  margin-left: 16px;
  line-height: 1.3;
}
.Profile .mt-text .mt-name,
.Profile .mt-text .mt-honorific {
  display: block;
  font-weight: 700;
}
.Profile .mt-text .mt-honorific {
  margin-left: 6px;
}
.Profile .mt-text.opt-small .mt-name {
  font-size: 14px;
}
.Profile .mt-text.opt-small .mt-honorific {
  font-size: 12px;
  font-weight: 400;
}
.Profile .mt-text.opt-small .mt-after-text {
  font-size: 14px;
  margin-left: 6px;
}
.Footnote li {
  font-size: 10px;
  line-height: 1.7;
}
.Footnote li:nth-child(n + 2) {
  margin-top: 10px;
}
.Footnote a {
  text-decoration: underline;
  color: #5bc8cc;
}
.Footnote a.external {
  padding-right: 16px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/external-link.svg);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: right center;
}
.InputGroup + .InputGroup {
  margin-top: 30px;
}
.InputGroup .mt-label {
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.InputGroup .mt-label .mt-required {
  width: 28px;
  background-color: #ff6480;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  margin-left: 8px;
}
.InputGroup .mt-label .mt-not-required {
  width: 28px;
  background-color: #f7af00;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  margin-left: 8px;
}
.InputGroup .mt-description {
  margin-top: 4px;
  font-size: 14px;
}
.InputGroup .mt-input {
  margin-top: 8px;
}
.InputGroup .mt-error-message {
  margin-top: 6px;
  color: #ee4657;
  font-size: 12px;
  line-height: 1.7;
}
.InputText {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  background-color: #d9d9d933;
}
.InputText::placeholder {
  color: #737373;
}
.InputText.opt-error {
  border-color: #ff6480;
  background-color: #ff648029;
}
.InputTextArea {
  position: relative;
  z-index: 1;
  line-height: 0;
}
.InputTextArea textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  background-color: #d9d9d933;
  line-height: 1.5;
}
.InputTextArea textarea::placeholder {
  color: #737373;
}
.InputTextArea textarea.opt-error {
  border-color: #ff6480;
  background-color: #ff648029;
}
.InputTextArea textarea.opt-placeholder {
  background-color: transparent;
}
.InputTextArea .mt-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  color: #737373;
  background-color: #d9d9d933;
  padding: 10px;
  line-height: 1.5;
}
.InputTextArea textarea.opt-error + .mt-placeholder {
  background-color: #ff648029;
}
.InputTextArea textarea:not(:placeholder-shown) {
  background-color: #d9d9d933;
}
.InputTextArea textarea:not(:placeholder-shown) + .mt-placeholder {
  display: none;
}
.InputTextArea textarea:not(:placeholder-shown).opt-error {
  background-color: #ff648029;
}
.InputCheckbox li:nth-child(n + 2) {
  margin-top: 10px;
}
.InputCheckbox .mt-button input {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.InputCheckbox .mt-button .mt-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 26px;
  font-size: 12px;
  line-height: 1.7;
}
.InputCheckbox .mt-button .mt-text:before {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.InputCheckbox .mt-button input:checked + .mt-text:before {
  background-color: #5bc8cc;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/checked.svg);
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.InputCheckbox .mt-button input:focus + .mt-text {
  outline: 2px solid #fade49;
  border-radius: 3px;
}
.InputRadio {
  display: flex;
  flex-wrap: wrap;
}
.InputRadio li {
  width: 32%;
  margin-left: 2%;
}
.InputRadio li:nth-child(3n + 1) {
  margin-left: 0;
}
.InputRadio li:nth-child(n + 4) {
  margin-top: 2%;
}
.InputRadio .mt-button input {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.InputRadio .mt-button .mt-text {
  display: block;
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 11px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.InputRadio .mt-button input:checked + .mt-text {
  border-color: #5bc8cc;
  background-color: #5bc8cc;
}
.InputRadio .mt-button input:focus + .mt-text {
  outline: 2px solid #fade49;
}
.InputRadioIcon {
  line-height: 0;
  cursor: pointer;
}
.InputRadioIcon input {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.InputRadioIcon .mt-icon {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid transparent;
}
.InputRadioIcon input:checked + .mt-icon {
  border-color: #ff6480;
}
.InputRadioIcon input:focus + .mt-icon {
  outline: 2px solid #fade49;
}
.InputSelect {
  position: relative;
}
.InputSelect select {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.InputSelect select::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.InputSelect .mt-text {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 13px;
  font-size: 16px;
  background-color: #fff;
  position: relative;
}
.InputSelect .mt-text:after {
  content: '';
  width: 28px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/caret-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.InputSelect select:focus + .mt-text {
  outline: 2px solid #fade49;
}
.InputDate {
  position: relative;
}
.InputDate input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.InputDate input::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.InputDate .mt-date-text {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 13px;
  font-size: 16px;
  background-color: #fff;
  position: relative;
}
.InputDate .mt-date-text:after {
  content: '';
  width: 28px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/caret-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.InputDate input:focus + .mt-date-text {
  outline: 2px solid #fade49;
}
.TextFrame {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  font-size: 16px;
  background-color: #fff;
  height: 156px;
  overflow-y: scroll;
  font-size: 14px;
}
.Button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 310px;
  max-width: 100%;
  text-align: center;
  border: 2px solid #343a41;
  border-radius: 8px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
}
.Button:hover {
  opacity: 0.7;
}
.Button.opt-prev:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/caret-left.svg);
}
.Button.opt-next:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/caret-right.svg);
}
.Button.opt-external span {
  padding-right: 28px;
  position: relative;
}
.Button.opt-external span:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(/worldkanpaibeer/assets/img/common/external-link.svg);
}
.Button.opt-on-color {
  background-color: transparent;
}
.Button.opt-primary {
  background-color: #343a41;
  color: #fff;
}
.Button.opt-primary.opt-prev:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/caret-left-white.svg);
}
.Button.opt-primary.opt-next:before {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/caret-right-white.svg);
}
.Button.opt-primary-on-color {
  background-color: #fff;
  border-color: #fff;
}
.Button.opt-line {
  padding: 4px 10px;
  border-color: #00b900;
  background-color: #00b900;
}
.Button.opt-secondary {
  border-color: #5bc8cc;
  background-color: #5bc8cc;
  color: #fff;
}
.Button.opt-type-paka {
  font-weight: 700;
  background-color: #e4d936;
  border-color: #e4d936;
}
.Button.opt-type-paka-unpublic {
  background-color: #05b8c3;
  border-color: #05b8c3;
  border-radius: 0;
  color: #fff;
  cursor: default;
}
.Button.opt-type-paka-unpublic:hover {
  opacity: 1;
}
.Button.opt-width-small {
  width: 150px;
}
.Button.opt-width-medium {
  width: 230px;
}
.Button.opt-height-large {
  padding: 17px 10px;
}
.Button.opt-text-large {
  font-size: 20px;
  font-weight: 700;
}
.Button.opt-disabled {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
  color: #737373;
  cursor: default;
}
.Button.opt-submit {
  font-weight: 700;
  padding: 13px 10px;
}
.FollowButton {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.FollowButton .mt-text {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.FollowButton button {
  margin-top: 10px;
}
@keyframes mmfadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  0% {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.Modal {
  display: none;
}
.Modal.is-open {
  display: block;
}
.Modal[aria-hidden='false'] .mt-overlay {
  animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.Modal[aria-hidden='true'] .mt-overlay {
  animation: mmfadeOut 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.Modal .mt-overlay,
.Modal .mt-container {
  will-change: transform;
}
.DefaultModal .mt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0009;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.DefaultModal .mt-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
}
.DefaultModal .mt-container {
  background-color: #fff;
  padding: 28px 20px;
  margin: 20px;
  width: calc(100% - 40px);
  max-width: 400px;
  height: calc(100vh - 40px);
  height: calc(100dvh - 40px);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 150;
}
.DefaultModal .mt-close {
  background-color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.ShareModal .mt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.ShareModal .mt-container {
  background-color: #5bc8cc;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 475px;
  overflow-y: auto;
  height: 100vh;
  height: 100dvh;
  position: relative;
  z-index: 150;
}
.VerificationModal .mt-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0009;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.VerificationModal .mt-close-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 110;
}
.VerificationModal .mt-container {
  background-color: #fff;
  padding: 28px;
  margin: 20px;
  width: calc(100% - 40px);
  max-width: 840px;
  max-height: calc(100vh - 40px);
  max-height: calc(100dvh - 40px);
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 150;
}
.VerificationModal .mt-close {
  background-color: #000;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.SiteHeader {
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.SiteHeader .suntory-logo {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  line-height: 0;
}
.SiteHeader .logo {
  line-height: 0;
}
.SiteHeader a {
  display: block;
  padding: 4px;
  border-radius: 3px;
}
.OuterHeader {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border-bottom: 1px solid #d9d9d9;
  position: relative;
  display: flex;
  align-items: center;
}
.OuterHeader .suntory-logo {
  margin-left: 30px;
  line-height: 0;
}
.SiteFooter {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 30px;
}
.SiteFooter .mt-footer-top {
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 28px;
  border-bottom: 1px solid #d1dee1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SiteFooter .mt-footer-top .mt-text-with-icon {
  font-size: 10px;
  min-height: 40px;
  padding: 0 0 0 80px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/stop-recycle.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 72px 39px;
}
.SiteFooter .mt-footer-top .mt-text {
  margin-top: 14px;
  font-size: 10px;
}
.SiteFooter .mt-footer-bottom {
  padding-top: 42px;
}
.SiteFooter .mt-footer-bottom .mt-logo a {
  border-radius: 5px;
  line-height: 0;
  width: 254px;
  display: block;
  margin: 0 auto;
}
.SiteFooter .mt-footer-bottom .mt-links {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}
.SiteFooter .mt-footer-bottom .mt-links li:nth-child(n + 2) {
  border-left: 1px solid rgb(51, 51, 51);
}
.SiteFooter .mt-footer-bottom .mt-links li a {
  display: block;
  font-size: 10px;
  line-height: 18px;
  margin: 0 8px;
  padding: 0 2px;
  border-radius: 3px;
}
.SiteFooter .mt-footer-bottom .mt-links li a:hover {
  text-decoration: underline;
}
.SiteFooter .mt-footer-bottom .mt-links li a.external {
  padding-right: 20px;
}
.SiteFooter .mt-footer-bottom .mt-copyright {
  display: block;
  margin-top: 32px;
  font-size: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SiteFooter .mt-footer-top {
    width: 300px;
    padding-bottom: 14px;
  }
}
.js-fade-in {
  opacity: 0;
  visibility: hidden;
  transition: none;
  transform: translateY(50px);
}
.js-fade-in.is-active {
  opacity: 1;
  visibility: visible;
  transition: all 0.7s;
  transform: translateY(0);
}
.GlobalSiteFooter {
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.GlobalSiteFooter .mt-footer-top {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-bottom: 1px solid #d1dee1;
  padding-bottom: 20px;
}
.GlobalSiteFooter .mt-footer-top .mt-logo {
  margin-top: 28px;
}
.GlobalSiteFooter .mt-footer-top .mt-logo a {
  border-radius: 5px;
  line-height: 0;
  width: 254px;
  display: block;
  margin: 0 auto;
}
.GlobalSiteFooter .mt-footer-top .mt-attentions .mt-text-with-icon {
  font-size: 12px;
  min-height: 40px;
  padding: 0 80px 0 0;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/stop-recycle.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 72px 39px;
  text-align: right;
}
.GlobalSiteFooter .mt-footer-top .mt-attentions .mt-text {
  margin-top: 12px;
  font-size: 12px;
  text-align: right;
}
.GlobalSiteFooter .mt-footer-bottom {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.GlobalSiteFooter .mt-footer-bottom .mt-links {
  display: flex;
  justify-content: center;
}
.GlobalSiteFooter .mt-footer-bottom .mt-links li:nth-child(n + 2) {
  border-left: 1px solid rgb(51, 51, 51);
}
.GlobalSiteFooter .mt-footer-bottom .mt-links li a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin: 0 8px;
  padding: 0 2px;
  border-radius: 3px;
}
.GlobalSiteFooter .mt-footer-bottom .mt-links li a:hover {
  text-decoration: underline;
}
.GlobalSiteFooter .mt-footer-bottom .mt-links li a.external {
  padding-right: 20px;
}
.GlobalSiteFooter .mt-footer-bottom .mt-copyright {
  display: block;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .GlobalSiteFooter {
    background-color: #fff;
    padding: 30px 20px;
  }
  .GlobalSiteFooter .mt-footer-top {
    flex-direction: column;
    align-items: center;
    border: none;
    padding-bottom: 0;
  }
  .GlobalSiteFooter .mt-footer-top .mt-attentions {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .GlobalSiteFooter .mt-footer-top .mt-attentions .mt-text-with-icon {
    font-size: 12px;
    min-height: 40px;
    padding: 0 0 0 80px;
    background-position: left top;
    background-size: 72px 39px;
    text-align: left;
  }
  .GlobalSiteFooter .mt-footer-top .mt-attentions .mt-text {
    margin-top: 10px;
    text-align: left;
  }
  .GlobalSiteFooter .mt-footer-top .mt-logo {
    margin-top: 65px;
  }
  .GlobalSiteFooter .mt-footer-top .mt-logo a {
    width: 230px;
  }
  .GlobalSiteFooter .mt-footer-bottom {
    padding-top: 30px;
    display: block;
  }
  .GlobalSiteFooter .mt-footer-bottom .mt-copyright {
    margin-top: 24px;
    font-size: 13px;
  }
}
.ProjectGoToTop {
  position: fixed;
  right: 70px;
  bottom: 40px;
  z-index: 1;
  transform: translateY(120px);
  transition: transform 0.4s;
}
.ProjectGoToTop.floating {
  transform: none;
}
.ProjectGoToTop.fixed {
  position: absolute;
  bottom: calc(100% + 220px);
}
.ProjectGoToTop a {
  outline: none;
}
@media screen and (max-width: 767px) {
  .ProjectGoToTop {
    right: 20px;
    bottom: 20px;
  }
  .ProjectGoToTop.fixed {
    bottom: 100%;
    margin-bottom: 27%;
  }
}
.SiteWrapper .site-contents {
  max-width: 475px;
  margin: 0 auto;
}
.OuterSiteWrapper .site-contents {
  max-width: 840px;
  margin: 0 auto;
  padding: 0 20px;
}
.OuterSiteWrapper .footer-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  .OuterSiteWrapper .footer-wrapper {
    border-top: 1px solid #d9d9d9;
    display: block;
  }
}
.PageWrapper.color-green {
  background-color: #9ccc7f;
}
.PageWrapper.color-yellow {
  background-color: #e9d626;
}
.PageWrapper.color-red {
  background-color: #f87b88;
}
.PageWrapper.color-purple {
  background-color: #b49bcf;
}
.PageWrapper.color-blue {
  background-color: #5bc8cc;
}
.PageWrapper.color-orange {
  background-color: #f9bf33;
}
.ContentsWrapper {
  background-color: #fff;
  padding: 0 20px;
}
.FooterNavi {
  padding-top: 20px;
  padding-bottom: 20px;
}
.FooterNavi.opt-high {
  padding-top: 24px;
  padding-bottom: 24px;
}
.FooterNavi .mt-links {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.FooterNavi .mt-links li:nth-child(n + 2) {
  margin-left: 12px;
}
.FooterNavi .mt-links.opt-only-prev:after {
  content: '';
  width: 150px;
  margin-left: 12px;
}
.FooterNavi .mt-links.opt-only-next:before {
  content: '';
  width: 150px;
  margin-right: 12px;
}
.FooterNavi .mt-copyright {
  display: block;
  font-size: 10px;
  text-align: center;
}
.FooterNavi .mt-copyright:nth-child(n + 2) {
  margin-top: 30px;
}
.Qestionnaire {
  margin-top: 30px;
  padding-bottom: 10px;
}
.Qestionnaire .mt-slider-wrapper {
  width: 100%;
  height: 28px;
  background-color: #d9d9d9;
  border-radius: 14px;
  padding-left: calc((100% - 24px) / 14);
  padding-right: calc((100% - 24px) / 14);
  position: relative;
}
.Qestionnaire .mt-slider-wrapper .mt-background {
  width: 100%;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: calc((100% - 24px) / 14 - 5px);
  padding-right: calc((100% - 24px) / 14 - 5px);
}
.Qestionnaire .mt-slider-wrapper .mt-background li {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.Qestionnaire .mt-slider {
  height: 28px;
  border: none;
  background-color: transparent;
}
.Qestionnaire .mt-slider.noUi-target {
  box-shadow: none;
}
.Qestionnaire .mt-slider .noUi-handle {
  width: calc(((700% - 24px) / 6 - 24px) / 7);
  height: 80px;
  top: auto;
  right: 0;
  bottom: -54px;
  transform: translate(50%);
  background-color: transparent;
  border-width: 0;
  border: none;
  box-shadow: none;
}
.Qestionnaire .mt-slider .noUi-handle:focus {
  outline: none;
}
.Qestionnaire .mt-slider .noUi-handle:before {
  display: none;
}
.Qestionnaire .mt-slider .noUi-handle:after {
  width: 2px;
  height: 20px;
  top: auto;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  background-color: #000;
  background-color: #8ac368;
}
.Qestionnaire .mt-slider .noUi-handle .noUi-touch-area {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/stepper.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 48px;
  position: relative;
  z-index: 1;
}
.Qestionnaire .mt-radio {
  margin-top: 26px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.Qestionnaire .mt-radio li {
  width: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.Qestionnaire .mt-radio li + li {
  margin-left: 4px;
}
.Qestionnaire .mt-radio li button {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 102px;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px 0;
  line-height: 0;
  cursor: pointer;
  transition: background-color 0.4s;
}
.Qestionnaire .mt-radio li button > span {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -webkit-writing-mode: vertical-rl;
}
.Qestionnaire .mt-radio li button.opt-base > * {
  display: block;
}
.Qestionnaire .mt-radio li button strong {
  font-weight: 700;
}
.Qestionnaire .mt-radio li.is-active button {
  background-color: #8ac368;
  border-color: #8ac368;
}
.Qestionnaire.color-green .mt-slider .noUi-handle:after {
  background-color: #8ac368;
}
.Qestionnaire.color-green .mt-radio li.is-active button {
  background-color: #9ccc7f;
  border-color: #9ccc7f;
}
.Qestionnaire.color-yellow .mt-slider .noUi-handle:after {
  background-color: #e9dd00;
}
.Qestionnaire.color-yellow .mt-radio li.is-active button {
  background-color: #e9d626;
  border-color: #e9d626;
}
.Qestionnaire.color-red .mt-slider .noUi-handle:after {
  background-color: #ee4657;
}
.Qestionnaire.color-red .mt-radio li.is-active button {
  background-color: #f87b88;
  border-color: #f87b88;
}
.Qestionnaire.color-purple .mt-slider .noUi-handle:after {
  background-color: #b49bcf;
}
.Qestionnaire.color-purple .mt-radio li.is-active button {
  background-color: #b49bcf;
  border-color: #b49bcf;
}
.Qestionnaire.color-blue .mt-slider .noUi-handle:after {
  background-color: #5bc8cc;
}
.Qestionnaire.color-blue .mt-radio li.is-active button {
  background-color: #5bc8cc;
  border-color: #5bc8cc;
}
.Qestionnaire.color-orange .mt-slider .noUi-handle:after {
  background-color: #f7af00;
}
.Qestionnaire.color-orange .mt-radio li.is-active button {
  background-color: #f9bf33;
  border-color: #f9bf33;
}
.Flow {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
.Flow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.Flow li .mt-index {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  font-family: Manrope, sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.Flow li .mt-label {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
}
.Flow li:nth-child(n + 2) {
  padding-left: 20px;
}
.Flow li:nth-child(n + 2):before {
  content: '';
  display: block;
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/ellipses.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.Flow li.opt-active .mt-index {
  background-color: #fff;
}
.Flow.color-green li.opt-active .mt-index {
  color: #8ac368;
}
.Flow.color-yellow li.opt-active .mt-index {
  color: #e9dd00;
}
.Flow.color-red li.opt-active .mt-index {
  color: #ee4657;
}
.Flow.color-purple li.opt-active .mt-index {
  color: #b49bcf;
}
.Flow.color-blue li.opt-active .mt-index {
  color: #5bc8cc;
}
.Flow.color-orange li.opt-active .mt-index {
  color: #f7af00;
}
.RadarChartCanvasWrapper {
  position: relative;
}
.RadarChartCanvasWrapper .mt-point-labels {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.RadarChartCanvasWrapper .mt-point-labels li {
  position: absolute;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}
.RadarChartCanvasWrapper .mt-point-labels li:nth-child(1) {
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
.RadarChartCanvasWrapper .mt-point-labels li:nth-child(2) {
  top: 15%;
  right: 0;
}
.RadarChartCanvasWrapper .mt-point-labels li:nth-child(3) {
  bottom: 20%;
  right: 3%;
}
.RadarChartCanvasWrapper .mt-point-labels li:nth-child(4) {
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}
.RadarChartCanvasWrapper .mt-point-labels li:nth-child(5) {
  bottom: 23%;
  left: 3%;
}
.RadarChartCanvasWrapper .mt-point-labels li:nth-child(6) {
  top: 21%;
  left: 3%;
}
.CanvasLegends ul li {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.CanvasLegends ul li .mt-color {
  display: block;
  width: 11px;
  height: 11px;
}
.CanvasLegends ul li .mt-color.opt-user {
  background-color: #ff6480;
  opacity: 0.6;
}
.CanvasLegends ul li .mt-color.opt-average {
  background-color: #f4bf20;
  opacity: 0.4;
}
.CanvasLegends ul li .mt-color.opt-base {
  border-color: #07c9d1;
  border-width: 2px;
  border-style: solid;
}
.CanvasLegends ul li > p {
  margin-left: 4px;
}
.CanvasLegends ul li .mt-name {
  font-weight: 700;
}
.TopPageWrapper .main-contents-wrapper {
  max-width: 1200px;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.TopPageWrapper .main-contents {
  width: calc(75.342466% - 381px);
  max-width: 500px;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.TopPageWrapper .outer-contents {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.TopPageWrapper .suntory-logo {
  position: absolute;
  top: 28px;
  left: 28px;
}
.TopPageWrapper .layout-grid-y {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.TopPageWrapper .layout-grid-x {
  max-width: 1226px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
}
.TopPageWrapper .outer-main {
  padding-top: 74px;
}
.TopPageWrapper .information-area {
  height: 430px;
  position: relative;
  z-index: 3;
}
.TopPageWrapper .information-area .catch-text .mt-head {
  line-height: 0;
  margin-left: -9px;
}
.TopPageWrapper .information-area .catch-text .mt-title {
  line-height: 0;
  position: relative;
}
.TopPageWrapper .information-area .catch-text .mt-title .mt-sub {
  position: absolute;
  bottom: 8px;
  left: 220px;
}
.TopPageWrapper .information-area .catch-text .mt-description {
  margin-top: 16px;
  font-size: 12px;
  line-height: 1.7;
}
.TopPageWrapper .information-area .term-text {
  width: 60%;
  position: absolute;
  top: 0;
  left: 400px;
  z-index: 1;
}
.TopPageWrapper .information-area .term-text .mt-balloon {
  background-color: #f7af00;
  width: 198px;
  position: absolute;
  top: 42px;
  left: 10px;
  border-radius: 8px;
  padding: 14px 0;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.TopPageWrapper .information-area .term-text .mt-balloon:before {
  content: '';
  display: block;
  width: 20px;
  height: 28px;
  border-top: 28px solid #f7af00;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 32px;
}
.TopPageWrapper .information-area .term-text .mt-balloon > span {
  display: block;
}
.TopPageWrapper .information-area .term-text .mt-balloon .mt-top {
  font-size: 12px;
}
.TopPageWrapper .information-area .term-text .mt-balloon .mt-middle {
  font-size: 16px;
}
.TopPageWrapper .information-area .term-text .mt-balloon .mt-bottom {
  margin-top: 12px;
  font-size: 14px;
}
.TopPageWrapper .information-area .term-text .mt-balloon .mt-bottom .mt-sub {
  display: block;
  font-size: 10px;
}
.TopPageWrapper
  .information-area
  .term-text
  .mt-balloon
  .mt-bottom.opt-one-line {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 16px;
}
.TopPageWrapper .information-area .term-text .mt-balloon .mt-date {
  margin-top: 2px;
  font-size: 12px;
}
.TopPageWrapper .information-area .term-text .mt-balloon .mt-date .mt-year,
.TopPageWrapper .information-area .term-text .mt-balloon .mt-date .mt-month,
.TopPageWrapper .information-area .term-text .mt-balloon .mt-date .mt-day {
  font-size: 14px;
}
.TopPageWrapper .information-area .term-text .mt-img {
  width: 60%;
  max-width: 120px;
  margin-top: 138px;
  margin-left: 110px;
  z-index: 1;
  position: relative;
}
.TopPageWrapper .main-contents-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.TopPageWrapper .main-contents-back .main-contents-wrapper {
  width: 100%;
  flex-grow: 1;
}
.TopPageWrapper .main-contents-back .main-contents {
  height: 100%;
  box-shadow: 0 0 100px #624b3033;
  background-color: #fff;
}
.TopPageWrapper .menu-area {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.TopPageWrapper .menu-area .menu-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.TopPageWrapper .menu-area .menu {
  background-color: #343a41f2;
  padding: 20px 24px;
  border-radius: 16px;
}
.TopPageWrapper .menu-area .menu li {
  padding-left: 40px;
}
.TopPageWrapper .menu-area .menu li a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 8px 12px;
  border-radius: 22px;
}
.TopPageWrapper .menu-area .menu li.active {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/top/icon-beer.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 22px 37px;
}
.TopPageWrapper .menu-area .menu li.active a {
  background-color: #fade49;
  color: #56626e;
}
.TopPageWrapper .menu-area .footer {
  position: absolute;
  bottom: 28px;
  left: 35px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.TopPageWrapper .menu-area .footer .mt-links {
  display: flex;
  padding: 4px 0;
  background-color: #fff;
}
.TopPageWrapper .menu-area .footer .mt-links li:nth-child(n + 2) {
  border-left: 1px solid rgb(51, 51, 51);
  margin-left: 12px;
}
.TopPageWrapper .menu-area .footer .mt-links li a {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
}
.TopPageWrapper .menu-area .footer .mt-links li a:hover {
  text-decoration: underline;
}
.TopPageWrapper .menu-area .footer .mt-links li a.external {
  padding-right: 20px;
}
.TopPageWrapper .menu-area .footer .mt-copyright {
  margin-top: 6px;
}
.TopPageWrapper .menu-area .footer .mt-copyright small {
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.7;
  background-color: #fff;
}
.TopPageWrapper .menu-area .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}
.TopPageWrapper .menu-area .background img {
  max-inline-size: none;
  animation: infinity-scroll-left 28s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
@media screen and (max-width: 1023px) {
  .TopPageWrapper .main-contents {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  .TopPageWrapper .outer-contents {
    display: none;
  }
}
@media screen and (max-height: 900px) {
  .TopPageWrapper .menu-area {
    justify-content: space-around;
  }
  .TopPageWrapper .menu-area .menu-wrapper {
    margin-bottom: 0;
  }
  .TopPageWrapper .menu-area .footer {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 28px;
  }
}
.TopPageWrapper2 .main-contents-wrapper {
  max-width: 1200px;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.TopPageWrapper2 .main-contents {
  width: calc(75.342466% - 381px);
  max-width: 500px;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.TopPageWrapper2 .main-contents img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.TopPageWrapper2 .outer-contents {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.TopPageWrapper2 .outer-contents .suntory-logo {
  width: 146px;
  margin: 18px 0 0 18px;
  position: relative;
  z-index: 1;
}
.TopPageWrapper2 .layout-grid-y {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.TopPageWrapper2 .layout-grid-x {
  max-width: 1226px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding-left: 28px;
  padding-right: 28px;
}
.TopPageWrapper2 .outer-main {
  padding-top: 74px;
  background-image: url(/worldkanpaibeer/assets/img/top2/main-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}
.TopPageWrapper2 .information-area {
  height: 451px;
  position: relative;
  z-index: 3;
}
.TopPageWrapper2 .information-area .catch-text .mt-head {
  line-height: 0;
  margin-left: -9px;
}
.TopPageWrapper2 .information-area .catch-text .mt-title {
  line-height: 0;
  position: relative;
}
.TopPageWrapper2 .information-area .catch-text .mt-main,
.TopPageWrapper2 .information-area .catch-text .mt-sub {
  display: block;
  width: 399px;
}
.TopPageWrapper2 .information-area .catch-text .mt-sub {
  margin-top: -46px;
}
.TopPageWrapper2 .information-area .catch-text .mt-description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 24px;
}
.TopPageWrapper2 .information-area .catch-text .mt-description span {
  display: block;
  width: fit-content;
  padding: 0 5px;
  background-color: #fff;
}
.TopPageWrapper2 .information-area .catch-text .mt-description span + span {
  margin-top: 8px;
}
.TopPageWrapper2 .information-area .term-text {
  width: 60%;
  position: absolute;
  top: 0;
  left: 400px;
  z-index: 1;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon {
  color: #fff;
  background-color: #eb6719;
  width: 198px;
  position: absolute;
  top: 62px;
  left: 76px;
  border-radius: 8px;
  padding: 14px 0;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon:before {
  content: '';
  display: block;
  width: 20px;
  height: 28px;
  border-top: 28px solid #eb6719;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon > span {
  display: block;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-top {
  font-size: 12px;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-middle {
  font-size: 16px;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-bottom {
  margin-top: 12px;
  font-size: 14px;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-bottom .mt-sub {
  display: block;
  font-size: 10px;
}
.TopPageWrapper2
  .information-area
  .term-text
  .mt-balloon
  .mt-bottom.opt-one-line {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-date {
  margin-top: 2px;
  font-size: 12px;
}
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-date .mt-year,
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-date .mt-month,
.TopPageWrapper2 .information-area .term-text .mt-balloon .mt-date .mt-day {
  font-size: 14px;
}
.TopPageWrapper2 .information-area .term-text .mt-img {
  width: 60%;
  max-width: 120px;
  margin-top: 209px;
  margin-left: 115px;
  z-index: 1;
  position: relative;
}
.TopPageWrapper2 .main-contents-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
}
.TopPageWrapper2 .main-contents-back .main-contents-wrapper {
  width: 100%;
  flex-grow: 1;
}
.TopPageWrapper2 .main-contents-back .main-contents {
  height: 100%;
  box-shadow: 0 0 100px #624b3033;
  background-color: #fff;
}
.TopPageWrapper2 .menu-area {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 23px;
}
.TopPageWrapper2 .menu-area .menu-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 49px;
}
.TopPageWrapper2 .menu-area .menu {
  background-color: #343a41f2;
  padding: 20px 24px;
  border-radius: 16px;
}
.TopPageWrapper2 .menu-area .menu li {
  padding-left: 40px;
}
.TopPageWrapper2 .menu-area .menu li a {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 8px 12px;
  border-radius: 22px;
}
.TopPageWrapper2 .menu-area .menu li.active {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/top/icon-beer.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 22px 37px;
}
.TopPageWrapper2 .menu-area .menu li.active a {
  background-color: #fade49;
  color: #56626e;
}
.TopPageWrapper2 .menu-area .footer {
  position: absolute;
  bottom: 28px;
  left: 35px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.TopPageWrapper2 .menu-area .footer .mt-links {
  display: flex;
  padding: 4px 0;
  background-color: #fff;
}
.TopPageWrapper2 .menu-area .footer .mt-links li:nth-child(n + 2) {
  border-left: 1px solid rgb(51, 51, 51);
  margin-left: 12px;
}
.TopPageWrapper2 .menu-area .footer .mt-links li a {
  display: block;
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
}
.TopPageWrapper2 .menu-area .footer .mt-links li a:hover {
  text-decoration: underline;
}
.TopPageWrapper2 .menu-area .footer .mt-links li a.external {
  padding-right: 20px;
}
.TopPageWrapper2 .menu-area .footer .mt-copyright {
  margin-top: 6px;
}
.TopPageWrapper2 .menu-area .footer .mt-copyright small {
  display: block;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 1.7;
  background-color: #fff;
}
.TopPageWrapper2 .menu-area .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  overflow: hidden;
  align-items: flex-start;
}
.TopPageWrapper2 .menu-area .background img {
  max-inline-size: none;
  animation: infinity-scroll-left 42s infinite linear 0.5s both;
}
.TopPageWrapper2 .TopIntro {
  padding: 40px 20px 146px;
  background-image: url(/worldkanpaibeer/assets/img/top2/bg.webp);
  background-repeat: repeat;
  background-size: 100% auto;
  background-position: top center;
}
.TopPageWrapper2 .TopIntroMain {
  padding: 30px 0 14px;
  background-color: #fffc;
}
.TopPageWrapper2 .TopIntroMain-description {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 15px;
  padding: 0 16px;
}
.TopPageWrapper2 .TopIntroMovie {
  padding: 40px 0 0;
}
.TopPageWrapper2 .TopIntroMovie-title {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 15px 15px 26px 21px;
  background-color: #5bc8cc;
  -webkit-mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.TopPageWrapper2 .TopIntroMovie-element iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
  max-width: 100%;
}
.TopPageWrapper2 .TopStep {
  margin-top: -110px;
  padding: 90px 0 0;
  background-image: url(/worldkanpaibeer/assets/img/top2/step_bg.svg),
    url(/worldkanpaibeer/assets/img/top2/bg_beer.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position:
    50% 90px,
    50% 0;
  position: relative;
  counter-reset: step;
}
.TopPageWrapper2 .TopStepHead {
  position: relative;
  z-index: 1;
}
.TopPageWrapper2 .TopStepHead .mt-scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  background-color: #343a41;
  border-radius: 8px;
  margin: 20px auto 0;
}
.TopPageWrapper2 .TopStepHead .mt-scroll .mt-text {
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.7;
}
.TopPageWrapper2 .TopStepHead .mt-scroll .mt-img {
  margin-top: 3px;
}
.TopPageWrapper2 .TopStepHead .mt-scroll img {
  width: 12px;
}
.TopPageWrapper2 .TopStepHead-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.05em;
  color: #45b9bd;
  text-align: center;
  margin-bottom: 10px;
}
.TopPageWrapper2 .TopStepHead-copy {
  text-align: center;
}
.TopPageWrapper2 .TopStepHead-copy span {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  padding: 2px 5px;
  background-color: #45b9bd;
}
.TopPageWrapper2 .TopStepHead-copy span + span {
  margin-top: 5px;
}
.TopPageWrapper2 .TopStepHead-copy strong {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  color: #fade49;
}
.TopPageWrapper2 .TopStepHead-img {
  margin-top: 30px;
  text-align: center;
}
.TopPageWrapper2 .TopStepHead-img img {
  width: 200px;
}
.TopPageWrapper2 .TopStepHead-img figcaption {
  font-size: 12px;
  line-height: 1.3;
}
.TopPageWrapper2 .TopStepList {
  padding: 40px 20px;
}
.TopPageWrapper2 .TopStepList.-blue {
  background-image: linear-gradient(
    180deg,
    transparent 0%,
    transparent 10%,
    #5bc8cc 11%,
    #5bc8cc 100%
  );
}
.TopPageWrapper2 .TopStepList.-yellow {
  background-color: #fcdf99;
  background-image: linear-gradient(to right, #fbd16b 1px, transparent 1px),
    linear-gradient(to bottom, #fbd16b 1px, transparent 1px);
  background-size: 15px 15px;
  background-repeat: repeat;
}
.TopPageWrapper2 .TopStepList.-confetti {
  background-image: url(/worldkanpaibeer/assets/img/top2/bg.webp);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.TopPageWrapper2 .TopStepItem {
  padding-bottom: 15px;
  background-color: #fff;
  counter-increment: step;
  position: relative;
}
.TopPageWrapper2 .TopStepItem:not(.-step1):before {
  content: '';
  width: 38px;
  height: 28px;
  background-color: #fff;
  clip-path: polygon(50% 28px, 0% 0%, 38px 0%);
  margin: auto;
  position: absolute;
  top: -42px;
  left: 0;
  right: 0;
}
.TopPageWrapper2 .TopStepItem:not(.-first) {
  margin-top: 58px;
}
.TopPageWrapper2 .TopStepItem.-first:before {
  top: -51px;
}
.TopPageWrapper2 .TopStepItem.-step2 {
  background-image: url(/worldkanpaibeer/assets/img/top2/strep2_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
.TopPageWrapper2 .TopStepItem.-final {
  background-color: #fffc;
}
.TopPageWrapper2 .TopStepItem-head {
  margin-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
.TopPageWrapper2 .TopStepItem-head:before {
  content: 'STEP' counter(step);
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: #5bc8cc;
  margin-bottom: 15px;
}
.TopPageWrapper2 .TopStep .-yellow .TopStepItem .TopStepItem-head:before {
  color: #f7af00;
}
.TopPageWrapper2 .TopStep .TopStepItem.-final .TopStepItem-head:before {
  content: 'Final';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f7af00;
}
.-step3 .TopStepItem-head {
  margin-bottom: 10px;
}
.TopPageWrapper2 .TopStepItem-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.TopPageWrapper2 .TopStepItem-description {
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}
.TopPageWrapper2 .TopStepItem-img img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.TopPageWrapper2 .TopStepItem-img.-space {
  padding: 0 30px;
}
.-step5 .TopStepItem-img {
  padding: 0 30px 0 36px;
}
.TopPageWrapper2 .TopStepItem-comment {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  padding: 0 16px;
}
.TopPageWrapper2 .TopStepItem-comment.-reverse {
  flex-flow: row-reverse nowrap;
}
.-step2 .TopStepItem-comment {
  margin-top: 20px;
}
.-step4 .TopStepItem-comment,
.-final .TopStepItem-comment {
  margin-top: 40px;
}
.TopPageWrapper2 .TopStepItem-commentImg {
  width: 86px;
  flex-shrink: 0;
}
.TopPageWrapper2 .TopStepItem-commentText {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  width: calc(100% - 91px);
  padding: 18px 12px;
  border-radius: 12px;
  background: #ceeff0;
  position: relative;
}
.TopPageWrapper2 .TopStepItem-commentText:before,
.TopPageWrapper2 .TopStepItem-commentText:after {
  content: '';
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.TopPageWrapper2 .TopStepItem-commentText:before {
  width: 22px;
  height: 33px;
  left: 8px;
  top: -18px;
  background-image: url(/worldkanpaibeer/assets/img/top2/step_comment_ico1.svg);
}
.TopPageWrapper2 .TopStepItem-commentText:after {
  width: 21px;
  height: 23px;
  right: 11px;
  bottom: -12px;
  background-image: url(/worldkanpaibeer/assets/img/top2/step_comment_ico2.svg);
}
.TopPageWrapper2 .TopStepItem-voice {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
  padding: 0 20px;
}
.TopPageWrapper2 .TopStepItem-voiceItem {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  min-width: min(100%, 282px);
  padding: 12px 26px 12px 34px;
  -webkit-mask-image: url(/worldkanpaibeer/assets/img/top2/step_voice_bg_l.svg);
  mask-image: url(/worldkanpaibeer/assets/img/top2/step_voice_bg_l.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.TopPageWrapper2 .TopStepItem-voiceItem.-reverse {
  align-self: flex-end;
  padding: 12px 34px 12px 26px;
  -webkit-mask-image: url(/worldkanpaibeer/assets/img/top2/step_voice_bg_r.svg);
  mask-image: url(/worldkanpaibeer/assets/img/top2/step_voice_bg_r.svg);
}
.TopPageWrapper2 .TopStepItem-voiceItem.-purple {
  background-color: #b49bcf;
}
.TopPageWrapper2 .TopStepItem-voiceItem.-green {
  background-color: #8ac368;
}
.TopPageWrapper2 .TopStepItem-voiceItem.-orange {
  background-color: #f7af00;
}
.TopPageWrapper2 .TopStepItem-voiceItem.-red {
  background-color: #ee4657;
}
.TopPageWrapper2 .TopStepItem-slider .splide__arrow {
  width: 30px;
  height: 30px;
  margin: auto;
  background-color: #ffffff80;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
.TopPageWrapper2 .TopStepItem-slider .splide__arrow[disabled] {
  opacity: 0;
}
.TopPageWrapper2 .TopStepItem-slider .splide__arrow svg {
  width: 100%;
  height: 100%;
}
.TopPageWrapper2 .TopStepItem-slider .splide__arrow--prev {
  left: 14px;
}
.TopPageWrapper2 .TopStepItem-slider .splide__arrow--next {
  right: 14px;
  scale: -1 1;
}
.TopPageWrapper2 .TopStepItem-slider .splide__pagination {
  margin-top: 25px;
  gap: 5px;
}
.TopPageWrapper2 .TopStepItem-slider .splide__pagination__page {
  width: 18px;
  height: 18px;
  position: relative;
}
.TopPageWrapper2 .TopStepItem-slider .splide__pagination__page:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #d9d9d9;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.TopPageWrapper2
  .TopStepItem-slider
  .splide__pagination__page.is-active:before {
  background-color: #5bc8cc;
}
.TopPageWrapper2 .TopStepItem-sliderItem {
  padding-bottom: 28px;
  border-radius: 12px;
  background-color: #5bc8cccc;
}
.TopPageWrapper2 .TopStepItem-sliderItemImg {
  margin-bottom: 8px;
}
.TopPageWrapper2 .TopStepItem-sliderItemCopy {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 24px;
}
.TopPageWrapper2 .TopStepItem-sliderItemCopy span {
  display: block;
  width: fit-content;
  background-color: #fff;
  padding: 0 5px;
}
.TopPageWrapper2 .TopStepItem-sliderItemCopy span + span {
  margin-top: 3px;
}
.TopPageWrapper2 .TopStepItem-sliderItemDescription {
  font-size: 12px;
  line-height: 1.7;
  margin-top: 15px;
  padding: 0 24px;
}
.TopPageWrapper2 .TopStepItem-sliderItemDescription strong {
  font-weight: 700;
}
.TopPageWrapper2 .TopStepItem-about {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 15px 20px;
  border-radius: 18px;
  border: 1px solid #d9d9d9;
  background-image: url(/worldkanpaibeer/assets/img/top2/step_about_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
}
.TopPageWrapper2 .TopStepItem-aboutHeading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}
.TopPageWrapper2 .TopStepItem-aboutLead {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}
.TopPageWrapper2 .TopStepItem-aboutProcess,
.TopPageWrapper2 .TopStepItem-aboutResult {
  margin-top: 10px;
}
.TopPageWrapper2 .TopStepItem-aboutResultUpper {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 8px 34px 30px 42px;
  background-color: #5bc8cc;
  -webkit-mask-image: url(/worldkanpaibeer/assets/img/top2/step_about_result_bg.svg);
  mask-image: url(/worldkanpaibeer/assets/img/top2/step_about_result_bg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.TopPageWrapper2 .TopStepItem-aboutResultUpper strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  width: fit-content;
  margin: 6px auto 0;
  padding: 0 5px;
  background-color: #fff;
}
.TopPageWrapper2 .TopStepItem-aboutResultLower {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-top: 15px;
}
.TopPageWrapper2 .TopStepItem-aboutImg {
  margin-top: 15px;
  padding: 0 18px;
}
.TopPageWrapper2 .TopStepItem-infoText {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  width: fit-content;
  margin: 0 auto;
  padding: 17px 19px 28px 25px;
  background-color: #ee4657;
  -webkit-mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.TopPageWrapper2 .TopStepItem-infoImg {
  margin-top: -62px;
  margin-bottom: -90px;
}
.TopPageWrapper2 .TopStepItem-infoButton img {
  margin-inline: auto;
  width: auto;
}
.TopPageWrapper2 .TopStepItemSection + .TopStepItemSection {
  margin-top: 30px;
}
.TopPageWrapper2 .TopLine {
  padding: 30px 0;
  border: solid 20px #05b8c3;
  background-image: url(/worldkanpaibeer/assets/img/top2/strep2_bg.svg);
  background-repeat: repeat;
  background-size: contain;
  background-position: top center;
}
.TopPageWrapper2 .TopLine-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  width: fit-content;
  margin: 0 auto 20px;
  padding: 21px 31px 33px 37px;
  background-color: #05b8c3;
  -webkit-mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.TopPageWrapper2 .TopLine-description {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
}
.TopPageWrapper2 .TopLine-officialImg {
  border-radius: 12px;
}
.TopPageWrapper2 .TopLine-officialName {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 10px;
}
.TopPageWrapper2 .TopLine-link {
  margin-top: 18px;
}
.TopPageWrapper2 .TopLine-linkTitle {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #00b900;
  text-align: center;
  margin-bottom: 10px;
}
.TopPageWrapper2 .TopLine-linkButton {
  width: 230px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100vmax;
  overflow: hidden;
}
.TopPageWrapper2 .TopLine-linkButton > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  background-color: #00b900;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .TopPageWrapper2 .TopLine-linkButton > a:hover {
    opacity: 0.8;
  }
}
.TopPageWrapper2 .TopLine-linkButton img {
  width: 116px;
}
.TopPageWrapper2 .TopProductSection {
  font-size: 14px;
  line-height: 1.7;
  padding: 50px 20px;
}
.TopPageWrapper2 .TopProductSection-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px;
}
.TopPageWrapper2 .TopProductSection-title.-blue {
  color: #45b9bd;
}
.TopPageWrapper2 .TopProductSection-note {
  font-size: 12px;
}
.TopPageWrapper2 .TopProductInfo {
  background-color: #f6f3e4;
}
.TopPageWrapper2 .TopProductInfo-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: fit-content;
  margin: 0 auto 23px;
  padding: 17px 19px 28px 25px;
  background-color: #f7af00;
  -webkit-mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  mask-image: url(/worldkanpaibeer/assets/img/top2/step-final_info_bg.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
}
.TopPageWrapper2 .TopProductInfo-detail {
  display: flex;
  flex-grow: row wrap;
  justify-content: center;
  align-items: stretch;
  align-content: flex-start;
  gap: 10px;
}
.TopPageWrapper2 .TopProductInfo-item {
  width: 148px;
}
.TopPageWrapper2 .TopProductInfo-itemName {
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}
.TopPageWrapper2 .TopProductInfo-button {
  margin-top: 30px;
}
.TopPageWrapper2 .TopProductInfo-button img {
  margin-inline: auto;
  width: auto;
}
.TopPageWrapper2 .TopProductInfo-comp {
  max-width: 350px;
  margin: 30px auto 20px;
  padding: 10px;
  background-color: #fff;
}
.TopPageWrapper2 .TopProductInfo-compTitle {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 5px;
}
.TopPageWrapper2 .TopProductInfo-compDescription {
  font-size: 11px;
  line-height: 1.5;
}
.TopPageWrapper2 .TopProductInfo-compDescription > span {
  display: block;
  text-align: right;
  margin-top: 5px;
}
.TopPageWrapper2 .TopProductShop {
  background-color: #fff;
}
.TopPageWrapper2 .TopProductShop p + p {
  margin-top: 18px;
}
.TopPageWrapper2 .TopProject {
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
  background-color: #05b8c3;
}
.TopPageWrapper2 .TopProject-textarea {
  padding: 30px 20px;
}
.TopPageWrapper2 .TopProject-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 10px;
}
.TopPageWrapper2 .TopProject-description {
  font-size: 14px;
  line-height: 1.7;
}
.TopPageWrapper2 .TopCopyright {
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
  padding: 24px 20px 6px;
}
.TopPageWrapper2 .TopButton {
  max-width: 330px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 100vmax;
  overflow: hidden;
}
.TopPageWrapper2 .TopButton > a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  height: 62px;
  padding: 16px 20px;
  background-color: #343a41;
  transition: 0.3s ease;
}
@media (any-hover: hover) {
  .TopPageWrapper2 .TopButton > a:hover {
    opacity: 0.9;
  }
}
@media screen and (max-width: 1023px) {
  .TopPageWrapper2 .main-contents {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
  }
  .TopPageWrapper2 .outer-contents {
    display: none;
  }
}
@media screen and (max-height: 900px) {
  .TopPageWrapper2 .menu-area {
    justify-content: space-around;
  }
  .TopPageWrapper2 .menu-area .menu-wrapper {
    margin-bottom: 0;
  }
  .TopPageWrapper2 .menu-area .footer {
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: 28px;
  }
}
.NicknamePage .pg-icon-selector {
  margin-top: 24px;
  text-align: center;
}
.NicknamePage .pg-icon-list {
  margin: 10px -5px 0;
  display: flex;
  flex-wrap: wrap;
}
.NicknamePage .pg-icon-list li {
  width: 19.8%;
  margin-left: 0.25%;
}
.NicknamePage .pg-icon-list li:nth-child(5n + 1) {
  margin-left: 0;
}
.NicknamePage .pg-icon-list li:nth-child(n + 6) {
  margin-top: 0.25%;
}
.NicknamePage .pg-icon img {
  background-color: #d4f2f3;
}
.NicknamePage .pg-selected-icon {
  width: 302px;
  margin: 30px auto 0;
}
.QuestionnairePage .pg-head {
  text-align: center;
}
.QuestionnairePage .pg-head .mt-label {
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.QuestionnairePage .pg-head .mt-label .mt-required {
  width: 28px;
  background-color: #ff6480;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  border-radius: 2px;
  margin-left: 8px;
}
.QuestionnairePage .pg-head .mt-description {
  font-size: 14px;
}
.PersonalPage .pg-form {
  margin-top: 40px;
}
.PersonalPage .pg-note .InputCheckbox,
.PersonalPage .pg-note .Footnote {
  margin-top: 20px;
  text-align: center;
}
.PersonalPage .pg-submit-area {
  margin-top: 30px;
}
.PersonalPage .pg-submit-area .mt-head-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
}
.PersonalPage .pg-submit-area .mt-head-text:before,
.PersonalPage .pg-submit-area .mt-head-text:after {
  content: '';
  width: 1px;
  height: 18px;
  background-color: #000;
}
.PersonalPage .pg-submit-area .mt-head-text:before {
  margin-right: 8px;
  transform: rotate(-18deg);
}
.PersonalPage .pg-submit-area .mt-head-text:after {
  margin-left: 8px;
  transform: rotate(18deg);
}
.PersonalPage .pg-submit-area .mt-submit {
  margin-top: 14px;
  display: flex;
  justify-content: center;
}
.PersonalPage .pg-pref-selector.pg-hide {
  display: none;
}
.ResultSplashWrapper {
  background-color: #c1e4ec;
  position: relative;
  overflow: hidden;
}
.ResultSplashWrapper .pg-front {
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.ResultSplashWrapper .pg-first-text {
  width: 87%;
  margin: 0 auto;
  position: relative;
}
.ResultSplashWrapper .pg-first-text p {
  background-color: #b49bcf;
  padding: 4.5% 0;
  clip-path: polygon(2% 8%, 60% 0, 98% 10%, 100% 85%, 45% 100%, 0 86%);
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.ResultSplashWrapper .pg-first-text:before {
  content: '';
  display: block;
  width: 32px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%) rotate(3deg);
  border-right: 32px solid rgb(180, 155, 207);
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ResultSplashWrapper .pg-second-text {
  width: 75.6%;
  margin: 4% auto 0;
  position: relative;
}
.ResultSplashWrapper .pg-second-text p {
  background-color: #8ac368;
  padding: 8% 0;
  clip-path: polygon(10% 14%, 35% 0, 98% 12%, 100% 90%, 20% 100%, 0 55%);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.ResultSplashWrapper .pg-second-text:before {
  content: '';
  display: block;
  width: 32px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left: 32px solid #8ac368;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.ResultSplashWrapper .pg-myakumyaku {
  margin-top: 4%;
  position: relative;
}
.ResultSplashWrapper .pg-myakumyaku img {
  display: block;
}
.ResultSplashWrapper .pg-myakumyaku .mt-text {
  width: 7em;
  position: absolute;
  bottom: 6px;
  left: calc(100% - 16px);
  font-size: 12px;
  line-height: 1.3;
}
.ResultSplashWrapper .pg-comparing {
  font-size: 18px;
  font-weight: 700;
}
.ResultSplashWrapper .pg-thanks {
  margin-top: 3.5%;
  text-align: center;
  font-size: 14px;
}
.ResultSplashWrapper .pg-skip {
  margin-top: 5.5%;
}
.ResultSplashWrapper .pg-skip a {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.ResultSplashWrapper .pg-skip a span {
  padding-bottom: 4px;
}
.ResultSplashWrapper .pg-skip a .mt-text {
  position: relative;
}
.ResultSplashWrapper .pg-skip a .mt-text:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}
.ResultSplashWrapper .pg-skip a .mt-caret {
  margin-left: 10px;
}
.ResultSplashWrapper .pg-copyright {
  margin-top: 5.5%;
  font-size: 10px;
}
.ResultSplashWrapper .pg-back,
.ResultSplashWrapper .pg-back .mt-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.ResultSplashWrapper .pg-back .mt-back_01 {
  height: 130%;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/splash/back_01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(100%);
  transition: transform 7.5s;
}
.ResultSplashWrapper .pg-back .mt-back_02 {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/splash/back_02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
  transform: translateY(150%);
  transition: transform 6.5s;
}
.ResultSplashWrapper .pg-back .mt-back_03 {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/splash/back_03.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 3;
  transform: translateY(150%);
  transition: transform 8.5s;
}
.ResultSplashWrapper .pg-back.loaded .mt-back_01 {
  transform: translateY(-20%);
}
.ResultSplashWrapper .pg-back.loaded .mt-back_02 {
  transform: translateY(30%);
}
.ResultSplashWrapper .pg-back.loaded .mt-back_03 {
  transform: translateY(40%);
}
.ResultSplashWrapper .pg-front {
  opacity: 0;
  visibility: hidden;
  transition: none;
  transform: translateY(150px);
}
.ResultSplashWrapper .pg-front.is-active {
  opacity: 1;
  visibility: visible;
  transition: all 2s;
  transform: translateY(0);
}
.ResultCatch {
  padding-top: 18px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/result/key-visual-back.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.ResultCatch .pg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ResultCatch .pg-catch {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.ResultCatch .pg-count {
  margin-top: 10%;
  background-color: #5bc8cc;
  padding: 4px 16px;
  position: relative;
}
.ResultCatch .pg-count:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-top: 24px solid #5bc8cc;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -16px;
  left: 25%;
}
.ResultCatch .pg-count .mt-text {
  font-size: 14px;
}
.ResultCatch .pg-count .mt-number {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-left: 8px;
}
.ResultCatch .pg-count .mt-unit {
  font-size: 12px;
  color: #fff;
}
.ResultCatch .pg-image {
  margin-top: calc(10% - 50px);
}
.ResultNote {
  text-align: center;
  color: #737373;
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 16px;
}
.ResultChart {
  margin-top: 16px;
}
.ChartChanger {
  margin-top: 10px;
}
.ChartChanger .mt-head {
  display: flex;
  justify-content: space-between;
}
.ChartChanger .mt-head .mt-change-text {
  font-size: 10px;
  color: #343a41;
}
.ChartChanger .mt-head .mt-swipe {
  font-size: 10px;
  color: #a6a6a6;
  padding-left: 20px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/arrow-left.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px 9px;
}
.ChartChanger .mt-list {
  margin-top: 10px;
  margin-right: -20px;
  padding-top: 7px;
  display: flex;
  overflow-x: scroll;
}
.ChartChanger .mt-list li button,
.ChartChanger .mt-list li span {
  min-width: 60px;
  width: max-content;
  max-width: 12em;
  height: 50px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 2px solid #f4bf20;
  background-color: #fff;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
.ChartChanger .mt-list li button.is-active,
.ChartChanger .mt-list li span.is-active {
  background-color: #f4bf20;
}
.ChartChanger .mt-list li button.is-active:before,
.ChartChanger .mt-list li span.is-active:before {
  content: '';
  display: block;
  width: 12px;
  height: 9px;
  border-bottom: 9px solid #f4bf20;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  bottom: 100%;
  left: calc(50% - 6px);
}
.ChartChanger .mt-list li button.is-disabled,
.ChartChanger .mt-list li span.is-disabled {
  border-color: #d9d9d9;
  background-color: #d9d9d9;
  color: #737373;
}
.ChartChanger .mt-list li:nth-child(n + 2) {
  margin-left: 8px;
}
.ResultChartContents {
  position: relative;
}
.ResultChartContents .ResultChartContentsCover {
  width: calc(100% + 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: 5;
  background-color: #0003;
}
.ResultChartContents .ResultChartContentsCover .mt-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ResultSelectModalContent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ResultSelectModalContent .mt-main .mt-heading {
  font-size: 18px;
  font-weight: 700;
  color: #07c9d1;
}
.ResultSelectModalContent .mt-main p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.7;
}
.ResultSelectModalContent .mt-main .mt-input-group {
  margin-top: 40px;
}
.ResultSelectModalContent .mt-footer {
  display: flex;
  justify-content: center;
}
.ContentForShare .mt-button {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.CampaignInformation .pg-catch-follow {
  position: relative;
}
.CampaignInformation .pg-catch-follow .mt-heading {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.CampaignInformation .pg-catch-follow img {
  display: block;
  width: 100%;
  z-index: 1;
}
.CampaignInformation .pg-content {
  padding: 0 20px;
}
.CampaignInformation .pg-content + .pg-content {
  margin-top: 20px;
}
.CampaignInformation .pg-content .pg-balloon {
  background-color: #fff;
  position: relative;
  padding: 40px 20px;
}
.CampaignInformation .pg-content .pg-balloon:before {
  content: '';
  display: block;
  width: 16px;
  height: 12px;
  border-right: 16px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 30px;
  right: 100%;
}
.CampaignInformation .pg-content .pg-balloon .pg-body {
  margin-top: 14px;
}
.CampaignInformation .pg-content .pg-balloon .pg-body p {
  font-size: 14px;
  line-height: 1.7;
}
.CampaignInformation .pg-content .pg-balloon .pg-body p + p {
  margin-top: 10px;
}
.CampaignInformation .pg-content .pg-balloon .pg-figure,
.CampaignInformation .pg-content .pg-balloon .pg-image {
  margin-top: 26px;
}
.CampaignInformation .pg-content .pg-balloon .pg-image img {
  width: 100%;
}
.CampaignInformation .pg-content .pg-balloon .pg-image.opt-column-2 {
  display: flex;
}
.CampaignInformation .pg-content .pg-balloon .pg-image.opt-column-2 > * {
  width: 0;
  flex-grow: 1;
}
.CampaignInformation
  .pg-content
  .pg-balloon
  .pg-image.opt-column-2
  > *:nth-child(n + 2) {
  margin-left: 10px;
}
.CampaignInformation .pg-content .pg-balloon .pg-section {
  margin-top: 26px;
}
.CampaignInformation .pg-content .pg-balloon .pg-section p {
  margin-top: 14px;
}
.CampaignInformation .pg-content .pg-balloon .pg-follow-button {
  margin-top: 26px;
}
.CampaignInformation .pg-content .pg-balloon .pg-column {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
.CampaignInformation .pg-content .pg-balloon .pg-column > * {
  width: 45%;
  flex-grow: 1;
}
.CampaignInformation .pg-content .pg-balloon .pg-column > *:nth-child(2n) {
  margin-left: 10px;
}
.CampaignInformation .pg-content .pg-balloon .pg-column > *:nth-child(n + 3) {
  margin-top: 15px;
}
.CampaignInformation .pg-content .pg-balloon .pg-column > * p {
  font-size: 12px;
  line-height: 1.7;
}
.ResultShareModalContent {
  display: flex;
  flex-direction: column;
}
.ResultShareModalContent .mt-header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ResultShareModalContent .mt-header p {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
.ResultShareModalContent .mt-main {
  flex-grow: 1;
  flex-shrink: 0;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/result/share-back.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - 40px);
  height: calc(100dvh - 40px);
  max-height: 740px;
  display: flex;
  flex-direction: column;
}
.ResultShareModalContent .mt-main .mt-top-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ResultShareModalContent .mt-main .mt-top-contents .mt-users-count {
  max-width: 80%;
  margin-top: 8px;
  background-color: #f7af00;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 6px 16px;
  position: relative;
  line-height: 1.2;
}
.ResultShareModalContent .mt-main .mt-top-contents .mt-users-count:after {
  content: '';
  display: block;
  width: 18px;
  height: 14px;
  border-left: 18px solid #f7af00;
  border-bottom: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  left: 100%;
  top: calc(50% - 7px);
}
.ResultShareModalContent .mt-main .mt-top-contents .mt-users-count .mt-label {
  font-size: 14px;
  margin-bottom: 2px;
}
.ResultShareModalContent .mt-main .mt-top-contents .mt-users-count .mt-count {
  font-size: 24px;
  font-weight: 700;
  margin-left: 10px;
  color: #fff;
}
.ResultShareModalContent .mt-main .mt-top-contents .mt-users-count .mt-unit {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  margin-left: 2px;
  margin-bottom: 2px;
}
.ResultShareModalContent .mt-main .mt-top-contents .mt-profile {
  margin-top: 8px;
}
.ResultShareModalContent .mt-main .mt-top-contents .mt-legends {
  margin-top: 4px;
  width: 100%;
  padding: 0 20px;
}
.ResultShareModalContent .mt-main .mt-center-contents {
  padding: 0 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ResultShareModalContent .mt-main .mt-center-contents .mt-chart {
  flex-grow: 1;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ResultShareModalContent .mt-main .mt-center-contents .mt-chart > * {
  width: 100%;
  max-width: 380px;
}
.ResultShareModalContent .mt-main .mt-center-contents .mt-bottom-message {
  margin-top: 10px;
  background-color: #fdecc2;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 14px 0;
  font-size: 14px;
}
.ResultShareModalContent .mt-main .mt-center-contents .mt-users-image {
  margin-top: -18px;
  line-height: 0;
  text-align: center;
}
.ResultShareModalContent .mt-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  flex-shrink: 0;
}
.ResultCatchAfterFollow {
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/result/key-visual-back-after-follow.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.ResultCatchAfterFollow .pg-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
}
.ResultCatchAfterFollow .pg-follow {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00b900;
  z-index: 1;
  font-size: 12px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 4px 6px;
}
.ResultCatchAfterFollow .pg-follow span {
  margin-left: 4px;
}
.ResultCatchAfterFollow .pg-follow:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 10px solid #00b900;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.ResultCatchAfterFollow .pg-catch {
  margin-top: 45px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.ResultCatchAfterFollow .pg-count {
  margin-top: 20px;
  background-color: #fff;
  padding: 4px 16px;
  position: relative;
}
.ResultCatchAfterFollow .pg-count:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-top: 24px solid #ffffff;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -16px;
  left: 20%;
}
.ResultCatchAfterFollow .pg-count .mt-text {
  font-size: 14px;
}
.ResultCatchAfterFollow .pg-count .mt-number {
  font-size: 24px;
  font-weight: 700;
  color: #f2994a;
  margin-left: 8px;
}
.ResultCatchAfterFollow .pg-count .mt-unit {
  font-size: 12px;
  color: #f2994a;
}
.ResultCatchAfterFollow .pg-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 0;
  z-index: -1;
}
.ResultCatchAfterFollow .pg-image img {
  width: 100%;
}
.BaseBeerPlace .pg-catch-heading {
  position: relative;
}
.BaseBeerPlace .pg-catch-heading .mt-heading {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #343a41;
}
.BaseBeerPlace .pg-catch-heading .mt-heading span {
  font-size: 18px;
  display: block;
}
.BaseBeerPlace .pg-catch-heading img {
  display: block;
  width: 100%;
  z-index: 1;
}
.BaseBeerPlace .pg-content {
  padding: 0 20px;
}
.BaseBeerPlace .pg-content + .pg-content {
  margin-top: 20px;
}
.BaseBeerPlace .pg-content .pg-balloon {
  background-color: #fff;
  position: relative;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-heading {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body.opt-pb {
  padding-bottom: 20px;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body .pg-sub-heading {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body .pg-date {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body .pg-time {
  margin-top: 2px;
  font-size: 14px;
  text-align: center;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body .pg-place-list {
  padding: 0 20px;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body .pg-place-list li {
  border-top: 2px solid #5bc8cc;
  padding: 20px 0;
}
.BaseBeerPlace
  .pg-content
  .pg-balloon
  .pg-body
  .pg-place-list
  li
  .mt-place-heading {
  font-size: 16px;
  font-weight: 700;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body .pg-place-list li .mt-datetime {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.BaseBeerPlace
  .pg-content
  .pg-balloon
  .pg-body
  .pg-place-list
  li
  .mt-datetime
  .mt-date {
  font-size: 14px;
  font-weight: 700;
}
.BaseBeerPlace
  .pg-content
  .pg-balloon
  .pg-body
  .pg-place-list
  li
  .mt-datetime
  .mt-time {
  margin-left: 4px;
  font-size: 12px;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-body .pg-place-list li .mt-place {
  display: block;
  margin-top: 10px;
  background-image: url(/worldkanpaibeer/assets/img/common/icon-place.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 16px 18px;
}
.BaseBeerPlace
  .pg-content
  .pg-balloon
  .pg-body
  .pg-place-list
  li
  .mt-place
  span {
  display: block;
  margin-left: 22px;
  font-size: 12px;
}
.BaseBeerPlace .pg-content .pg-balloon .pg-figure p {
  margin-top: 8px;
  font-size: 10px;
  color: #737373;
  padding: 0 20px;
}
.BaseBeerPlace .pg-footnote {
  margin-top: 8px;
  font-size: 10px;
}
.PrivacyPolicy {
  margin-top: 100px;
  padding-bottom: 80px;
}
.PrivacyPolicy .pg-title .mt-heading {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.PrivacyPolicy .pg-title:nth-child(n + 2) {
  margin-top: 120px;
}
.PrivacyPolicy a {
  color: #00a7ad;
  text-decoration: underline;
}
.PrivacyPolicy a:hover {
  opacity: 0.7;
}
.PrivacyPolicy a.external {
  padding-right: 20px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/external-link.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
.PrivacyPolicy .pg-head-text {
  margin-top: 30px;
}
.PrivacyPolicy .pg-head-text .mt-introduction {
  font-size: 20px;
  font-weight: 700;
  color: #07c9d1;
}
.PrivacyPolicy .pg-head-text .mt-introduction + p {
  margin-top: 20px;
}
.PrivacyPolicy .pg-head-text p {
  font-size: 16px;
  line-height: 1.7;
}
.PrivacyPolicy .pg-head-text p + p {
  margin-top: 20px;
}
.PrivacyPolicy .pg-main-contents {
  margin-top: 40px;
  border-top: 1px solid #d9d9d9;
}
.PrivacyPolicy .pg-section {
  margin-top: 40px;
}
.PrivacyPolicy .pg-section .mt-heading {
  font-size: 20px;
  font-weight: 700;
  color: #07c9d1;
}
.PrivacyPolicy .pg-section p {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
}
.PrivacyPolicy .pg-section p + p {
  margin-top: 20px;
}
.PrivacyPolicy .pg-section .mt-list {
  margin-top: 20px;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.7;
}
.PrivacyPolicy .pg-section .mt-list li {
  list-style: disc;
}
.PrivacyPolicy .pg-section .mt-list + p {
  margin-top: 20px;
}
.PrivacyPolicy .pg-footer {
  margin-top: 40px;
}
.PrivacyPolicy .pg-footer p {
  line-height: 1.7;
}
.PrivacyPolicy .pg-footer p + p {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .PrivacyPolicy {
    margin-top: 30px;
    padding-bottom: 70px;
  }
  .PrivacyPolicy .pg-title .mt-heading {
    font-size: 20px;
  }
  .PrivacyPolicy .pg-title:nth-child(n + 2) {
    margin-top: 80px;
  }
  .PrivacyPolicy .pg-head-text {
    margin-top: 30px;
  }
  .PrivacyPolicy .pg-head-text p {
    font-size: 14px;
  }
  .PrivacyPolicy .pg-head-text p + p {
    margin-top: 20px;
  }
  .PrivacyPolicy .pg-head-text .mt-introduction {
    font-size: 18px;
  }
  .PrivacyPolicy .pg-head-text .mt-introduction + p {
    margin-top: 20px;
  }
  .PrivacyPolicy .pg-main-contents {
    margin-top: 36px;
    padding-top: 4px;
  }
  .PrivacyPolicy .pg-section {
    margin-top: 40px;
  }
  .PrivacyPolicy .pg-section .mt-heading {
    font-size: 18px;
  }
  .PrivacyPolicy .pg-section p {
    margin-top: 9px;
    font-size: 14px;
  }
  .PrivacyPolicy .pg-section p + p {
    margin-top: 20px;
  }
  .PrivacyPolicy .pg-section .mt-list {
    font-size: 14px;
  }
  .PrivacyPolicy .pg-section .mt-list + p {
    margin-top: 20px;
  }
  .PrivacyPolicy .pg-footer {
    margin-top: 20px;
  }
  .PrivacyPolicy .pg-footer p {
    font-size: 12px;
  }
  .PrivacyPolicy .pg-footer p + p {
    margin-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .PrivacyPolicy.lang-en .pg-head-text .mt-introduction + p {
    margin-top: 8px;
  }
  .PrivacyPolicy.lang-en .pg-section p + p {
    margin-top: 8px;
  }
  .PrivacyPolicy.lang-en .pg-section .mt-list {
    margin-top: 8px;
  }
  .PrivacyPolicy.lang-en .pg-section .mt-list + p {
    margin-top: 8px;
  }
  .PrivacyPolicy.lang-en .pg-footer p {
    font-size: 14px;
  }
}
.NotFound {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.NotFound .sp-br {
  display: none;
}
.NotFound .pg-title .mt-heading {
  font-size: 20px;
  font-weight: 700;
  color: #07c9d1;
  text-align: center;
}
.NotFound .pg-main-text {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.NotFound .pg-image {
  width: 300px;
  margin-top: 40px;
  line-height: 0;
}
.NotFound .pg-button {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .NotFound {
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: auto;
  }
  .NotFound .sp-br {
    display: inline;
  }
  .NotFound .pg-title .mt-heading {
    font-size: 20px;
  }
  .NotFound .pg-main-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .NotFound .pg-image {
    width: 300px;
    margin-top: 40px;
  }
  .NotFound .pg-button {
    margin-top: 32px;
  }
}
.AgeVerification .sp-br {
  display: none;
}
.AgeVerification .mt-main {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 42px;
  padding-bottom: 32px;
}
.AgeVerification .mt-logo {
  line-height: 0;
  text-align: center;
}
.AgeVerification .mt-main-text {
  margin-top: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.AgeVerification .mt-check-text {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #07c9d1;
}
.AgeVerification .mt-buttons {
  margin-top: 20px;
  display: flex;
}
.AgeVerification .mt-buttons > *:nth-child(n + 2) {
  margin-left: 20px;
}
.AgeVerification .mt-notice {
  margin-top: 40px;
  background-color: #f4f4f5;
  padding: 30px 24px;
}
.AgeVerification .mt-notice li {
  display: flex;
  justify-content: center;
}
.AgeVerification .mt-notice .mt-text {
  font-size: 16px;
}
.AgeVerification .mt-notice .mt-footnote {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}
.AgeVerification .mt-footer-text {
  margin-top: 20px;
  text-align: center;
  font-size: 12px;
  line-height: 1.7;
}
.AgeVerification .mt-footer-text a {
  color: #00a7ad;
  text-decoration: underline;
}
.AgeVerification .mt-footer-text a.external {
  padding-right: 18px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/external-link.svg);
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-position: right center;
}
@media screen and (max-width: 767px) {
  .AgeVerification .sp-br {
    display: inline;
  }
  .AgeVerification .mt-main {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .AgeVerification .mt-main-text {
    margin-top: 12px;
    font-size: 12px;
  }
  .AgeVerification .mt-check-text {
    margin-top: 40px;
    font-size: 18px;
  }
  .AgeVerification .mt-buttons {
    margin-top: 22px;
    display: block;
  }
  .AgeVerification .mt-buttons > * {
    margin-left: auto;
    margin-right: auto;
  }
  .AgeVerification .mt-buttons > *:nth-child(n + 2) {
    margin-top: 10px;
    margin-left: auto;
  }
  .AgeVerification .mt-notice {
    margin-top: 40px;
    padding: 22px;
  }
  .AgeVerification .mt-notice .mt-text {
    font-size: 16px;
  }
  .AgeVerification .mt-notice .mt-footnote {
    margin-top: 8px;
    font-size: 12px;
  }
  .AgeVerification .mt-footer-text {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.7;
  }
}
.TemporarilyUnavailable {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.TemporarilyUnavailable .sp-br {
  display: none;
}
.TemporarilyUnavailable .pg-title .mt-heading {
  font-size: 20px;
  font-weight: 700;
  color: #07c9d1;
  text-align: center;
}
.TemporarilyUnavailable .pg-title .mt-code {
  font-size: 32px;
}
.TemporarilyUnavailable .pg-main-text {
  margin-top: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.7;
}
.TemporarilyUnavailable .pg-image {
  width: 300px;
  margin-top: 40px;
  line-height: 0;
}
.TemporarilyUnavailable .pg-button {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .TemporarilyUnavailable {
    padding-top: 30px;
    padding-bottom: 40px;
    min-height: auto;
  }
  .TemporarilyUnavailable .sp-br {
    display: inline;
  }
  .TemporarilyUnavailable .pg-title .mt-heading {
    font-size: 20px;
  }
  .TemporarilyUnavailable .pg-title .mt-code {
    font-size: 32px;
  }
  .TemporarilyUnavailable .pg-main-text {
    margin-top: 20px;
    font-size: 14px;
  }
  .TemporarilyUnavailable .pg-image {
    width: 300px;
    margin-top: 40px;
  }
  .TemporarilyUnavailable .pg-button {
    margin-top: 80px;
  }
}
.TopCatchArea {
  padding-bottom: 1px;
  position: relative;
}
.TopCatchArea .main-image {
  line-height: 0;
}
.TopCatchArea .mt-scroll {
  position: absolute;
  bottom: 32px;
  left: 20px;
  z-index: 1;
  background-color: #343a41;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 52px;
  height: 52px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.TopCatchArea .mt-scroll .mt-text {
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 1.7;
}
.TopCatchArea .mt-scroll .mt-img {
  margin-top: 3px;
}
.TopDescription {
  padding-top: 74px;
}
.TopDescription .mt-main {
  padding-top: 10px;
  padding-bottom: 18px;
  width: 292px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.01em;
  text-align: justify;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/top/icon-beer.svg);
  background-repeat: no-repeat;
  background-position: top center;
}
.TopDescription .mt-main p {
  word-break: break-all;
}
.TopDescription .mt-sub {
  margin-top: 12px;
}
.TopDescription .mt-sub .mt-logo-asset {
  width: 230px;
  margin: 0 auto;
}
.TopDescription .mt-sub .mt-text {
  font-size: 12px;
  line-height: 1.3;
  color: #343a41;
  text-align: center;
}
.TopInformation {
  width: 310px;
  margin: 50px auto 55px;
  position: relative;
  background-color: #5bc8cc;
  padding-top: 38px;
  padding-bottom: 38px;
  text-align: center;
}
.TopInformation:before {
  content: '';
  display: block;
  width: 48px;
  height: 36px;
  position: absolute;
  top: 24px;
  left: -32px;
  border-right: 48px solid #5bc8cc;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.TopInformation .mt-heading {
  font-size: 20px;
  font-weight: 700;
}
.TopInformation .mt-description {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.TopInformation .mt-term {
  margin-top: 24px;
  line-height: 1.3;
}
.TopInformation .mt-term > span {
  display: block;
  font-weight: 700;
}
.TopInformation .mt-term .mt-from {
  font-size: 16px;
}
.TopInformation .mt-term .mt-from span {
  font-size: 20px;
}
.TopInformation .mt-term .mt-to {
  margin-top: 8px;
}
.TopInformation .mt-term .mt-to .mt-date {
  font-size: 20px;
}
.TopInformation .mt-term .mt-to .mt-year {
  font-size: 22px;
}
.TopInformation .mt-term .mt-to .mt-month,
.TopInformation .mt-term .mt-to .mt-day {
  font-size: 26px;
}
.TopInformation .mt-term .mt-close {
  font-size: 20px;
}
.TopHowToJoin.opt-pb {
  padding-bottom: 20px;
}
.TopHowToJoin .pg-catch-join {
  position: relative;
}
.TopHowToJoin .pg-catch-join .mt-heading {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.TopHowToJoin .pg-catch-join img {
  display: block;
  width: 100%;
  z-index: 1;
}
.TopHowToJoin .pg-content {
  padding: 0 20px;
  position: relative;
}
.TopHowToJoin .pg-content + .pg-content {
  margin-top: 36px;
}
.TopHowToJoin .pg-content + .pg-content:before {
  content: '';
  display: block;
  width: 20px;
  height: 14px;
  border-top: 14px solid #ffffff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
}
.TopHowToJoin .pg-content .pg-flowbox {
  background-color: #fff;
  position: relative;
  padding: 30px 24px;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-step {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #b49bcf;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-heading {
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-help {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-figure {
  margin-top: 12px;
  line-height: 0;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-figure.opt-full {
  margin-left: -24px;
  margin-right: -24px;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-figure img {
  width: 100%;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-bottom-text {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: #343a41;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-last-heading {
  font-size: 24px;
  line-height: 1.3;
  color: #b49bcf;
  font-weight: 700;
  text-align: center;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-sub-text {
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
}
.TopHowToJoin .pg-content .pg-flowbox .pg-last-bottom {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.TopActionLink {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.TopActionLink.opt-mt {
  margin-top: 30px;
}
.TopHowToJoinWrapper {
  background-color: #b49bcf;
}
.TopCampainInformationWrapper {
  background-color: #5bc8cc;
}
.EnqSlider .mt-slider {
  position: relative;
  padding: 20px 0;
}
.EnqSlider .mt-slider .mt-background {
  width: 100%;
  height: 24px;
  background-color: #d9d9d9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.EnqSlider .mt-slider .mt-background li {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.EnqSlider .mt-slider input {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}
.EnqSlider .mt-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 48px;
  height: 48px;
  margin-top: -10px;
  background-image: url(/worldkanpaibeer/assets/img/worldkanpaibeer/common/vite.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.EnqSlider .mt-radio {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.EnqSlider .mt-radio li {
  border: 1px solid #d9d9d9;
  width: 0;
  flex-grow: 1;
}
.EnqSlider .mt-radio li + li {
  margin-left: 4px;
}
.ProjectTopHeading .mt-text {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 8px;
}
.ProjectTopHeading .mt-text:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: #e4d936;
}
@media screen and (max-width: 767px) {
  .ProjectTopHeading .mt-text {
    font-size: 20px;
    line-height: 1.3;
    padding-bottom: 8px;
  }
  .ProjectTopHeading .mt-text:after {
    width: 60px;
    height: 2px;
  }
}
.ProjectTopCatch {
  position: relative;
  background-color: #05b8c3;
  background-image: url('/worldkanpaibeer/assets/img/top/catch-image.png');
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100svh;
}
.ProjectTopCatch .text-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 0;
}
.ProjectTopCatch .text-area .suntory-logo {
  padding-top: 20px;
}
.ProjectTopCatch .text-area .suntory-logo img {
  max-width: 168px;
}
.ProjectTopCatch .text-area .title {
  margin-top: 20px;
}
.ProjectTopCatch .text-area .title img {
  max-width: 80%;
}
.ProjectTopCatch .text-area-sp {
  display: none;
}
.ProjectTopCatch .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  background-color: #fff;
  border-radius: 8px;
  transform: translate(-50%);
}
.ProjectTopCatch .scroll a {
  width: 52px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #343a41;
  border-radius: 8px;
}
.ProjectTopCatch .scroll a .mt-text {
  font-size: 10px;
  line-height: 1.7;
}
.ProjectTopCatch .scroll a .mt-icon {
  margin-top: 3px;
  line-height: 0;
}
.ProjectTopCatch .scroll a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .ProjectTopCatch {
    background-image: url(/worldkanpaibeer/assets/img/top/catch-image-sp.png);
    background-size: cover;
    width: 100%;
    padding-top: 168%;
    height: auto;
  }
  .ProjectTopCatch .text-area {
    display: none;
  }
  .ProjectTopCatch .text-area-sp {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 0;
  }
  .ProjectTopCatch .text-area-sp .title {
    padding-top: 20px;
  }
  .ProjectTopCatch .text-area-sp .title img {
    width: 72%;
    max-width: 450px;
  }
  .ProjectTopCatch .back {
    display: none;
  }
  .ProjectTopCatch .scroll {
    position: absolute;
    bottom: 20px;
    left: 20px;
    transform: none;
  }
}
.ProjectTopWhatIs {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.ProjectTopWhatIs:before,
.ProjectTopWhatIs:after {
  content: '';
  display: block;
  width: 440px;
  height: 680px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ProjectTopWhatIs:before {
  top: 0;
  right: calc(50% + 280px);
  background-image: url(/worldkanpaibeer/assets/img/top/whatis-bg-l.svg);
}
.ProjectTopWhatIs:after {
  top: 0;
  left: calc(50% + 280px);
  background-image: url(/worldkanpaibeer/assets/img/top/whatis-bg-r.svg);
}
.ProjectTopWhatIs .mt-heading {
  position: relative;
  padding-top: 84px;
}
.ProjectTopWhatIs .mt-heading:before {
  content: '';
  display: block;
  width: 60px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  background-image: url(/worldkanpaibeer/assets/img/top/whatis-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ProjectTopWhatIs .mt-body {
  margin-top: 40px;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}
.ProjectTopWhatIs .mt-body p {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 700;
  text-align: center;
}
.ProjectTopWhatIs .mt-body p + p {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .ProjectTopWhatIs {
    padding: 50px 20px;
  }
  .ProjectTopWhatIs:before,
  .ProjectTopWhatIs:after {
    display: none;
  }
  .ProjectTopWhatIs .mt-heading {
    padding-top: 60px;
  }
  .ProjectTopWhatIs .mt-heading:before {
    width: 50px;
    height: 36px;
  }
  .ProjectTopWhatIs .mt-body {
    margin-top: 24px;
  }
  .ProjectTopWhatIs .mt-body p {
    font-size: 13px;
    line-height: 1.9;
  }
  .ProjectTopWhatIs .mt-body p + p {
    margin-top: 16px;
  }
}
.ProjectTopStep {
  padding-bottom: 120px;
}
.ProjectTopStep .mt-card-list {
  max-width: 980px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}
.ProjectTopStep .mt-card-list > li {
  width: 22.857143%;
}
.ProjectTopStep .mt-card-list > li:nth-child(n + 2) {
  margin-left: 2.857143%;
}
.ProjectTopStep .mt-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ProjectTopStep .mt-card .mt-number {
  width: 28px;
  height: 28px;
}
.ProjectTopStep .mt-card .mt-title {
  font-size: 20px;
  line-height: 1.5;
  color: #05b8c3;
  font-weight: 700;
}
.ProjectTopStep .mt-card .mt-img {
  margin-top: 12px;
}
.ProjectTopStep .mt-card .mt-detail {
  width: 100%;
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .ProjectTopStep {
    padding: 20px 20px 50px;
  }
  .ProjectTopStep .mt-card-list {
    margin-top: 24px;
    display: block;
  }
  .ProjectTopStep .mt-card-list > li {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .ProjectTopStep .mt-card-list > li:nth-child(n + 2) {
    margin-left: auto;
    margin-top: 8px;
  }
  .ProjectTopStep .mt-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ProjectTopStep .mt-card .mt-number {
    width: 28px;
    height: 28px;
  }
  .ProjectTopStep .mt-card .mt-title {
    font-size: 20px;
  }
  .ProjectTopStep .mt-card .mt-img {
    margin-top: 4px;
  }
  .ProjectTopStep .mt-card .mt-detail {
    margin-top: 4px;
    font-size: 12px;
  }
}
.ProjectTopList {
  padding-top: 120px;
  padding-bottom: 360px;
  background-color: #05b8c3;
  background-image: url(/worldkanpaibeer/assets/img/top/top-footer.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1480px 277px;
}
.ProjectTopList .mt-heading {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.ProjectTopList .mt-detail {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .ProjectTopList {
    padding: 50px 20px 45%;
    background-image: url(/worldkanpaibeer/assets/img/top/top-footer-sp.png);
    background-size: 100% auto;
  }
  .ProjectTopList .mt-heading {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .ProjectTopList .mt-detail {
    margin-top: 30px;
  }
}
.ProjectTopDetail {
  background-color: #fff;
  border-radius: 40px;
  padding: 40px 0;
}
.ProjectTopDetail .mt-tile {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #00aab4;
}
.ProjectTopDetail .mt-img {
  margin-top: 20px;
  line-height: 0;
  position: relative;
}
.ProjectTopDetail .mt-img .mt-flag {
  width: 130px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.ProjectTopDetail .mt-img .mt-sp {
  display: none;
}
.ProjectTopDetail .mt-name {
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.ProjectTopDetail .mt-detail {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.7;
}
.ProjectTopDetail .mt-button {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .ProjectTopDetail {
    border-radius: 20px;
    padding: 20px 0;
  }
  .ProjectTopDetail .mt-tile {
    font-size: 18px;
    line-height: 1.5;
  }
  .ProjectTopDetail .mt-img {
    margin-top: 16px;
  }
  .ProjectTopDetail .mt-img .mt-flag {
    width: 100px;
  }
  .ProjectTopDetail .mt-img .mt-pc {
    display: none;
  }
  .ProjectTopDetail .mt-img .mt-sp {
    display: block;
  }
  .ProjectTopDetail .mt-name {
    margin-top: 16px;
    font-size: 20px;
  }
  .ProjectTopDetail .mt-detail {
    margin: 8px 30px 0;
    font-size: 14px;
    line-height: 1.7;
  }
  .ProjectTopDetail .mt-button {
    margin-top: 16px;
  }
  .ProjectTopDetail .mt-button .Button {
    padding: 10px;
  }
}
.DevIndex .pg-list li {
  display: flex;
  justify-content: center;
}
.DevIndex .pg-list li:nth-child(n + 2) {
  margin-top: 10px;
}
.DevNavi {
  width: 140px;
  height: 30px;
  position: fixed;
  bottom: 2px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background-color: #5bc8cc;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}

/* fork側追加 */
.release-announcement {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700;
  font-size: 25px;
}
