@charset "UTF-8";
/*
Theme Name: ブライトリング・フェア
*/
/* ----------------------------- リセット */
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, 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;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

div:before, div:after, ul:before, ul:after, ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 150%;
  color: #000;
  background: #fff;
  position: relative;
  min-width: 900px;
  -webkit-text-size-adjust: 100%;
  font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

a:link, a:visited {
  color: #333;
  text-decoration: underline;
}

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

a,
a img {
  transition: 0.2s ease all;
}

a:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 321px) {
  .lt-w320-only {
    display: none !important;
  }
}

/* ----------------------------- パーツ */
.c-wrap {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__650 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__740 {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__880 {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*
  マージン
---------------------------------*/
/*pc用余白クラス*/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mt105 {
  margin-top: 105px !important;
}

.u-mt110 {
  margin-top: 110px !important;
}

.u-mt115 {
  margin-top: 115px !important;
}

.u-mt120 {
  margin-top: 120px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-mb105 {
  margin-bottom: 105px !important;
}

.u-mb110 {
  margin-bottom: 110px !important;
}

.u-mb115 {
  margin-bottom: 115px !important;
}

.u-mb120 {
  margin-bottom: 120px !important;
}

/*sp用余白クラス*/
@media screen and (max-width: 767px) {
  .u-mtsp0 {
    margin-top: 0px !important;
  }
  .u-mtsp5 {
    margin-top: 5px !important;
  }
  .u-mtsp10 {
    margin-top: 10px !important;
  }
  .u-mtsp15 {
    margin-top: 15px !important;
  }
  .u-mtsp20 {
    margin-top: 20px !important;
  }
  .u-mtsp25 {
    margin-top: 25px !important;
  }
  .u-mtsp30 {
    margin-top: 30px !important;
  }
  .u-mtsp35 {
    margin-top: 35px !important;
  }
  .u-mtsp40 {
    margin-top: 40px !important;
  }
  .u-mtsp45 {
    margin-top: 45px !important;
  }
  .u-mtsp50 {
    margin-top: 50px !important;
  }
  .u-mtsp55 {
    margin-top: 55px !important;
  }
  .u-mtsp60 {
    margin-top: 60px !important;
  }
  .u-mtsp65 {
    margin-top: 65px !important;
  }
  .u-mtsp70 {
    margin-top: 70px !important;
  }
  .u-mtsp75 {
    margin-top: 75px !important;
  }
  .u-mtsp80 {
    margin-top: 80px !important;
  }
  .u-mtsp85 {
    margin-top: 85px !important;
  }
  .u-mtsp90 {
    margin-top: 90px !important;
  }
  .u-mtsp95 {
    margin-top: 95px !important;
  }
  .u-mtsp100 {
    margin-top: 100px !important;
  }
  .u-mtsp105 {
    margin-top: 105px !important;
  }
  .u-mtsp110 {
    margin-top: 110px !important;
  }
  .u-mtsp115 {
    margin-top: 115px !important;
  }
  .u-mtsp120 {
    margin-top: 120px !important;
  }
  .u-mbsp0 {
    margin-bottom: 0px !important;
  }
  .u-mbsp5 {
    margin-bottom: 5px !important;
  }
  .u-mbsp10 {
    margin-bottom: 10px !important;
  }
  .u-mbsp15 {
    margin-bottom: 15px !important;
  }
  .u-mbsp20 {
    margin-bottom: 20px !important;
  }
  .u-mbsp25 {
    margin-bottom: 25px !important;
  }
  .u-mbsp30 {
    margin-bottom: 30px !important;
  }
  .u-mbsp35 {
    margin-bottom: 35px !important;
  }
  .u-mbsp40 {
    margin-bottom: 40px !important;
  }
  .u-mbsp45 {
    margin-bottom: 45px !important;
  }
  .u-mbsp50 {
    margin-bottom: 50px !important;
  }
  .u-mbsp55 {
    margin-bottom: 55px !important;
  }
  .u-mbsp60 {
    margin-bottom: 60px !important;
  }
  .u-mbsp65 {
    margin-bottom: 65px !important;
  }
  .u-mbsp70 {
    margin-bottom: 70px !important;
  }
  .u-mbsp75 {
    margin-bottom: 75px !important;
  }
  .u-mbsp80 {
    margin-bottom: 80px !important;
  }
  .u-mbsp85 {
    margin-bottom: 85px !important;
  }
  .u-mbsp90 {
    margin-bottom: 90px !important;
  }
  .u-mbsp95 {
    margin-bottom: 95px !important;
  }
  .u-mbsp100 {
    margin-bottom: 100px !important;
  }
  .u-mbsp105 {
    margin-bottom: 105px !important;
  }
  .u-mbsp110 {
    margin-bottom: 110px !important;
  }
  .u-mbsp115 {
    margin-bottom: 115px !important;
  }
  .u-mbsp120 {
    margin-bottom: 120px !important;
  }
}

/* ----------------------------- ヘッダー・フッター */
.l-footer {
  background: #000;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 60px;
  color: #fff;
  position: relative;
}

.l-footer:before, .l-footer:after {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  height: 11px;
  z-index: 1;
}

.l-footer:before {
  left: 0;
  background: #F9BE00;
}

.l-footer:after {
  right: 0;
  background: #15275B;
}

.l-footer-wrap {
  padding-top: 45px;
  position: relative;
}

.l-footer-wrap:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 180px;
  height: 11px;
  margin-left: -90px;
  z-index: 2;
  background: url(../img/kv_bg1.svg) no-repeat center;
  background-size: 180px 11px;
}

.l-footer h1 {
  margin-bottom: 65px;
}

.l-pagetop {
  position: fixed;
  z-index: 999;
  right: 30px;
  bottom: 30px;
}

.u-youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.u-googlemap-wrap {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
}

.u-googlemap-wrap iframe,
.u-googlemap-wrap object,
.u-googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------- 甘いくつろぎ */
.p-brday .title1 {
  text-align: center;
  margin-bottom: 28px;
}

.p-brday .title1 h3 {
  background: url(../img/event_title_bg1.svg) repeat-x left center;
  background-size: auto 34px;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 140%;
  margin-bottom: 20px;
}

.p-brday .title1 h3 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.p-brday .title1 p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
  margin-top: 20px;
}

.p-brday .btn1 {
  text-align: center;
}

.p-brday .btn1 a {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  background: #595959;
  background: linear-gradient(to bottom, #595959 35%, #1a1a1a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#1a1a1a',GradientType=0 );
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 140%;
  padding: 6px 22px;
  border-radius: 5px;
  text-decoration: none;
}

.p-brday .btn1 a span {
  display: block;
  background: url(../img/btn1_txt1.svg) no-repeat right center;
  background-size: 58px auto;
  padding-right: 24px;
}

.p-brday .btn1.yellow a {
  background: #FFBE00;
  -webkit-filter: unset;
          filter: unset;
  color: #000;
}

.p-brday .btn1.yellow a span {
  background-image: url(../img/btn1_txt2.svg);
}

.p-brday__kv {
  background: #000;
  color: #fff;
  position: relative;
  margin-bottom: 90px;
  overflow: hidden;
}

.p-brday__kv:before, .p-brday__kv:after {
  display: block;
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  height: 11px;
  z-index: 1;
}

.p-brday__kv:before {
  left: 0;
  background: #F9BE00;
}

.p-brday__kv:after {
  right: 0;
  background: #15275B;
}

.p-brday__kv-block1 {
  position: relative;
  text-align: center;
  padding: 140px 15px 0;
  margin-bottom: 90px;
}

.p-brday__kv-block1:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 180px;
  height: 11px;
  margin-left: -90px;
  z-index: 2;
  background: url(../img/kv_bg1.svg) no-repeat center;
  background-size: 180px 11px;
}

.p-brday__kv-block2 {
  padding-bottom: 150px;
}

.p-brday__kv-block2 h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 140%;
  font-weight: bold;
  border: 2px solid #F9BE00;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  color: #F9BE00;
}

.p-brday__kv-block2 .catch {
  padding: 5px;
  margin-bottom: 32px;
  color: #000;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  background: #F9BE00;
}

.p-brday__kv-block2 .txt1 {
  float: left;
  width: 65%;
}

.p-brday__kv-block2 .txt1 p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 187.5%;
}

.p-brday__kv-block2 .img1 {
  float: right;
  width: 30%;
  text-align: right;
  position: relative;
}

.p-brday__kv-block2 .img1-2 {
  position: absolute;
  bottom: -15px;
  left: -130px;
}

.p-brday__kv-block2 .img2 {
  margin: 50px 0 45px;
}

.p-brday__kv-block2 .covid19 {
  color: #727171;
  background: #fff;
}

.p-brday__kv-block2 .covid19__title {
  padding: 10px;
  text-align: center;
  border-bottom: 3px solid #727171;
}

.p-brday__kv-block2 .covid19__body {
  padding: 10px;
  text-align: center;
}

.p-brday__benefit {
  border: 4px solid #f9be00;
  border-top: 0;
  margin-bottom: 75px;
}

.p-brday__benefit .c-wrap__880 {
  position: relative;
}

.p-brday__benefit .balloon {
  position: absolute;
  top: -30px;
  right: -15px;
}

.p-brday__benefit .btn {
  margin-top: 45px;
  margin-bottom: 20px;
  text-align: center;
}

.p-brday__benefit .media__text {
  float: left;
}

.p-brday__benefit .media__text .txt1 {
  width: auto !important;
}

.p-brday__benefit .media__image {
  float: right;
}

.p-brday__benefit-title {
  background: #0e2143;
  text-align: center;
  position: relative;
  margin-left: -4px;
  margin-right: -4px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.p-brday__benefit-title h3 {
  color: #fff;
  font-size: 50px;
  font-size: 5rem;
  line-height: 140%;
  font-weight: bold;
}

.p-brday__benefit-block {
  padding-bottom: 60px;
}

.p-brday__benefit-block.block1 {
  background: #f9be00;
  padding-top: 42px;
  padding-bottom: 44px;
  margin-bottom: 60px;
  position: relative;
}

.p-brday__benefit-block.block1 .txt1 {
  margin-bottom: 10px;
}

.p-brday__benefit-block.block1 .img1 {
  text-align: center;
  margin-bottom: 45px;
}

.p-brday__benefit-block.block1 .box1 {
  background: #fff;
  text-align: center;
  padding: 12px 10px;
  margin-top: 30px;
  margin-bottom: 0;
}

.p-brday__benefit-block.block1 .box1 h4 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 160%;
  color: #f00;
  margin-bottom: 10px;
}

.p-brday__benefit-block.block1 .box1 p {
  font-weight: bold;
}

.p-brday__benefit-block.block1 .btn1 {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}

.p-brday__benefit-block.block3 .txt1-2 {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 160%;
  padding-top: 12px;
}

.p-brday__benefit-block.block3 .txt1 {
  margin-bottom: 30px;
}

.p-brday__benefit-block.block3 .balloon {
  position: absolute;
  top: 15px;
  right: 30px;
}

.p-brday__benefit-block.block4 .txt1 {
  float: left;
  width: 71.5909%;
}

.p-brday__benefit-block.block4 .img2 {
  float: right;
  width: 26.25%;
  text-align: right;
}

.p-brday__benefit-block.block4 .txt2 {
  clear: both;
  padding-top: 26px;
}

.p-brday__benefit-block.block4 .txt2 p {
  text-align: center;
  background: #f9be00;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  padding: 10px;
  line-height: 146%;
}

.p-brday__benefit-block.block4 .txt3 {
  margin-top: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 143.05%;
  text-align: center;
}

.p-brday__benefit-block.block5 .btn {
  margin-top: 30px;
}

.p-brday__benefit-block.block5 .txt {
  margin-top: 30px;
  text-align: center;
}

.p-brday__benefit-block.block5 .txt p + p {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}

.p-brday__benefit-block.block5 .note {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.4;
}

.p-brday__benefit-block .title {
  display: flex;
  align-items: center;
  background: #0e2143;
  font-size: 36px;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 120%;
}

.p-brday__benefit-block .title span {
  flex-shrink: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: 8px;
  margin-right: 14px;
}

.p-brday__benefit-block .txt1 p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
  font-weight: bold;
  margin-bottom: 4px;
}

.p-brday__benefit-block .txt1 p:last-child {
  margin-bottom: 0;
}

.p-brday__benefit-block .txt1 p.txt1-2 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 160%;
}

.p-brday__benefit-block .img2 {
  text-align: center;
  margin-top: 12px;
}

.p-brday__benefit-block .box1 {
  position: relative;
  margin-bottom: 42px;
}

.p-brday__benefit-block .box1 h3 {
  float: left;
  box-sizing: border-box;
  border-left: 3px solid #E50020;
  border-right: 3px solid #E50020;
  padding: 11px;
  box-sizing: border-box;
}

.p-brday__benefit-block .box1 .txt1 {
  float: left;
  font-weight: bold;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 145%;
  margin-left: 10px;
}

.p-brday__benefit-block .box1 .icon1 {
  float: right;
}

.p-brday__benefit-block .box2 {
  position: relative;
}

.p-brday__benefit-block .box2:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 102px;
  background: #D9D9D9;
  z-index: 1;
}

.p-brday__benefit-block .box2 ul {
  position: relative;
  z-index: 2;
  padding-left: 25px;
  padding-right: 25px;
}

.p-brday__benefit-block .box2 li {
  float: left;
  width: 47.2%;
  margin-left: 5.6%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.p-brday__benefit-block .box2 li:before, .p-brday__benefit-block .box2 li:after {
  display: none;
}

.p-brday__benefit-block .box2 li:nth-child(2n+1) {
  clear: both;
  margin-left: 0;
}

.p-brday__benefit-block .box2 li:nth-child(1) .txt1 .monthly {
  margin-bottom: 49px;
}

.p-brday__benefit-block .box2 li:nth-child(2) .txt1 .monthly {
  margin-bottom: 30px;
}

.p-brday__benefit-block .box2 li .img1 {
  width: 47.3865%;
}

.p-brday__benefit-block .box2 li .txt3 {
  width: 49.8703%;
  padding-bottom: 12px;
}

.p-brday__benefit-block .box2 li .txt3 .monthly {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #E50020;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 15px;
  padding: 2px 12px;
}

.p-brday__benefit-block .box2 li .txt3 .monthly span {
  font-size: 25px;
  font-size: 2.5rem;
}

.p-brday__benefit-block .box2 li .txt3 .name {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 127.27%;
  margin-bottom: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.p-brday__benefit-block .box2 li .txt3 .price {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 140%;
  margin-bottom: 25px;
  font-weight: bold;
}

.p-brday__benefit-block .box2 li .txt3 .price span {
  font-size: 14px;
  font-size: 1.4rem;
}

.p-brday__benefit-block .box2 li .txt3 .pay {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 150%;
}

.p-brday__benefit-block .box2 li .txt3 .pay strong {
  font-size: 28px;
  font-size: 2.8rem;
}

.p-brday__trade {
  background: #0e2143;
  padding-top: 80px;
  padding-bottom: 120px;
}

.p-brday__trade-wrap {
  border: 4px solid #f9be00;
  padding-bottom: 55px;
}

.p-brday__trade-title {
  background: #f9be00;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 20px;
  color: #0e2143;
  margin-bottom: 30px;
}

.p-brday__trade-title p {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 120%;
  margin-bottom: 5px;
  font-weight: bold;
}

.p-brday__trade-title h3 {
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: bold;
  line-height: 120%;
}

.p-brday__trade-block1 {
  text-align: center;
  color: #fff;
}

.p-brday__trade-block1 .img1 {
  margin-bottom: 48px;
}

.p-brday__trade-block1 .title {
  margin-bottom: 23px;
}

.p-brday__trade-block1 .title h4 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 160%;
  font-weight: bold;
}

.p-brday__trade-block1 .title h4 strong {
  color: #ffbe00;
  font-size: 37px;
  font-size: 3.7rem;
}

.p-brday__trade-block1 .txt1 {
  font-weight: bold;
  margin-bottom: 35px;
}

.p-brday__trade-block1 .txt1 p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 180%;
}

.p-brday__trade-block1 .txt1 p.txt1-2 {
  color: #ffbe00;
  font-size: 17px;
  font-size: 1.7rem;
  margin-top: 7px;
}

.p-brday__trade-block1 .btn1 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

.p-brday__trade-block1 .btn1 a {
  border: 1px solid #fff;
}

.p-brday__lineup {
  background: #000;
  color: #fff;
  margin-bottom: 90px;
}

.p-brday__lineup-title h3 {
  background: url(../img/event_title_bg1.svg) repeat-x left center;
  background-size: 7px 50px;
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 140%;
  margin-bottom: 58px;
  text-align: center;
  color: #f9be00;
  font-family: Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

.p-brday__lineup-title h3 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #000;
  padding-left: 38px;
  padding-right: 38px;
}

.p-brday__lineup-menu {
  margin-bottom: 150px;
  padding-top: 80px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  background: #0e2143;
  background: linear-gradient(180deg, #0e2143 0%, #0e2143 35%, #0e2143 35%, black 100%);
}

.p-brday__lineup-menu h3 span {
  background: #0e2143;
}

.p-brday__lineup-menu .txt1 {
  margin-bottom: 60px;
  font-size: 34px;
  font-size: 3.4rem;
}

.p-brday__lineup-menu .btns {
  margin-bottom: 45px;
}

.p-brday__lineup-menu .btns a {
  margin: 0 25px;
}

.p-brday__lineup-menu .txt2 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2.2;
}

.p-brday__lineup-block1 {
  margin-bottom: .1px;
}

.p-brday__lineup-block1.pickup {
  padding-top: 100px;
  padding-bottom: 30px;
  background: url(../img/pickup_bg.jpg) center;
  background-size: cover;
}

.p-brday__lineup-block1.pickup .title {
  overflow: hidden;
  color: #fff !important;
}

.p-brday__lineup-block1.pickup .title h4 {
  color: #FFCC00 !important;
}

.p-brday__lineup-block1.pickup .title h4::before {
  display: none;
}

.p-brday__lineup-block1.pickup .title span {
  position: relative;
  background: none;
}

.p-brday__lineup-block1.pickup .title span::before {
  content: "";
  position: absolute;
  display: block;
  width: 300%;
  height: 1px;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  background: #FFCC00;
  z-index: 1;
}

.p-brday__lineup-block1.pickup .title span::after {
  content: "";
  position: absolute;
  display: block;
  width: 300%;
  height: 1px;
  top: 0;
  bottom: 0;
  left: 100%;
  margin: auto;
  background: #FFCC00;
  z-index: 1;
}

.p-brday__lineup-block1.pickup .text {
  color: #fff !important;
}

.p-brday__lineup-block1.ladies {
  padding-top: 100px;
  background: #3E3A39;
}

.p-brday__lineup-block1.ladies .text {
  color: #fff !important;
}

.p-brday__lineup-block1.ladies h4 span {
  background: #3E3A39 !important;
}

.p-brday__lineup-block1 .jsp {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #fff;
}

.p-brday__lineup-block1 .jsp__inner {
  padding: 75px 0 0;
  border: 1px solid #fff;
}

.p-brday__lineup-block1 .jsp__title {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 630px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #B3B3B3;
  text-align: center;
  line-height: 1.9;
  background: #000;
  padding: 10px;
  white-space: nowrap;
}

.p-brday__lineup-block1 .collections {
  padding-bottom: 150px;
  text-align: center;
  background: #3e3a39;
  background: linear-gradient(180deg, #3e3a39 15%, black 100%);
}

.p-brday__lineup-block1 .collections__title {
  margin-bottom: 25px;
  font-size: 36px;
  font-size: 3.6rem;
}

.p-brday__lineup-block1 .collections__text {
  margin-bottom: 30px;
  line-height: 2;
}

.p-brday__lineup-block1 .collections__movie {
  max-width: 640px;
  margin: 0 auto 200px;
}

.p-brday__lineup-block1 .collections__note {
  margin-top: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}

.p-brday__lineup-block1 .title {
  text-align: center;
  margin-bottom: 53px;
}

.p-brday__lineup-block1 .title h4 {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 120%;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-brday__lineup-block1 .title h4:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  border-top: 2px solid #fff;
  z-index: 1;
}

.p-brday__lineup-block1 .title h4 span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #000;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 2;
}

.p-brday__lineup-block1 .title p {
  line-height: 200%;
  font-weight: bold;
  color: #b3b3b3;
}

.p-brday__lineup-block1 .block1 {
  margin-bottom: 80px;
}

.p-brday__lineup-block1 .block1.others {
  margin-bottom: 60px;
}

.p-brday__lineup-block1 .block1 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.p-brday__lineup-block1 .block1 ul:before, .p-brday__lineup-block1 .block1 ul:after {
  display: none;
}

.p-brday__lineup-block1 .block1 li {
  width: 27.7778%;
  margin-bottom: 57px;
  margin-left: 8.3333%;
  text-align: center;
}

.p-brday__lineup-block1 .block1 li:nth-child(3n+1) {
  margin-left: 0;
}

.p-brday__lineup-block1 .block1 .img1 {
  margin-bottom: 17px;
}

.p-brday__lineup-block1 .block1 .img1 img {
  -webkit-transform: translateX(12px);
  transform: translateX(12px);
}

.p-brday__lineup-block1 .block1 .txt1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 12px;
}

.p-brday__lineup-block1 .block1 .txt1 .new {
  font-weight: bold;
  color: #FFBE00;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%;
  margin-bottom: 12px;
}

.p-brday__lineup-block1 .block1 .txt1 .new u {
  text-decoration: underline;
}

.p-brday__lineup-block1 .block1 .txt1 .new strong {
  color: #E50020;
}

.p-brday__lineup-block1 .block1 .txt1 h5 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 142.857%;
  font-weight: bold;
  margin-bottom: 6px;
  white-space: nowrap;
}

.p-brday__lineup-block1 .block1 .txt1 .price {
  font-weight: bold;
  font-size: 17px;
  font-size: 1.7rem;
}

.p-brday__lineup-block1 .block1 .txt1 .price span {
  font-size: 13px;
  font-size: 1.3rem;
}

.p-brday__lineup-block1 .block1 .pay {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}

.p-brday__lineup-block1 .block1 .pay:before, .p-brday__lineup-block1 .block1 .pay:after {
  display: none;
}

.p-brday__lineup-block1 .block1 .pay .times {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 140%;
  padding-right: 8px;
}

.p-brday__lineup-block1 .block1 .pay .times .number {
  font-size: 21px;
  font-size: 2.1rem;
}

.p-brday__lineup-block1 .block1 .pay .times .unit {
  font-size: 17px;
  font-size: 1.7rem;
}

.p-brday__lineup-block1 .block1 .pay .monthly {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  border-left: 1px solid #fff;
  flex-grow: 1;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 140%;
  color: #ffbe00;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every strong {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-brday__lineup-block1 .block1 .pay .monthly .first {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
}

.p-brday__lineup-block1 .block1 .pay .monthly .first strong {
  font-size: 15px;
  font-size: 1.5rem;
}

.p-brday__lineup-block1 .block1 .pay .btn {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-brday__lineup-block1 .block1 .pay .btn a {
  display: block;
  color: #231815;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 123.6%;
  background: #ffbe00;
  padding: 5px 7px;
}

.p-brday__lineup-block1 .block1 .pay.e .monthly {
  padding-top: 13px;
  padding-bottom: 14px;
}

.p-brday__lineup-block1 .block1 .catch {
  min-height: 150px;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  box-sizing: border-box;
}

.p-brday__lineup-block1 .block1 .note {
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 15px;
  line-height: 175%;
}

.p-brday__lineup-block1 .block2 .txt2 {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 200%;
  margin-top: 16px;
}

.p-brday__information {
  margin-bottom: 120px;
}

.p-brday__information-title {
  text-align: center;
  margin-bottom: 80px;
}

.p-brday__information-title h3 {
  font-size: 86px;
  font-size: 8.6rem;
  line-height: 120%;
  font-weight: bold;
}

.p-brday__information-block1 {
  border: 3px solid #000;
  padding: 0 28px 25px;
  margin-bottom: 60px;
}

.p-brday__information-block1 h4 {
  position: relative;
  margin-left: -28px;
  margin-right: -28px;
  text-align: center;
  color: #fff;
  background: #000;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 30px;
}

.p-brday__information-block1 .txt1 {
  float: left;
  width: 52.7446%;
}

.p-brday__information-block1 .txt1 h5 {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 144%;
  font-weight: bold;
  margin-bottom: 17px;
}

.p-brday__information-block1 .txt1 p {
  margin-bottom: 17px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 157%;
}

.p-brday__information-block1 .img1 {
  float: right;
  width: 44.3914%;
  text-align: right;
}

.p-brday__information-block1 .txt2 {
  clear: both;
  padding-top: 25px;
  margin-bottom: 28px;
}

.p-brday__information-block1 .txt2 ul {
  display: flex;
  justify-content: space-between;
}

.p-brday__information-block1 .txt2 ul:before, .p-brday__information-block1 .txt2 ul:after {
  display: none;
}

.p-brday__information-block1 .txt2 li {
  border-right: 1px solid #000;
  padding-right: 13px;
  padding-left: 13px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 140%;
}

.p-brday__information-block1 .txt2 li p {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 12px auto;
  padding-top: 28px;
}

.p-brday__information-block1 .txt2 li:first-child {
  padding-left: 0;
}

.p-brday__information-block1 .txt2 li:first-child p {
  background-image: url(../img/information_icon1.svg);
}

.p-brday__information-block1 .txt2 li:nth-child(2) p {
  background-image: url(../img/information_icon2.svg);
}

.p-brday__information-block1 .txt2 li:nth-child(3) p {
  background-image: url(../img/information_icon3.svg);
}

.p-brday__information-block1 .txt2 li:last-child {
  padding-right: 0;
  border-right: 0;
}

.p-brday__information-block1 .txt2 li:last-child p {
  background-image: url(../img/information_icon4.svg);
}

.p-brday__information-block2 {
  margin-bottom: 60px;
}

.p-brday__information-block2 ul {
  display: flex;
  justify-content: space-between;
}

.p-brday__information-block2 ul:before, .p-brday__information-block2 ul:after {
  display: none;
}

.p-brday__information-block3 {
  border: 3px solid #3C0001;
  padding: 0 28px 25px;
  margin-bottom: 60px;
}

.p-brday__information-block3 h4 {
  position: relative;
  margin-left: -28px;
  margin-right: -28px;
  text-align: center;
  color: #fff;
  background: #3C0001;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 30px;
}

.p-brday__information-block3 .txt1 {
  float: left;
  width: 71.7183%;
}

.p-brday__information-block3 .txt1 p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 154%;
}

.p-brday__information-block3 .img1 {
  float: right;
  width: 23.38902%;
  text-align: right;
}

.p-brday__information-block4 {
  border: 3px solid #B19F66;
  padding: 0 28px 25px;
}

.p-brday__information-block4 h4 {
  position: relative;
  margin-left: -28px;
  margin-right: -28px;
  text-align: center;
  color: #fff;
  background: #B19F66;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%;
  font-weight: bold;
  padding: 5px;
  margin-bottom: 30px;
}

.p-brday__information-block4 .txt1 {
  float: left;
  width: 48.21002%;
}

.p-brday__information-block4 .txt1 p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 154%;
}

.p-brday__information-block4 .txt1 .btn {
  margin-top: 37px;
}

.p-brday__information-block4 .txt1 .btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 15px;
}

.p-brday__information-block4 .img1 {
  float: right;
  width: 49.5226%;
}

.p-brday .p-brday__information-christmas {
  margin-bottom: 75px;
  padding-bottom: 75px;
  border: 10px solid #42210B;
}

.p-brday .p-brday__information-christmas .title {
  margin-bottom: 30px;
  background: #42210B;
}

.p-brday .p-brday__information-christmas .image1 {
  margin-bottom: 10px;
  text-align: center;
}

.p-brday .p-brday__information-christmas .text1 {
  margin-bottom: 15px;
  text-align: center;
  color: #42210B;
  line-height: 1.9;
  font-weight: bold;
}

.p-brday .p-brday__information-christmas .text1 small {
  font-size: 10px;
  font-size: 1rem;
}

.p-brday .p-brday__information-christmas .image2 {
  margin-bottom: 45px;
  padding: 25px 0;
  text-align: center;
  background: rgba(192, 193, 193, 0.2);
}

.p-brday .p-brday__information-christmas .sns {
  margin-bottom: 30px;
  background: #fff;
  border: 2px solid #b19f66;
}

.p-brday .p-brday__information-christmas .sns__head {
  padding: 10px 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background: #b19f66;
}

.p-brday .p-brday__information-christmas .sns__foot {
  display: flex;
  padding: 15px 0;
}

.p-brday .p-brday__information-christmas .sns__box {
  width: 50%;
}

.p-brday .p-brday__information-christmas .sns__box:nth-child(2) {
  border-left: 2px solid #221714;
}

.p-brday .p-brday__information-christmas .sns__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  text-align: center;
}

.p-brday .p-brday__information-christmas .sns__box-inner {
  display: flex;
  justify-content: center;
}

.p-brday .p-brday__information-christmas .sns__box-col {
  margin: 0 10px;
}

.p-brday .p-brday__information-christmas .sns__box-col p {
  margin-top: 5px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
}

.p-brday .p-brday__information-christmas .card {
  position: relative;
  text-align: center;
  background: url(img/special_border2.png) no-repeat center bottom;
}

.p-brday .p-brday__information-christmas .card__text {
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
}

.p-brday .p-brday__information-christmas .card__note {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 10px;
}

.p-brday .p-brday__information-christmas .card__deco1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}

.p-brday .p-brday__information-christmas .card__deco2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
}

.p-brday__address .box1 {
  float: left;
  width: 45.7778%;
  text-align: center;
}

.p-brday__address .box1 h3 {
  font-weight: bold;
  margin-bottom: 25px;
}

.p-brday__address .box1 h3 img {
  margin-top: 10px;
}

.p-brday__address .box1 .txt1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  margin-bottom: 6px;
}

.p-brday__address .box1 .txt1 strong {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 140%;
}

.p-brday__address .box1 .txt2 {
  line-height: 143.75%;
  margin-bottom: 16px;
  font-size: 15px;
  font-size: 1.5rem;
}

.p-brday__address .map {
  float: right;
  width: 50%;
}

/* ----------------------------- タブレット */
/* ----------------------------- スマホ */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*="c-wrap"] [class*="c-wrap"] {
    padding-left: 0;
    padding-right: 0;
  }
  .l-footer {
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
  }
  .l-footer:before, .l-footer:after {
    height: 6px;
  }
  .l-footer-wrap {
    padding-top: 30px;
  }
  .l-footer-wrap:before {
    height: 6px;
    background-size: auto 6px;
  }
  .l-footer h1 {
    margin-bottom: 30px;
  }
  .l-footer h1 img {
    max-width: 280px;
  }
  .l-footer h2 img {
    width: 160px;
  }
  .l-pagetop {
    right: 10px;
    bottom: 10px;
    width: 60px;
  }
  .p-brday .title1 h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 120%;
  }
  .p-brday .title1 p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .p-brday .btn1 a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-brday .btn1 a span {
    background-size: 38px auto;
    padding-right: 24px;
  }
  .p-brday__kv {
    margin-bottom: 40px;
  }
  .p-brday__kv:before, .p-brday__kv:after {
    height: 6px;
  }
  .p-brday__kv-block1 {
    padding-top: 40px;
    margin-bottom: 30px;
  }
  .p-brday__kv-block1:before {
    height: 6px;
    background-size: auto 6px;
  }
  .p-brday__kv-block1 h1 {
    position: relative;
    margin-left: -6%;
  }
  .p-brday__kv-block2 {
    padding-bottom: 40px;
  }
  .p-brday__kv-block2 h2 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-brday__kv-block2 .txt1,
  .p-brday__kv-block2 .img1 {
    float: none;
    width: auto;
  }
  .p-brday__kv-block2 .txt1 {
    margin-bottom: 15px;
  }
  .p-brday__kv-block2 .txt1 p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 160%;
  }
  .p-brday__kv-block2 .catch {
    padding: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .p-brday__kv-block2 .img1 {
    text-align: center;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-brday__kv-block2 .img1-1 {
    width: 200px;
  }
  .p-brday__kv-block2 .img1-2 {
    width: 109px;
    bottom: -30px;
    left: -45px;
  }
  .p-brday__kv-block2 .img2 {
    text-align: center;
  }
  .p-brday__kv-block2 .box1 h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-brday__kv-block2 .box1 ul {
    display: block;
  }
  .p-brday__kv-block2 .box1 li {
    text-align: center;
    margin-bottom: 25px;
  }
  .p-brday__kv-block2 .box1 li:last-child {
    margin-bottom: 0;
  }
  .p-brday__kv-block2 .box1 li img {
    height: 30px;
  }
  .p-brday__kv-block2 .box1 li p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
  }
  .p-brday__kv-block2 .txt3 {
    margin-top: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 35px;
    padding-right: 35px;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .p-brday__benefit {
    margin-bottom: 40px;
  }
  .p-brday__benefit .balloon {
    position: static;
    top: inherit;
    right: inherit;
  }
  .p-brday__benefit .balloon-wrap {
    margin: 15px 0;
    text-align: center;
  }
  .p-brday__benefit .media__image {
    float: none;
    text-align: center;
  }
  .p-brday__benefit .btn {
    margin: 25px 0 0;
  }
  .p-brday__benefit-title h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-brday__benefit-block {
    padding-bottom: 40px;
  }
  .p-brday__benefit-block.block1 {
    padding-top: 25px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-brday__benefit-block.block1 .img1 {
    position: static;
    text-align: center;
    margin-bottom: 15px;
  }
  .p-brday__benefit-block.block1 .box1 {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .p-brday__benefit-block.block1 .box1 h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) and (max-width: 420px) {
  .p-brday__benefit-block.block3 .title {
    padding-top: 4px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .p-brday__benefit-block.block3 .title span {
    float: left;
    position: relative;
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px) and (min-width: 409px) {
  .p-brday__benefit-block.block3 .box2 li:before {
    height: 105px;
  }
}

@media screen and (max-width: 767px) {
  .p-brday__benefit-block.block3 .txt1-2 {
    text-align: left;
  }
  .p-brday__benefit-block.block3 .balloon-wrap {
    text-align: center;
  }
  .p-brday__benefit-block.block3 .balloon {
    position: static;
    top: inherit;
    right: inherit;
  }
  .p-brday__benefit-block.block4 {
    padding-bottom: 25px;
  }
  .p-brday__benefit-block.block4 .txt1,
  .p-brday__benefit-block.block4 .img2 {
    float: none;
    width: auto;
  }
  .p-brday__benefit-block.block4 .img2 {
    text-align: center;
  }
  .p-brday__benefit-block.block4 .txt2 {
    padding-top: 15px;
  }
  .p-brday__benefit-block.block4 .txt2 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-brday__benefit-block.block4 .txt3 {
    text-align: left;
  }
  .p-brday__benefit-block.block5 .txt p + p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .p-brday__benefit-block.c-wrap__880,
  .p-brday__benefit-block .c-wrap__880 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-brday__benefit-block .title {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-brday__benefit-block .title span {
    flex-shrink: 0;
    vertical-align: 11px;
  }
  .p-brday__benefit-block .title span img {
    width: 90px;
  }
  .p-brday__benefit-block .txt1 {
    margin-bottom: 15px;
  }
  .p-brday__benefit-block .txt1 p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-brday__benefit-block .txt1 p.txt1-2 {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .p-brday__benefit-block .box1 {
    margin-bottom: 12px;
  }
  .p-brday__benefit-block .box1 h3 {
    float: none;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .p-brday__benefit-block .box1 .txt1 {
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-brday__benefit-block .box1 .icon1 {
    text-align: center;
    float: right;
    width: 75px;
  }
  .p-brday__benefit-block .box2:before {
    display: none;
  }
  .p-brday__benefit-block .box2 ul {
    padding-left: 0;
    padding-right: 0;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
  }
  .p-brday__benefit-block .box2 li {
    float: none;
    width: auto;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 30px;
  }
  .p-brday__benefit-block .box2 li:last-child {
    margin-bottom: 0;
  }
  .p-brday__benefit-block .box2 li:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 120px;
    z-index: 1;
    background: #D9D9D9;
  }
  .p-brday__benefit-block .box2 li .img1,
  .p-brday__benefit-block .box2 li .txt3 {
    position: relative;
    z-index: 1;
  }
  .p-brday__benefit-block .box2 li .img1 {
    width: 40%;
  }
  .p-brday__benefit-block .box2 li .txt3 {
    width: 57%;
  }
  .p-brday__benefit-block .box2 li .txt3 .monthly {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-brday__benefit-block .box2 li .txt3 .monthly span {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .p-brday__benefit-block .box2 li .txt3 .name {
    white-space: normal;
  }
  .p-brday__benefit-block .box2 li:nth-child(1) .txt3 .monthly,
  .p-brday__benefit-block .box2 li:nth-child(2) .txt3 .monthly {
    margin-bottom: 10px;
  }
  .p-brday__trade {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .p-brday__trade-wrap {
    padding-bottom: 35px;
  }
  .p-brday__trade-title {
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .p-brday__trade-title p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-brday__trade-title h3 {
    font-size: 23px;
    font-size: 2.3rem;
  }
  .p-brday__trade-block1.c-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-brday__trade-block1 .img1 {
    margin-bottom: 20px;
  }
  .p-brday__trade-block1 .title {
    margin-bottom: 18px;
  }
  .p-brday__trade-block1 .title h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-brday__trade-block1 .title h4 strong {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .p-brday__trade-block1 .txt1 {
    text-align: left;
  }
  .p-brday__trade-block1 .txt1 p.txt1-2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-brday__lineup {
    padding-top: 0;
    padding-bottom: 45px;
    margin-bottom: 40px;
  }
  .p-brday__lineup-title h3 {
    font-size: 50px;
    font-size: 5rem;
    margin-bottom: 40px;
  }
  .p-brday__lineup-block1.pickup {
    padding-top: 50px;
  }
  .p-brday__lineup-block1 .title {
    margin-bottom: 32px;
  }
  .p-brday__lineup-block1 .title h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-brday__lineup-block1 .title h4 span {
    padding-right: 30px;
    padding-left: 30px;
  }
  .p-brday__lineup-block1 .title p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
  }
  .p-brday__lineup-block1 .block1 {
    margin-bottom: 60px;
  }
  .p-brday__lineup-block1 .block1 ul {
    display: block;
  }
  .p-brday__lineup-block1 .block1 li {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .p-brday__lineup-block1 .block1 .img1,
  .p-brday__lineup-block1 .block1 .txt1 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
  }
  .p-brday__lineup-block1 .block1 .img1 h5,
  .p-brday__lineup-block1 .block1 .txt1 h5 {
    white-space: normal;
  }
  .p-brday__lineup-block1 .block1 .img1 {
    width: 30%;
  }
  .p-brday__lineup-block1 .block1 .img1 img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .p-brday__lineup-block1 .block1 .txt1 {
    width: 65%;
    margin-left: 2%;
  }
  .p-brday__lineup-block1 .block1 .pay {
    clear: both;
  }
  .p-brday__lineup-block1 .block1 .pay .times br {
    display: none;
  }
  .p-brday__lineup-block1 .block1 .pay .times .number {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-brday__lineup-block1 .block1 .pay .times .unit {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every br {
    display: none;
  }
  .p-brday__lineup-block1 .block1 .catch {
    min-height: inherit;
  }
  .p-brday__lineup-block1 .block2 .txt2 {
    line-height: 160%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-brday__lineup-block1.ladies {
    padding-top: 50px;
  }
  .p-brday__lineup-block1.ladies .text {
    color: #fff !important;
  }
  .p-brday__lineup-block1.ladies h4 span {
    background: #3E3A39 !important;
  }
  .p-brday__lineup-menu {
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .p-brday__lineup-menu .txt1 {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .p-brday__lineup-menu .btns {
    display: flex;
    margin-bottom: 30px;
  }
  .p-brday__lineup-menu .btns a {
    margin: 0 15px;
  }
  .p-brday__lineup-menu .txt2 {
    padding: 0 15px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-brday__lineup .jsp {
    padding: 10px;
    border: none;
  }
  .p-brday__lineup .jsp__inner {
    padding: 75px 0 0;
  }
  .p-brday__lineup .jsp__title {
    position: absolute;
    top: -30px;
    padding: 10px;
    width: inherit;
    max-width: calc(100% - 50px);
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
    background: #000;
    padding: 10px;
    white-space: normal;
    box-sizing: border-box;
  }
  .p-brday__lineup .collections {
    padding: 30px 15px 0px;
  }
  .p-brday__lineup .collections__title {
    margin-bottom: 25px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-brday__lineup .collections__text {
    margin-bottom: 30px;
    line-height: 2;
  }
  .p-brday__lineup .collections__movie {
    margin: 0 auto 30px;
  }
  .p-brday__lineup .collections__note {
    margin-top: 20px;
    font-size: 10px;
    font-size: 1rem;
  }
  .p-brday__lineup-block2 .title {
    margin-bottom: 32px;
  }
  .p-brday__lineup-block2 .title h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-brday__lineup-block2 .title h4 span {
    padding-right: 30px;
    padding-left: 30px;
  }
  .p-brday__lineup-block2 .title p {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-brday__information {
    margin-bottom: 60px;
  }
  .p-brday__information-title {
    margin-bottom: 35px;
  }
  .p-brday__information-title h3 {
    font-size: 40px;
    font-size: 4rem;
  }
  .p-brday__information-block1 {
    padding: 0 15px 15px;
    margin-bottom: 30px;
  }
  .p-brday__information-block1 h4 {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .p-brday__information-block1 .txt1,
  .p-brday__information-block1 .img1 {
    float: none;
    width: auto;
  }
  .p-brday__information-block1 .txt1 {
    margin-bottom: 12px;
  }
  .p-brday__information-block1 .txt1 h5 {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-brday__information-block1 .txt1 p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
  .p-brday__information-block1 .txt2 ul {
    display: block;
  }
  .p-brday__information-block1 .txt2 li {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #000;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .p-brday__information-block1 .txt2 li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .p-brday__information-block2 {
    margin-bottom: 30px;
  }
  .p-brday__information-block2 ul {
    display: block;
  }
  .p-brday__information-block2 li {
    float: none;
    width: auto;
    margin-bottom: 15px;
  }
  .p-brday__information-block2 li:last-child {
    margin-bottom: 0;
  }
  .p-brday__information-block3 {
    padding: 0 15px 15px;
    margin-bottom: 30px;
  }
  .p-brday__information-block3 h4 {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .p-brday__information-block3 .txt1,
  .p-brday__information-block3 .img1 {
    float: none;
    width: auto;
  }
  .p-brday__information-block3 .txt1 {
    margin-bottom: 12px;
  }
  .p-brday__information-block3 .txt1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-brday__information-block3 .img1 {
    text-align: center;
  }
  .p-brday__information-block4 {
    padding: 0 15px 15px;
    margin-bottom: 30px;
  }
  .p-brday__information-block4 h4 {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    padding-bottom: 8px;
  }
  .p-brday__information-block4 .txt1,
  .p-brday__information-block4 .img1 {
    float: none;
    width: auto;
  }
  .p-brday__information-block4 .txt1 {
    margin-bottom: 18px;
  }
  .p-brday__information-block4 .txt1 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-brday__information-block4 .txt1 .btn {
    margin-top: 20px;
  }
  .p-brday__information-block4 .txt1 .btn a {
    margin-left: 7px;
  }
  .p-brday .p-brday__information-christmas {
    margin-bottom: 30px;
    border-width: 5px;
    padding: 0 15px 30px;
  }
  .p-brday .p-brday__information-christmas .title {
    margin: 0 -16px 25px;
  }
  .p-brday .p-brday__information-christmas .image1 {
    margin-bottom: 20px;
  }
  .p-brday .p-brday__information-christmas .image2 {
    padding: 15px;
    margin-bottom: 30px;
  }
  .p-brday .p-brday__information-christmas .card {
    position: relative;
    padding-bottom: 0;
    background-size: 100%;
  }
  .p-brday .p-brday__information-christmas .card__image {
    margin-bottom: 15px;
  }
  .p-brday .p-brday__information-christmas .card__text {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .p-brday .p-brday__information-christmas .sns {
    margin-bottom: 30px;
  }
  .p-brday .p-brday__information-christmas .sns__head {
    padding: 10px 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-brday .p-brday__information-christmas .sns__foot {
    display: block;
    padding: 15px;
  }
  .p-brday .p-brday__information-christmas .sns__box {
    width: 100%;
  }
  .p-brday .p-brday__information-christmas .sns__box:nth-child(2) {
    padding-top: 15px;
    margin-top: 15px;
    border-left: none;
    border-top: 1px solid #221714;
  }
  .p-brday .p-brday__information-christmas .sns__title {
    margin-bottom: 15;
    font-size: 2rem;
  }
  .p-brday .p-brday__information-christmas .sns__box-col {
    margin: 0 10px;
  }
  .p-brday__address .box1,
  .p-brday__address .map {
    float: none;
    width: auto;
  }
  .p-brday__address .box1 {
    margin-bottom: 15px;
  }
  .p-brday__address .box1 .txt1 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-brday__address .box1 .txt1 strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
