@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
}

_:lang(x)::-ms-backdrop, body {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

a {
  color: #000000;
}

p {
  width: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

button {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-size: inherit;
  line-height: 1;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.Content.-BGgray {
  background-color: #F2F2F2;
}

.Content.-BDTgray {
  border-top: 0.26667vw solid #CCCCCC;
}

.Inner {
  padding: 0 4vw;
}

.InnerItem {
  width: 92vw !important;
  margin: 0 auto;
}

.InnerItem.-BGwhite {
  background-color: #FFFFFF;
}

.InnerItem.-radius {
  border-radius: 1.06667vw;
}

.Main {
  display: block;
}

.Wrapper {
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
}

.DrawerButton {
  width: 100%;
  height: 100%;
}

.DrawerButton__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.DrawerButton__bar {
  display: block;
  position: absolute;
  background-color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 9.33333vw;
  height: 0.8vw;
}

.DrawerButton__bar:nth-of-type(1) {
  top: 0;
}

.DrawerButton__bar:nth-of-type(2) {
  top: 2.66667vw;
}

.DrawerButton__bar:nth-of-type(3) {
  top: 5.33333vw;
}

.DrawerButton[aria-expanded="true"] .DrawerButton__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, 6px) rotate(-45deg);
          transform: translate(-50%, 6px) rotate(-45deg);
}

.DrawerButton[aria-expanded="true"] .DrawerButton__bar:nth-of-type(2) {
  opacity: 0;
}

.DrawerButton[aria-expanded="true"] .DrawerButton__bar:nth-of-type(3) {
  -webkit-transform: translate(-50%, -6px) rotate(45deg);
          transform: translate(-50%, -6px) rotate(45deg);
}

.Footer {
  width: 100%;
  background-color: #000000;
}

.footer-absolute01 .Footer {
  position: absolute;
  bottom: 0;
}

.Footer__inner {
  padding-top: 5.33333vw;
  padding-right: 4vw;
  padding-bottom: 4vw;
  padding-left: 4vw;
}

.Footer__sns {
  text-align: center;
  margin-top: 8vw;
}

.Footer__companyLogo {
  text-align: center;
  margin-top: 6.66667vw;
}

.Footer__copyright {
  text-align: center;
  margin-top: 6.66667vw;
}

.FooterCompanyLogo img {
  width: 40.40533vw;
  height: 12vw;
}

.FooterCopyright {
  color: #FFFFFF;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.FooterCopyright a {
  color: #FFFFFF;
}

.-simple .FooterCopyright {
  color: #000000;
  font-size: 2.66667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: normal;
}

.-simple .FooterCopyright a {
  color: #000000;
}

.FooterNav {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.FooterNav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 3.73333vw;
  line-height: 1.42857;
  letter-spacing: 0em;
  font-weight: normal;
  width: 30.66667vw;
  border-left: 0.26667vw solid #FFFFFF;
}

.FooterNav__item:nth-of-type(1) {
  border-left: none;
}

.FooterNav__target {
  display: block;
  width: 100%;
  padding: 0.8vw 0 0.8vw;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
}

.FooterSNS {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 36.8vw;
  margin-left: -6.66667vw;
}

.FooterSNS__item {
  margin-left: 6.66667vw;
}

.FooterSNS__target {
  color: #aaa;
  text-decoration: none;
}

.FooterSNS__target:hover, .FooterSNS__target:active {
  text-decoration: none;
}

.Header {
  background-color: #fff;
}

.Header.js-hideHeader {
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.Header.js-hideHeader.is-hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.Header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 14.66667vw;
  padding-top: 1.86667vw;
  padding-right: 2.66667vw;
  padding-bottom: 1.86667vw;
  padding-left: 2.66667vw;
  border-bottom: 0.26667vw solid #CCCCCC;
}

.Header-wide .Header__inner {
  padding-top: 18.66667vw;
  padding-bottom: 9.33333vw;
  border-bottom: none;
}

.Header__drawer {
  width: 9.33333vw;
  height: 6.13333vw;
}

.Header__siteLogo img {
  width: 36vw;
  height: 10.66667vw;
}

.Header-wide .Header__siteLogo img {
  width: 53.33333vw;
  height: 15.84vw;
}

.PageTop {
  position: fixed;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 10.66667vw;
}

.DisplayBlock.-all {
  display: block;
}

.DisplayInlineBlock.-all {
  display: inline-block;
}

.Flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Flex.-jc-sa {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.Flex.-jc-sb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.Flex.-jc-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Flex.-ac {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Flex.-ai-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.Flex p {
  width: auto;
}

.FontSizeXXXXXS {
  font-size: 2.66667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXXXS {
  font-size: 2.93333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXXS {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXS {
  font-size: 3.46667vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXS {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeS {
  font-size: 4vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeM {
  font-size: 4.26667vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeL {
  font-size: 4.53333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXL {
  font-size: 4.8vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXL {
  font-size: 5.06667vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXXL {
  font-size: 5.33333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXXXL {
  font-size: 5.6vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXXXXL {
  font-size: 5.86667vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXXXXXL {
  font-size: 6.13333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontSizeXXXXXXXL {
  font-size: 6.4vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
}

.FontWeightBold {
  font-weight: bold !important;
}

.FontWeightNormal {
  font-weight: normal !important;
}

.FontColorRed01 {
  color: #A0110D;
}

.FontColorGray01 {
  color: #999999;
}

.FontColorGold01 {
  color: #B79500;
}

.TextIndentM1 {
  text-indent: -1em;
  padding-left: 1em;
}

.TextTrim {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.TextTrim.-Line01 {
  -webkit-line-clamp: 1;
}

.TextTrim.-Line02 {
  -webkit-line-clamp: 2;
}

.TextTrim.-Line03 {
  -webkit-line-clamp: 3;
}

.TextTrim.-Line04 {
  -webkit-line-clamp: 4;
}

.TextTrim.-Line05 {
  -webkit-line-clamp: 5;
}

.js-HideTarget {
  display: none;
}

.Icon__caution01 {
  display: block;
  width: 19.432vw;
  height: 17.072vw;
}

.Icon__clear01 {
  display: block;
  width: 18.13333vw;
  height: 18.13333vw;
}

.ImageCenter {
  text-align: center;
}

.ImageCenter img {
  width: 100%;
}

.PopUpModal {
  display: none;
  position: fixed;
  top: 0;
  max-width: 100vw;
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  padding: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  overflow: scroll;
}

.PopUpModal.is-show {
  display: block;
}

.PopUpModal.is-show.-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.PopUpModal .PopUpClose {
  position: relative;
  margin: 5.33333vw 4vw 5.33333vw auto;
  width: 5.33333vw;
  height: 5.33333vw;
}

.PopUpModal .PopUpClose::before, .PopUpModal .PopUpClose::after {
  display: block;
  content: "";
  width: 5.33333vw;
  height: 0.53333vw;
  position: absolute;
  top: 2.4vw;
  right: 0;
}

.PopUpModal .PopUpClose::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.PopUpModal .PopUpClose::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.PopUpModal .PopUpClose.-black::before, .PopUpModal .PopUpClose.-black::after {
  background-color: #000000;
}

.PopUpModal .PopUpClose.-white::before, .PopUpModal .PopUpClose.-white::after {
  background-color: #FFFFFF;
}

.PopUpModal .PopUpItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: transparent;
  width: 100%;
  height: auto;
}

.PopUpModal .PopUpItem img {
  width: 100%;
  height: auto;
}

.PopUpModal .PopUpItem video {
  display: none;
  width: 100%;
  height: auto;
}

.PopUpModal .PopUpItem.-BGwhite {
  background-color: #FFFFFF;
}

.PopUpModal .PopUpItem.-pattern01 {
  width: 92vw;
  margin: 0 auto;
  padding: 8vw;
  border-radius: 1.06667vw;
}

.PopUpModal .PopUpItem.-genreSelect {
  display: block;
  width: 100%;
  max-height: 70vh;
  overflow-y: auto;
  position: absolute;
  bottom: 0;
  border-radius: 2.66667vw 2.66667vw 0 0;
}

.PopUpModal .PopUpItem.-genreSelect .PopUpClose {
  position: absolute;
  top: 4.8vw;
  right: 4vw;
  margin: 0;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectTitle {
  display: block;
  width: 100%;
  padding: 5.6vw 4vw 5.06667vw;
  text-align: center;
  font-size: 4.26667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectLead {
  display: block;
  width: 100%;
  padding: 3.73333vw 4vw 3.73333vw;
  text-align: left;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  color: #999999;
  background-color: #F2F2F2;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectLead.-checkbox {
  position: relative;
  padding: 0;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectLead.-checkbox label {
  display: block;
  padding: 3.73333vw 4vw 3.73333vw 12vw;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectLead.-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectLead.-checkbox input:checked ~ .GenreSelectIndicator {
  border: 0.26667vw solid #B79500;
  background: #B79500;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectLead.-checkbox input:checked ~ .GenreSelectIndicator::after {
  content: '';
  position: absolute;
  width: 1.6vw;
  height: 2.66667vw;
  top: 0.26667vw;
  left: 1.33333vw;
  border: solid #fff;
  border-width: 0 0.53333vw 0.53333vw 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectLead.-checkbox .GenreSelectIndicator {
  position: absolute;
  top: 2.66667vw;
  left: 4vw;
  height: 5.33333vw;
  width: 5.33333vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 1.06667vw;
  background: #FFFFFF;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList {
  width: 100%;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList .GenreSelectItem {
  position: relative;
  border-bottom: 0.26667vw solid #F2F2F2;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList .GenreSelectItem label {
  display: block;
  padding: 4.53333vw 4vw 4.53333vw 12vw;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList .GenreSelectItem input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList .GenreSelectItem input:checked ~ .GenreSelectIndicator {
  border: 0.26667vw solid #B79500;
  background: #B79500;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList .GenreSelectItem input:checked ~ .GenreSelectIndicator::after {
  content: '';
  position: absolute;
  width: 1.6vw;
  height: 2.66667vw;
  top: 0.26667vw;
  left: 1.33333vw;
  border: solid #fff;
  border-width: 0 0.53333vw 0.53333vw 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList .GenreSelectItem .GenreSelectIndicator {
  position: absolute;
  top: 3.73333vw;
  left: 4vw;
  height: 5.33333vw;
  width: 5.33333vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 1.06667vw;
  background: #FFFFFF;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList.-col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 0.26667vw solid #F2F2F2;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList.-col02 .GenreSelectItem {
  width: 49.86667vw;
  border-bottom: none;
}

.PopUpModal .PopUpItem.-genreSelect .GenreSelectList.-col02 .GenreSelectItem:nth-of-type(1) {
  border-right: 0.26667vw solid #F2F2F2;
}

.PopUpModal .PopUpItem.-genreSelect .CommonButton-black {
  width: 92vw;
  margin-top: 5.33333vw;
  margin-bottom: 5.33333vw;
}

.PopUpModal.js-PopUpModal-QR01 {
  background-color: #FFFFFF;
}

.PopUpModal.js-PopUpModal-QR01 .PopUpItem {
  display: block;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.PopUpModal.js-PopUpModal-QR01 .PopUpItem video {
  display: block;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.PopUpModal.js-PopUpModal-QR01 .PopUpItem .PopUpClose {
  position: absolute;
  top: 5.33333vw;
  right: 5.33333vw;
  margin: 0;
}

.RhythmZero {
  margin-top: 0vw !important;
}

.RhythmXXXXXS {
  margin-top: 1.33333vw !important;
}

.RhythmXXXXS {
  margin-top: 2.66667vw !important;
}

.RhythmXXXS {
  margin-top: 4vw !important;
}

.RhythmXXS {
  margin-top: 5.33333vw !important;
}

.RhythmXS {
  margin-top: 6.66667vw !important;
}

.RhythmS {
  margin-top: 8vw !important;
}

.RhythmM {
  margin-top: 9.33333vw !important;
}

.RhythmL {
  margin-top: 10.66667vw !important;
}

.RhythmXL {
  margin-top: 12vw !important;
}

.RhythmXXL {
  margin-top: 13.33333vw !important;
}

.RhythmXXXL {
  margin-top: 14.66667vw !important;
}

.RhythmXXXXL {
  margin-top: 16vw !important;
}

.RhythmXXXXXL {
  margin-top: 17.33333vw !important;
}

.RhythmPTZero {
  padding-top: 0vw !important;
}

.RhythmPTXXXXXS {
  padding-top: 1.33333vw !important;
}

.RhythmPTXXXXS {
  padding-top: 2.66667vw !important;
}

.RhythmPTXXXS {
  padding-top: 4vw !important;
}

.RhythmPTXXS {
  padding-top: 5.33333vw !important;
}

.RhythmPTXS {
  padding-top: 6.66667vw !important;
}

.RhythmPTS {
  padding-top: 8vw !important;
}

.RhythmPTM {
  padding-top: 9.33333vw !important;
}

.RhythmPTL {
  padding-top: 10.66667vw !important;
}

.RhythmPTXL {
  padding-top: 12vw !important;
}

.RhythmPTXXL {
  padding-top: 13.33333vw !important;
}

.RhythmPTXXXL {
  padding-top: 14.66667vw !important;
}

.RhythmPTXXXXL {
  padding-top: 16vw !important;
}

.RhythmPTXXXXXL {
  padding-top: 17.33333vw !important;
}

.RhythmPBZero {
  padding-bottom: 0vw !important;
}

.RhythmPBXXXXXS {
  padding-bottom: 1.33333vw !important;
}

.RhythmPBXXXXS {
  padding-bottom: 2.66667vw !important;
}

.RhythmPBXXXS {
  padding-bottom: 4vw !important;
}

.RhythmPBXXS {
  padding-bottom: 5.33333vw !important;
}

.RhythmPBXS {
  padding-bottom: 6.66667vw !important;
}

.RhythmPBS {
  padding-bottom: 8vw !important;
}

.RhythmPBM {
  padding-bottom: 9.33333vw !important;
}

.RhythmPBL {
  padding-bottom: 10.66667vw !important;
}

.RhythmPBXL {
  padding-bottom: 12vw !important;
}

.RhythmPBXXL {
  padding-bottom: 13.33333vw !important;
}

.RhythmPBXXXL {
  padding-bottom: 14.66667vw !important;
}

.RhythmPBXXXXL {
  padding-bottom: 16vw !important;
}

.RhythmPBXXXXXL {
  padding-bottom: 17.33333vw !important;
}

.marginZero {
  margin: 0 !important;
}

.paddingLZero {
  padding-left: 0 !important;
}

.paddingRZero {
  padding-right: 0 !important;
}

.paddingR1em {
  padding-left: 1em !important;
}

.Scroll__Wrapper {
  display: block;
  height: 80vw;
  padding: 5.33333vw;
  background-color: #FFFFFF;
  border-radius: 1.06667vw;
  overflow: scroll;
}

.Tab__Wrapper .TabController__Wrapper {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  padding: 3.46667vw 0 2.4vw;
  border-bottom: 0.26667vw solid #CCCCCC;
}

.Tab__Wrapper .TabController__Wrapper .TabController__item {
  margin: 0 3.33333vw;
  padding: 2.4vw 0 1.86667vw;
  display: inline-block;
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  color: #999999;
}

.Tab__Wrapper .TabController__Wrapper .TabController__item.is-active {
  padding: 2.4vw 3.2vw 1.86667vw;
  border-radius: 13.33333vw;
  background-color: #B79500;
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFFFFF;
}

.Tab__Wrapper .TabPanel__Wrapper .TabPanel__item {
  display: none;
}

.Tab__Wrapper .TabPanel__Wrapper .TabPanel__item.is-active {
  display: block;
}

.TextLeft {
  text-align: left !important;
}

.TextCenter {
  text-align: center !important;
}

.TextRight {
  text-align: right !important;
}

.TextTop {
  vertical-align: top !important;
}

.TextMiddle {
  vertical-align: middle !important;
}

.TextBottom {
  vertical-align: bottom !important;
}

.TrimImageWrapper {
  font-size: 0;
}

.Width-5 {
  width: 5% !important;
}

.Width-10 {
  width: 10% !important;
}

.Width-15 {
  width: 15% !important;
}

.Width-20 {
  width: 20% !important;
}

.Width-25 {
  width: 25% !important;
}

.Width-30 {
  width: 30% !important;
}

.Width-35 {
  width: 35% !important;
}

.Width-40 {
  width: 40% !important;
}

.Width-45 {
  width: 45% !important;
}

.Width-50 {
  width: 50% !important;
}

.Width-55 {
  width: 55% !important;
}

.Width-60 {
  width: 60% !important;
}

.Width-65 {
  width: 65% !important;
}

.Width-70 {
  width: 70% !important;
}

.Width-75 {
  width: 75% !important;
}

.Width-80 {
  width: 80% !important;
}

.Width-85 {
  width: 85% !important;
}

.Width-90 {
  width: 90% !important;
}

.Width-95 {
  width: 95% !important;
}

.Width-100 {
  width: 100% !important;
}

.WordWrapBreakWord {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.WordBreakAll {
  word-break: break-all;
}

textarea {
  font-family: "Noto Sans", "Noto Serif", "Noto Sans Japanese", "Noto Sans JP", "Avenir" , "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , "Verdana" , "Roboto" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-size: 16px;
}

textarea::-webkit-input-placeholder {
  font-family: "Noto Sans", "Noto Serif", "Noto Sans Japanese", "Noto Sans JP", "Avenir" , "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , "Verdana" , "Roboto" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-size: 16px;
}

textarea:-moz-placeholder {
  font-family: "Noto Sans", "Noto Serif", "Noto Sans Japanese", "Noto Sans JP", "Avenir" , "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , "Verdana" , "Roboto" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: 400;
  font-size: 16px;
}

/* ****************************** */
/* [000] 全体設定 */
/* ****************************** */
:root {
  --c-text: #000000;
  --c-bgc: #FFFFFF;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 4.26667vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
  word-break: break-all;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  background-color: var(--c-bgc);
  background-color: #fff;
  width: 100%;
  color: var(--c-text);
}

main {
  display: block;
}

input,
button,
select,
textarea,
a {
  outline-color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
       appearance: none !important;
}

main {
  margin: 0 auto;
  background-color: #ffedf6;
}

div#main {
  background-color: #ffedf6;
}

div.Main {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

.footer-absolute01 div.Main {
  padding-bottom: 49.6vw;
}

.Wrapper {
  position: relative;
}

/* ****************************** */
/* 汎用コンポーネント */
/* ****************************** */
.Heading2-01__Wrapper {
  padding: 4.26667vw 0;
  border-bottom: 0.26667vw solid #CCCCCC;
  position: relative;
}

.Heading2-01__Wrapper.-Line2 {
  padding: 2.4vw 0 2.13333vw;
}

.Heading2-01 {
  font-size: 4.26667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.Heading2-01.-SizeS {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  text-align: left;
  width: 80vw;
  padding-left: 12vw;
}

.Heading2-01__backBtn {
  display: block;
  width: 8vw;
  height: 8vw;
  position: absolute;
  top: 50%;
  left: 1.86667vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Heading2-01__backBtn::before {
  content: "";
  display: block;
  width: 2.66667vw;
  height: 4.8vw;
  position: absolute;
  top: 50%;
  left: 2.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../../asset/image/common/icon_arrow_black_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.Heading2-01__ChangeConditions {
  position: absolute;
  top: 50%;
  right: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #B79500;
}

.Heading2-02__Wrapper {
  padding: 10.66667vw 0 0;
}

.Heading2-02__Wrapper * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.Heading2-02 {
  font-size: 5.33333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: left;
  color: #000000;
}

.Heading3-01 {
  font-size: 3.73333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
  color: #999999;
}

/* ****************************** */
/* 汎用コンポーネント */
/* ****************************** */
.PageWrapper {
  max-width: 375px;
  margin: 0 auto;
  min-height: 100%;
}

/* ****************************** */
/* 汎用コンポーネント */
/* ****************************** */
.Link-text {
  position: relative;
}

.Link-text.-next::before, .Link-text.-back::before {
  content: "";
  display: block;
  width: 1.86667vw;
  height: 3.46667vw;
  position: absolute;
  top: 50%;
  background-image: url("../../../asset/image/common/icon_arrow_black_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.Link-text.-next {
  padding-right: 4vw;
}

.Link-text.-next:before {
  right: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.Link-text.-back {
  padding-left: 4vw;
}

.Link-text.-back:before {
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.Link-text.-underline {
  border-bottom: 0.26667vw solid #000000;
}

/* ****************************** */
/* グローバルヘッダー */
/* ****************************** */
.GlbHeader {
  grid-area: header;
}

.GlbHeader__inner {
  overflow: hidden;
  background-color: #fff;
  height: auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 70px 1fr 70px;
  grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.GlbHeader__inner h1 {
  display: block;
}

.GlbHeader__inner h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48vw;
  height: 12.26667vw;
  margin: 0 auto;
}

.GlbHeader__inner h1 a img {
  display: block;
  height: 7.2vw;
}

/* ****************************** */
/* ハンバーガーメニュー */
/* ****************************** */
.is-noscroll {
  overflow: hidden;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.BurgerMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  font-size: 100%;
  -webkit-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: .3s;
  transition: .3s;
}

.BurgerMenu .DrawerButton {
  position: absolute;
  z-index: 1;
  top: 5.06667vw;
  right: 11.65333vw;
  width: 4.8vw;
  height: 4.8vw;
}

.BurgerMenu .DrawerButton .DrawerButton__inner .CloseBtn__bar {
  position: absolute;
  top: calc(50% - size(2));
  display: block;
  width: 110%;
  height: 0.53333vw;
  background-color: #FFFFFF;
}

.BurgerMenu .DrawerButton .DrawerButton__inner .CloseBtn__bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.BurgerMenu .DrawerButton .DrawerButton__inner .CloseBtn__bar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.BurgerMenu .DrawerBG {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.BurgerMenu .BurgerMenu__inner {
  width: 80vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-y: scroll;
  background-color: #F2F2F2;
  position: relative;
  z-index: 1;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav {
  width: 100%;
  min-height: 100%;
  position: relative;
  padding: 14.93333vw 0 21.33333vw;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .HeaderNav__list + .HeaderNav__list {
  margin-top: 2.66667vw;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .HeaderNav__list .HeaderNav__item a {
  display: block;
  background-color: #FFFFFF;
  padding: 4.53333vw 10.66667vw 4.53333vw 4vw;
  position: relative;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .HeaderNav__list .HeaderNav__item a:before, .BurgerMenu .BurgerMenu__inner .HeaderNav .HeaderNav__list .HeaderNav__item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 4vw;
  background-color: #000000;
  width: 2.13333vw;
  height: 0.26667vw;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .HeaderNav__list .HeaderNav__item a:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -0.53333vw;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .HeaderNav__list .HeaderNav__item a:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 0.8vw;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .HeaderNav__list .HeaderNav__item + .HeaderNav__item {
  margin-top: 0.26667vw;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .Header__siteLogo {
  position: absolute;
  bottom: 4vw;
  left: 4vw;
}

.BurgerMenu .BurgerMenu__inner .HeaderNav .Header__siteLogo img {
  width: 32vw;
  height: 9.504vw;
}

.BurgerMenu.is-slidein {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: .3s;
  transition: .3s;
}

.DrawerButton__inner .CloseBtn__bar {
  background-color: #333232;
}

/* ****************************** */
/* ヘッダー右上ボタン領域（通知ボタン／ユーザーボタン） */
/* ****************************** */
.Header__siteLogo {
  padding: 0;
}

.Header__siteLogo {
  margin: 0 auto;
}

.Header__siteLogo img {
  display: block;
  margin: 0 auto;
}

.BtnContainer {
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.BtnContainer.-alarm {
  position: relative;
  width: 5.26667vw;
  height: 6.648vw;
  background-image: url("../../../asset/image/common/icon_alarm_01.svg");
}

.BtnContainer.-alarm .Badge {
  position: absolute;
  z-index: 100;
  display: block;
  top: -0.53333vw;
  right: -0.8vw;
  background-color: #A0110D;
  width: 2.66667vw;
  height: 2.66667vw;
  border-radius: 50%;
}

/* ****************************** */
/* 固定ヘッダー部分 */
/* ****************************** */
.FixedHeader {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

/* ****************************** */
/* フォーム */
/* ****************************** */
.InputForm .InputForm__title {
  text-align: center;
}

.InputForm .InputForm__title .InputForm__titleInner {
  display: inline;
  font-size: 4.26667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.InputForm .InputForm__title.-HasIcon .InputForm__titleInner {
  position: relative;
}

.InputForm .InputForm__title.-HasIcon .InputForm__titleInner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.InputForm .InputForm__title.-HasIcon.-Presenter .InputForm__titleInner {
  padding-left: 10.66667vw;
}

.InputForm .InputForm__title.-HasIcon.-Presenter .InputForm__titleInner::before {
  background-image: url("../../../asset/image/common/icon_affiliate_01.svg");
  width: 8vw;
  height: 7.09867vw;
}

.InputForm .InputForm__title.-HasIcon.-Shop .InputForm__titleInner {
  padding-left: 10.26667vw;
}

.InputForm .InputForm__title.-HasIcon.-Shop .InputForm__titleInner::before {
  background-image: url("../../../asset/image/common/icon_shop_01.svg");
  width: 7.6vw;
  height: 7.272vw;
}

.InputForm .InputForm__title + .InputContainer {
  margin-top: 5.33333vw;
}

.InputForm .InputForm__note {
  margin-top: 6.66667vw;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  color: #000000;
}

.InputForm .InputForm__note a {
  color: #000000;
  text-decoration: none;
  padding-bottom: 0.26667vw;
  border-bottom: 0.5px solid #000000;
}

.InputForm.-hasDigit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.InputForm.-hasDigit .InputContainer {
  width: 88vw;
}

.InputForm.-hasDigit .InputFormDigit {
  width: 1em;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

/* ****************************** */
/* スライダー */
/* ****************************** */
.Keyvisual__slider {
  padding-bottom: 5.6vw !important;
}

.Keyvisual__slider.-BGgray {
  background-color: #F2F2F2;
}

.Keyvisual__slider .swiper-pagination {
  bottom: 0 !important;
  line-height: 0;
}

.Keyvisual__slider .swiper-pagination .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 2.66667vw !important;
  background: #CCCCCC;
  opacity: 1;
}

.Keyvisual__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B79500;
}

.Feature__slider {
  padding-bottom: 5.6vw !important;
}

.Feature__slider .swiper-pagination {
  bottom: 0 !important;
  line-height: 0;
}

.Feature__slider .swiper-pagination .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 2.66667vw !important;
  background: #CCCCCC;
  opacity: 1;
}

.Feature__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B79500;
}

.Feature__slider .swiper-slide img {
  width: 100%;
}

.Card__slider {
  padding-top: 5.33333vw !important;
  padding-bottom: 5.6vw !important;
}

.Card__slider .swiper-slide {
  padding-left: 4vw;
}

.Card__slider .swiper-pagination {
  bottom: 0 !important;
  line-height: 0;
}

.Card__slider .swiper-pagination .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 2.66667vw !important;
  background: #CCCCCC;
  opacity: 1;
}

.Card__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #B79500;
}

/* ****************************** */
/* ジャンル検索 */
/* ****************************** */
.js-input-select input {
  cursor: pointer;
  pointer-events: none;
}

/* ****************************** */
/* ジャンル検索 */
/* ****************************** */
.LogoWide01 img {
  display: block;
  width: 78.93333vw;
  margin: 0 auto;
}

/* ****************************** */
/* カード */
/* ****************************** */
.Card__Wrapper {
  display: block;
  overflow: hidden;
  border-radius: 1.06667vw;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.Card__Wrapper .Card__info {
  padding: 4vw;
}

.Card__Wrapper .Card__info .CardGenre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Card__Wrapper .Card__info .CardGenre__list .CardGenre__item {
  display: inline-block;
  padding: 1.86667vw 2.66667vw 1.6vw;
  border: 0.26667vw solid #B79500;
  border-radius: 1.06667vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #B79500;
}

.Card__Wrapper .Card__info .CardGenre__list + .CardTitle {
  margin-top: 3.2vw;
}

.Card__Wrapper .Card__info .CardTitle {
  font-size: 4.26667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.Card__Wrapper .Card__info .CardTitle + .CardLead {
  margin-top: 1.86667vw;
}

.Card__Wrapper .Card__info .CardLead {
  font-size: 3.73333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.Card__Wrapper .Card__info .CardLead + .CardDescription {
  margin-top: 4vw;
}

.Card__Wrapper .Card__info .CardDescription {
  border-top: 0.26667vw solid #CCCCCC;
  padding-left: 2.66667vw;
}

.Card__Wrapper .Card__info .CardDescription01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.66667vw;
}

.Card__Wrapper .Card__info .CardDescription01 .Card__off01 {
  background-color: #A0110D;
  color: #FFFFFF;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-right: 1.33333vw;
  padding: 1.06667vw 1.33333vw 0.8vw;
}

.Card__Wrapper .Card__info .CardDescription01 .Card__off02 {
  color: #999999;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Card__Wrapper .Card__info .CardDescription01 .Card__off03 {
  text-decoration: line-through;
  margin-left: 1.33333vw;
}

.Card__Wrapper .Card__info .CardDescription02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.33333vw;
}

.Card__Wrapper .Card__info .CardDescription02 .Card__Text01 {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.Card__Wrapper .Card__info .CardDescription02 .Card__price01 {
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #A0110D;
}

.Card__Wrapper .Card__info .CardDescription02 .Card__Text02 {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.Card__Wrapper .Card__info .CardDescription03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 2.66667vw;
}

.Card__Wrapper .Card__info .CardDescription03 .Card__Text01 {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.Card__Wrapper .Card__info .CardDescription03 .Card__price01 {
  font-size: 4.26667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.Card__Wrapper .Card__info .CardDescription03 .Card__Text02 {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 6.66667vw 4vw 5.33333vw;
}

.CardList__Wrapper01 .CardList__item {
  width: 44vw;
}

.CardList__Wrapper01 .CardList__item:nth-of-type(n+3) {
  margin-top: 4vw;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper {
  display: block;
  height: 100%;
  overflow: hidden;
  border-radius: 1.06667vw;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info {
  padding: 4vw 4vw 5.33333vw;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardGenre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardGenre__list .CardGenre__item {
  display: inline-block;
  padding: 1.6vw 2.66667vw 1.33333vw;
  border: 0.26667vw solid #B79500;
  border-radius: 1.06667vw;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #B79500;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardGenre__list + .CardTitle {
  margin-top: 1.86667vw;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardTitle {
  font-size: 3.73333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardTitle + .CardLead {
  margin-top: 1.86667vw;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardLead {
  font-size: 3.2vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardLead + .CardDescription {
  margin-top: 1.86667vw;
}

.CardList__Wrapper01 .CardList__item .Card__Wrapper .Card__info .CardDescription {
  border-top: none;
  padding-left: 0;
  font-size: 3.2vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: normal;
}

.CardList__Wrapper02 {
  padding-top: 4vw;
}

.CardList__Wrapper02 .Card__Item {
  display: block;
  overflow: hidden;
  border-radius: 1.06667vw;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.CardList__Wrapper02 .Card__Item + .Card__Item {
  margin-top: 5.33333vw;
}

.CardList__Wrapper02 .Card__Item .CardImage {
  position: relative;
}

.CardList__Wrapper02 .Card__Item .CardImage .CardFavorite {
  width: 10.66667vw;
  height: 10.66667vw;
  background-color: #FFFFFF;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 2.66667vw;
  right: 2.66667vw;
}

.CardList__Wrapper02 .Card__Item .CardImage .CardFavorite::before {
  content: "";
  display: block;
  width: 5.33333vw;
  height: 4.73867vw;
  position: absolute;
  top: 3.2vw;
  left: 2.66667vw;
  background-image: url("../../../asset/image/common/icon_favorite_03.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.CardList__Wrapper02 .Card__Item .CardImage .CardFavorite.-active::before {
  background-image: url("../../../asset/image/common/icon_favorite_04.svg");
}

.CardList__Wrapper02 .Card__Item .Card__info {
  padding: 4vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardGenre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardGenre__list .CardGenre__item {
  display: inline-block;
  padding: 1.86667vw 2.66667vw 1.6vw;
  border: 0.26667vw solid #B79500;
  border-radius: 1.06667vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #B79500;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardGenre__list + .CardTitle {
  margin-top: 2.66667vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardTitle {
  font-size: 5.33333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardTitle + .CardAddress {
  margin-top: 2.66667vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardTitle + .CardSubTitle {
  margin-top: 2.66667vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardAddress {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardAddress + .CardSubTitle {
  margin-top: 4vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardSubTitle {
  font-size: 4.26667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardSubTitle + .CardLead {
  margin-top: 2.66667vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardLead {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription {
  margin-top: 5.33333vw;
  padding-left: 0;
  border-top: 0;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription02,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription03,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription04,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0;
  padding-left: 5.33333vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01 .Card__Text01,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription02 .Card__Text01,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription03 .Card__Text01,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription04 .Card__Text01,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription05 .Card__Text01 {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01 .Card__Text02,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription02 .Card__Text02,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription03 .Card__Text02,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription04 .Card__Text02,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription05 .Card__Text02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription02,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription03,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription04,
.CardList__Wrapper02 .Card__Item .Card__info .CardDescription05 {
  border-top: 0.26667vw solid #CCCCCC;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2.93333vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01 .Card__off01 {
  background-color: #A0110D;
  color: #FFFFFF;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-right: 1.33333vw;
  padding: 1.06667vw 1.33333vw 0.8vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01 .Card__off02 {
  color: #999999;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01 .Card__off03 {
  text-decoration: line-through;
  margin-left: 1.33333vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription01 + .CardDescription02 {
  padding-top: 1.33333vw;
  border-top: none;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription02 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 2.66667vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription02 .Card__price01 {
  font-size: 7.46667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #A0110D;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription02 .Card__Text03 {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #A0110D;
  margin-left: 1.33333vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2.66667vw;
  padding-top: 4vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription03 .Card__price01 {
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription03 .Card__Text03 {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-left: 1.33333vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription04 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4vw;
  padding-top: 4vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription04 .Card__date01 {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription04 .Card__Text03 {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  margin-left: 1.33333vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription05 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4vw;
  padding-top: 5.33333vw;
  padding-left: 0;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription05 .Card__Text02 {
  display: inline-block;
  margin-left: 2.66667vw;
  font-size: 4.26667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription05 .Card__Note01 {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  color: #A0110D;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding: 4vw 0;
  border-top: 0.26667vw solid #CCCCCC;
  border-bottom: 0.26667vw solid #CCCCCC;
  text-align: center;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text02 {
  display: inline-block;
  margin-top: 1.33333vw;
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5.33333vw;
  margin-right: 4vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text04 {
  display: inline-block;
  margin-top: 1.33333vw;
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #A0110D;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text05 {
  display: inline-block;
  padding-right: 4.26667vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  position: relative;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text05::after {
  content: "";
  display: block;
  width: 1.6vw;
  height: 2.66667vw;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url("../../../asset/image/common/icon_arrow_black_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9.33333vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription06 .Card__Text07 {
  display: inline-block;
  margin-top: 1.33333vw;
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription07 {
  margin-top: 2.66667vw;
  padding-top: 4vw;
  border-top: 0.26667vw solid #CCCCCC;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDescription07 .Card__Text01 {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  text-align: center;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDetailDescription__List {
  margin-top: 10.66667vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDetailDescription__List .CardDetailDescription__Item + .CardDetailDescription__Item {
  margin-top: 6.66667vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDetailDescription__List .CardDetailDescription__Item .CardDetailDescriptionImage + .CardDetailDescriptionText {
  margin-top: 4vw;
}

.CardList__Wrapper02 .Card__Item .Card__info .CardDetailDescription__List .CardDetailDescription__Item .CardDetailDescriptionText p {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

/* ****************************** */
/* お知らせ */
/* ****************************** */
.News__Wrapper {
  margin-top: 5.33333vw;
}

.News__Wrapper .News__list .News__item {
  border-bottom: 0.26667vw solid #CCCCCC;
  padding-bottom: 5.33333vw;
}

.News__Wrapper .News__list .News__item + .News__item {
  margin-top: 5.33333vw;
}

.News__Wrapper .News__list .News__item .NewsDate {
  color: #999999;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.News__Wrapper .News__list .News__item .NewsTitle {
  font-size: 3.73333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
  margin-top: 2.66667vw;
}

.News__Wrapper .News__list .News__item .NewsText {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: 2.66667vw;
}

/* ****************************** */
/* 追従メニュー */
/* ****************************** */
.UnderMenu {
  position: sticky;
  bottom: -0.26667vw;
  left: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  padding-bottom: 1.86667vw;
}

.UnderMenu .UnderMenu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.UnderMenu .UnderMenu__list .UnderMenu__item {
  width: 25%;
}

.UnderMenu .UnderMenu__list .UnderMenu__item a {
  display: block;
  padding: 9.86667vw 0 3.46667vw;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  color: #000000;
  text-align: center;
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-search a, .UnderMenu .UnderMenu__list .UnderMenu__item.-favorite a, .UnderMenu .UnderMenu__list .UnderMenu__item.-ticket a, .UnderMenu .UnderMenu__list .UnderMenu__item.-mypage a {
  position: relative;
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-search a::before, .UnderMenu .UnderMenu__list .UnderMenu__item.-favorite a::before, .UnderMenu .UnderMenu__list .UnderMenu__item.-ticket a::before, .UnderMenu .UnderMenu__list .UnderMenu__item.-mypage a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-current a {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #B79500;
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-current.-search a::before {
  background-image: url("../../../asset/image/common/icon_search_03.svg");
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-current.-favorite a::before {
  background-image: url("../../../asset/image/common/icon_favorite_02.svg");
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-current.-ticket a::before {
  background-image: url("../../../asset/image/common/icon_ticket_02.svg");
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-current.-mypage a::before {
  background-image: url("../../../asset/image/common/icon_mypage_02.svg");
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-search a::before {
  background-image: url("../../../asset/image/common/icon_search_02.svg");
  width: 6.13333vw;
  height: 6.13333vw;
  top: 2.13333vw;
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-favorite a::before {
  background-image: url("../../../asset/image/common/icon_favorite_01.svg");
  width: 5.86667vw;
  height: 5.06667vw;
  top: 2.66667vw;
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-ticket a::before {
  background-image: url("../../../asset/image/common/icon_ticket_01.svg");
  width: 6.13333vw;
  height: 6.13333vw;
  top: 2.13333vw;
}

.UnderMenu .UnderMenu__list .UnderMenu__item.-mypage a::before {
  background-image: url("../../../asset/image/common/icon_mypage_01.svg");
  width: 6.13333vw;
  height: 6.13333vw;
  top: 2.13333vw;
}

/* ****************************** */
/* 通知 */
/* ****************************** */
.Notice__Wrapper {
  margin-top: 5.33333vw;
}

.Notice__Wrapper .Notice__list .Notice__item {
  border-bottom: 0.26667vw solid #CCCCCC;
  padding-bottom: 5.33333vw;
}

.Notice__Wrapper .Notice__list .Notice__item + .Notice__item {
  margin-top: 5.33333vw;
}

.Notice__Wrapper .Notice__list .Notice__item .NoticeTitle {
  font-size: 3.73333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.Notice__Wrapper .Notice__list .Notice__item .NoticeText {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: 2.66667vw;
}

.Notice__Wrapper .Notice__list .Notice__item .NoticeDate {
  color: #999999;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: 2.66667vw;
}

/* ****************************** */
/* 検索結果 */
/* ****************************** */
.SearchResult__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 4vw 5.33333vw;
}

.SearchResult__Wrapper .SearchResult {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.SearchResult__Wrapper .SearchResult .-number {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.SearchResult__Wrapper .SearchResult .-digit {
  margin-left: 1.33333vw;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.SearchResult__Wrapper .SearchResult__Control {
  position: relative;
}

.SearchResult__Wrapper .SearchResult__Control::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  top: 50%;
  right: 2.66667vw;
  width: 1.6vw;
  height: 1.6vw;
  margin: -0.53333vw 0 0;
  border-top: 0.26667vw solid #000000;
  border-left: 0.26667vw solid #000000;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.SearchResult__Wrapper .SearchResult__Control select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 2.93333vw 7.73333vw 2.66667vw 2.4vw;
  outline: none;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

/* ****************************** */
/* セレクトボックス */
/* ****************************** */
.SelectBox__Wrapper {
  position: relative;
}

.SelectBox__Wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  top: 50%;
  right: 2.66667vw;
  width: 1.6vw;
  height: 1.6vw;
  margin: -0.53333vw 0 0;
  border-top: 0.26667vw solid #000000;
  border-left: 0.26667vw solid #000000;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.SelectBox__Wrapper select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 2.93333vw 7.73333vw 2.66667vw 2.4vw;
  outline: none;
  border: 0.26667vw solid #CCCCCC;
  background-color: inherit;
  border-radius: 2.13333vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

/* ****************************** */
/* ローディングアイコン */
/* ****************************** */
.LoadingIcon__Border {
  width: 6.4vw;
  height: 6.4vw;
  margin: 5.33333vw auto 0;
  padding: 0.8vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(33%, rgba(0, 0, 0, 0.1)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 33%, black 100%);
  -webkit-animation: spin .8s linear 0s infinite;
          animation: spin .8s linear 0s infinite;
}

.LoadingIcon__Border .LoadingIcon__Core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.LoadingIcon__Border .LoadingIcon__Core.-Gray {
  background-color: #F2F2F2;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/* ****************************** */
/* 発券期間 */
/* ****************************** */
.TicketIssueTerm__Wrapper + .CardList__Wrapper02 {
  padding-top: 4vw;
}

.TicketIssueTerm__Wrapper + .TicketIssueOverview__Wrapper {
  margin-top: 2.66667vw;
}

.TicketIssueTerm {
  padding: 4vw 5.33333vw;
  border-radius: 1.06667vw;
  text-align: center;
  background-color: #FFFFFF;
}

.TicketIssueTerm + .TicketIssueTermExpectation {
  margin-top: 2.66667vw;
}

.TicketIssueTerm + .TicketIssueTermInvoice {
  margin-top: 5.33333vw;
}

.TicketIssueTerm .TicketIssueTermTitle {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 2.66667vw;
}

.TicketIssueTerm .TicketIssueTermDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.TicketIssueTerm .TicketIssueTermDate .TicketIssueTermDate__Text01 {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #A0110D;
}

.TicketIssueTerm .TicketIssueTermDate .TicketIssueTermDate__Text02 {
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #A0110D;
  margin-left: 4vw;
}

.TicketIssueTerm .TicketIssueTermDate .TicketIssueTermDate__Text03 {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-left: 1.33333vw;
}

.TicketIssueTermExpectation {
  padding: 4vw 5.33333vw;
  border-radius: 1.06667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
}

.TicketIssueTermExpectation + .TicketIssueTermInvoice {
  margin-top: 5.33333vw;
}

.TicketIssueTermExpectation .TicketIssueTermExpectationTitle {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  width: auto;
}

.TicketIssueTermExpectation .TicketIssueTermExpectationPrice {
  width: auto;
}

.TicketIssueTermExpectation .TicketIssueTermExpectationPrice .TicketIssueTermExpectationPrice__Text01 {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketIssueTermExpectation .TicketIssueTermExpectationPrice .TicketIssueTermExpectationPrice__Text02 {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-left: 1.33333vw;
}

.TicketIssueTermInvoice {
  display: block;
  width: 100%;
  padding: 1.86667vw 5.33333vw 1.33333vw;
  border-radius: 2.13333vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

.TicketIssueTermInvoice .TicketIssueTermInvoiceTitle,
.TicketIssueTermInvoice .TicketIssueTermInvoiceText {
  display: block;
}

.TicketIssueTermInvoice .TicketIssueTermInvoiceTitle {
  font-size: 3.73333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.TicketIssueTermInvoice .TicketIssueTermInvoiceText {
  font-size: 2.66667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketIssue__List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.TicketIssue__List .TicketIssue__Item {
  width: 12.8vw;
  height: 16.8vw;
  position: relative;
}

.TicketIssue__List .TicketIssue__Item + .TicketIssue__Item {
  margin-left: 6.4vw;
}

.TicketIssue__List .TicketIssue__Item:before, .TicketIssue__List .TicketIssue__Item:after {
  content: "";
  display: block;
  position: absolute;
}

.TicketIssue__List .TicketIssue__Item:before {
  width: 12.26667vw;
  height: 12.26667vw;
  left: 0;
  top: 0;
  border: 0.26667vw solid #999999;
  border-radius: 2.13333vw;
}

.TicketIssue__List .TicketIssue__Item:after {
  background-repeat: no-repeat;
  background-size: contain;
}

.TicketIssue__List .TicketIssue__Item.-Mail:after {
  width: 8.26667vw;
  height: 5.54133vw;
  background-image: url("../../../asset/image/common/icon_mail_01.svg");
  top: 3.73333vw;
  left: 2.4vw;
}

.TicketIssue__List .TicketIssue__Item.-Line:after {
  width: 8.664vw;
  height: 8.26667vw;
  background-image: url("../../../asset/image/common/icon_line_01.svg");
  top: 2.4vw;
  left: 2.13333vw;
}

.TicketIssue__List .TicketIssue__Item.-Link:after {
  width: 7.63733vw;
  height: 7.63733vw;
  background-image: url("../../../asset/image/common/icon_link_01.svg");
  top: 2.4vw;
  left: 2.66667vw;
}

.TicketIssue__List .TicketIssue__Item .TicketIssue__Text {
  display: block;
  width: 150%;
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #999999;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.TicketIssue__List .TicketIssue__Item.is-active:before {
  border: 0.26667vw solid #B79500;
  background-color: #B79500;
}

.TicketIssue__List .TicketIssue__Item.is-active.-Mail:after {
  background-image: url("../../../asset/image/common/icon_mail_02.svg");
}

.TicketIssue__List .TicketIssue__Item.is-active.-Line:after {
  background-image: url("../../../asset/image/common/icon_line_02.svg");
}

.TicketIssue__List .TicketIssue__Item.is-active.-Link:after {
  background-image: url("../../../asset/image/common/icon_link_02.svg");
}

.TicketIssue__List .TicketIssue__Item.is-active .TicketIssue__Text {
  color: #B79500;
}

.TicketIssueItem__List .TicketIssueItem__Item.js-TabPanel {
  display: none;
}

.TicketIssueItem__List .TicketIssueItem__Item.js-TabPanel.is-active {
  display: block;
}

.TicketIssueUrl__Wrapper {
  position: relative;
  padding-top: 10.66667vw;
}

.TicketIssueUrl__Wrapper .TicketIssueUrl__Text {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketIssueUrl__Wrapper .TicketIssueUrlCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
  padding: 4vw 4vw 3.2vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
}

.TicketIssueUrl__Wrapper .TicketIssueUrlCopy .js-CopyText.TicketIssueUrl {
  display: block;
  width: 66.66667vw;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketIssueUrl__Wrapper .TicketIssueUrlCopy .TicketIssueUrlCopy__Btn {
  display: block;
  width: 16vw;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: right;
}

.TicketIssueUrl__Wrapper .TicketIssueUrl__Note {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  color: #A0110D;
  margin-top: 4vw;
}

.TicketIssueUrl__Wrapper .TicketIssueUrlCompletion {
  min-height: auto;
  padding: 4.53333vw 4vw;
  position: absolute;
  top: auto;
  bottom: -18.66667vw;
  background-color: #999999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 1.06667vw;
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.TicketIssueUrl__Wrapper .TicketIssueUrlCompletion .PopUpClose {
  margin: 0;
  position: absolute;
  top: 4vw;
  right: 4vw;
}

/* ****************************** */
/* お気に入り追加 */
/* ****************************** */
.TicketAddToFavorites {
  width: 92vw;
  min-height: auto;
  padding: 4.53333vw 4vw;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  background-color: #999999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 1.06667vw;
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.TicketAddToFavorites .PopUpClose {
  margin: 0;
  position: absolute;
  top: 4vw;
  right: 4vw;
}

/* ****************************** */
/* 発券概要 */
/* ****************************** */
.TicketIssueOverview__Wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.TicketIssueOverview__Wrapper + .TicketIssueConfirmation__Wrapper {
  margin-top: 5.33333vw;
}

.TicketIssueOverview__Wrapper .TicketIssueOverview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45.06667vw;
  padding: 4vw 4vw;
  border-radius: 1.06667vw;
  text-align: center;
  background-color: #FFFFFF;
}

.TicketIssueOverview__Wrapper .TicketIssueOverview .TicketIssueOverviewTitle {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.TicketIssueOverview__Wrapper .TicketIssueOverview .TicketIssueOverviewTitle .TicketIssueOverviewSubtitle {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketIssueOverview__Wrapper .TicketIssueOverview .TicketIssueOverviewData {
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

/* ****************************** */
/* 発券概要 */
/* ****************************** */
.TicketIssueConfirmation__Wrapper .TicketIssueConfirmationBtn {
  display: block;
  padding: 3.73333vw 4vw 8.8vw;
  background-color: #FFFFFF;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  text-align: center;
  position: relative;
}

.TicketIssueConfirmation__Wrapper .TicketIssueConfirmationBtn::after {
  content: "";
  display: block;
  width: 2.4vw;
  height: 4.53333vw;
  position: absolute;
  bottom: 2.66667vw;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  background-image: url("../../../asset/image/common/icon_arrow_black_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ****************************** */
/* プレビュー */
/* ****************************** */
.Preview__List.-BDBgray {
  border-bottom: 0.26667vw solid #CCCCCC;
  padding-bottom: 8vw;
}

.Preview__List .PreviewItem.-col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Preview__List .PreviewItem.-col02 .PreviewItem__Info {
  width: 72vw;
}

.Preview__List .PreviewItem.-col02 .PreviewItem__Btn {
  width: 18.13333vw;
}

.Preview__List .PreviewItem.-col02 .PreviewItem__Btn a {
  display: block;
  padding: 2.93333vw 1.33333vw 2.66667vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  text-align: center;
  background-color: #FFFFFF;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
}

.Preview__List .PreviewItem + .PreviewItem {
  margin-top: 8vw;
  padding-top: 6.66667vw;
  border-top: 0.26667vw solid #CCCCCC;
}

.Preview__List .PreviewItem .PreviewItem__Title {
  font-size: 3.2vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
}

.Preview__List .PreviewItem .PreviewItem__Title + .PreviewItem__Text {
  margin-top: 3.2vw;
}

.Preview__List .PreviewItem .PreviewItem__Title + .InputContainer {
  margin-top: 5.33333vw;
}

.Preview__List .PreviewItem .PreviewItem__Text {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.Preview__List .PreviewItem .PreviewItem__Text + .PreviewItem__Title {
  margin-top: 5.33333vw;
}

/* ****************************** */
/* チケット情報 */
/* ****************************** */
.TicketInformationTitle {
  font-size: 4.26667vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: bold;
  padding: 4vw 0;
}

.TicketInformationPhoneBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4vw 4vw;
  background-color: #FFFFFF;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketInformationPhoneBtn .TicketInformationPhoneBtn__Text {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  padding-left: 6.93333vw;
  position: relative;
}

.TicketInformationPhoneBtn .TicketInformationPhoneBtn__Text::after {
  content: "";
  display: block;
  width: 5.6vw;
  height: 5.6vw;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../../asset/image/common/icon_phone_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.TicketInformationPhoneBtn .TicketInformationPhoneBtn__Number {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  margin-left: 2.66667vw;
}

.Heading3-01__Wrapper + .TicketInformation {
  margin-top: 2.66667vw;
}

.TicketInformation .TicketInformationGenre__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TicketInformation .TicketInformationGenre__list .TicketInformationGenre__item {
  display: inline-block;
  padding: 1.86667vw 2.66667vw 1.6vw;
  border: 0.26667vw solid #B79500;
  border-radius: 1.06667vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #B79500;
}

.TicketInformation .TicketInformationGenre__list + .TicketInformationUrl,
.TicketInformation .TicketInformationGenre__list + .TicketInformationBusinessHours,
.TicketInformation .TicketInformationGenre__list + .TicketInformationRegularHoliday,
.TicketInformation .TicketInformationGenre__list + .TicketInformationAddress,
.TicketInformation .TicketInformationGenre__list + .TicketInformationSNSURL {
  margin-top: 4vw;
}

.TicketInformation .TicketInformationUrl,
.TicketInformation .TicketInformationBusinessHours,
.TicketInformation .TicketInformationRegularHoliday,
.TicketInformation .TicketInformationAddress,
.TicketInformation .TicketInformationSNSURL {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketInformation .TicketInformationUrl a,
.TicketInformation .TicketInformationBusinessHours a,
.TicketInformation .TicketInformationRegularHoliday a,
.TicketInformation .TicketInformationAddress a,
.TicketInformation .TicketInformationSNSURL a {
  border-bottom: 0.26667vw solid #000000;
}

.TicketInformation .TicketInformationUrl + .TicketInformationUrl,
.TicketInformation .TicketInformationUrl + .TicketInformationBusinessHours,
.TicketInformation .TicketInformationUrl + .TicketInformationRegularHoliday,
.TicketInformation .TicketInformationUrl + .TicketInformationAddress,
.TicketInformation .TicketInformationUrl + .TicketInformationSNSURL,
.TicketInformation .TicketInformationBusinessHours + .TicketInformationUrl,
.TicketInformation .TicketInformationBusinessHours + .TicketInformationBusinessHours,
.TicketInformation .TicketInformationBusinessHours + .TicketInformationRegularHoliday,
.TicketInformation .TicketInformationBusinessHours + .TicketInformationAddress,
.TicketInformation .TicketInformationBusinessHours + .TicketInformationSNSURL,
.TicketInformation .TicketInformationRegularHoliday + .TicketInformationUrl,
.TicketInformation .TicketInformationRegularHoliday + .TicketInformationBusinessHours,
.TicketInformation .TicketInformationRegularHoliday + .TicketInformationRegularHoliday,
.TicketInformation .TicketInformationRegularHoliday + .TicketInformationAddress,
.TicketInformation .TicketInformationRegularHoliday + .TicketInformationSNSURL,
.TicketInformation .TicketInformationAddress + .TicketInformationUrl,
.TicketInformation .TicketInformationAddress + .TicketInformationBusinessHours,
.TicketInformation .TicketInformationAddress + .TicketInformationRegularHoliday,
.TicketInformation .TicketInformationAddress + .TicketInformationAddress,
.TicketInformation .TicketInformationAddress + .TicketInformationSNSURL,
.TicketInformation .TicketInformationSNSURL + .TicketInformationUrl,
.TicketInformation .TicketInformationSNSURL + .TicketInformationBusinessHours,
.TicketInformation .TicketInformationSNSURL + .TicketInformationRegularHoliday,
.TicketInformation .TicketInformationSNSURL + .TicketInformationAddress,
.TicketInformation .TicketInformationSNSURL + .TicketInformationSNSURL {
  margin-top: 4vw;
}

.TicketInformation .TicketInformationLead {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketInformationMap iframe {
  width: 100%;
  height: 33.33333vw;
}

/* ****************************** */
/* 発券履歴 */
/* ****************************** */
.TicketingHistory__Wrapper .TicketingHistory__List {
  padding-bottom: 5.33333vw;
  border-bottom: 0.26667vw solid #CCCCCC;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item {
  position: relative;
  padding-top: 5.33333vw;
  border-top: 0.26667vw solid #CCCCCC;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item + .TicketingHistory__Item {
  margin-top: 5.33333vw;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryState {
  display: block;
  width: 18.13333vw;
  padding: 1.6vw 1.33333vw 1.33333vw;
  position: absolute;
  top: 5.33333vw;
  right: 0;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryState.-unused {
  color: #FFFFFF;
  background-color: #A0110D;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryState.-alreadyUsed {
  color: #FFFFFF;
  background-color: #999999;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryDate {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  color: #999999;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryDate + .TicketingHistoryDescription {
  margin-top: 2.66667vw;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryDescription {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryDescription + .TicketingHistoryName {
  margin-top: 2.66667vw;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryName {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryName + .TicketingHistoryUrlCopy {
  margin-top: 4vw;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryUrlCopy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
  padding: 4vw 4vw 3.2vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryUrlCopy .js-CopyText.TicketingHistoryUrl {
  display: block;
  width: 66.66667vw;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.TicketingHistory__Wrapper .TicketingHistory__List .TicketingHistory__Item .TicketingHistoryUrlCopy .TicketingHistoryUrlCopy__Btn {
  display: block;
  width: 16vw;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: right;
}

.TicketingHistoryCompletion {
  min-height: auto;
  padding: 4.53333vw 4vw;
  position: absolute;
  top: auto;
  bottom: -18.66667vw;
  background-color: #999999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 1.06667vw;
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}

.TicketingHistoryCompletion .PopUpClose {
  margin: 0;
  position: absolute;
  top: 4vw;
  right: 4vw;
}

/* ****************************** */
/* 獲得金額履歴 */
/* ****************************** */
.EarningHistory__Wrapper .EarningHistory__List {
  padding-bottom: 5.33333vw;
  border-bottom: 0.26667vw solid #CCCCCC;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item {
  position: relative;
  padding-top: 5.33333vw;
  border-top: 0.26667vw solid #CCCCCC;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item + .EarningHistory__Item {
  margin-top: 5.33333vw;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item.-col02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item.-col02 .EarningHistory__Inner.-inner01 {
  width: 70.66667vw;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item.-col02 .EarningHistory__Inner.-inner02 {
  width: 18.66667vw;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item .EarningHistoryDate {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  color: #999999;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item .EarningHistoryDate + .EarningHistoryText {
  margin-top: 2.66667vw;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item .EarningHistoryText {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item .EarningHistoryMoney {
  font-size: 3.73333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: right;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item .EarningHistoryMoney.-plus {
  color: #000000;
}

.EarningHistory__Wrapper .EarningHistory__List .EarningHistory__Item .EarningHistoryMoney.-minus {
  color: #A0110D;
}

/* ****************************** */
/* 振込 */
/* ****************************** */
.Transfer__Wrapper .TransferCommission,
.Transfer__Wrapper .TransferAmount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Transfer__Wrapper .TransferCommission .TransferTitle,
.Transfer__Wrapper .TransferAmount .TransferTitle {
  width: 50%;
}

.Transfer__Wrapper .TransferCommission .TransferMoney,
.Transfer__Wrapper .TransferAmount .TransferMoney {
  width: 50%;
  text-align: right;
}

.Transfer__Wrapper .TransferCommission + .TransferAmount {
  margin-top: 5.33333vw;
}

.Transfer__Wrapper .TransferCommission .TransferTitle {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Transfer__Wrapper .TransferCommission .TransferMoney .-number {
  font-size: 5.33333vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.Transfer__Wrapper .TransferCommission .TransferMoney .-digit {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-left: 1.33333vw;
}

.Transfer__Wrapper .TransferAmount {
  border-top: 0.26667vw solid #CCCCCC;
  padding-top: 5.33333vw;
}

.Transfer__Wrapper .TransferAmount .TransferTitle {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.Transfer__Wrapper .TransferAmount .TransferMoney .-number {
  font-size: 6.4vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.Transfer__Wrapper .TransferAmount .TransferMoney .-digit {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  margin-left: 1.33333vw;
}

/* ****************************** */
/* 表組み */
/* ****************************** */
.Table01 .Table01Row {
  border-bottom: 0.26667vw solid #CCCCCC;
}

.Table01 .Table01Row .Table01Heading,
.Table01 .Table01Row .Table01Data {
  width: 49.86667vw;
  padding: 2.66667vw 4vw;
  vertical-align: bottom;
}

.Table01 .Table01Row .Table01NormalText {
  padding: 2.66667vw 4vw;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.Table01 .Table01Row .Table01Heading {
  background-color: #F2F2F2;
}

.Table01 .Table01Row .Table01Heading .Table01Date,
.Table01 .Table01Row .Table01Heading .Table01TicketName,
.Table01 .Table01Row .Table01Heading .Table01User,
.Table01 .Table01Row .Table01Heading .Table01Introducer {
  color: #999999;
}

.Table01 .Table01Row .Table01Heading .Table01Date,
.Table01 .Table01Row .Table01Heading .Table01TicketName {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Table01 .Table01Row .Table01Heading .Table01Date + .Table01TicketName {
  margin-top: 1.33333vw;
}

.Table01 .Table01Row .Table01Heading .Table01TicketName + .Table01User {
  margin-top: 1.33333vw;
}

.Table01 .Table01Row .Table01Heading .Table01User {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Table01 .Table01Row .Table01Heading .Table01Introducer {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Table01 .Table01Row .Table01Data {
  background-color: #FFFFFF;
}

.Table01 .Table01Row .Table01Data + .Table01Data {
  border-left: 0.26667vw solid #F2F2F2;
}

.Table01 .Table01Row .Table01Data .Table01Date,
.Table01 .Table01Row .Table01Data .Table01TicketName {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  color: #999999;
}

.Table01 .Table01Row .Table01Data .Table01Date + .Table01User,
.Table01 .Table01Row .Table01Data .Table01TicketName + .Table01User {
  margin-top: 2.66667vw;
}

.Table01 .Table01Row .Table01Data .Table01Date + .Table01TicketName {
  margin-top: 2.13333vw;
}

.Table01 .Table01Row .Table01Data .Table01TicketName + .Table01User {
  margin-top: 2.66667vw;
}

.Table01 .Table01Row .Table01Data .Table01User {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.Table01 .Table01Row .Table01Data .Table01Introducer {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.Table01 .Table01Row .Table01Date,
.Table01 .Table01Row .Table01TicketName,
.Table01 .Table01Row .Table01User,
.Table01 .Table01Row .Table01Introducer {
  display: block;
  text-align: left;
}

/* ****************************** */
/* カレンダー */
/* ****************************** */
.Calendar01 {
  width: 100%;
}

.Calendar01 table {
  width: 100%;
  text-align: center;
}

.Calendar01 table thead {
  background-color: #E6E6E6;
}

.Calendar01 table thead th {
  padding: 4vw 1.33333vw;
  font-size: 5.6vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Calendar01 table thead td.-prev, .Calendar01 table thead td.-next {
  position: relative;
}

.Calendar01 table thead td.-prev::before, .Calendar01 table thead td.-next::before {
  content: "";
  display: block;
  width: 2.952vw;
  height: 5.30133vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("../../../asset/image/common/icon_arrow_black_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.Calendar01 table thead td.-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.Calendar01 table tbody {
  background-color: #F2F2F2;
}

.Calendar01 table tbody tr:nth-of-type(1) {
  background-color: #EBEBEB;
}

.Calendar01 table tbody tr th {
  padding: 4.26667vw 1.33333vw 5.33333vw;
  font-size: 4vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Calendar01 table tbody tr td {
  padding: 4.26667vw 1.33333vw 5.33333vw;
  font-size: 4.26667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.Calendar01 table tbody tr td.-light {
  color: #AAAAAA;
}

/* ****************************** */
/* アンカーリンク */
/* ****************************** */
.AncList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.AncList .AncButton {
  width: 44.53333vw;
  padding: 4vw 1.33333vw 9.06667vw;
  background-color: #FFFFFF;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  text-align: center;
  position: relative;
}

.AncList .AncButton::before {
  content: "";
  display: block;
  width: 2.4vw;
  height: 4.53333vw;
  position: absolute;
  left: 50%;
  bottom: 2.4vw;
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
  background-image: url("../../../asset/image/common/icon_arrow_black_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ****************************** */
/* リンクリスト */
/* ****************************** */
.LinkList01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 75.46667vw;
  margin: 0 auto;
}

.LinkList01 .LinkList01__Item {
  width: 21.33333vw;
  height: 16.53333vw;
  margin-top: 10.66667vw;
  margin-left: 5.6vw;
}

.LinkList01 .LinkList01__Item:nth-of-type(1), .LinkList01 .LinkList01__Item:nth-of-type(2), .LinkList01 .LinkList01__Item:nth-of-type(3) {
  margin-top: 0;
}

.LinkList01 .LinkList01__Item:nth-of-type(3n+1) {
  margin-left: 0;
}

.LinkList01 .LinkList01__Item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 100%;
}

.LinkList01 .LinkList01__Item .LinkList01__Text {
  margin-top: 3.2vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.LinkList01 .LinkList01__Item.-shop .LinkList01__Image {
  width: 9.592vw;
  height: 9.18133vw;
}

.LinkList01 .LinkList01__Item.-ticket .LinkList01__Image {
  width: 10.38933vw;
  height: 10.38933vw;
}

.LinkList01 .LinkList01__Item.-visitorList .LinkList01__Image {
  width: 8.92267vw;
  height: 9.73333vw;
}

.LinkList01 .LinkList01__Item.-claimConfirmation .LinkList01__Image {
  width: 8.84vw;
  height: 9.73333vw;
}

.LinkList01 .LinkList01__Item.-basicInformation .LinkList01__Image {
  width: 10.4vw;
  height: 9.34933vw;
}

.LinkList02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.LinkList02 .LinkList02__Item {
  width: 40vw;
  height: 32vw;
  border: 0.26667vw solid #000000;
  border-radius: 2.13333vw;
}

.LinkList02 .LinkList02__Item + .LinkList02__Item {
  margin-left: 4vw;
}

.LinkList02 .LinkList02__Item a {
  display: block;
  text-align: center;
  height: 100%;
}

.LinkList02 .LinkList02__Item .LinkList02__Image {
  display: block;
  margin: 0 auto;
}

.LinkList02 .LinkList02__Item .LinkList02__Text {
  display: block;
  font-size: 3.73333vw;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: normal;
}

.LinkList02 .LinkList02__Item.-affiliate {
  padding-top: 5.06667vw;
}

.LinkList02 .LinkList02__Item.-affiliate .LinkList02__Image {
  width: 10.66667vw;
  height: 9.46667vw;
}

.LinkList02 .LinkList02__Item.-affiliate .LinkList02__Text {
  margin-top: 3.73333vw;
}

.LinkList02 .LinkList02__Item.-shop {
  padding-top: 5.6vw;
}

.LinkList02 .LinkList02__Item.-shop .LinkList02__Image {
  width: 10.13333vw;
  height: 9.696vw;
}

.LinkList02 .LinkList02__Item.-shop .LinkList02__Text {
  margin-top: 5.6vw;
}

/* ****************************** */
/* QRコード */
/* ****************************** */
.QR__Wrapper {
  background-color: #FFFFFF;
  border-radius: 1.06667vw;
}

.QR__Wrapper .TicketIssueTerm {
  padding: 4vw 5.33333vw;
}

.QR__Wrapper .QRItem {
  border-top: 0.26667vw solid #F2F2F2;
  padding: 5.33333vw 4vw 6.66667vw;
}

.QR__Wrapper .QRItem .QRItem__Image {
  width: 42.66667vw;
  margin: 0 auto;
  position: relative;
}

.QR__Wrapper .QRItem .QRItem__Image.-deactivate::after, .QR__Wrapper .QRItem .QRItem__Image.-used::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.QR__Wrapper .QRItem .QRItem__Image.-deactivate::after {
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("../../../asset/image/common/text_01.svg");
  background-size: 37.392vw 15.85867vw;
  background-position: center center;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}

.QR__Wrapper .QRItem .QRItem__Image.-used::after {
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../../../asset/image/common/icon_used_01.svg");
  background-size: 40vw 40vw;
  background-position: center center;
}

.QR__Wrapper .QRItem .QRItem__Image + .QRItem__Text {
  margin-top: 5.33333vw;
}

.QR__Wrapper .QRItem .QRItem__Text {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
}

.QR__Wrapper .QRItem .QRItem__Text + .QRItem__Note {
  margin-top: 4vw;
}

.QR__Wrapper .QRItem .QRItem__Note {
  font-size: 3.2vw;
  line-height: 1.63333;
  letter-spacing: 0em;
  font-weight: normal;
  padding-left: 1em;
  text-indent: -1em;
}

/* ****************************** */
/* 同意チェックボックス */
/* ****************************** */
.ConsentCheckBox {
  text-align: center;
}

.ConsentCheckBox label {
  display: inline-block;
  padding: 0 4vw 0 12vw;
  position: relative;
}

.ConsentCheckBox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.ConsentCheckBox input:checked ~ .GenreSelectIndicator {
  border: 0.26667vw solid #B79500;
  background: #B79500;
}

.ConsentCheckBox input:checked ~ .GenreSelectIndicator::after {
  content: '';
  position: absolute;
  width: 1.6vw;
  height: 2.66667vw;
  top: 0.26667vw;
  left: 1.33333vw;
  border: solid #fff;
  border-width: 0 0.53333vw 0.53333vw 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.ConsentCheckBox .GenreSelectIndicator {
  position: absolute;
  top: 50%;
  left: 4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 5.33333vw;
  width: 5.33333vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 1.06667vw;
  background: #FFFFFF;
}

/* ****************************** */
/* mixin */
/* ****************************** */
.CommonButton-black {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000000;
  width: 100%;
  min-height: 12.8vw;
  padding: 1.33333vw 5.33333vw 1.33333vw;
  border-radius: 2.66667vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
  color: #FFFFFF;
}

.CommonButton-black.is-disabled {
  pointer-events: none;
  background-color: #CCCCCC;
  color: #FFFFFF;
}

.CommonButton-black.is-disabled::-moz-selection {
  background-color: transparent;
}

.CommonButton-black.is-disabled::selection {
  background-color: transparent;
}

.CommonButton-black + .CommonButton-black {
  margin-top: 6.66667vw;
}

.CommonButton-black .-textS {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
}

.CommonButton-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  width: 100%;
  min-height: 12.8vw;
  padding: 1.33333vw 5.33333vw 1.33333vw;
  border-radius: 2.66667vw;
  border: 0.26667vw solid #000000;
  margin: 0 auto;
  font-size: 3.73333vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
  color: #000000;
}

.CommonButton-white + .CommonButton-white {
  margin-top: 10.66667vw;
}

.CommonButton-white.is-disabled {
  color: #CCCCCC;
  border: 0.26667vw solid #CCCCCC;
  pointer-events: none;
}

.CommonButton-white.is-disabled::-moz-selection {
  background-color: transparent;
}

.CommonButton-white.is-disabled::selection {
  background-color: transparent;
}

.CommonButton-white .-textS {
  font-size: 2.66667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  margin-top: 0.8vw;
}

.CommonButtonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.CommonButtonList .CommonButton-black,
.CommonButtonList .CommonButton-white {
  width: 40.66667vw;
  margin: 0;
}

.InputContainer__Wrapper {
  padding: 6.66667vw 4vw 0;
}

.InputContainer__Wrapper.-BGwhite {
  background-color: #FFFFFF;
}

.InputContainer__Wrapper.-BorderGray {
  background-color: #FFFFFF;
}

.InputContainer__Wrapper.-BorderGray .InputForm {
  padding: 5.33333vw 4vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 1.06667vw;
}

.InputContainer__Wrapper.-BorderRadius {
  border-radius: 1.06667vw;
}

.InputForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.InputContainer {
  pointer-events: none;
  display: block;
  width: 100%;
}

.InputContainer.-half {
  width: 48%;
}

.InputContainer.-food .InputLabel, .InputContainer.-beauty .InputLabel, .InputContainer.-service .InputLabel, .InputContainer.-expert .InputLabel, .InputContainer.-area .InputLabel, .InputContainer.-search .InputLabel, .InputContainer.-calendar .InputLabel {
  position: relative;
  padding-left: 6.66667vw;
}

.InputContainer.-food .InputLabel::before, .InputContainer.-beauty .InputLabel::before, .InputContainer.-service .InputLabel::before, .InputContainer.-expert .InputLabel::before, .InputContainer.-area .InputLabel::before, .InputContainer.-search .InputLabel::before, .InputContainer.-calendar .InputLabel::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.InputContainer.-food .InputLabel::before, .InputContainer.-beauty .InputLabel::before, .InputContainer.-service .InputLabel::before, .InputContainer.-expert .InputLabel::before {
  background-image: url("../../../asset/image/common/icon_food_01.svg");
  width: 4.33173vw;
  height: 5.34747vw;
  left: 0.8vw;
}

.InputContainer.-area .InputLabel::before {
  background-image: url("../../../asset/image/common/icon_area_01.svg");
  width: 3.46667vw;
  height: 5.06667vw;
  left: 1.33333vw;
}

.InputContainer.-search .InputLabel::before {
  background-image: url("../../../asset/image/common/icon_search_01.svg");
  width: 4.53333vw;
  height: 4.53333vw;
  left: 0.53333vw;
}

.InputContainer.-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.InputContainer.-calendar label {
  width: 38.66667vw;
}

.InputContainer.-calendar .InputLabel {
  display: block;
  width: 100%;
  margin-bottom: 2.66667vw;
}

.InputContainer.-calendar .InputLabel::before {
  background-image: url("../../../asset/image/common/icon_calendar_01.svg");
  width: 4.8vw;
  height: 4.26667vw;
  left: 0.53333vw;
}

.InputContainer.-required .InputLabel:first-of-type:after {
  content: "【必須】";
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
  color: #A0110D;
  margin-left: 2.66667vw;
}

.InputContainer.-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.InputContainer.-count .InputLabel {
  width: 100%;
}

.InputContainer.-count .-number {
  width: 61.06667vw;
}

.InputContainer.-count .-minus,
.InputContainer.-count .-plus {
  pointer-events: auto;
  display: block;
  font-size: 4.26667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  width: 12.8vw;
  height: 12.8vw;
  border: 0.26667vw solid #000000;
  border-radius: 2.13333vw;
  background-color: #FFFFFF;
}

.InputContainer.-imageUpload label {
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 51.46667vw;
  border: none;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: normal;
  background-color: #F2F2F2;
}

.InputContainer.-imageUpload label .-iconCamera {
  width: 9.86667vw;
  height: 9.232vw;
}

.InputContainer.-imageUpload label .-text {
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  text-align: center;
  color: #999999;
  margin-top: 2.4vw;
}

.InputContainer.-imageUpload label input {
  display: none;
}

.InputContainer.-imageUpload label.-imageUploaded {
  position: relative;
  overflow: hidden;
}

.InputContainer.-imageUpload label.-imageUploaded .-iconCamera,
.InputContainer.-imageUpload label.-imageUploaded .-text {
  display: none;
}

.InputContainer.-imageUpload label.-imageUploaded .-uploadImage {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.InputContainer.-imageUpload label.-imageUploaded .-deleteButton {
  width: 6.4vw;
  height: 6.4vw;
  background-color: #999999;
  background-image: url("../../../asset/image/common/icon_close_01.svg");
  background-repeat: no-repeat;
  background-size: 2.50933vw 2.50933vw;
  background-position: center;
  border-radius: 50%;
  position: absolute;
  top: 4vw;
  right: 4vw;
}

.InputContainer.-address input + input {
  margin-top: 2.66667vw;
}

.InputContainer.-Modal .InputLabel {
  margin-bottom: 2.66667vw;
}

.InputContainer.-Modal .InputModalTrg {
  color: #999999;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  pointer-events: auto;
  display: block;
  width: 100%;
  padding: 5% 2% 5% 4%;
  border: none;
  border-radius: 2.66667vw;
  background-color: #F2F2F2;
}

.InputContainer + .InputContainer {
  margin-top: 4vw;
}

.InputContainer .InputLabel {
  pointer-events: auto;
  display: inline-block;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: bold;
}

.InputContainer .InputLabel button {
  pointer-events: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 9.06667vw;
  height: 9.06667vw;
  border: 0.53333vw solid #666666;
  border-radius: 100%;
  margin-left: 2.66667vw;
  font-size: 100%;
  font-weight: 600;
  color: #666666;
}

.InputContainer .InputLabel:last-of-type {
  margin-bottom: 2.66667vw;
}

.InputContainer .InputTilde {
  font-size: 4.26667vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: bold;
}

.InputContainer .SelectList .SelectItem {
  position: relative;
}

.InputContainer .SelectList .SelectItem label {
  display: block;
  padding: 4.53333vw 4vw 4.53333vw 8vw;
  pointer-events: auto;
}

.InputContainer .SelectList .SelectItem input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.InputContainer .SelectList .SelectItem input:checked ~ .SelectIndicator {
  border: 0.26667vw solid #B79500;
  background: #B79500;
}

.InputContainer .SelectList .SelectItem input:checked ~ .SelectIndicator::after {
  content: '';
  position: absolute;
  width: 1.6vw;
  height: 2.66667vw;
  top: 0.26667vw;
  left: 1.33333vw;
  border: solid #fff;
  border-width: 0 0.53333vw 0.53333vw 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.InputContainer .SelectList .SelectItem .SelectIndicator {
  position: absolute;
  top: 3.73333vw;
  left: 0vw;
  height: 5.33333vw;
  width: 5.33333vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 1.06667vw;
  background: #FFFFFF;
}

.InputContainer .SelectList.-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.InputContainer .SelectList.-col3 .SelectItem {
  width: 30.66667vw;
}

.InputContainer .InputFormFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.InputContainer .InputFormFlex .InputFormFlex__Text {
  width: 1em;
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.InputContainer .InputFormFlex input {
  width: 88.53333vw;
}

.InputContainer input,
.InputContainer select,
.InputContainer textarea {
  pointer-events: auto;
  display: block;
  width: 100%;
  padding: 5% 4%;
  border: none;
  border-radius: 2.66667vw;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
  background-color: #F2F2F2;
}

.InputContainer input::-webkit-input-placeholder, .InputContainer select::-webkit-input-placeholder, .InputContainer textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.InputContainer input::-moz-placeholder, .InputContainer select::-moz-placeholder, .InputContainer textarea::-moz-placeholder {
  color: #999999;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.InputContainer input:-ms-input-placeholder, .InputContainer select:-ms-input-placeholder, .InputContainer textarea:-ms-input-placeholder {
  color: #999999;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.InputContainer input::-ms-input-placeholder, .InputContainer select::-ms-input-placeholder, .InputContainer textarea::-ms-input-placeholder {
  color: #999999;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.InputContainer input::placeholder,
.InputContainer select::placeholder,
.InputContainer textarea::placeholder {
  color: #999999;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: normal;
}

.InputContainer input[type="date"] {
  position: relative;
}

.InputContainer input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  background: transparent;
  z-index: 1;
}

.InputContainer select {
  position: relative;
}

.InputContainer select::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  top: 50%;
  right: 4vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin: -0.53333vw 0 0;
  border-top: 0.26667vw solid #000000;
  border-left: 0.26667vw solid #000000;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.InputContainer textarea {
  min-height: 62.66667vw;
}

.-textareaHeight67 .InputContainer textarea {
  min-height: 17.86667vw;
}

.-textareaHeight95 .InputContainer textarea {
  min-height: 25.33333vw;
}

.InputContainer.-select01 {
  position: relative;
}

.InputContainer.-select01::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  top: 50%;
  right: 4vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin: -0.53333vw 0 0;
  border-top: 0.26667vw solid #000000;
  border-left: 0.26667vw solid #000000;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.InputContainer.-select02 .SelectContainer {
  position: relative;
}

.InputContainer.-select02 .SelectContainer::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  top: 50%;
  right: 4vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin: -0.53333vw 0 0;
  border-top: 0.26667vw solid #000000;
  border-left: 0.26667vw solid #000000;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.InputContainer.-select03 {
  position: relative;
  width: 26.66667vw;
}

.InputContainer.-select03::after {
  content: "";
  position: absolute;
  pointer-events: none;
  display: block;
  top: 50%;
  right: 4vw;
  width: 2.13333vw;
  height: 2.13333vw;
  margin: -0.53333vw 0 0;
  border-top: 0.26667vw solid #000000;
  border-left: 0.26667vw solid #000000;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.InputContainer.-select03 select {
  padding: 4vw 3.46667vw;
}

.InputContainer .-col02-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.InputContainer .-col02-01 input {
  width: 72vw;
}

.InputContainer .-col02-01 .-addButton {
  display: inline-block;
  padding: 3.2vw 2.66667vw 2.93333vw 8vw;
  border: 0.26667vw solid #CCCCCC;
  border-radius: 2.13333vw;
  font-size: 3.2vw;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: normal;
  position: relative;
  pointer-events: auto;
}

.InputContainer .-col02-01 .-addButton::before {
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  position: absolute;
  top: 50%;
  left: 2.4vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../../../asset/image/common/icon_plus_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.BankSelectResult {
  display: none;
  width: 100%;
  margin-top: 4vw;
}

.CloseBtn {
  position: absolute;
  top: calc( 50% - 12px);
  width: 6.4vw;
  height: 6.4vw;
}

.CloseBtn .CloseBtn__bar {
  position: absolute;
  top: calc(50% - 2px);
  display: block;
  background-color: #98A6B4;
  width: 100%;
  height: 0.53333vw;
}

.CloseBtn .CloseBtn__bar:nth-of-type(1) {
  -webkit-transform: scale(1.2) rotate(45deg);
          transform: scale(1.2) rotate(45deg);
}

.CloseBtn .CloseBtn__bar:nth-of-type(2) {
  -webkit-transform: scale(1.2) rotate(-45deg);
          transform: scale(1.2) rotate(-45deg);
}

@media screen and (min-width: 375px) {
  .GlbHeader__inner {
    height: 120px;
  }
}

@media print, screen and (min-width: 768px) {
  .Wrapper {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.2);
  }
  .DisplayBlock.-pc {
    display: block;
  }
  .DisplayBlock.-sp {
    display: none;
  }
  .DisplayInlineBlock.-pc {
    display: inline-block;
  }
  .DisplayInlineBlock.-sp {
    display: none;
  }
}

@media print, screen and (max-width: 767px) {
  html[data-drawer='open'] {
    overflow: hidden;
  }
  .DisplayBlock.-pc {
    display: none;
  }
  .DisplayBlock.-sp {
    display: block;
  }
  .DisplayInlineBlock.-pc {
    display: none;
  }
  .DisplayInlineBlock.-sp {
    display: inline-block;
  }
}

@media screen and (max-width: 400px) {
  .InputContainer .InputLabel button {
    margin-left: 1.33333vw;
  }
}
