@charset "UTF-8";
/* Scss Document */
/* $break-point以下の時に@contentを適用 */
/* $break-point以上の時に@contentを適用 */
/* $break-point-min以上、$break-point-max以下の時に@contentを適用 */
body {
  background: #f3f3f3;
}

.fs36 {
  font-size: 36px;
}

.fs44 {
  font-size: 44px;
}

.fs48 {
  font-size: 48px;
}

.fs60 {
  font-size: 60px;
}

@media screen and (max-width: 768px) {
  .fs36 {
    font-size: calc(20px + 4 * (100vw - 375px) / 393);
  }

  .fs44 {
    font-size: calc(20px + 10 * (100vw - 375px) / 393);
  }

  .fs48 {
    font-size: calc(22px + 12 * (100vw - 375px) / 393);
  }

  .fs60 {
    font-size: calc(32px + 20 * (100vw - 375px) / 393);
  }
}
@media only screen and (max-width: 1024px) {
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 1024.2px) {
  .pc_none {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .tabsp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 768.2px) {
  .tabpc_none {
    display: none !important;
  }
}
.mgat {
  margin-left: auto;
  margin-right: auto;
}

.mgb10 {
  margin-bottom: 10px;
}

.mgb20 {
  margin-bottom: 20px;
}

.mgb30 {
  margin-bottom: 30px;
}

.mgb40 {
  margin-bottom: 40px;
}

.mgb70 {
  margin-bottom: 70px;
}

.mgb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mgb20 {
    margin-bottom: 10px;
  }

  .mgb30 {
    margin-bottom: 20px;
  }

  .mgb40 {
    margin-bottom: 20px;
  }

  .mgb70 {
    margin-bottom: calc(30px + 10 * (100vw - 375px) / 393);
  }

  .mgb100 {
    margin-bottom: calc(40px + 10 * (100vw - 375px) / 393);
  }
}
img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
}

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

footer {
  width: 100%;
  overflow: hidden;
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
footer img {
  display: inline;
}

#footerNav {
  background: #efefef;
  padding: 60px 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 1.2;
}

#footerNav a {
  color: #000;
  text-decoration: none;
}

#footerNav #fdaBana {
  display: block;
  background: #fff;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 360px;
  display: table;
  padding: 15px 0;
  margin-right: 80px;
}

#footerNav #fdaBana span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

#footerNav #fdaBana span:first-child {
  padding: 15px 10px 15px 5px;
  border-right: 1px solid #ccc;
}

#footerNav #fdaBana span img {
  width: 136px;
  height: 44px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

#footerNav #fdaBana:hover {
  opacity: 0.6;
}

#footBottom {
  padding: 40px 5%;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.fotterNavicons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fotterNavicons a {
  display: inline-block;
}

.footerNavmedia {
  border-right: 1px solid #ccc;
  padding-right: 50px;
  height: 104px;
}

.footerNavmedia p {
  text-align: left;
  margin: 0 0 20px;
}

.footerNavmedia .icon {
  margin: 0 20px 0 0;
}

.footerNavmedia .icon img {
  height: 45px;
  width: auto;
}

.footerNavmedia .icon img.youtubeicon,
.footerNavmedia .icon img.twitter {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}

.footerNavmedia .icon img.note {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.footerNavshop {
  padding-left: 60px;
}

.footerNavshop .shop {
  height: 50px;
  width: auto;
  padding-bottom: 10px;
}

@media screen and (max-width: 1280px) {
  #footerNav {
    font-size: 13px;
  }

  #footerNav #fdaBana {
    width: 330px;
    margin-right: 50px;
  }

  #footerNav #fdaBana span:first-child {
    padding: 15px 10px;
    padding: 15px 5px 15px 0;
  }

  #footerNav #fdaBana span img {
    width: 123px;
    height: 40px;
  }

  .footerNavmedia {
    padding-right: 30px;
  }

  .footerNavmedia .icon {
    margin: 0 15px 0 0;
  }

  .footerNavmedia .icon img {
    height: 40px;
    width: auto;
  }

  .footerNavmedia .icon img.note {
    padding-left: 10px;
  }

  .footerNavshop {
    padding-left: 30px;
  }

  .footerNavshop .shop {
    height: 45px;
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #footerNav #fdaBana {
    width: 300px;
    margin-right: 40px;
  }

  #footerNav #fdaBana span img {
    width: 110px;
  }

  .footerNavmedia {
    padding-right: 20px;
    height: 100px;
  }

  .footerNavmedia .icon {
    margin: 0 10px 0 0;
  }

  .footerNavmedia .icon img {
    height: 32px;
  }

  .footerNavmedia .icon img.note {
    padding-left: 5px;
  }

  .footerNavshop {
    padding-left: 30px;
  }

  .footerNavshop .shop {
    height: 36px;
  }
}
@media screen and (max-width: 820px) {
  #footerNav {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #fdaBana {
    font-size: 14px;
    margin: 0 0 50px;
    width: 50%;
    min-width: 280px;
  }

  .footerNavmedia .icon {
    margin: 0 30px 0 0;
  }

  .footerNavmedia .icon img {
    height: 40px;
  }

  .footerNavshop {
    padding-left: 50px;
  }

  .footerNavshop .shop {
    height: 46px;
  }
}
@media screen and (max-width: 767px) {
  #footerNav {
    padding: 40px 5%;
  }

  #footerNav #fdaBana {
    border-radius: 6px;
    width: 60%;
    margin: 0 0 35px;
  }

  .fotterNavicons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }

  .footerNavmedia {
    height: auto;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .footerNavmedia p {
    text-align: center;
    margin: 0 0 10px;
  }

  .footerNavmedia .icon {
    margin: 0 3%;
    width: 8.5%;
    vertical-align: middle;
  }

  .footerNavmedia .icon img {
    width: 100%;
    height: auto;
  }

  .footerNavmedia .icon img.youtubeicon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  .footerNavmedia .icon img.twitter,
  .footerNavmedia .icon img.TikToK {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }

  .footerNavmedia .icon img.note {
    padding-left: 0;
  }

  .footerNavshop {
    padding-left: 0;
    padding: 20px 0 0 0;
  }

  .footerNavshop .shop {
    display: block;
    margin: 0 auto;
    height: 40px;
  }

  .footerNavshop br {
    display: none;
  }
}
#siteHeader {
  width: 100%;
  border-top: 2px solid #d92b2b;
}

#siteLogo {
  padding: 30px;
  line-height: 1;
  text-align: left;
}

#siteLogo a {
  color: #000;
  text-decoration: none;
}

#siteLogo img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 480px) {
  #siteLogo {
    padding: 10px 10px 10px 13px;
  }

  #siteLogo img {
    width: 93px;
    height: auto;
  }
}
#siteLogo a img {
  display: inline;
}

#new_year {
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  background-color: #060403;
  color: #000;
  line-height: 1.6;
  width: 100%;
  overflow: hidden;
  font-feature-settings: 'palt';
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #new_year {
    font-size: 100%;
    font-size: calc(12px + 2 * (100vw - 375px) / 649);
  }
}
#new_year #main_img {
  max-width: 1300px;
  margin-inline: auto;
}
#new_year #wrapper {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  background: url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_base.webp');
}
#new_year #bg_confetti {
  background: url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_confetti.webp');
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  #new_year #bg_confetti {
    background-size: 100%;
    padding-top: 30px;
  }
}
#new_year .mx980 {
  width: 100%;
  max-width: 980px;
  margin-inline: auto;
}
#new_year .mx_c {
  width: max-content;
  width: -webkit-max-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 1024.2px) {
  #new_year .kaigyo_tabpc {
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  #new_year .kaigyo span {
    display: inline-block;
  }
  #new_year .kaigyo {
    display: inline-block;
  }
}
#new_year .section01 {
  background: url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section01_pc.webp') no-repeat center top;
}
@media only screen and (max-width: 1024px) {
  #new_year .section01 {
    padding: 50px 0 0;
    background: url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section01_sp.webp') no-repeat center top;
    background-size: 100%;
    background-position-y: calc(0px - 150 * (100vw - 375px) / 649);
  }
}
#new_year .section02 {
  margin-bottom: 100px;
  background:
    url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section02_pc_l.webp') no-repeat left top,
    url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section02_pc_r.webp') no-repeat right top;
}
@media only screen and (max-width: 1024px) {
  #new_year .section02 {
    background: url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section02_sp.webp') no-repeat left top;
    margin: 0 0 calc(20px + 30 * (100vw - 375px) / 649);
    background-size: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #new_year .section02 {
    margin-bottom: calc(-60px - 40 * (100vw - 375px) / 393);
  }
}
#new_year .section03 {
  background:
    url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section03_pc_l.webp') no-repeat left top,
    url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section03_pc_r.webp') no-repeat right top;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #new_year .section03 {
    padding-bottom: 20px;
    background: url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/bg_section03_sp.webp') no-repeat left bottom;
    background-size: 100%;
    padding-top: calc(80px + 80 * (100vw - 375px) / 393);
  }
}
#new_year h2.section_ttl {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  #new_year h2.section_ttl img {
    margin-inline: auto;
  }
}
@media only screen and (max-width: 768px) {
  #new_year h2.section_ttl {
    margin: 0 auto 10px;
  }
}
#new_year .text_box {
  width: 95%;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  font-family: YakuHanMP, 'Shippori Mincho', serif;
  font-size: 28px;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #new_year .text_box {
    font-size: calc(14px + 20 * (100vw - 375px) / 649);
    margin-bottom: 90px;
  }
}
#new_year .text_box .bold {
  font-weight: 800;
  color: #deb55a;
  -webkit-text-stroke: 0.5px #deb55a;
}
#new_year .member {
  position: relative;
  width: 95%;
  max-width: 1180px;
  margin-inline: auto;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}
#new_year .banner {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1024px) {
  #new_year .banner {
    width: 90%;
    margin: 0 auto calc(15px + 20 * (100vw - 375px) / 649);
  }
}
#new_year .banner a {
  transition: 0.5s;
  display: block;
}
@media print, screen and (min-width: 1024.2px) {
  #new_year .banner a:hover {
    transform: scale(1.02, 1.02);
    transition: 0.5s;
  }
}
#new_year .banner:last-child {
  margin-bottom: 0;
}
#new_year .member_price {
  border-image-width: 100px;
  border-image-source: url('https://www.fujidream.co.jp/assets2/campaign/newyearsale2026/images/member_price_waku.png');
  border-image-slice: 100 fill;
  border-image-repeat: round;
  max-width: 1180px;
  width: 95%;
  margin-inline: auto;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.15));
  padding: 60px 8px 80px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  #new_year .member_price {
    border-image-width: 50px;
    padding: 30px 8px 40px;
  }
}
#new_year .member_price .inner {
  background-color: #fff;
  padding: 0 20px;
  border-radius: 140px;
}
@media only screen and (max-width: 1024px) {
  #new_year .member_price .inner {
    padding: calc(10px + 15 * (100vw - 375px) / 649) 3% 0;
  }
}
#new_year .fare {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: linear-gradient(90deg, #deb93f, #a17b2f, #e1be4b, #f0dd7f, #deb93f, #a17b2f);
  padding: 8px;
  position: relative;
  border-radius: 10px;
  font-weight: 700;
}
@media only screen and (max-width: 1024px) {
  #new_year .fare {
    margin-bottom: calc(40px + 40 * (100vw - 375px) / 649);
  }
}
@media only screen and (max-width: 1024px) {
  #new_year .fare {
    max-width: 768px;
    padding: 3px;
    margin: 0 auto 20px;
    border-radius: 5px;
  }
}
#new_year .fare .inner {
  background-color: #fff;
  padding: 40px 10px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  #new_year .fare .inner {
    border-radius: 5px;
    padding: calc(20px + 20 * (100vw - 375px) / 649) calc(10px + 10 * (100vw - 375px) / 649) 20px;
  }
}
#new_year .fare .title {
  position: absolute;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #new_year .fare .title {
    top: calc(-15px - 20 * (100vw - 375px) / 649);
  }
}
#new_year .fare .title img {
  margin-inline: auto;
}
#new_year .fare table {
  border-collapse: collapse;
  width: 100%;
}
#new_year .fare table th,
#new_year .fare table td {
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
#new_year .fare table th {
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  background: #fff;
}
#new_year .fare table td {
  border: solid 1px #e1be4b;
}
#new_year .fare table thead th {
  font-size: 32px;
  padding: 15px 10px 17px;
}
@media only screen and (max-width: 1024px) {
  #new_year .fare table thead th {
    padding: 8px 5px;
    font-size: calc(13px + 7 * (100vw - 375px) / 649);
  }
}
#new_year .fare table thead td {
  color: #c4292a;
  font-size: 32px;
  padding: 15px 10px 17px;
}
@media only screen and (max-width: 1024px) {
  #new_year .fare table thead td {
    padding: 8px 5px;
    font-size: calc(13px + 7 * (100vw - 375px) / 649);
  }
}
#new_year .fare table tbody th {
  font-size: 24px;
  padding: 10px 10px 12px 10px;
}
@media only screen and (max-width: 1024px) {
  #new_year .fare table tbody th {
    padding: 5px;
    font-size: calc(12px + 4 * (100vw - 375px) / 649);
  }
}
#new_year .fare table tbody td {
  color: #c4292a;
  font-weight: 900;
  background-color: #fefbcd;
  font-size: 30px;
  letter-spacing: 0.05em;
  padding: 10px 10px 12px 10px;
}
@media only screen and (max-width: 1024px) {
  #new_year .fare table tbody td {
    padding: 5px;
    font-size: calc(14px + 4 * (100vw - 375px) / 649);
  }
}
#new_year .fare table th.bg {
  background-color: #f2f2f2;
}
#new_year .reserve {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  #new_year .reserve {
    padding: 0;
    max-width: 768px;
  }
}
#new_year .reserve .accordion {
  width: 100%;
  border: solid 2px #deb55a;
}
#new_year .reserve .accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ebd272;
  font-weight: 900;
  position: relative;
  padding: 20px 40px;
  cursor: pointer;
  font-size: 28px;
}
@media only screen and (max-width: 1024px) {
  #new_year .reserve .accordion summary {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  #new_year .reserve .accordion summary {
    padding: 15px 20px 15px 5%;
    font-size: calc(18px + 10 * (100vw - 375px) / 649);
  }
}
#new_year .reserve .accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 14px;
  height: 14px;
  margin-left: 10px;
  border-bottom: 3px solid #deb55a;
  border-right: 3px solid #deb55a;
  content: '';
  transition: transform 0.3s;
  position: absolute;
  right: 3%;
}
@media only screen and (max-width: 768px) {
  #new_year .reserve .accordion summary::after {
    width: 12px;
    height: 12px;
    right: 5%;
  }
}
#new_year .reserve .accordion[open] summary::after {
  transform: rotate(225deg);
}
#new_year .reserve .accordion summary::-webkit-details-marker {
  display: none;
}
#new_year .reserve .accordion .content {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 10px 40px 20px;
  transition:
    transform 0.5s,
    opacity 0.5s;
}
@media only screen and (max-width: 1024px) {
  #new_year .reserve .accordion .content {
    padding: 15px 25px;
  }
}
@media only screen and (max-width: 768px) {
  #new_year .reserve .accordion .content {
    padding: 15px 3%;
  }
}
#new_year .reserve .accordion .content table {
  margin-inline: auto;
}
@media print, screen and (min-width: 768px) {
  #new_year .reserve .accordion .content table {
    border-collapse: separate;
    border-spacing: 6px;
  }
}
@media only screen and (max-width: 767.8px) {
  #new_year .reserve .accordion .content table {
    border-collapse: collapse;
  }
  #new_year .reserve .accordion .content table th {
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
  }
  #new_year .reserve .accordion .content table td {
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    border-right: none;
  }
}
#new_year .reserve .accordion .content table td {
  padding: 5px 10px;
  line-height: 1.4;
  border: none;
}
@media only screen and (max-width: 1024px) {
  #new_year .reserve .accordion .content table td {
    padding: 5px;
    border: none;
  }
}
#new_year .reserve .accordion .content table th {
  padding: 5px 15px;
  background-color: #ebd272;
  text-align: justify;
  text-align-last: justify;
  font-size: 18px;
  font-weight: 500;
  border: none;
}
@media only screen and (max-width: 1024px) {
  #new_year .reserve .accordion .content table th {
    padding: 5px 10px;
    font-size: calc(12px + 2 * (100vw - 375px) / 649);
  }
}
#new_year .reserve .accordion .content a {
  color: #c4292a;
  text-decoration: none;
  font-weight: 900;
}
#new_year .reserve .accordion[open] .content {
  transform: none;
  opacity: 1;
}
