@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:after, ul:after, ol:after, dl:after {
  clear: both;
}

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

/* ----------------------------- 全体 */

html {
  font-size: 62.5%;
}


@media screen and (max-width: 1400px) {
  html {
    font-size: 55%;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 50%;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 45%;
  }
}

@media screen and (max-width: 960px) {
  html {
    font-size: 62.5%;
  }
}

@font-face {
  font-family: "Italian_Plate_No2";
  src: url("../font/Italian_Plate_No2.ttf") format("truetype");
  src: url("../font/Italian_Plate_No2.woff") format("woff");
  font-display: swap;
}

body {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 150%;
  color: #000;
  position: relative;
  min-width: 960px;
  -webkit-text-size-adjust: 100%;
  /*font-family: "yu-gothic-pr6n", "游ゴシック Medium", "Yu Gothic Medium", Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "Noto Sans JP", Helvetica, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "小塚ゴシック Pro L", "Kozuka Gothic Pro Light", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
}

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

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

a, a img {
  -webkit-transition: 0.2s ease all;
  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;
}

.clearfix::after{
  content: "";
  clear: both;
  display: block;
}

@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: 960px;
  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__900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.c-wrap__1120 {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -22px;
  z-index: 2;
  cursor: pointer;
}

.slider .prev-arrow {
  left: -65px;
}

.slider .next-arrow {
  right: -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 {
  background: #fff;
  color: #000;
  border-bottom: 20px solid #ffc92e;
}

.p-brday__kv {
  max-width: 1220px;
  margin: 0 auto 80px;
  text-align: center;
}

.p-brday__kv .block1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin: 77px auto 45px;
}

.p-brday__kv .block1 h1 {
  max-width: 335px;
  margin: 0 auto 40px;
}

.p-brday__kv .block1 h2 {
  max-width: 400px;
  margin: 0 auto 32px;
}

.p-brday__kv .block1 p {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 120%;
}

.p-brday__kv .block2 {
  margin-bottom: 50px;
  padding: 0 40px;
}

.p-brday__kv .block2 h2 {
  max-width: 1220px;
  margin: 0 auto;
}

.p-brday__kv .block3 {
  position: relative;
  margin-bottom: 80px;
  padding: 60px 40px;
  background: #ffc92e;
}

.p-brday__kv .block3 span {
  display: block;
  position: absolute;
  top: -50px;
  left: 60px; 
  max-width: 200px;
}

.p-brday__kv .block3 h3 {
  max-width: 820px;
  margin: 0 auto;
}

.p-brday__lead {
  max-width: 1220px;
  margin: 0 auto 80px;
  padding: 0 40px;
}

.p-brday__lead .heading {
  text-align: center;
  margin-bottom: 74px;
}

.p-brday__lead .heading h3 {
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 135%;
  font-weight: 600;
}

.p-brday__lead .content .txt1 {
  margin-top: 32px;
}

.p-brday__lead .content .txt1 p {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 200%;
}

.p-brday__lead .content .flex {
  display: flex;
  gap: 43px;
}

.p-brday__lead .content .img1 {
}

.p-brday__lead .content .covid19 {
  padding-top: 45px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.p-brday__lead .content .covid19:before, .p-brday__lead .content .covid19:after {
  display: none;
}

.p-brday__lead .content .covid19 .icon {
  width: 230px;
}

.p-brday__lead .content .covid19 p {
  width: calc(100% - 230px);
  font-size: 20px;
  font-size: 2.2rem;
  line-height: 145%;
}

.p-brday__benefit {
  max-width: 1220px;
  margin: 0 auto 120px;
  padding: 0 40px;
}

.p-brday__benefit .heading {
  background: #ffc92e;
  color: #000;
  margin-bottom: 50px;
  padding: 20px 20px 24px;
  text-align: center;
}

.p-brday__benefit .heading h3 {
  font-size: 53px;
  font-size: 5.3rem;
  font-weight: bold;
  line-height: 120%;
}

.p-brday__benefit .heading1 h3 {
  max-width: 743px;
  margin: 0 auto;
}
.p-brday__benefit .heading2 h3 {
  max-width: 1100px;
  margin: 0 auto;
}

.p-brday__benefit .heading h4 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 130%;
}

.p-brday__benefit .heading h5 {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 130%;
}

.p-brday__benefit .heading p {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 140%;
}

.p-brday__benefit .heading .t1 {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 140%;
}

.p-brday__benefit .heading .t1 img {
  vertical-align: baseline;
  margin-right: 10px;
}

.p-brday__benefit .heading .t2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 140%;
}

.p-brday__benefit .present {
  text-align: center;
  margin-bottom: 74px;
}

.p-brday__benefit .present h4 {
  background: #002859;
  color: #fff;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 140%;
  padding: 10px;
  margin-bottom: 25px;
}

.p-brday__benefit .present .t1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 165%;
  font-weight: bold;
  margin-bottom: 30px;
}

.p-brday__benefit .present .img1 {
  margin-bottom: 20px;
}

.p-brday__benefit .present .btn1 {
  margin-bottom: 15px;
}

.p-brday__benefit .present h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #FFC629;
  margin-bottom: 5px;
}

.p-brday__benefit .present h5 img {
  vertical-align: baseline;
}

.p-brday__benefit .present .t2 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 135%;
}

.p-brday__benefit .diagnose {
  margin-bottom: 75px;
}

.p-brday__benefit .diagnose h4 {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  line-height: 150%;
  border-top: 3px solid #FFC629;
  border-bottom: 3px solid #FFC629;
  color: #FFC629;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

.p-brday__benefit .diagnose h5 {
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 140%;
  margin-bottom: 18px;
  font-weight: bold;
}

.p-brday__benefit .diagnose h5 img {
  vertical-align: baseline;
}

.p-brday__benefit .diagnose p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 165%;
  font-weight: bold;
}

.p-brday__benefit .diagnose p small {
  font-size: 16px;
  font-size: 1.6rem;
}

.p-brday__benefit .diagnose p img {
  float: right;
  margin-left: 18px;
  margin-bottom: 18px;
}

.p-brday__benefit .diagnose .btn1 {
  text-align: center;
  margin-top: 78px;
}

.p-brday__benefit .rivilege .title {
  background: #002859;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 0 30px;
  margin-bottom: 32px;
}

.p-brday__benefit .rivilege .title span {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 600;
  margin-bottom: 0 !important;
}

.p-brday__benefit .rivilege .title2 {
  background: #002859;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 0 28px;
  margin-bottom: 40px;
  border-top: 6px solid #ffc629;
  border-bottom: 6px solid #ffc629;
  color: #ffc629;
}

.p-brday__benefit .rivilege .title2 span {
  font-size: 42px;
  font-size: 4.2rem;
  letter-spacing: 0.025em;
  margin-bottom: 0 !important;
}

.p-brday__benefit .rivilege h5 {
  display: flex;
  margin-bottom: 32px;
}

.p-brday__benefit .rivilege h5 i {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px 10px 14px 20px;
  background: #ffc92e;
  margin-right: 30px;
  font-family: "Italian_Plate_No2";
  font-style: normal;
  font-size: 34px;
  font-size: 3.4rem;
}

.p-brday__benefit .rivilege h5 i strong {
  display: inline-block;
  margin-left: 6px;
  font-size: 40px;
  font-size: 4rem;
}

.p-brday__benefit .rivilege h5 i:after {
  content: "";
  position: absolute;
  right: -29px;
  top: 0;
  width: 30px;
  height: 100%;
  background: #ffc92e;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.p-brday__benefit .rivilege h5 span {
  margin-left: 20px;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  line-height: 120%;
}

.p-brday__benefit .rivilege h5 span b {
  font-weight: 52px;
  font-size: 5.2rem;
  font-family: "Italian_Plate_No2";
  font-style: normal;
}

.p-brday__benefit .rivilege2 {
  padding: 0 40px;
}

.p-brday__benefit .rivilege2 .btn {
  max-width: 800px;
  margin: 50px auto 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 165%;
  text-align: center;
}

.p-brday__benefit .rivilege2 .btn a {
  display: block;
  padding: 8px;
  text-decoration: none;
  border: 4px solid #002859;
  background: #fff;
  border-radius: 50px;
}

.p-brday__benefit .rivilege2 .btn a span {
    display: block;
    padding: 13px 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.025em;
    background: #002859;
    border-radius: 50px;
}

.p-brday__benefit .rivilege .sub {
  display: block;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 165%;
  color: #ffc629;
}

.p-brday__benefit .rivilege .attention {
  margin-top: 20px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 200%;
}

.p-brday__benefit .rivilege1 {
  margin-bottom: 80px;
  padding: 0 40px;
}

.p-brday__benefit .rivilege1 .lead {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 165%;
  text-align: center;
}

.p-brday__benefit .rivilege1 .img1 {
  max-width: 580px;
  margin: 20px auto;
  text-align: center;
}

.p-brday__benefit .rivilege1 .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px; 
  margin-bottom: 40px;
}

.p-brday__benefit .rivilege1 .contact .icon {
  display: block;
  min-width: 280px;
}

.p-brday__benefit .rivilege1 .contact .btn {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 165%;
  text-align: center;
}

.p-brday__benefit .rivilege1 .contact .btn a {
  display: block;
  padding: 8px;
  text-decoration: none;
  border: 4px solid #ffc629;
  background: #fff;
  border-radius: 50px;
}

.p-brday__benefit .rivilege1 .contact .btn a span {
  display: block;
  padding: 10px 60px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.025em;
  background: #ffc629;
  border-radius: 50px;
}

.p-brday__benefit .rivilege2 {
  margin-bottom: 60px;
}

.p-brday__benefit .rivilege2 .art {
  margin-bottom: 60px;
}

.p-brday__benefit .rivilege2 .art:last-child {
  margin-bottom: 0;
}

.p-brday__benefit .rivilege2 .lead {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 200%;
  text-align: left;
}

.p-brday__benefit .rivilege2 .lead small {
  display: block;
  margin-top: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  color: #ff0000; 
}

.p-brday__benefit .rivilege2 .img1 {
  float: right;
  width: 547px;
  margin: 0 0 10px 40px;
} 

.p-brday__benefit .rivilege2 .img2,
.p-brday__benefit .rivilege2 .img3 {
  float: right;
  width: 480px;
  margin: 0 0 20px 80px;
} 

.p-brday__benefit .rivilege2 .img3 {
  margin: 0 0 40px 80px;
}

.p-brday__benefit .special {
  max-width: 1220px;
  margin: 0 auto 40px;
  padding: 0;
}

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

.p-brday__benefit .special .title {
  padding: 0;
  background: #002859;
  color: #fff;
  display: flex;
  align-items: center;
}

.p-brday__benefit .special .title strong {
  padding: 10px 0 12px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 600;
  margin-left: 40px;
}

.p-brday__benefit .special .title i {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 40px 16px 30px;
  font-family: "Italian_Plate_No2";
  color: #ffc92e;
  font-style: normal;
}

.p-brday__benefit .special .title i:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 22%;
  height: 100%;
  background: url(../img/special_arrow.svg) no-repeat;
  background-size: cover;
  background-position: center;
}

.p-brday__benefit .special .title i span {
  font-size: 20px;
  font-size: 2rem;
}

.p-brday__benefit .special .title i strong {
  padding: 0;
  margin-left: 12px;
  font-size: 30px;
  font-size: 3rem;
}

.p-brday__benefit .special.special1 .block {
  padding: 40px;
  border: 4px solid #002859;
  border-top: 0;
}

.p-brday__benefit .special.special1 p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 20px;
  text-align: left;
}

.p-brday__benefit .special.special1 .note {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  font-weight: 400;
  margin-top: 20px;
}

.p-brday__benefit .special.special2 .flex {
  display: flex;
  gap: 30px;
  padding: 40px;
  border: 4px solid #002859;
  border-top: 0;
}

.p-brday__benefit .special.special2 .img1 {
  width: 44%;
  max-width: 400px;
  position: relative;
  text-align: center;
}

.p-brday__benefit .special.special2 .img1 p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  margin-top: 20px;
  font-weight: 400;
}

.p-brday__benefit .special.special2 .img1 p strong {
  font-weight: 400;
}

.p-brday__benefit .special.special2 .img1 .price {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 4px;
}

.p-brday__benefit .special.special2 .img1 .price span {
  margin-left: 6px;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-brday__benefit .special.special2 .box1 {
  width: 66%;
  float: right;
}

.p-brday__benefit .special.special2 .box1 .top {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.p-brday__benefit .special.special2 .box1 .txt1 {
  width: 51%;
  max-width: 288px;
  margin: 0 auto;
  text-align: center;
}

.p-brday__benefit .special.special2 .box1 .lead {
  width: 70%;
  font-size: 20px;
  font-size: 2rem;
  line-height: 160%;
  font-weight: 500;
}

.p-brday__benefit .special.special2 .box1 .lead em {
  color: #002859;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
}

.p-brday__benefit .special.special2 .box1 .example h5 {
  padding: 2px 0;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 180%;
}

.p-brday__benefit .special.special2 .box1 .example table {
  width: 100%;
  border: 4px solid #000;
}

.p-brday__benefit .special.special2 .box1 .example th {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 150%;
  width: 120px;
}

.p-brday__benefit .special.special2 .box1 .example th,
.p-brday__benefit .special.special2 .box1 .example td {
  border: 2px solid #000;
  vertical-align: middle;
  padding: 10px 10px;
  font-weight: 500;
}

.p-brday__benefit .special.special2 .box1 .example td {
  padding: 10px 24px;
}

.p-brday__benefit .special.special2 .box1 .example td p {
  margin-top: 0;
  text-indent: 0;
  padding-left: 0;
}

.p-brday__benefit .special.special2 .box1 .example td .inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.p-brday__benefit .special.special2 .box1 .example th em {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
}

.p-brday__benefit .special.special2 .box1 .example th small {
  display: block;
  margin-top: 12px;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 140%;
}

.p-brday__benefit .special.special2 .box1 .example td {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 120%;
}

.p-brday__benefit .special.special2 .box1 .example td span {
  margin-right: 6px;
  font-size: 24px;
  font-size: 2.4rem;
}

.p-brday__benefit .special.special2 .box1 .example td small {
  display: inline-block;
  margin-left: 1.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 0; 
}

.p-brday__benefit .special.special2 .box1 .example .s th,
.p-brday__benefit .special.special2 .box1 .example .s td {
  background: #FFC629;
  font-weight: 500;
  border-right: 1px solid #fff;
}

.p-brday__benefit .special.special2 .box1 .example .s td:last-child {
  border-right: 1px solid #002859;
}

.p-brday__benefit .special.special2 .box1 .example .attention {
  margin-top: 25px;
}

.p-brday__benefit .special.special2 .box1 .example .attention p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 180%;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
}

.p-brday__benefit .special.special3 .limited {
  text-align: center;
  margin-bottom: 35px;
}

.p-brday__benefit .special.special3 .limited span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #FFC629;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 640px;
  max-width: 100%;
  color: #000;
  line-height: 140%;
}

.p-brday__benefit .special.special3 .img1 {
  text-align: center;
  margin-bottom: 40px;
}

.p-brday__benefit .special.special3 p {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 150%;
}

.p-brday__benefit .special.special3 p strong {
  color: #FFC629;
  font-size: 28px;
  font-size: 2.8rem;
}

.p-brday__benefit .special.special3 .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 148%;
  margin-top: 18px;
}

.p-brday__benefit .special.special4 .lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 35px;
}

.p-brday__benefit .special.special4 .txt1 {
  float: left;
  width: 47.777%;
}

.p-brday__benefit .special.special4 .txt1 .note {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
  margin-bottom: 0;
  margin-top: 15px;
}

.p-brday__benefit .special.special4 .img1 {
  width: 50%;
  float: right;
  text-align: right;
}

.p-brday__first {
  margin-bottom: 140px;
}

.p-brday__first .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px; 
}

.p-brday__first .heading {
  background: #ffc92e;
  color: #000;
  padding: 62px 20px;
  text-align: center;
} 

.p-brday__first .heading h3 {
  max-width: 838px;
  margin: 0 auto 40px;
} 

.p-brday__first .heading p {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
  line-height: 180%;
}

.p-brday__first .heading .flex {
  display: flex;
  gap: 32px;  
  max-width: 970px;
  margin: 0 auto;
}

.p-brday__first .heading .flex figure {
  width: 150px;
  min-width: 150px;
}

.p-brday__first .sec {
  border: 4px solid #ffc92e;
}

.p-brday__first .top {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  gap: 40px;
  padding: 8rem 10rem 8rem;
}

.p-brday__first .top:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 54px;
  height: 30px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffc92e;
  transform: translate(-50%,0);
}

.p-brday__first .top p {
  font-size: 2.3rem;
  line-height: 180%;
}

.p-brday__first .top .img {
  display: none;
  position: relative;
  top: -113px;
  max-width: 290px;
  width: 30%;
  margin-bottom: -113px;
}

.p-brday__first .top .img figcaption {
  display: block;
  margin-top: 12px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
}

.p-brday__first .top .txt {
  width: 100%;
}

.p-brday__first .top .txt h5 {
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
}

.p-brday__first .top .txt .name {
  width: 40%;
  max-width: 300px;
  margin-bottom: 30px;
  font-size: 8rem;
  line-height: 1;
  color: #002859;
  font-family: "Italian_Plate_No2";
}

.p-brday__first .btm {
  position: relative;
  display: flex;
  gap: 40px;
  padding: 4rem 8rem 10rem;
}

.p-brday__first .btm p {
  font-size: 2.3rem;
  line-height: 180%;
}

.p-brday__first .btm .img {
  max-width: 536px;
  width: 60%;
}

.p-brday__first .btm .txt {
  width: 40%;
}

.p-brday__first .btm .txt .infolist dl {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 4px;
  margin-bottom: 0px;
}

.p-brday__first .btm .txt .infolist dl dt img {
  width: 47px;
}

.p-brday__first .btm .txt .infolist dl dd {
  font-size: 18px;
  font-size: 1.8rem;
}

.p-brday__first .btm .txt .info {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 170%;
}

.p-brday__first .btm .txt .info span {
  font-size: 18px;
  font-size: 1.8rem;
}

.p-brday__first .btm .txt .info strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
}

.p-brday__first .btm .txt .info i {
  position: absolute;
  right: -20px;
  top: -12px;
  display: block;
  width: 40px;
}

.p-brday__first .btm .txt .info b {
  margin-left: 6px;
  font-family: "Italian_Plate_No2";
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
}

.p-brday__first .itemlist {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
  padding: 0 40px 40px;
}

.p-brday__first .itemlist li {
    width: calc((100% - 80px) / 3);
    text-align: center;
}

.p-brday__first .itemlist li a {
  pointer-events: none;
  text-decoration: none;
}

.p-brday__first .itemlist li .img1 {
    width: 90%;
    position: relative;
    margin: 0 auto 17px;
}

.p-brday__first .itemlist li .img1 .icon {
  position: absolute;
  bottom: 12px;
  right: 20px;
  width: 40px;
}

.p-brday__first .itemlist li .txt1 {
    margin-bottom: 32px;
}

.p-brday__first .itemlist li .txt1 .new u {
  text-decoration: underline;
}

.p-brday__first .itemlist li .txt1 .new strong {
  color: #E50020;
}

.p-brday__first .itemlist li .txt1 > strong {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}

.p-brday__first .itemlist li .txt1 h5 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 142.857%;
  font-weight: 400;
  margin-bottom: 6px;
}

.p-brday__first .itemlist li .txt1 .price {
  margin-top: 8px;
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}

.p-brday__first .itemlist li .txt1 .price span {
  font-size: 20px;
  font-size: 2rem;
}

.p-brday__first .itemlist li .txt1 .price strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Italian_Plate_No2";
}

.p-brday__explan {
  margin-bottom: 108px;
}

.p-brday__explan .heading {
  text-align: center;
}

.p-brday__explan .heading h3 {
  margin-bottom: 55px;
}

.p-brday__explan .lead {
  text-align: center;
  margin-bottom: 55px;
}

.p-brday__explan .lead h4 {
  font-weight: bold;
  color: #FFC629;
  font-size: 60px;
  font-size: 6rem;
  line-height: 120%;
  margin-bottom: 28px;
}

.p-brday__explan .lead p {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 165%;
}

.p-brday__explan .img1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.p-brday__explan .img1:before, .p-brday__explan .img1:after {
  display: none;
}

.p-brday__explan .img1 h5 {
  max-width: 146px;
  margin: 0 auto 34px;
}

.p-brday__explan .img1 p {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 160%;
  text-align: center;
}

.p-brday__explan .arrow {
  display: block;
  max-width: 71px;
  width: 100%;
}

.p-brday__explan .btn {
  margin-bottom: 55px;
}

.p-brday__explan .btn a {
  display: block;
  background: #FFC629;
  font-weight: bold;
  text-align: center;
  padding: 25px 15px;
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 140%;
  color: #000;
  text-decoration: none;
}

.p-brday__explan .btn a span {
  font-size: 25px;
  font-size: 2.5rem;
}

.p-brday__explan .btn a img {
  vertical-align: baseline;
}

.p-brday__explan .btn .img1 {
  position: absolute;
  bottom: 0;
  right: -122px;
  margin-bottom: 0;
}

.p-brday__explan .movie {
  border-top: 3px solid #FFCC00;
  padding-top: 60px;
}

.p-brday__explan .movie h4 {
  text-align: center;
  margin-bottom: 16px;
}

.p-brday__explan .movie-wrap {
  max-width: 753px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  overflow: hidden;
}

.p-brday__explan .movie-wrap iframe {
  vertical-align: top;
  width: 100%;
  height: 416px;
}

.p-brday__icon {
  overflow: hidden;
}

.p-brday__icon h3 {
  text-align: center;
  margin-bottom: 30px;
}

.p-brday__icon .slider {
  margin-bottom: 80px;
}

.p-brday__icon .slider .slick-arrow {
  margin-top: -180px;
}

.p-brday__icon .slider .prev-arrow {
  left: -20px;
}

.p-brday__icon .slider .next-arrow {
  right: -20px;
}

.p-brday__icon .slider .slick-list {
  overflow: visible !important;
}

.p-brday__icon .slider li {
}

.p-brday__icon .slider .img1 {
  margin: 0 25px 25px;
}

.p-brday__icon .slider .img1 img {
  margin: 0 auto;
}

.p-brday__icon .slider .txt1 h4 {
  max-width: 102px;
  margin-bottom: 18px;
}

.p-brday__icon .slider .txt1 p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 175%;
}

.p-brday__gallery {
  margin-bottom: 118px;
  overflow: hidden;
}

.p-brday__gallery .c-wrap {
}

.p-brday__gallery h3 {
  text-align: center;
  border-bottom: 3px solid #FFCC00;
  padding-bottom: 10px;
  margin-bottom: 76px;
}

.p-brday__gallery .slider {
  position: relative;
  padding: 0 40px;
}

.p-brday__gallery .slider .slick-list {
  /*overflow: visible !important;*/
}

.p-brday__gallery .slider li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*padding-left: 2px;
  padding-right: 2px;*/
}

.p-brday__gallery .slider li img {
  display: block;
  width: calc(100% - 6px);
  margin: 0 auto;
}

.p-brday__lineup {
  overflow: hidden;
  padding-bottom: 80px;
}

.p-brday__lineup .heading {
  text-align: center;
  margin-bottom: 40px;
}

.p-brday__lineup .heading h3 {
  max-width: 863px;
  margin: 0 auto;
}

.p-brday__lineup .slider {
  margin-bottom: 100px;
  position: relative;
}

.p-brday__lineup .slider ul {
  position: relative;
  /*overflow: hidden;*/
  padding: 0 40px;
}

.p-brday__lineup .slider .slick-arrow {
  margin-top: -52px;
}

.p-brday__lineup .slider .prev-arrow {
  left: 10px;
}

.p-brday__lineup .slider .next-arrow {
  right: 10px;
}

/*.p-brday__lineup .slider .slick-slider:before {
  display: block;
  content: "";
  position: absolute;
  left: -50vw;
  width: 200vw;
  background: #ffc629;
  height: 240px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}*/

.p-brday__lineup .slider .slick-list {
  overflow: visible !important;
}

.p-brday__lineup .slider li {
  text-align: center;
}

.p-brday__lineup .slider li img {
  display: inline !important;
}

.p-brday__lineup .slider li .img1 {
  margin-bottom: 12px;
}

.p-brday__lineup .slider li p {
  max-width: 100%;
  margin: 0 auto;
}

.p-brday__lineup .slider li a {
  text-decoration: none;
}

.p-brday__lineup .slider li a p  {
  font-size: 20px;
  font-size: 2rem;
  line-height: 150%;
}

.p-brday__lineup .slider li a p b {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 110%;
  font-family: "Italian_Plate_No2";
}

.p-brday__lineup .lead {
  text-align: center;
  margin: 40px 0 80px;
}

.p-brday__lineup .lead p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 200%;
}

.p-brday__lineup .lead h4 {
  font-weight: bold;
  color: #FFCC00;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 35px;
  line-height: 120%;
}

.p-brday__lineup-block1 {
  max-width: 1150px;
  padding: 80px 40px;
  margin: 0 auto;
  border-top: 3px solid #FFCC00;
}

.p-brday__lineup-block1:last-child {
 border-bottom: 0; 
}

.p-brday__lineup-block1 .ttl {
  margin-bottom: 56px;
  text-align: center;
}

.p-brday__lineup-block1 .ttl h3 {
  font-size: 66px;
  font-size: 6.6rem;
  line-height: 130%;
}

.p-brday__lineup-block1 .ttl p {
  display: block;
  margin-top: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 130%;
}

.p-brday__lineup-block1 .lineup {
  text-align: center;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 15px;
  margin-bottom: 34px;
  text-align: center;
}

.p-brday__lineup-block1 .title {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

.p-brday__lineup-block1 .title h4 {
  text-align: right;
  width: 320px;
  margin-right: 30px;
}

.p-brday__lineup-block1 .title p {
  width: calc(100% - 280px);
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 175%;
}

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

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

.p-brday__lineup-block1 .block1 li {
  width: calc((100% - 80px) / 3) ;
  text-align: center;
}

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

.p-brday__lineup-block1 .block1 .img1 {
  position: relative;
  width: 80%;
  margin: 0 auto 17px;
}

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

.p-brday__lineup-block1 .block1 li .img1 i {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  background: #ffc92e;
  border-radius: 100px;
  z-index: 1;
  font-style: normal;
  line-height: 140%;
  color: #002859;
}

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

.p-brday__lineup-block1 .block1 .txt1 p:first-child {
}

.p-brday__lineup-block1 .block1 .txt1 p.kind {
  margin-bottom: 16px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 140%;
}

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

.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 {
  min-height: 104px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 142.857%;
  font-weight: 400;
  margin-bottom: 6px;
}

.p-brday__lineup-block1 .block1 .txt1 .price {
  font-weight: 400;
  font-size: 24px;
  font-size: 2.4rem;
}

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

.p-brday__lineup-block1 .block1 .txt1 .price strong {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 400;
  font-family: "Italian_Plate_No2";
}

.p-brday__lineup-block1 .block1 .pay {
  border: 1px solid #000;
  display: flex;
  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 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 20px 6px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 500;
}

.p-brday__lineup-block1 .block1 .pay .times .number {
  margin-right: 3px;
  font-size: 33px;
  font-size: 3.3rem;
  font-family: "Italian_Plate_No2";
}

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

.p-brday__lineup-block1 .block1 .pay .monthly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-left: 1px solid #fff;
  flex-grow: 1;
  background: #0e3460;
  color: #fff;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  color: #ffbe00;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every strong {
  font-size: 34px;
  font-size: 3.4rem;
  line-height: 120%;
  font-weight: 400;
  font-family: "Italian_Plate_No2";
}

.p-brday__lineup-block1 .block1 .pay .monthly .every b {
  color: #fff;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .monthly .first {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.p-brday__lineup-block1 .block1 .pay .monthly .first strong {
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px 20px 12px 2px;
  background: #0e3460;
}

.p-brday__lineup-block1 .block1 .pay .btn a {
  display: block;
  color: #231815;
  text-decoration: none;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 123.6%;
  background: #ffbe00;
  padding: 12px 14px;
  letter-spacing: 0.11em;
}

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

.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__lineup .btn1 {
  margin-top: 62px;
  text-align: center;
}

.p-brday__lineup .attention {
  margin-top: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 175%;
}

.p-brday__merit {
  background: #262626;
  padding: 72px 0;
  color: #fff;
}

.p-brday__merit .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-brday__merit h3 {
  margin-bottom: 60px;
  text-align: center;
}

.p-brday__merit h3 span {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  line-height: 120%;
}

.p-brday__merit h3.title2 {
  margin-bottom: 40px;
  text-align: center;
}

.p-brday__merit h3.title2 span {
  font-weight: 600;
  border-bottom: 1px solid #fff;
}

.p-brday__merit .lead {
  display: flex;
  justify-content: space-between;
  max-width: 890px;
  margin: 0 auto 50px;
}

.p-brday__merit .lead:before, .p-brday__merit .lead:after {
  display: none;
}

.p-brday__merit .lead h4 {
  width: 375px;
  margin-top: 0;
}

.p-brday__merit .lead p {
  margin-top: -7px;
  width: calc(100% - 408px);
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 150%;
  text-align: left;
}

.p-brday__merit .lead2 p {
  font-weight: 600;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 180%;
}

.p-brday__merit .lead2 p small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}

.p-brday__merit .item {
  margin-top: 61px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-brday__merit .merit {
  margin-bottom: 60px;
}

.p-brday__merit .merit ul {
  display: flex;
  flex-wrap: wrap;
}

.p-brday__merit .merit li {
  width: calc(100% / 3);
  padding: 20px 0;
  border-right: 1px solid #fff;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-brday__merit .merit li:last-child {
  border-right: 0;
}

.p-brday__merit .merit li .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 71px;
  padding-top: 8px;
  margin: 0 auto;
  font-family: "Italian_Plate_No2";
  font-size: 4rem;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 80px;
}

.p-brday__merit .merit li p {
  margin-top: 15px;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 160%;
}

.p-brday__merit .btn1 {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 80px;
}

.p-brday__merit .btn1 a {
  display: block;
  padding: 20px 51px;
  border: 8px solid #fff;
  color: #fff;
  font-size: 23px; 
  font-size: 2.3rem; 
  text-decoration: none;
}

.p-brday__merit .card {
  background: #fff;
  color: #000;
  padding-bottom: 15px;
  text-align: center;
}

.p-brday__merit .card h3 {
  text-align: center;
  color: #fff;
  background: #461400;
  font-size: 30px;
  font-size: 3rem;
  line-height: 120%;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 15px;
}

.p-brday__merit .card h3 img {
  vertical-align: baseline;
}

.p-brday__merit .card .txt1, .p-brday__merit .card .img1 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.p-brday__merit .card .txt1 {
  margin-right: 40px;
  max-width: 490px;
  text-align: left;
}

.p-brday__merit .card .txt1 a {
  color: #000;
}

.p-brday__sns {
  text-align: center;
  padding: 80px 40px 80px;
}

.p-brday__sns .inner {
  max-width: 1120px;
  margin: 0 auto;
}

.p-brday__sns h3 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 60px;
}

.p-brday__sns h3 span {
  display: inline-block;;
}

.p-brday__sns h3 span:before, .p-brday__sns h3 span:after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 31px;
  height: 44px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.p-brday__sns ul {
  display: flex;
  gap: 40px;
}

.p-brday__sns li {
  width: calc((100% - 40px) / 2);
  border: 2px solid #ffc72d;
}

.p-brday__sns li .arrow {
  display: inline-block;
  max-width: 35px;
  width: 100%;
  margin: 0 auto 6px;
}

.p-brday__sns li:last-child {
  margin-bottom: 0;
}

.p-brday__sns li p {
  padding: 16px 0 18px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  background: #ffc62d;
}

.p-brday__sns li .flex {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1.9rem;
}

.p-brday__sns li .btn {
  display: block;
  width: 100%;
  padding: 3px;
  background: linear-gradient(to bottom, #535353, #363636);
  text-decoration: none;
}

.p-brday__sns li .btn span {
  display: block;
  padding: 12px 20px;
  border: 2px solid #fff;
  text-align: center;
}

.p-brday__sns li .btn span small {
  display: block;
  font-size: 2rem;
  line-height: 120%;
  color: #fff;
  font-weight: 600;
}

.p-brday__sns li .btn span strong {
  display: block;
  margin-top: 6px;
  font-size: 2.4rem;
  line-height: 120%;
  font-weight: 600;
  color: #ffc92e;
}

.p-brday__sns li .ins {
  width: 40px;
}

.p-brday__sns .lead {
  margin: 55px 0 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 160%;
  text-align: center;
}

.p-brday__contact {
  background: #fff;
  color: #000;
  padding-bottom: 75px;
}

.p-brday__contact .inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 80px 40px 0;
  border-top: 3px solid #000;
}

.p-brday__contact h3 {
  max-width: 406px;
  margin: 0 auto 80px;
}

.p-brday__contact h4 {
  margin: 0 auto 12px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 160%;
}

.p-brday__contact address {
  font-size: 20px;
  font-size: 2rem;
  line-height: 170%;
  letter-spacing: 0.025em;
  font-style: normal;
}

.p-brday__contact address .pc-only-inline {
  display: inline-block;
}

.p-brday__contact p span {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}

.p-brday__contact p a {
  display: inline-block;
  max-width: 140px;
  width: 100%;
}

.p-brday__contact .flex {
  display: flex;
  gap: 67px;
}

.p-brday__contact .flex .item {
  width: 50%;
}

.p-brday__contact .box1 {
  margin-top: 28px;
  text-align: center;
}

.p-brday__contact .box2 {
  margin-top: 28px;
  text-align: center;
}

.p-brday__contact .map {
  width: 100%;
}

.p-brday__contact .map iframe {
  width: 100%;
  height: 334px;
}

.p-brday__contact .attention {
  margin-top: 42px;
  padding: 7px 20px 6px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 165%;
  border: 1px solid #c50018;
  color: #c50018;
  border-radius: 50px;
}

.p-collection {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 40px;
}

.p-collection__list {
  display: flex;
}

.p-collection__item {
  width: calc(100% - 4);
}

.p-collection__item a {
  text-decoration: none;
}

.p-collection__item .btn {
  max-width: 160px;
  margin: 20px auto 0;
  text-align: center;
  font-weight: 500
}

.p-collection__item .btn span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 20px;
  background: #ffc72d;
  text-decoration: none;
  border-radius: 50px;
}

.p-collection .attention {
  font-size: 20px;
  font-size: 2rem;
}

.p-collection .attention p {
  text-indent: -1em;
  padding-left: 1em;
}


/* ----------------------------- スマホ */

@media screen and (max-width: 767px) {
  html {
    font-size: 45%;
  }
  body {
    min-width: initial;
    font-size: 13px;
    font-size: 1.3rem;
  }
  [class*="c-wrap"] [class*="c-wrap"] {
    padding-left: 0;
    padding-right: 0;
  }
  .slider .slick-arrow {
  }

  .slider .prev-arrow {
    left: 16px;
  }

  .slider .next-arrow {
    right: 16px;
  }

  .l-pagetop {
    right: 10px;
    bottom: 10px;
    width: 60px;
  }
  .p-brday {
    border-top-width: 10px;
    border-bottom-width: 10px;
  }
  .p-brday__kv {
    padding: 40px 10px 0;
    margin-bottom: 21px;
  }
  .p-brday__kv .block1 {
    margin: 0 auto 32px;
  }
  .p-brday__kv .block1 h1 {
    width: 45%;
    margin: 0 auto 20px;
  }
  .p-brday__kv .block1 h2 {
    margin: 0 auto;
    width: 50%;
  }
  .p-brday__kv .block1 p {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-brday__kv .block2 {
    margin-bottom: 32px;
    padding: 0;
  }
  .p-brday__kv .block3 {
    margin-bottom: 20px;
    padding: 20px 20px;
  }
  .p-brday__kv .block3 span {
    width: 21%;
    left: 2%;
    top: -15%;
  }
  .p-brday__lead {
    margin: 0 auto 38px;
    padding: 0 20px;
  }
  .p-brday__lead .heading {
    margin-bottom: 18px;
  }
  .p-brday__lead .heading h3 {
    border-bottom-width: 2px;
    padding-bottom: 4px;
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .p-brday__lead .content .flex {
    gap: 12px;
  }
  .p-brday__lead .content .txt1 {
    margin-top: 12px;
    margin-bottom: 20px;
  }
  .p-brday__lead .content .txt1,
  .p-brday__lead .content .img1 {
    float: none;
    width: auto;
  }
  .p-brday__lead .content .txt1 p {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-brday__benefit {
    margin-bottom: 40px;
    padding: 0 10px;
  }
  .p-brday__benefit .heading {
    margin-bottom: 10px;
    padding: 18px 32px 20px;
  }
  .p-brday__benefit .heading h3 {
    font-size: 2.8rem;
  }
  .p-brday__benefit .heading h4 {
    font-size: 2.6rem;
  }
  .p-brday__benefit .heading p {
    font-size: 2rem;
  }
  .p-brday__benefit .heading .t1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-brday__benefit .heading .t2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-brday__benefit .present h4 {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .p-brday__benefit .present .t1 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-brday__benefit .present h5 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 150%;
    margin-bottom: 9px;
  }
  .p-brday__benefit .present .t2 {
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-brday__benefit .diagnose {
    margin-bottom: 50px;
  }
  .p-brday__benefit .diagnose h4 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-brday__benefit .diagnose h5 {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  .p-brday__benefit .diagnose h5 img {
    width: 205px;
  }
  .p-brday__benefit .diagnose p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 160%;
  }
  .p-brday__benefit .diagnose p img {
    display: block;
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .p-brday__benefit .diagnose p small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-brday__benefit .diagnose .btn1 {
    margin-top: 30px;
  }
  .p-brday__benefit .rivilege h5 {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .p-brday__benefit .rivilege h5 span {
    margin-left: 0;
    font-size: 2.4rem;
    line-height: 150%;
  }
  .p-brday__benefit .rivilege h5 span b {
    font-size: 3.2rem;
  }
  .p-brday__benefit .rivilege h5 i {
    width: 50px;
    padding: 7px 10px 2px 12px;
    margin-right: 14px;
    line-height: 1;
    font-size: 2.4rem;
  }
  .p-brday__benefit .rivilege h5 i:after {
    right: -18px;
    top: 0;
    width: 18px;
  }
  .p-brday__benefit .rivilege h5 i strong {
    margin-left: 4px;
    font-size: 2.9rem;
    margin-bottom: 2px;
    line-height: 0;
  }
  .p-brday__benefit .rivilege h5 i:after {
    right: -12px;
    width: 12px;
  }
  .p-brday__benefit .rivilege .title {
    margin-bottom: 14px;
    padding: 16px 0 16px;
    text-align: center;
  }
  .p-brday__benefit .rivilege .title span {
    font-size: 2.2rem;
    margin-left: 0;
    padding: 0 10px;
    line-height: 150%;
  }
  .p-brday__benefit .rivilege .title2 {
    margin-bottom: 20px;
    padding: 12px 0 14px;
    border-top: 3px solid #ffc629;
    border-bottom: 3px solid #ffc629;
  }
  .p-brday__benefit .rivilege .title2 span {
    font-size: 2.4rem;
    margin-left: 0;
    padding: 0 10px;
  }
  .p-brday__benefit .rivilege1 {
    margin-bottom: 30px;
    padding: 0;
  }
  .p-brday__benefit .rivilege1 .contact {
    margin-bottom: 20px;
  }
  .p-brday__benefit .rivilege1 .img1 {
    width: 70%;
    margin: 0 auto;
  }
  .p-brday__benefit .rivilege1 .contact {
    position: relative;
  }
  .p-brday__benefit .rivilege1 .contact .btn {
    margin-left: 80px;
  }
  .p-brday__benefit .rivilege1 .contact .icon {
    position: absolute;
    top: 5px;
    left: 0;
    min-width: 100px; 
    width: 30%;
  }
  .p-brday__benefit .rivilege1 .contact .btn {
    width: 100%;
  }
  .p-brday__benefit .rivilege1 .contact .btn a {
    padding: 4px;
  }
  .p-brday__benefit .rivilege1 .contact .btn a span {
    padding: 10px 4px 10px;
    line-height: 130%;
    font-size: 2rem;
  }
  .p-brday__benefit .rivilege .sub {
    margin: 12px 0;
    font-size: 2.4rem;
    line-height: 1.4;
    justify-content: center;
    text-align: center;
  }
  .p-brday__benefit .rivilege .attention {
    margin-top: 12px;
    font-size: 1.8rem;
    text-align: left;
    line-height: 150%;
    font-weight: 400;
  }
  .p-brday__benefit .rivilege1 .lead {
    text-align: left;
    font-size: 2rem;
  }
  .p-brday__benefit .rivilege2 {
    margin-bottom: 30px;
    padding: 0; 
  }
  .p-brday__benefit .rivilege2 .img1 {
    width: 100%;
    margin: 0 0 12px;
    float: none;
  }
  .p-brday__benefit .rivilege2 .img2, .p-brday__benefit .rivilege2 .img3 {
    width: 100%;
    float: none;
    margin: 0 0 12px;
  }
  .p-brday__benefit .rivilege2 .art {
    margin-bottom: 30px;
  }
  .p-brday__benefit .rivilege2 .art:last-child {
    margin-bottom: 0;
  }
  .p-brday__benefit .rivilege2 .lead {
    text-align: left;
    font-size: 2rem;
  }
  .p-brday__benefit .rivilege2 .lead small {
    font-size: 1.8rem;
  }
  .p-brday__benefit .rivilege2 .btn {
    margin: 20px auto 0;
    width: 70%;
  }
  .p-brday__benefit .rivilege2 .btn {
    width: 80%;
      }
  .p-brday__benefit .rivilege2 .btn a {
    padding: 2px;
    border: 2px solid #002859;
  }
  .p-brday__benefit .rivilege2 .btn a span {
    padding: 8px 4px 7px;
    line-height: 130%;
    font-size: 2rem;
    line-height: 1.6;
  }
  .p-brday__benefit .special {
    margin: 0 auto 20px;
    padding: 0;
  }
  .p-brday__benefit .special .title {
  }
  .p-brday__benefit .special .title i {
    padding: 17px 16px 17px 12px;
  }
  .p-brday__benefit .special .title i span {
    font-size: 1.8rem;
  }
  .p-brday__benefit .special .title i strong {
    margin-left: 1px;
    font-size: 2.8rem;
  }
  .p-brday__benefit .special .title strong {
    line-height: 140%;
    padding: 4px 12px 5px;
    margin-left: 0;
    font-size: 2rem;
    text-align: left;
  }
  .p-brday__benefit .special.special1 p {
    font-size: 2rem;
  }
  .p-brday__benefit .special.special1 .block {
    padding: 20px;
  }
  .p-brday__benefit .special.special1 .note {
    margin: 20px 0 0;
    font-size: 1.8rem;
    line-height: 165%;
    text-align: left;
  }
  .p-brday__benefit .special.special1 .img1, .p-brday__benefit .special.special1 .box1 {
    float: none;
    width: auto;
  }
  .p-brday__benefit .special.special1 .img1 {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-brday__benefit .special.special1 .box1 .lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-brday__benefit .special.special1 .box1 .lead em {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-brday__benefit .special.special1 .box1 .example p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-brday__benefit .special.special2 .flex {
    display: block;
    padding: 20px 12px;
  }
  .p-brday__benefit .special.special2 .img1 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin: 0 auto 20px;
  }
  .p-brday__benefit .special.special2 .img1 img {
    width: 50%;
  }
  .p-brday__benefit .special.special2 .img1 p {
    margin: 0;
    line-height: 1.4
  }
  .p-brday__benefit .special.special2 .img1 p img {
    display: block;
    width: 100%;
    margin: 0 auto 10px;
  }
  .p-brday__benefit .special.special2 .img1 .img_txt {
    width: 50%;
    text-align: center;
  }
  .p-brday__benefit .special.special2 .img1 p strong {
    font-size: 1.6rem;
  }
  .p-brday__benefit .special.special2 .box1 {
    width: 100%;
    float: none;
  }
  .p-brday__benefit .special.special2 .box1 .txt1 {
    display: none;
  }
  .p-brday__benefit .special.special2 .box1 .top {
    gap: 12px;
  }
  .p-brday__benefit .special.special2 .box1 .lead {
    width: 100%;
    font-size: 1.8rem;
    line-height: 180%;
  }
  .p-brday__benefit .special.special2 .box1 .lead em {
    font-size: 2.4rem;
  }
  .p-brday__benefit .special.special2 .img1 p {
    font-size: 2rem;
  }
  .p-brday__benefit .special.special2 .img1 .price {
    font-size: 2rem;
  }
  .p-brday__benefit .special.special2 .box1 .example_scroll {
    width: 100%;
    overflow: auto;
  }
  .p-brday__benefit .special.special2 .box1 .example h5 {
    width: 560px;
  }
  .p-brday__benefit .special.special2 .box1 .example table {
    width: 560px;
    border: 3px solid #000;
  }
  .p-brday__benefit .special.special2 .box1 .example .attention {
    margin-top: 12px;
  }
  .p-brday__benefit .special.special2 .box1 .example .attention p {
    font-size: 1.8rem;
  }
  .p-brday__benefit .special.special2 .box1 .example h5 {
    font-size: 2.4rem;
  }
  .p-brday__benefit .special.special2 .box1 .example th,
  .p-brday__benefit .special.special2 .box1 .example td {
    padding: 2px 10px;
  }
  .p-brday__benefit .special.special2 .box1 .example th {
    font-size: 2.4rem;
    line-height: 120%;
  }
  .p-brday__benefit .special.special2 .box1 .example th em {
    font-size: 2.4rem
  }
  .p-brday__benefit .special.special2 .box1 .example th:first-child {
    width: 100px;
  }
  .p-brday__benefit .special.special2 .box1 .example th:nth-child(2) {
    width: 13%;
  }
  .p-brday__benefit .special.special2 .box1 .example td {
    padding: 10px 10px;
    font-size: 2.4rem;
  }
  .p-brday__benefit .special.special2 .box1 .example td .inner {
    justify-content: flex-start;
  }
  .p-brday__benefit .special.special2 .box1 .example td p {
    display: flex;
    gap: 0; 
    font-size: 2.4rem;
  }
  .p-brday__benefit .special.special2 .box1 .example td span {
    font-size: 3.2rem;
  }
  .p-brday__benefit .special.special2 .box1 .example td small {
    font-size: 2rem;
    display: inline-block;
    line-height: 160%;
    margin-left: 20px;
  }
  .p-brday__benefit .special.special2 .box1 .example th small {
    display: block;
    margin-top: 8px;
    font-size: 1.6rem;
  }
  .p-brday__benefit .special.special2 .box1 .example p {
    font-size: 1.8rem;
  }
  .p-brday__first {
    margin-bottom: 60px;
  }
  .p-brday__first .sec {
    border: 2px solid #ffc92e;
  }
  .p-brday__first .inner {
    padding: 0 10px;
  }
  .p-brday__first .heading {
    padding: 20px 20px 12px;
  }
  .p-brday__first .heading h3 {
    margin: 0 auto 20px;
  }
  .p-brday__first .heading .flex {
    flex-direction: column;
    gap: 20px; 
  }
  .p-brday__first .heading .flex figure {
    margin: 0 auto 20px; 
  }
  .p-brday__first .heading p {
    font-size: 2rem;
  }
  .p-brday__first .top {
    gap: 12px;
    padding: 40px 16px 20px;
  }
  .p-brday__first .top:after {
    width: 26px;
    height: 14px;
  }
  .p-brday__first .top .img {
    position: relative;
    display: none;
    gap: 20px;
    justify-content: center;
    align-items: flex-end;
    top: 0;
    width: 100%;
    max-width: 94%;
    margin: 12px auto 20px;
  }
  .p-brday__first .top .img figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
  }
  .p-brday__first .top p {
    font-size: 2rem;
  }
  .p-brday__first .top .txt {
    width: 100%;
  }
  .p-brday__first .top .txt .name {
    width: 100%;
    margin-bottom: 20px;
    font-size: 4.8rem;
  }
  .p-brday__first .top .txt h5 {
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 2.8rem;
  }
  .p-brday__first .btm {
    flex-direction: column;
    gap: 12px;
    padding: 20px 20px 30px;
  }
  .p-brday__first .btm p {
    font-size: 2rem;
  }
  .p-brday__first .btm .img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .p-brday__first .btm .txt .info i {
    right: 0;
    top: 0;
  }
  .p-brday__first .btm .txt {
    width: 100%;
  } 
  .p-brday__first .btm .txt .info {
    display: block;
    font-size: 1.8rem;
    text-align: center;
  }
  .p-brday__first .itemlist {
    padding: 0;
  }
  .p-brday__first .itemlist .slide-arrow {
    width: 60px;
    position: absolute;
    top: 50%;
    margin-top: -92px;
    z-index: 1;
  }
  .p-brday__first .itemlist .prev-arrow {
    left: 20px;
  }
  .p-brday__first .itemlist .next-arrow {
    right: 20px;
  }
  .p-brday__first .itemlist li a {
    padding: 0;
  }
  .p-brday__first .itemlist li .img1 {
    width: 64%;
    margin: 0 auto;
  }
  .p-brday__first .itemlist li .txt1 {
    min-height: auto !important;
  }
  .p-brday__explan {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .p-brday__explan .heading {
    width: 100%;
    margin: 0 auto; 
  }
  .p-brday__explan .heading h3 {
    margin-bottom: 25px;
  }
  .p-brday__explan .lead {
    margin-bottom: 30px;
    text-align: left;
  }
  .p-brday__explan .lead p {
    font-size: 2rem;
  }
  .p-brday__explan .lead h4 {
    margin-bottom: 20px;
    font-size: 3.2rem;
  }
  .p-brday__explan .img1 {
    display: block;
    margin-bottom: 30px;
  }
  .p-brday__explan .img1 h5 {
    max-width: 100px;
  }
  .p-brday__explan .img1>div img {
    width: 100%;
  }
  .p-brday__explan .img1>div {
    margin-bottom: 40px;
  }
  .p-brday__explan .img1>div:last-child {
    margin-bottom: 0;
  }
  .p-brday__explan .arrow {
    transform: rotate(90deg);
    margin: 0 auto;
  }
  .p-brday__explan .btn {
    margin-bottom: 35px;
  }
  .p-brday__explan .btn a {
    padding: 10px 40px 10px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .p-brday__explan .btn a img {
    width: 35px;
  }
  .p-brday__explan .btn a span {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-brday__explan .btn a span.img1 {
    right: -15px;
  }
  .p-brday__explan .btn a span.img1 img {
    width: 75px;
    vertical-align: bottom;
  }
  .p-brday__explan .movie-wrap iframe {
    height: 52vw;
  }
  .p-brday__icon {
    padding: 0 15px;
  }
  .p-brday__icon .slider {
    margin-bottom: 60px;
  }
  .p-brday__icon .slider li {
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
  .p-brday__icon .slider .img1 img {
    width: 100%;
  }
  .p-brday__icon .slider .txt1 h4 {
    max-width: 80px;
  }
  .p-brday__icon .slider .txt1 p {
    font-size: 2rem;
  }
  .p-brday__icon .slider .slick-arrow {
    margin-top: 0;
    top: calc(73vw - 120px);
  }
  .p-brday__icon .slider .slick-list {
    overflow: hidden !important;
  }
  .p-brday__gallery {
    margin-bottom: 60px;
  }
  .p-brday__gallery h3 {
    margin-bottom: 40px;
    border-bottom-width: 2px;
  }
  .p-brday__gallery .slider {
    padding: 0;
  }
  .p-brday__contact address .pc-only-inline {
    display: none;
  }
  .p-brday__lineup {
    margin: 0 auto;
    padding-bottom: 0;
  }
  .p-brday__lineup .slide-arrow {
    width: 60px;
    position: absolute;
    top: 25%;
    z-index: 1;
  }
  .p-brday__lineup .prev-arrow {
    left: 0;
  }
  .p-brday__lineup .next-arrow {
    right: 0;
  }
  .p-brday__lineup .heading h3 {
    width: 60%;
  }
  .p-brday__lineup .inner {
    padding: 0 15px;
  }
  .p-brday__lineup .slider {
    margin-bottom: 20px;
  }
  .p-brday__lineup .lead {
    margin: 20px 0;
  }
  .p-brday__lineup .lead p {
    font-size: 2rem;
    font-weight: 400;
    line-height: 180%;
    text-align: left;
  }
  .p-brday__lineup .lead h4 {
    font-size: 2.8rem;
    line-height: 150%;
    margin-top: 16px;
  }
  .p-brday__lineup-block1 {
    margin-bottom: 20px;
    padding: 30px 0px;
    padding-bottom: 0;
  }
  .p-brday__lineup-block1 .lineup {
    margin-bottom: 40px;
  }
  .p-brday__lineup-block1 .ttl {
    margin-bottom: 20px;
  }
  .p-brday__lineup-block1 .ttl h3 {
    font-size: 3.4rem;
  }
  .p-brday__lineup-block1 .ttl p {
    font-size: 2rem;
    line-height: 150%;
    text-align: center;
  }
  .p-brday__lineup-block1 .title {
    margin-bottom: 32px;
    display: block;
  }
  .p-brday__lineup-block1 .title h4 {
    margin: 0 auto 18px;
    text-align: center;
  }
  .p-brday__lineup-block1 .title p {
    width: 100%;
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block1 {
    margin-bottom: 20px;
  }
  .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 li .img1 i {
    left: -17%;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    font-size: 1.8rem;
  }
  .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 {
    width: 64%;
    margin: 0 auto;
  }
  .p-brday__lineup-block1 .block1 .img1 img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .p-brday__lineup-block1 .block1 .txt1 {
    width: 100%;
    margin-left: 0;
  }
  .p-brday__lineup-block1 .block1 .txt1 p.kind {
    font-size: 1.6rem;
  }
  .p-brday__lineup-block1 .block1 .txt1 .new {
    font-size: 1.6rem;
  }
  .p-brday__lineup-block1 .block1 .txt1 h5 {
    font-size: 1.8rem;
  }
  .p-brday__lineup-block1 .block1 .txt1 .price {
    font-size: 1.8rem;
  }
  .p-brday__lineup-block1 .block1 .pay {
    width: 90%;
    margin: 0 auto;
    clear: both;
  }
  .p-brday__lineup-block1 .block1 .pay .times {
    padding: 0 8px;
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly {
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every {
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every br {
    display: none;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every strong {
    font-size: 2.8rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .first {
    font-size: 1.8rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .first strong {
    font-size: 1.8rem;
  }
  .p-brday__lineup-block1 .block1 .pay .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 2px;
  }
  .p-brday__lineup-block1 .block1 .pay .btn a {
    padding: 14px 15px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .p-brday__lineup-block1 .block1 .pay .times .number {
    font-size: 3.2rem;
  }
  .p-brday__lineup-block1 .block1 .pay .times .unit {
    font-size: 2px;
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block2 .txt2 {
    line-height: 160%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .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__lineup .btn1 {
    margin: 20px auto 36px;
  }
  .p-brday__lineup .attention {
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 160%;
  }
  .p-collection {
    padding: 0 0 40px;
  }
  .p-collection__list {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .p-collection__item {
    width: calc(100% / 2);
  }
  .p-collection__item .btn {
    max-width: 120px;
  }
  .p-collection__item .btn span {
    padding: 12px 8px;
    font-size: 2rem;
  }
  .p-brday__merit {
    padding: 40px 0;
  }
  .p-brday__merit h3 {
    font-size: 20px;
    font-size: 2.4rem;
    line-height: 150%;
    border-bottom-width: 2px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .p-brday__merit h3.title2 {
    margin-bottom: 5px;
  }
  .p-brday__merit h3 span {
    line-height: 1.8;
    font-size: 2.4rem;
  }
  .p-brday__merit .lead {
    display: block;
    margin: 20px 0 0;
  }
  .p-brday__merit .lead h4 {
    width: auto;
    margin-bottom: 36px;
  }
  .p-brday__merit .lead p {
    width: 100%;
    font-size: 2rem;
    line-height: 160%;
  }
  .p-brday__merit .lead2 p {
    font-size: 2rem;
  }
  .p-brday__merit .lead2 p small {
    display: block;
  }
  .p-brday__merit .item {
    margin-top: 32px;
    padding: 10px 0;
    font-size: 1.8rem;
  }
  .p-brday__merit .merit {
    margin: 40px 0;
  }
  .p-brday__merit .merit ul {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .p-brday__merit .merit li {
    width: auto;
    border-right: 0;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
  }
  .p-brday__merit .merit li:nth-child(3) {
    border-bottom: 0;
  }
  .p-brday__merit .merit li p {
    font-size: 2.4rem;
  }
  .p-brday__merit .btn1 a {
    padding: 18px 10px;
    font-size: 2rem;
    line-height: 140%;
    font-weight: 500;
    border: 4px solid #fff;
  }
  .p-brday__merit .merit li .icon {
    width: 40px;
    height: 33px;
    padding-top: 6px;
    font-size: 3rem;
    border: 2px solid #fff;
  }
  .p-brday__sns {
    padding: 40px 20px 32px;
  }
  .p-brday__sns .inner {
    padding: 0;
  }
  .p-brday__sns h3 {
    margin-bottom: 32px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 150%;
  }
  .p-brday__sns h3 span:before {
    width: 31px;
  }
  .p-brday__sns ul {
    display: block;
  }
  .p-brday__sns li {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-brday__sns li p {
    padding: 6px 0 10px;
    font-size: 2rem;
    font-weight: 600;
  }
  .p-brday__sns li p span {
    max-width: 140px;
    width: 41%;
  }
  .p-brday__sns li .btn span small {
    font-size: 1.8rem;
  }
  .p-brday__sns li .btn span strong {
    margin-top: 2px;
    font-size: 2rem;
  }
  .p-brday__sns li .ins {
    width: 32px;
  }
  .p-brday__sns .lead {
    margin: 20px 0 0;
    font-size: 2rem;
  }
  .p-brday__contact {
    padding: 0;
  }
  .p-brday__contact .inner {
    margin: 0 20px;
    padding: 32px 0 12px;
  }
  .p-brday__contact h3 {
    margin: 0 auto 20px;
    width: 65%;
  }
  .p-brday__contact .flex .item {
    padding: 20px 0;
  }
  .p-brday__contact .box1 {
    margin-top: 20px;
  }
  .p-brday__contact p {
    width: 80%;
    margin: 8px auto 0;
  }
  .p-brday__contact p span {
    width: 60%;
  }
  .p-brday__contact p a {
    width: 40%;
  }
  .p-brday__contact h4 {
    width: 41%;
    max-width: 160px;
    margin-bottom: 8px;
  }
  .p-brday__contact .c-wrap__1120 {
    padding: 40px 15px;
  }
  .p-brday__contact .flex {
    display: block;
  }
  .p-brday__contact .flex .item {
    width: 100%;
  }
  .p-brday__contact .map iframe {
    height: 60vw;
  }
  .p-brday__contact .attention {
    width: 100%;
    margin-top: 20px;
    padding: 0;
    border: 0;
  }

  .mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin-bottom: 25px;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 8px;
    background: #d9d9d9;
    border-radius: 50px;
  }

  .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.85);
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
    background: #ffc92e;
  }

  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: #fff; background-color: rgba(255,255,255,0.9);
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
    background: #ffc92e;
  }

  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 8px;
    margin: 0 auto;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 8px;
    margin: 0 auto;
  }

  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_draggerRail {
    filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; 
    background: #ffc92e;
  }

}