@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;
}

* {
  box-sizing: border-box;
}

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%;
}



body {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ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;
}

@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: 980px;
  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-date {
  display: inline-block;
  margin-bottom: 30px;
}

.p-date__list {
  display: flex;
  justify-content: center;
  gap: 0;
}

.p-date__item {
  color: #002859;
  font-size: 6.5rem;
  line-height: 0.9;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}

.p-date__item small {
  font-size: 3.4rem;
  font-family: "Noto Sans JP", sans-serif;
}

.p-date label {
  display: block;
  margin-top: 20px;
  padding: 4px 20px 6px;
  color: #002859;
  background: #ffc629;
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-brday {
  background: #fff;
  color: #000;
  border-top: 20px solid #002859;
  border-bottom: 20px solid #002859;
}

.p-brday__kv {
  max-width: 1280px;
  margin: 0 auto 60px;
  padding: 0 40px;
  padding-bottom: 100px;
  background: url(../img/arrow_1.svg) no-repeat center bottom;
  background-size: 80px 40px;
}

.p-brday__kv .block1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin: 77px auto 45px;
}

.p-brday__kv .block1 h1 {
  max-width: 345px;
  margin: 0 auto 40px;
}

.p-brday__kv .block1 h2 {
  max-width: 423px;
  margin: 0 auto 78px;
}

.p-brday__kv .block1 p {
  font-size: 45px;
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 120%;
}

.p-brday__kv .block2 {
  margin-bottom: 100px;
  padding: 0;
}

.p-brday__kv .block2 h2 {
  margin: 0 auto;
}

.p-brday__kv .block2 h3 {
  max-width: 861px;
  margin: 42px auto 0;
  padding-top: 42px;
  border-top: 3px solid #ffcc00;
}

.p-brday__lead {
  margin: 0 auto 80px;
  padding-bottom: 80px;
  background: url(../img/arrow_1.svg) no-repeat center bottom;
  background-size: 80px 40px;
}

.p-brday__lead-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-brday__lead .heading {
  text-align: center;
  margin-bottom: 60px;
}

.p-brday__lead .heading h3 {
  font-size: 45px;
  padding-bottom: 18px;
  font-size: 45px;
  font-size: 4.2rem;
  line-height: 135%;
  font-weight: bold;
  border-bottom: 3px solid #FFC62D;
}

.p-brday__lead .content .txt1 {
  margin-top: 32px;
  padding: 0 20px;
}

.p-brday__lead .content .txt1 p {
  font-size: 2.4rem;
  line-height: 1.8;
}

.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 {
  margin: 0 auto 80px;
  padding-bottom: 80px;
  background: url(../img/arrow_1.svg) no-repeat center bottom;
    background-size: 80px 40px;
}

.p-brday__benefit-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 40px;
}

.p-brday__benefit .heading {
  margin-bottom: 50px;
}

.p-brday__benefit .heading h3 {
  padding: 14px 30px 19px;
  color: #002859;
  font-size: 6rem;
  line-height: 1.4;
  background: #ffc629;
  text-align: center;
}

.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: 22px 0 18px;
  margin-bottom: 23px;
}

.p-brday__benefit .rivilege .title span {
  font-size: 36px;
  font-size: 3.6rem;
  margin-left: 16px;
  margin-bottom: 0 !important;
}

.p-brday__benefit .rivilege .title2 {
  background: #002859;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px 0 18px;
  margin-bottom: 23px;
  border-top: 3px solid #ffc629;
  border-bottom: 3px solid #ffc629;
  color: #ffc629;
}

.p-brday__benefit .rivilege .title2 span {
  font-size: 36px;
  font-size: 3.6rem;
  margin-left: 16px;
  margin-bottom: 0 !important;
}

.p-brday__benefit .rivilege h5 {
  margin-bottom: 20px;
}

.p-brday__benefit .rivilege .sub {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 165%;
  color: #ffc629;
}

.p-brday__benefit .rivilege .attention {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 165%;
}

.p-brday__benefit .rivilege1 {
  margin-bottom: 40px;
}

.p-brday__benefit .rivilege1 .lead {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 165%;
  text-align: center;
}

.p-brday__benefit .rivilege1 .img1 {
  margin: 20px 0;
  text-align: center;
}

.p-brday__benefit .rivilege1 .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px; 
  margin-bottom: 40px;
}

.p-brday__benefit .rivilege1 .contact .icon {
  display: block;
  min-width: 230px;
}

.p-brday__benefit .rivilege1 .contact .btn {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 165%;
  text-align: center;
}

.p-brday__benefit .rivilege1 .contact .btn a {
  display: block;
  padding: 4px 4px 3px;
  text-decoration: none;
  border: 3px solid #ffc629;
  background: #fff;
  border-radius: 50px;
}

.p-brday__benefit .rivilege1 .contact .btn a span {
  display: block;
  padding: 0 20px;
  color: #000;
  font-weight: bold;
  background: #ffc629;
  border-radius: 50px;
}

.p-brday__benefit .rivilege2 .lead {
  text-align: center;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 165%;
  text-align: left;
}

.p-brday__benefit .rivilege2 .lead small {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 165%;
  color: #dd0012; 
}

.p-brday__benefit .rivilege2 .img1 {
  float: right;
  width: 240px;
  margin: 0 0 20px 20px;
} 

.p-brday__benefit .rivilege2 {
  margin-bottom: 100px;
}

.p-brday__benefit .special {
  margin: 0 auto 60px;
}

.p-brday__benefit .special1 {
  margin-bottom: 100px;
}

.p-brday__benefit .special:last-child {
  margin-bottom: 0;
}

.p-brday__benefit .special .flex {
  display: flex;
  gap: 60px;
}

.p-brday__benefit .special .flex.reverse {
  flex-direction: row-reverse;
}

.p-brday__benefit .special .flex .img1 {
  width: 50%;
}

.p-brday__benefit .special .flex .txt {
  width: 50%;
  padding-right: 60px;
}

.p-brday__benefit .special .flex.reverse .txt {
  width: 71.4%;
  padding-left: 40px;
  padding-right: 0;
}

.p-brday__benefit .special .flex.reverse .img1 {
  width: 28.6%;
}

.p-brday__benefit .special .title {
  padding: 2px 0 4px;
  background: #002859;
  color: #fff;
  margin-bottom: 80px;
  text-align: center;
}

.p-brday__benefit .special .title strong {
  font-size: 4rem;
  line-height: 1.6;
}

.p-brday__benefit .special .desc {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.6;
}

.p-brday__benefit .special .note {
  font-size: 1.4rem;
}

.p-brday__benefit .special.special2 .flex {
  gap: 20px;
} 

.p-brday__benefit .special.special2 .note {
  margin-top: 20px;
}

.p-brday__benefit .special.special3 .flex {
  display: flex;
  justify-content: space-between;
  max-width: 88%;
  margin: 0 auto;
}

.p-brday__benefit .special.special3 .img1 {
  width: 43%;
  max-width: 500px;
  position: relative;
  text-align: center;
}

.p-brday__benefit .special.special3 .img1 a {
  text-decoration: none;
}

.p-brday__benefit .special.special3 .txt {
  width: 100%;
  padding-right: 0;
  margin-top: 20px;
}


.p-brday__benefit .special.special3 .img1 p {
}

.p-brday__benefit .special.special3 .img1 .new {
  display: block;
  margin-bottom: 12px;
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  color: #ffc629;
}

.p-brday__benefit .special.special3 .img1 p strong {
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1.2;
}

.p-brday__benefit .special.special3 .img1 p small {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}

.p-brday__benefit .special.special3 .img1 .price {
  font-size: 2.4rem;
  margin-top: 8px;
}

.p-brday__benefit .special.special3 .img1 .price span {
  font-size: 2rem;
}

.p-brday__benefit .special.special3 .box1 {
  width: 50%;
  padding: 0 6px;
}

.p-brday__benefit .special.special3 .box1 .txt1 {
  max-width: 288px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 36px;
}

.p-brday__benefit .special.special3 .box1 .lead {
  font-size: 2.8rem;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: left;
}

.p-brday__benefit .special.special3 .box1 .lead em {
  color: #FFC629;
  font-size: 27px;
  font-size: 2.7rem;
}

.p-brday__benefit .special.special3 .box1 .example h5 {
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
}

.p-brday__benefit .special.special3 .box1 .example table {
  width: 100%;
  margin-bottom: 20px;
}

.p-brday__benefit .special.special3 .box1 .example table+table {
  margin-top: 10px;
}

.p-brday__benefit .special.special3 .box1 .example th, .p-brday__benefit .special.special3 .box1 .example td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 10px 15px;
}

.p-brday__benefit .special.special3 .box1 .example th {
  width: 140px;
  padding: 32px 12px;
  text-align: center;
  vertical-align: middle;
}

.p-brday__benefit .special.special3 .box1 .example th .times {
  font-size: 6.4rem;
  line-height: 0.8;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}

.p-brday__benefit .special.special3 .box1 .example th .times b {
  font-size: 3.4rem;
  font-weight: 400;
}

.p-brday__benefit .special.special3 .box1 .example th em {
  font-size: 20px;
  font-size: 2rem;
}

.p-brday__benefit .special.special3 .box1 .example th small {
  display: block;
  margin-top: 12px;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1;
}

.p-brday__benefit .special.special3 .box1 .example td {
  text-align: left;
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  background: #002859;
}

.p-brday__benefit .special.special3 .box1 .example td .month {
  font-size: 2.7rem;
  color: #ffc629;
}

.p-brday__benefit .special.special3 .box1 .example td .month strong {
  font-size: 5.5rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-brday__benefit .special.special3 .box1 .example td .month small {
  font-size: 3.4rem;
}

.p-brday__benefit .special.special3 .box1 .example td .first {
  display: block;
  margin-top: 12px;
  font-size: 3.4rem;
}

.p-brday__benefit .special.special3 .box1 .example td .first strong {
  font-size: 3.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  vertical-align: bottom;
}

.p-brday__benefit .special.special3 .box1 .example .s th,
.p-brday__benefit .special.special3 .box1 .example .s td {
  color: #FFC629;
  background: #002859;
  border-right: 1px solid #fff;
}

.p-brday__benefit .special.special3 .box1 .example .s td:last-child {
  font-weight: bold;
  border-right: 1px solid #002859;
}

.p-brday__benefit .special.special3 .box1 .example p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.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: 2.2rem;
}

.p-brday__benefit .special.special3 p strong {
  font-size: 2.4rem;
  font-weight: 500;
}

.p-brday__benefit .special.special3 p strong {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-brday__benefit .special.special3 .price {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
}

.p-brday__benefit .special.special3 .price span {
  font-size: 2rem;
}

.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 .img1_1,
.p-brday__explan .img1 .img1_2 {
  max-width: 453px;
}

.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;
  padding: 0 20px;
  margin-bottom: 18px;
}

.p-brday__icon .slider .txt1 p {
  padding: 0 20px;
  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 27px;
}

.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: 296px;
  margin: 0 auto;
}

.p-brday__index {
  background: #002859;
  padding: 80px 40px;
}

.p-brday__index-inner {
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 100px;
  background: url(../img/arrow_2.svg) no-repeat center bottom;
    background-size: 80px 40px;
}

.p-brday__index h3 {
  margin-bottom: 40px;
  font-size: 4rem;
  color: #ffc629;
  text-align: center;
}

.p-brday__index p {
  margin-bottom: 80px;
  font-size: 2.4rem;
  line-height: 1.8;
  color: #fff;
}

.p-brday__list {
  display: flex;
  gap: 40px; 
  color: #ffc629;
  font-size: 4rem;
  line-height: 1.4;
}

.p-brday__list li {
  width: 25%;
}

.p-brday__list li a {
  position: relative;
  display: block;
  padding: 8px 4px 10px;
  color: #ffc629;
  background: #000000;
  text-decoration: none;
  border-radius: 4px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
}

.p-brday__list li a:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: #ffc629;
  height: calc(tan(72deg)* 18px / 3);
  width: 18px;
  clip-path: polygon(103% 0, 100% 100%, 0 100%);
  transform: rotate(0deg);
}

.p-brday__lineup {
  max-width: 1140px;
  margin: 0 auto 90px;
  padding: 100px 40px 0; 
  overflow: hidden;
}

.p-brday__lineup .heading {
  text-align: center;
  margin-bottom: 40px;
}

.p-brday__lineup .heading h3 {
  max-width: 619px;
  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: 25px;
}

.p-brday__lineup .slider li p {
  max-width: 185px;
  margin: 0 auto;
}

.p-brday__lineup .lead {
  text-align: center;
  margin-top: 80px;
}

.p-brday__lineup .lead p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 172%;
}

.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 {
  margin-bottom: 80px;
  padding-bottom: 20px;
  border-bottom: 3px solid #FFCC00;
}

.p-brday__lineup-block1#superocean {
  margin-bottom: 80px;
  padding-bottom: 0;
  border-bottom: 0;
}

.p-brday__lineup-block1 .lineup {
  text-align: center;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 7px;
  margin-bottom: 50px;
  font-size: 3.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-align: center;
}

.p-brday__lineup-block1 .lineup h4 {
  font-weight: 400;
}
.p-brday__lineup-block1 .title {
  margin-bottom: 48px;
  display: flex;
  align-items: flex-start;
  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: left;
  width: 320px;
  margin-right: 60px;
  font-size: 6rem;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-brday__lineup-block1 .title p {
  width: calc(100% - 340px);
  font-size: 2.4rem;
  line-height: 1.8;
}

.p-brday__lineup-block1 .block1 ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 32px; 
}

.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% - 64px) / 3);
  margin-bottom: 57px;
  text-align: center;
}

.p-brday__lineup-block1 .block1 li:nth-child(3n+1) {
  margin-left: 0;
}

.p-brday__lineup-block1 .block1 .img1 {
  margin-bottom: 6px;
}

.p-brday__lineup-block1 .block1 .img1 img {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
}

.p-brday__lineup-block1 .block1 .txt1 {
  margin-bottom: 32px;
}

.p-brday__lineup-block1 .block1 .txt1 p:first-child {
  margin-bottom: 8px;
  font-size: 1.4rem;
}

.p-brday__lineup-block1 .block1 .txt1 .new {
  display: inline-block;
  height: 30px;
  margin-bottom: 8px;
  color: #FFBE00;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.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 p {
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .txt1 strong {
  font-weight: 500;
  line-height: 1.3;
  font-size: 2.4rem;
}

.p-brday__lineup-block1 .block1 .txt1 strong small {
  font-weight: 400;
  font-size: 1.8rem;
  margin-top: 6px;
  letter-spacing: 0.02em;
}

.p-brday__lineup-block1 .block1 .txt1 h5 {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 142.857%;
  font-weight: bold;
  margin-bottom: 6px;
}

.p-brday__lineup-block1 .block1 .txt1 .price {
  margin-top: 12px;
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .txt1 .price span {
  font-size: 2rem;
}

.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;
  width: 79px;
  padding: 18px 8px;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .times .number {
  font-size: 3.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .times .unit {
  font-size: 2rem;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .monthly {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  padding: 4px 0 4px 10px;
  border-left: 2px solid #fff;
  flex-grow: 1;
  background: #0e3460;
  color: #fff;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every {
  margin-bottom: 4px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #ffbe00;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every strong {
  font-size: 2.8rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every .month {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 1.6rem;
}

.p-brday__lineup-block1 .block1 .pay .monthly .every b {
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.03em;
}

.p-brday__lineup-block1 .block1 .pay .monthly .first {
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .monthly .first strong {
  font-size: 2.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.p-brday__lineup-block1 .block1 .pay .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px 0 2px;
  background: #0e3460;
}

.p-brday__lineup-block1 .block1 .pay .btn a {
  display: block;
  color: #231815;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.2;
  background: #ffbe00;
  padding: 12px 10px;
  min-width: 69px;
}

.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-last {
  margin-top: 40px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
  color: #ffc629;
  text-align: center;
}

.p-brday__lineup-attention {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: center;
}

.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: 80px 40px;
  color: #fff;
}

.p-brday__merit-inner {
  max-width: 1080px;
  margin: 0 auto;
}

.p-brday__merit h3 {
  text-align: center;
  font-weight: 700;
  font-size: 3.6rem;
  padding-bottom: 6px;
  line-height: 1.2;
  margin-bottom: 60px;
}

.p-brday__merit h3 span {
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
}

.p-brday__merit h3.title2 {
  margin-bottom: 28px;
}

.p-brday__merit .lead {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.p-brday__merit .lead:before, .p-brday__merit .lead:after {
  display: none;
}

.p-brday__merit .lead h4 {
  width: 480px;
}

.p-brday__merit .lead p {
  width: calc(100% - 530px);
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.65;
}

.p-brday__merit .lead2 p {
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 150%;
}

.p-brday__merit .lead2 p small {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 150%;
}

.p-brday__merit .item {
  margin-top: 61px;
  padding: 6px 0;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 160%;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p-brday__merit .merit {
  margin-bottom: 10px;
}

.p-brday__merit .merit ul {
  display: flex;
  flex-wrap: wrap;
}

.p-brday__merit .merit ul:before, .p-brday__merit .merit ul:after {
  display: none;
}

.p-brday__merit .merit li {
  width: 50%;
  border-right: 1px solid #fff;
  text-align: center;
  padding: 38px 0;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.p-brday__merit .merit li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  margin: 0 auto;
  font-size: 3.6rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  border: 4px solid #fff;
  border-radius: 78px;
}

.p-brday__merit .merit li:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.p-brday__merit .merit li p {
  margin-top: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
}

.p-brday__merit .merit li small {
  display: inline-block;
  margin-top: 12px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}

.p-brday__merit .merit li:nth-child(2n) {
  border-right: 0;
}

.p-brday__merit .merit li:nth-child(2n):before {
  left: auto;
  right: 0;
}

.p-brday__merit .merit li:nth-child(3), .p-brday__merit .merit li:nth-child(4) {
  padding-bottom: 16px;
}

.p-brday__merit .merit li:nth-child(3):before, .p-brday__merit .merit li:nth-child(4):before {
  display: none;
}

.p-brday__merit .btn1 {
  text-align: center;
}

.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 0;
  color: #fff;
  background: #000000;
}

.p-brday__sns h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.p-brday__sns h3 span {
  display: inline-block;
}

.p-brday__sns-main {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.p-brday__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.p-brday__sns li {
  width: 47px;
}

.p-brday__sns .lead {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.8;
  text-align: center;
}

.p-brday__contact {
  background: #fff;
  color: #000;
  padding-bottom: 75px;
}

.p-brday__contact .c-wrap__1120 {
  padding-top: 45px;
  border-top: 1px solid #000;
}

.p-brday__contact h3 {
  max-width: 420px;
  margin: 0 auto 54px;
}

.p-brday__contact h4 {
  max-width: 212px;
  margin: 0 auto 24px;
  font-size: 28px;
  font-size: 2.8rem;
}
.p-brday__contact p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 21px;
  font-size: 2.1rem;
}

.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: 42px;
  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;
}

.c-btn__other {
  text-align: center;
}

.c-btn__other a {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  padding: 19px 12px;
  background: linear-gradient(#fffffe 0%, #fffaec 50%, #ffbf13 100%);
  color: #002859;
  border-radius: 50px;
  font-size: 2.4rem;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0px 0px 10px 1px rgb(140 140 140 / 30%);
  box-sizing: border-box;
}

.c-btn__shop {
  margin-top: 48px;
  text-align: center;
}

.c-btn__shop a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 640px;
  padding: 19px 12px;
  color: #fff;
  background: linear-gradient(#383838 0%, #4f4f4f 50%, #383838 100%);
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
}

.c-btn__shop a small {
  font-size: 2rem;
}

.c-btn__shop a strong {
  font-weight: 700;
  font-size: 2.8rem;
}

.c-btn__club {
  margin-top: 54px;
  text-align: center;
}

.c-btn__club a {
  display: inline-block;
  width: 100%;
  max-width: 700px;
  padding: 20px 12px;
  color: #fff; 
  border: 7px solid #fff;
  text-align: center;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: 700;
}

.c-btn__sns {
  text-align: center;
}

.c-btn__sns a {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 620px;
  padding: 22px 34px;
  color: #fec526; 
  text-align: center;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(#545454 0%, #4b4b4b 50%, #333333 100%);
  box-sizing: border-box;
}

.c-btn__sns a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 10px);
  height:  calc(100% - 10px);
  border: 2px solid #fff;
  transform: translate(-50%,-50%);
  z-index: 1;
  box-sizing: border-box;
}

.p-footer {
  padding: 100px 40px 60px;
}

.p-footer__inner {
  max-width: 1220px;
  margin: 0 auto;
}

.p-footer__logo {
  display: block;
  max-width: 500px;
  margin: 0 auto 70px;
}

.p-footer__map {
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
}

.p-footer__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-footer__place {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-footer__place strong {
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px solid #000;
  font-size: 4rem;
  line-height: 1.3;
}

.p-footer__place address {
  font-size: 2rem;
  line-height: 1.7;
  font-style: normal;
}

/* ----------------------------- タブレット */

@media screen and (max-width: 1024px) {
  html {
    font-size: 40%;
  }
  .p-brday__benefit .heading {
    margin-bottom: 40px;
  }
  .p-brday__benefit .special .title {
    margin-bottom: 40px;
  }
  .p-brday__benefit .special .flex {
    gap: 20px;
  }
  .p-brday__benefit .special.special3 .flex {
    max-width: 100%;
  }
  .p-brday__benefit .special.special3 .box1 {
    padding: 0 20px;
  }
  .p-brday__index p {
    margin-bottom: 40px;
  }
  .p-brday__list {
    gap: 20px;
  }
  .p-brday__lineup-block1 .block1 .pay .btn a {
    min-width: 26px;
  }
  .p-brday__lineup-block1 .block1 ul {
    gap: 20px;
  }
  .p-brday__lineup-block1 .block1 li {
    width: calc((100% - 40px) / 3);
  }
  .p-brday__lineup-block1 .block1 .pay .times {
    width: 54px;
    padding: 18px 4px;
  }
  .p-brday__lineup-block1 .title h4 {
    width: 200px;
  }
  .p-brday__lineup-block1 .title p {
    width: calc(100% - 200px);
  }
  .p-brday__lineup-block1#superocean {
    margin-bottom: 40px;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every .month {
    font-size: 2.4rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every {
    font-size: 2.6rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every strong {
    font-size: 3.4rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .first {
    font-size: 2.6rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .first strong {
    font-size: 2.6rem;
  }
  .c-btn__other a {
    font-size: 3rem;
  }
  .p-brday__lineup-attention {
    font-size: 2rem;
  }
  .c-btn__shop a {
    align-items: center;
  }
  .c-btn__shop a small {
    font-size: 2.4rem;
  }
  .c-btn__shop a strong {
    font-size: 3rem;
  }
  .p-brday__merit .lead h4 {
    width: 45%;
  }
  .p-brday__merit .lead p {
    width: 50%;
  }
  .p-brday__merit .merit li .icon {
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
  }
  .c-btn__club a {
    font-size: 3rem;
    border: 5px solid #fff;
  }
  .c-btn__sns a {
    padding: 22px 40px;
  }
  .p-footer__logo {
    width: 50%;
  }
}

/* ----------------------------- スマホ */

@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 20px 0;
    margin-bottom: 40px;
  }
  .p-brday__kv .block1 {
    width: 80%;
    margin: 0 auto 30px;
  }
  .p-brday__kv .block1 h1 {
    max-width: 60%;
    margin: 0 auto 40px;
  }
  .p-brday__kv .block2 {
    margin-bottom: 40px;
    padding: 0;
  }
  .p-brday__kv .block2 h2 {
    width: 100%;
  }
  .p-brday__kv .block2 h3 {
    width: 100%;
    margin: 30px auto 0;
    padding-top: 30px;
  }
  .p-brday__lead {
    margin: 0 auto 32px;
    padding-bottom: 40px;
    background: url(../img/arrow_1.svg) no-repeat center bottom;
    background-size: 40px 30px;
  }
  .p-brday__lead-inner{
    padding: 0 20px;
  }
  .p-brday__lead .heading {
    margin-bottom: 20px;
  }
  .p-brday__lead .heading h3 {
    border-bottom-width: 2px;
    padding-bottom: 8px;
    font-size: 2.6rem;
  }
  .p-brday__lead .content .flex {
    gap: 20px;
  }
  .p-brday__lead .content .txt1, .p-brday__lead .content .img1 {
    float: none;
    width: auto;
  }
  .p-brday__lead .content .txt1 {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .p-brday__lead .content .txt1 p {
    font-size: 2rem;
  }
  .p-brday__lead .content .covid19 {
    padding-top: 20px;
    display: block;
  }
  .p-brday__lead .content .covid19 .icon {
    width: 60%;
    text-align: center;
    margin: 0 auto 15px;
  }
  .p-brday__lead .content .covid19 p {
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 165%;
  }
  .p-brday__benefit {
    padding-bottom: 60px;
  }
  .p-brday__benefit-inner {
    padding: 0 20px;
  }
  .p-brday__benefit .heading {
    margin-bottom: 20px;
  }
  .p-brday__benefit .heading h3 {
    font-size: 2.8rem;
    padding: 10px 6px 12px;
    margin-bottom: 8px;
  }
  .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 .title {
    padding: 16px 0 15px;
  }
  .p-brday__benefit .rivilege .title span {
    font-size: 2.4rem;
    margin-left: 0;
    padding: 0 10px;
    line-height: 140%;
  }
  .p-brday__benefit .rivilege .title2 {
    padding: 20px 0 18px;
  }
  .p-brday__benefit .rivilege .title2 span {
    font-size: 2.4rem;
    margin-left: 0;
    padding: 0 10px;
  }
  .p-brday__benefit .rivilege1 {
    margin-bottom: 30px;
  }
  .p-brday__benefit .rivilege1 .contact .icon {
    min-width: 120px; 
    width: 30%;
  }
  .p-brday__benefit .rivilege1 .contact .btn {
    width: 70%;
  }
  .p-brday__benefit .rivilege1 .contact .btn a span {
    padding: 8px 4px 7px;
    line-height: 130%;
    font-size: 2.4rem;
  }
  .p-brday__benefit .rivilege .sub {
    margin-top: 20px;
    font-size: 2rem;
  }
  .p-brday__benefit .rivilege .attention {
    margin-top: 10px;
    font-size: 1.8rem;
    text-align: left;
  }
  .p-brday__benefit .rivilege1 .lead {
    text-align: left;
    font-size: 2rem;
  }
  .p-brday__benefit .rivilege2 {
    margin-bottom: 40px;
  }
  .p-brday__benefit .rivilege2 .img1 {
    width: 180px;
  }
  .p-brday__benefit .rivilege2 .lead {
    text-align: left;
    font-size: 2rem;
  }
  .p-brday__benefit .special {
    margin-bottom: 32px;
  }
  .p-brday__benefit .special1 {
    margin-bottom: 60px;
  }
  .p-brday__benefit .special .note {
    font-size: 2rem;
  }
  .p-brday__benefit .special .title {
    margin-bottom: 20px;
    padding: 7px 12px 8px;
    text-align: center;
  }
  .p-brday__benefit .special .title strong {
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .p-brday__benefit .special .desc {
    font-size: 2.4rem;
  }
  .p-brday__benefit .special .flex {
    display: block;
  }
  .p-brday__benefit .special .flex .img1 {
    width: 100%;
  }
  .p-brday__benefit .special .flex .txt {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
  }
  .p-brday__benefit .special .flex .txt .txt1 {
    width: 70%;
    margin: -21px auto 12px;
  }
  .p-brday__benefit .special .flex .txt .txt1 img {
    width: 100%;
  }
  .p-date {
    width: 76%;
    display: block;
    margin: 0 auto 24px;
  }
  .p-date label {
    padding: 3px 20px 6px;
  }
  .p-brday__benefit {
    margin: 0 auto 32px;
    padding-bottom: 56px;
    background: url(../img/arrow_1.svg) no-repeat center bottom;
    background-size: 40px 30px;
  }
  .p-brday__benefit .special .flex.reverse .img1 {
    width: 100%;
  }
  .p-brday__benefit .special .flex.reverse .txt {
    width: 100%;
    padding: 0;
  }
  .p-brday__benefit .special.special3 .flex {
    display: block;
  }
  .p-brday__benefit .special.special3 .img1 {
    width: 100%;
    margin-bottom: 20px;
    }
  .p-brday__benefit .special.special3 .img1 img {
    width: 70%;
    margin-right: 0;
  }
  .p-brday__benefit .special.special3 .box1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    /*gap: 20px;*/
  }
  .p-brday__benefit .special.special3 .box1 .sp-flex {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
  }
  .p-brday__benefit .special.special3 .img1 .new {
    margin-bottom: 4px;
    font-size: 3rem;
    line-height: 1.2;
  }
  .p-brday__benefit .special.special3 p {
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .p-brday__benefit .special.special3 .img1 .price {
    margin-top: 6px;
    font-size: 3rem;
  }
  .p-brday__benefit .special.special3 .img1 a {
    display: block;
  }
  .p-brday__benefit .special.special3 .box1 .txt1 {
    width: 70%;
    margin-bottom: 0;
  }
  .p-brday__benefit .special.special3 .box1 .lead {
    width: 58%;
    margin-bottom: 0;
    font-size: 2rem;
  }
  .p-brday__benefit .special.special3 .box1 .example table {
    margin-bottom: 16px;
  }
  .p-brday__benefit .special.special3 .box1 .example th {
    width: 96px;
    padding: 18px 8px;
  }
  .p-brday__benefit .special.special3 .box1 .example th small {
    margin-top: 4px;
  }
  .p-brday__benefit .special.special3 .box1 .example th .times {
    font-size: 5rem;
  }
  .p-brday__benefit .special.special3 .box1 .example td .month {
    font-size: 2.4rem;
  }
  .p-brday__benefit .special.special3 .box1 .example td .first {
    margin-top: 6px;
  }
  .p-brday__benefit .special.special3 .box1 .example td {
    font-size: 3.2rem;
  }
  .p-brday__benefit .special.special3 .box1 .example td .month strong {
    font-size: 4rem;
  }
  .p-brday__benefit .special.special3 .box1 .example p {
    font-size: 2rem;
  }
  .p-brday__index {
    padding: 32px 20px;
  }
  .p-brday__index h3 {
    margin-bottom: 32px;
    font-size: 3.2rem;
  }
  .p-brday__index p {
    margin-bottom: 32px;
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-brday__index-inner {
    margin: 0 auto;
    padding-bottom: 66px;
    background: url(../img/arrow_2.svg) no-repeat center bottom;
    background-size: 40px 30px;
  }
  .p-brday__list {
    flex-wrap: wrap;
    gap: 20px;
    font-size: 2.8rem;
  }
  .p-brday__list li {
    width: calc((100% - 20px) / 2);
  }
  .p-brday__list li a{
    padding: 10px 4px 12px;
  }
  .p-brday__list li a:after {
    bottom: 4px;
    right: 4px;
    height: calc(tan(72deg)* 11px / 3);
    width: 11px;
    clip-path: polygon(103% 0, 100% 100%, 0 100%);
    transform: rotate(0deg);
  }
  .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__gallery .slider li img {
    width: 100%;
  }
  .p-brday__lineup {
    margin: 0 auto 32px;
    padding: 32px 20px 0;
  }
  .p-brday__lineup .slider {
    margin-bottom: 40px;
  }
  .p-brday__lineup .lead {
    margin-top: 20px;
  }
  .p-brday__lineup .lead p {
    font-size: 2rem;
    text-align: left;
  }
  .p-brday__lineup .lead h4 {
    font-size: 2.8rem;
    line-height: 165%;
    margin-top: 20px;
  }
  .p-brday__lineup-block1 {
    margin-bottom: 32px;
    padding-bottom: 0;
  }
  .p-brday__lineup-block1 .lineup {
    font-size: 3.8rem;
    margin-bottom: 32px;
    padding-bottom: 4px;
  }
  .p-brday__lineup-block1 .title {
    margin-bottom: 32px;
    display: block;
  }
  .p-brday__lineup-block1 .title h4 {
    margin: 0 auto 32px;
    font-size: 5rem;
    text-align: center;
  }
  .p-brday__lineup-block1 .title p {
    width: 100%;
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-brday__lineup-block1 .block1 {
    margin-bottom: 40px;
  }
  .p-brday__lineup-block1 .block1 ul {
    display: block;
  }
  .p-brday__lineup-block1 .block1 li {
    width: auto;
    min-width: 70vw;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .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: 70%;
    margin-bottom: 6px;
  }
  .p-brday__lineup-block1 .block1 .img1 img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .p-brday__lineup-block1 .block1 .txt1 {
    width: 90%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-brday__lineup-block1 .block1 .txt1 p:first-child {
    font-size: 1.8rem;
  }
  .p-brday__lineup-block1 .block1 .txt1 .new {
    height: 24px; 
    font-size: 2.4rem;
    line-height: 1.2;
  }
  .p-brday__lineup-block1 .block1 .txt1 strong {
    font-size: 2.4rem;
  }
  .p-brday__lineup-block1 .block1 .txt1 h5 {
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block1 .txt1 .price {
    font-size: 2.4rem;
  }
  .p-brday__lineup-block1 .block1 .pay {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    clear: both;
  }
  .p-brday__lineup-block1 .block1 .pay .times {
    width: 50%;
  }
  .p-brday__lineup-block1 .block1 .pay .times {
    width: 64px;
    padding: 0 4px;
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block1 .pay .times .number {
    font-size: 4rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly {
    padding-top: 13px;
    padding-left: 18px;
    padding-bottom: 13px;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every {
    margin-bottom: 6px;
    font-size: 2.4rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .every .month {
    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: 3.2rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .first {
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block1 .pay .monthly .first strong {
    font-size: 2rem;
  }
  .p-brday__lineup-block1 .block1 .pay .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 7px;
  }
  .p-brday__lineup-block1 .block1 .pay .btn a {
    padding: 9px 11px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .p-brday__lineup-block1 .block1 .pay .times .number {
    display: inline-block;
    line-height: 1;
    font-size: 4rem;
  }
  .p-brday__lineup-block1 .block1 .pay .times .unit {
    font-size: 2.4rem;
  }
  .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-top: 40px;
  }
  .p-brday__lineup .attention {
    margin-top: 40px;
    font-size: 1.8rem;
    line-height: 165%;
  }
  .p-brday__merit {
    padding: 32px 20px;
  }
  .p-brday__merit h3 {
    font-size: 20px;
    font-size: 3.2rem;
    line-height: 1.4;
    border-bottom-width: 2px;
    padding-bottom: 0;
    margin-bottom: 32px;
  }
  .p-brday__merit h3 span {
    padding-bottom: 2px;
    line-height: 2;
    border-bottom: 2px solid #fff;
  }
  .p-brday__merit .lead {
    display: block;
    margin-bottom: 20px;
  }
  .p-brday__merit .lead h4 {
    width: auto;
    margin-bottom: 20px;
  }
  .p-brday__merit .lead p {
    width: 100%;
    font-size: 2.4rem;
  }
  .p-brday__merit .lead2 p {
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .p-brday__merit .item {
    margin-top: 20px;
    font-size: 2.4rem;
  }
  .p-brday__merit .merit ul {
    display: block;
  }
  .p-brday__merit .merit li {
    width: auto;
    border-right: 0;
    padding: 20px 12px;
  }
  .p-brday__merit .merit li:nth-child(3):before {
    display: block;
  }
  .p-brday__merit .merit li p {
    margin-top: 12px;
    font-size: 2.4rem;
  }
  .p-brday__merit .merit li small {
    font-size: 2rem;
    text-align: left;
  }
  .p-brday__sns {
    padding: 32px 20px;
  }
  .p-brday__sns h3 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
  }
  .p-brday__sns ul {
    gap: 12px;
  }
  .p-brday__contact {
    padding: 0 0 40px;
  }
  .p-brday__contact h3 {
    margin: 0 auto 20px;
  }
  .p-brday__contact .flex .item {
    margin-bottom: 30px;
  }
  .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;
  }
  .p-brday__lineup-last {
    margin-top: 32px;
    font-size: 2.4rem;
    text-align: left;
  }
  .p-brday__lineup-attention {
    text-align: left;
  }
  .p-footer {
    padding: 32px 20px;
  }
  .p-footer__logo {
    width: 68%;
    margin: 0 auto 32px;
  }
  .p-footer__place {
    display: block;
    margin-top: 32px;
  }
  .p-footer__place strong {
    display: inline-block;
    margin-bottom: 12px;
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    font-size: 2.8rem;
  }
  .p-footer__place address {
      font-size: 2rem;
  }
  .c-btn__other a {
    font-size: 2.4rem;
    padding: 18px 4px;
  }
  .c-btn__shop {
    margin-top: 32px;
  }
  .c-btn__shop a {
    padding: 16px 4px;
    gap: 12px;
  }
  .c-btn__shop a small {
    font-size: 1.8rem;
  }
  .c-btn__shop a strong {
    font-size: 2.4rem;
  }
  .c-btn__club {
    margin-top: 32px;
  }
  .c-btn__club a {
    padding: 12px 4px;
    font-size: 2.4rem;
    box-sizing: border-box;
  }
  .c-btn__sns a {
    padding: 16px 42px;
    font-size: 2.4rem;
  }
}