@charset "utf-8";
/* CSS Document */
/* Base */
.l-content-body, .l-wrapper, .l-content, .l-content-main {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.t-mode-rwd .l-content-main {
  padding: 0 !important;
}
.t-mode-rwd .l-header {
  z-index: -100;
}
.t-mode-rwd.is-sticky .l-header {
  z-index: 1001;
}
.article-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 15px;
}
.article-inner > *:first-child {
  margin-top: 0;
}
.article-inner > *:last-child {
  margin-bottom: 0;
}
.sp-only {
  display: none;
}
body.noscroll {
  overflow: hidden;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .t-mode-rwd .l-content-body[data-type="full"] .l-content-main {
    padding: 0 !important;
  }
  .l-footer {
    margin-top: -1px;
  }
}
@media screen and (min-width: 768px) {
  .l-content-related[data-type="full"] {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 15px 100px;
  }
  .t-mode-rwd[data-type="simple"] .l-content {
    margin-top: -110px;
  }
  .article-inner[data-type="thin"] {
    padding: 40px 15px;
  }
  .l-footer {
    position: relative;
    z-index: 500;
  }
}
@media screen and (max-width: 767px) {
  html[lang="ja"] .m-header-logo {
    margin-left: 0 !important;
    left: 12px !important;
  }
  .l-content-body[data-type="full"] {
    margin: 0;
  }
  .l-content-related[data-type="lp"] {
    margin: 0;
  }
  .t-mode-rwd[data-type="simple"] .l-wrapper {
    padding-top: 0;
  }
  .article-inner {
    padding: 30px 10px;
  }
  .t-mode-rwd[data-type="simple"] .l-footer {
    position: relative;
    z-index: 5;
    margin-top: -1px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.disable, .disable2, .coming, .end {
  pointer-events: none;
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.disable::after, .disable2::after, .coming::after, .end::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .75);
}
.disable::before {
  content: '';
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 100;
}
.disable2::before {
  content: '月実施分は、mm/dd（ ）10時より販売を開始いたします';
  white-space: pre;
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 100;
}
.coming::before {
  content: '2025年8月23日（土）10時から販売開始';
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 100;
}
.end::before {
  content: '9月実施分の受付は終了いたしました';
  text-align: center;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1.8rem;
  font-weight: 600;
  z-index: 100;
}

/* Section Color */
section {
  background-color: transparent;
  color: #333;
}
section[data-type="white"] {
  background-color: #fff;
  color: #333;
}
section[data-type="blk"] {
  background-color: #1e1e1e;
  color: #ccc;
}
section[data-type="blk"] h2 {
  color: #f2f2f2;
}
section[data-type="blk"] a {
  color: #ccc;
}
section[data-type="gray"] {
  background-color: #f2f2f2;
  color: #333;
}
section.introduction {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(45, 45, 45, 0.4);
}
@media screen and (max-width: 767px) {
  #note {
    padding-bottom: 50px;
  }
}
/*Header Menu */
#menu-modal {
  display: none;
  position: fixed;
}
/* Hero Header */
.main-hero {
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
  position: relative;
}
.main-hero > .main-hero-bg {
  background: #000 url(/campaign/2022/ffs_dream_flight/img/main_hero_bg_01.jpg) center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: block;
  z-index: -10;
}
.hdg-main-hero {
  color: #fff;
}
.hdg-main-hero > h1 {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15rem;
  line-height: 1.2;
  letter-spacing: 0.5rem;
}
.hdg-main-hero > h1 span {
  border-bottom: 6px solid #fff;
}
.hdg-main-hero > h1 + p {
  font-size: 3rem;
  letter-spacing: 0.2rem;
  margin-top: 40px;
}
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  height: 50px;
}
.scrolldown1 span {
  position: absolute;
  left: -29px;
  top: -40px;
  color: #eee;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.6s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .hdg-main-hero > h1 {
    font-size: 10rem;
    letter-spacing: 0.25rem;
  }
  .hdg-main-hero > h1 span {
    border-bottom: 5px solid #fff;
  }
  .hdg-main-hero > h1 + p {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-top: 30px;
  }
  .scrolldown1 span {
    left: -23px;
    top: -30px;
    font-size: 1.4rem;
  }
}
/* Lead Section */
#lead-section {
  background-color: rgba(40, 40, 40, .75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #ccc;
}
.m-txt-lead[data-type="xl"] {
  font-size: 6rem;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m-txt-lead[data-type="xl"] {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 767px) {
  .m-txt-lead[data-type="xl"] {
    font-size: 4rem;
  }
}
.m-img-airplane {
  margin-top: 50px;
  padding-left: 20%;
}
.m-img-airplane-inner {
  width: 66px;
  height: 60px;
  position: relative;
  display: inline-block;
  transition-duration: 2s;
  animation-timing-function: ease-out;
  opacity: 0;
  transform: translateX(100vw);
}
.m-img-airplane-inner.active {
  opacity: 1;
  transform: translateX(0);
}
.m-img-airplane-inner::after {
  content: '';
  width: 100vw;
  height: 2px;
  position: absolute;
  left: 76px;
  top: 29px;
  background: #ccc;
}
.m-img-airplane-inner > img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .m-img-airplane-inner {
    width: 44px;
    height: 40px;
  }
  .m-img-airplane-inner::after {
    left: 56px;
    top: 19px;
  }
}
.m-grid-lead {
  margin: 60px 0 0 -30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-grid-lead > * {
  padding-left: 30px;
}
.m-grid-lead-img {
  width: 50%;
}
.m-grid-lead-txt {
  width: 50%;
}
.m-grid-lead-txt > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .m-grid-lead[data-type="reverse"] {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .m-grid-lead {
    margin: 40px 0 0;
    flex-direction: column;
  }
  .m-grid-lead-img {
    width: 100%;
    padding: 0;
  }
  .m-grid-lead-txt {
    width: 100%;
    padding: 20px 0 0;
  }
}
/* Sticky Bottom Button */
.m-btn-sticky {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 50;
}
.m-btn-sticky.active {
  display: block;
}
.m-btn-sticky .m-btn-sticky-inner {
  display: flex;
  justify-content: flex-end;
  transform: translate(-100px, -20px);
}
.m-btn-sticky-inner > a {
  width: 200px;
  height: 70px;
  padding-right: 20px;
  display: inline-block;
}
.m-btn-sticky-inner > a > img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .m-btn-sticky {
    height: 35px;
  }
  .m-btn-sticky .m-btn-sticky-inner {
    transform: translate(-42px, -21px);
  }
  .m-btn-sticky-inner > a {
    width: 100px;
    height: 35px;
    padding-right: 10px;
  }
}
/* Hdg-Sec-Lv2 */
.hdg-sec-lv2 {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  line-height: 1;
}
.hdg-sec-lv2 > h2 {
  text-align: center;
  font-size: 5rem;
  margin: 0 auto;
  line-height: 1;
  padding-bottom: 45px;
  letter-spacing: 0.5rem;
}
.hdg-sec-lv2::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #666;
}
.hdg-sec-lv2 + * {
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv2 {
    padding-bottom: 25px;
  }
  .hdg-sec-lv2 > h2 {
    font-size: 3rem;
    padding-bottom: 22px;
    letter-spacing: 0.2rem;
  }
  .hdg-sec-lv2::after {
    width: 60px;
  }
}
/* Heading Section Lv3 */
.hdg-sec-lv3 {
  margin: 60px auto 30px;
}
.hdg-sec-lv3 > h3 {
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hdg-sec-lv3 > h3 {
    font-size: 2.7rem;
  }
}
/* Schedule Grid */
.m-schedule-grid {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.m-schedule-grid-img {
  width: 30%;
  padding: 0 30px 0 0;
}
.m-schedule-grid-txt {
  width: 70%;
  color: #ccc;
}
.m-schedule-grid-txt > *:first-child {
  margin-top: 0;
}
.m-schedule-grid-txt > h3 {
  color: #f2f2f2;
  font-size: 2.2rem;
}
.m-schedule-grid-txt .m-box-white {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #ccc;
}
.m-box-white > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .m-schedule-grid[data-type="reverse"] {
    flex-direction: row-reverse;
  }
  .m-schedule-grid[data-type="reverse"] .m-schedule-grid-img {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-schedule-grid {
    margin-top: 40px;
    flex-direction: column;
  }
  .m-schedule-grid-img {
    width: 100%;
    padding: 0;
  }
  .m-schedule-grid-txt {
    width: 100%;
    padding-top: 20px;
  }
  .m-schedule-grid-txt > h3 {
    font-size: 1.8rem;
  }
  .m-schedule-grid-txt .m-box-white {
    margin-top: 15px;
    padding: 10px;
  }
}
/* Plan */
#plan {
  position: relative;
}
#plan::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  z-index: -2;
}
.main-bg {
  background: url("../img/img_idx_bg.jpg") center center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0;
  transition: 1s;
}
.main-bg.active {
  opacity: 1;
}
/* Flex Plan List */
.m-flex-plan {
  margin: 50px 0 0 -30px;
  display: flex;
}
.m-flex-plan > li {
  width: 50%;
  padding-left: 30px;
}
.m-flex-plan-content {
  padding: 20px;
  background: #fff;
  border: 1px solid #a1a1a1;
  height: 100%;
}
.m-flex-plan-content[data-type="special"] {
  margin-top: 40px;
}
.m-flex-plan-content img {
  max-width: 100%;
}
.m-flex-plan-content .plan-name {
  margin-top: 20px;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.m-flex-plan-content .plan-name label {
  padding: 5px 10px;
  background-color: #1e1e1e;
  color: #fff;
  margin-right: 12px;
  border-radius: 5px;
  font-size: 1.8rem;
}
.m-flex-plan-content .plan-name span {
  font-size: 2.1rem;
}
.m-flex-plan-content .plan-price {
  margin-top: 15px;
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .m-flex-plan {
    margin: 30px 0 0;
    flex-direction: column;
  }
  .m-flex-plan > li {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .m-flex-plan > li:first-child {
    margin-top: 0;
  }
  .m-flex-plan-content {
    padding: 15px;
  }
  .m-flex-plan-content img {
    max-width: 100%;
  }
  .m-flex-plan-content .plan-name {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .m-flex-plan-content .plan-name span {
    font-size: 2.4rem;
  }
  .m-flex-plan-content .plan-price {
    margin-top: 15px;
    text-align: right;
    font-size: 1.6rem;
  }
  .m-flex-plan-content .plan-price span {
    font-size: 2.1rem;
  }
}
/* Option */
.m-list-option {
  margin-top: 20px;
}
.m-flex-content[data-type="special"] .m-list-option {
  margin-top: 0;
}
.m-list-option > li {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  padding: 40px 0;
  position: relative;
}
.m-flex-content[data-type="special"] .m-list-option > li {
  padding: 0;
}
.m-list-option > li::after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: 0;
  width: calc(100% - 20px);
  height: 0;
  border-bottom: 1px solid #ccc;
}
.m-list-option > li:last-child::after {
  content: none;
}
.m-list-option > li > * {
  width: 50%;
  padding-left: 20px;
}
.m-list-option__img > img {
  width: 100%;
}
.m-list-option__body > *:first-child {
  margin-top: 0;
}
.m-list-option__body > h4 {
  font-size: 2.0rem;
  font-weight: 600;
}
.m-list-option__body > h4 + ul {
  margin-top: 12px;
}
.m-list-option__body .plan-name label {
  padding: 5px 10px;
  background-color: #1e1e1e;
  color: #fff;
  margin-right: 12px;
  border-radius: 5px;
  font-size: 1.8rem;
}
.option-price {
  margin-top: 30px;
  font-size: 2.6rem;
  text-align: right;
}
.option-price > span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .m-list-option {
    margin-top: 0;
  }
  .m-list-option > li {
    margin-left: 0px;
    padding: 25px 0;
    flex-direction: column;
    border-bottom: 1px solid #ccc;
  }
  .m-list-option > li::after {
    content: none;
  }
  .m-list-option > li > * {
    width: 100%;
    padding-left: 0;
  }
  .m-list-option__body > h4 {
    font-size: 1.8rem;
  }
  .m-list-option__body {
    margin-top: 20px;
  }
  .m-list-option__body .plan-name label {
    padding: 5px 10px;
    background-color: #1e1e1e;
    color: #fff;
    margin-right: 12px;
    border-radius: 5px;
    font-size: 1.8rem;
  }
  .option-price {
    margin-top: 25px;
    font-size: 2.2rem;
  }
  .option-price > span {
    font-size: 1.5rem;
  }
}


/* Flex Contents List */
.m-contents-list {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.m-contents-list ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  max-width: 820px;
}
.m-contents-list li {
  width: 50%;
  margin-top: 20px;
  padding-left: 20px;
}
.m-contents-list li[data-type="full"] {
  width: 100%;
}
.m-contents-list li div {
  width: 100%;
  border: solid 1px #fff;
  padding: 10px 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-family: "Yu Mincho", YuMincho, \006e38\00660e\00671d, \0030d2\0030e9\0030ae\0030ce\00660e\00671d\0020\0050\0072\006f\004e\0020\0057\0033, "Hiragino Mincho ProN", \0048\0047\00660e\00671d\0045, \00ff2d\00ff33\0020\00ff30\00660e\00671d, \00ff2d\00ff33\0020\00660e\00671d, serif;
  font-size: 1.8rem;
  color: #fff;
}
.m-contents-list li div span {
  display: inline-block;
}
.m-contents-list li div::before {
  content: '';
  background: url("../img/icn_star.png");
  background-size: contain;
  display: block;
  width: 17px;
  height: 22px;
  margin-right: 8px;
}
@media screen and (min-width: 768px) {
  .m-contents-list li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-contents-list ul {
    flex-direction: column;
    margin-left: 0;
    width: 100%;
  }
  .m-contents-list li {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  .m-contents-list li:first-child {
    margin-top: 0;
  }
  .m-contents-list li div {
    font-size: 1.6rem;
  }
  .m-contents-list li div::before {
    content: '';
    background: url("../img/icn_star.png");
    background-size: contain;
    display: block;
    width: 17px;
    height: 22px;
    margin-right: 8px;
  }
}
/* Plan Modal */
.m-modal-plan {
  display: none;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 5000;
}
#modal-plan01 {
  background: url("../img/img_plan_01_bg.jpg") center center;
  background-size: cover;
  opacity: 1;
}
#modal-plan02 {
  background: url("../img/img_plan_02_bg.jpg") center center;
  background-size: cover;
  opacity: 1;
}
#modal-plan03 {
  background: url("../img/img_plan_03_bg.jpg") center center;
  background-size: cover;
  opacity: 1;
}
.m-modal-plan-content {
  width: 70%;
  max-width: 900px;
  padding: 50px 45px 100px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
#modal-plan02 .m-modal-plan-content {
  right: auto;
  left: 0;
}
.m-modal-plan-title {
  font-size: 4.0rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
}
.m-modal-plan-title span {
  font-size: 3rem;
  letter-spacing: 0.2rem;
}
.m-modal-plan-content-inner {
  margin-top: 50px;
  height: 75%;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.m-modal-plan-content-inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.m-modal-plan-content-inner > *:first-child {
  margin-top: 0;
}
.course-name {
  font-size: 2.2rem;
  font-weight: 400;
}
.course-price {
  margin-top: 25px;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: right;
}
.course-price span {
  font-size: 1.6rem;
}
.m-modal-plan .m-box-inner {
  border: 1px solid #666;
}
.m-modal-plan .m-box-inner[data-type="white"] {
  background: #fff;
}
.m-modal-plan-close {
  width: 150px;
  height: 28px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  background: transparent;
  border: none;
  color: rgba(0, 0, 0, 0);
}
.m-modal-plan-close span {
  width: 150px;
  height: 28px;
}
.m-modal-plan-close span::after {
  width: 150px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/img_close_btn.svg") center center no-repeat;
  background-size: contain;
  content: '';
}
.course-flex {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.course-flex .m-box {
  width: 40%;
  margin-top: 0;
}
.course-flex .course-flex-or {
  width: 20%;
  text-align: center;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .m-modal-plan-content {
    width: 100%;
    padding: 10px 10px 40px;
    height: calc(100vh - 59px);
    position: fixed;
    top: 59px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .m-modal-plan-title {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .m-modal-plan-title span {
    font-size: 1.6rem;
  }
  .m-modal-plan-title + p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .m-modal-plan-content-inner {
    margin-top: 20px;
    height: 72%;
  }
  .m-modal-plan-content-inner > *:first-child {
    margin-top: 0;
  }
  .course-name {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .course-price {
    margin-top: 20px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .course-price span {
    font-size: 1.4rem;
  }
  .m-modal-plan .m-box-inner {
    border: 1px solid #666;
  }
  .m-modal-plan-close {
    width: 120px;
    height: 23px;
    right: 10px;
    bottom: 10px;
  }
  .m-modal-plan-close span {
    width: 120px;
    height: 23px;
  }
  .m-modal-plan-close span::after {
    width: 120px;
    height: 23px;
    right: 10px;
    bottom: 10px;
  }
  .course-flex {
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .course-flex .m-box {
    width: 40%;
    margin-top: 0;
  }
  .course-flex .course-flex-or {
    width: 20%;
    text-align: center;
    font-size: 2.6rem;
  }
}
/* Tme Flex List */
.time-flex {
  display: flex;
  margin-left: -20px;
}
.time-flex > li {
  padding-left: 20px;
  width: 20%;
  position: relative;
}
.time-flex .time-caption {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px);
}
@media screen and (max-width: 767px) {
  .time-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: -10px;
    margin-top: -10px;
  }
  .time-flex > li {
    padding-left: 10px;
    margin-top: 10px;
    width: 50%;
    position: relative;
  }
  .time-flex .time-caption {
    position: absolute;
    bottom: 0;
    left: 10px;
    width: calc(100% - 10px);
  }
}
/* Time Modal */
.m-modal-time-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.m-modal-time-title h3 {
  font-size: 3.0rem;
}
.m-modal-time-sub {
  margin-top: 20px;
  text-align: right;
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .m-modal-time-title {
    padding-bottom: 10px;
  }
  .m-modal-time-title h3 {
    font-size: 2rem;
  }
  .m-modal-time-sub {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
/* Additonal Plan */
.ad-plan-flex {
  display: flex;
  margin-top: 50px;
  align-items: center;
}
.ad-plan-title {
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-plan-title img {
  width: 33%;
  max-width: 85px;
}
.ad-plan-text {
  width: 66.6%;
}
.ad-plan-text p {
  margin-top: 20px;
  line-height: 2;
  letter-spacing: 0.2rem;
}
.ad-plan-text > p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .ad-plan-flex {
    margin-top: 30px;
    align-items: flex-start;
  }
  .ad-plan-title {
    width: 20%;
    padding-right: 15px;
    display: block;
  }
  .ad-plan-title img {
    width: 100%;
    max-width: 80px;
  }
  .ad-plan-text {
    width: 80%;
  }
  .ad-plan-text p {
    margin-top: 15px;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}
/* Voice */
.voice_ttl_01 {
  text-align: center;
  margin-bottom: 40px;
}
.voice_box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
}
.voiceList {
  width: 100%;
  margin: 0 auto 80px;
}
.voice_txt {
  width: 70%;
  padding: 15px 30px;
  box-sizing: border-box;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
  position: relative;
}
.voice_txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: -8px;
  border-width: 8px 20px;
  border-color: transparent transparent transparent #000;
  border-style: solid;
  position: absolute;
  top: 50%;
  right: -40px;
}
.voice_box_01 .voice_txt:before {
  border-color: transparent #000 transparent transparent;
  left: -40px;
}
/*
.voice_box_02 .voice_txt {
  margin: 40px 0 30px;
}
*/
.voice_txt_name {
  color: #cccccc;
}
.voice_txt_imp {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .voice_txt {
    width: 75%;
    padding: 10px;
    font-size: 1.2rem;
  }
  .voice_img {
    width: 25%;
  }
}
/* Accordion Menu */
.m-accordion-ffs {
  margin-top: 30px;
}
.m-accordion-ffs > li {
  margin-top: 40px;
}
.m-accordion-ffs[data-type="option"] > li {
  border: 1px solid #666;
  background-color: #fff;
}
.m-accordion-ffs > li:first-child {
  margin-top: 0;
}
.js-accordion-ffs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  border: 1px solid #000;
  position: relative;
}
.m-accordion-ffs[data-type="option"] .js-accordion-ffs {
  border: none;
}
.js-accordion-ffs > span:first-child {
  font-weight: 600;
  font-size: 1.6rem;
  padding-right: 10px;
}
.m-accordion-ffs[data-type="option"] .js-accordion-ffs > span:first-child {
  font-size: 2rem;
}
.m-accordion-ffs__icn {
  padding-right: 25px;
  position: relative;
  text-align: right;
}
.m-accordion-ffs__icn::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 14%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
li.is-active .m-accordion-ffs__icn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 40%;
}
.m-accordion-ffs-content {
  display: none;
  padding: 20px 20px 0;
  font-size: 1.5rem;
  line-height: 1.8;
}
.m-accordion-ffs-content > *:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .m-accordion-ffs > li {
    margin-top: 20px;
  }
  .js-accordion-ffs {
    padding: 10px 15px;
  }
  .js-accordion-ffs > span:first-child {
    font-size: 1.4rem;
  }
  .m-accordion-ffs__icn {
    padding-right: 18px;
    min-width: 8rem;
  }
  .m-accordion-ffs__icn::after {
    right: 0px;
    top: 22%;
    width: 6px;
    height: 6px;
  }
  li.is-active .m-accordion-ffs__icn::after {
    top: 40%;
  }
  .m-accordion-ffs-content {
    padding: 15px 10px 0;
    font-size: 1.4rem;
  }
}
/* Scroll Animation */
.inview, .inview-list > * {
  transition: 1s;
  transform: translate(0, 50px);
  opacity: 0;
}
.inview.active, .inview-list.active > * {
  transform: translate(0, 0) scale(1, 1);
  opacity: 1;
}
.inview-list.active > *:nth-child(2) {
  transition-delay: .2s;
}
.inview-list.active > *:nth-child(3) {
  transition-delay: .4s;
}
.inview-list.active > *:nth-child(4) {
  transition-delay: .6s;
}
.inview-list.active > *:nth-child(5) {
  transition-delay: .8s;
}
.inview-list.active > *:nth-child(6) {
  transition-delay: 1s;
}
.inview-list.active > *:nth-child(7) {
  transition-delay: 1.2s;
}
.a-mw1200.inview {
  transform: translate(0, 0) scale(1.2, 1.2);
}
.a-mw1200.inview.active {
  transform: scale(1, 1);
}
.fade {
  opacity: 0;
}
.fade.active {
  opacity: 1;
}
.active.m-ffs-flow-r::before {
  height: 100%;
  transition: 2s;
}
.active.m-ffs-flow-r h3::before {
  width: 50px;
  transition: 1s .4s;
}
@media screen and (max-width: 767px) {
  .active.m-ffs-flow-r h3::before {
    width: 25px;
  }
}
/* Header MENU */
#menu-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 111px 30px 30px;
  display: none;
  background-color: rgba(0, 0, 0, .9);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 1000;
}
.menu-modal-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.menu-modal {
  padding: 40px 20px;
  background-color: rgba(0, 0, 0, .7);
}
.menu-modal-list {
  margin-top: 17px;
  padding: 8px 20px;
}
.menu-modal-list > li {
  margin-top: 22px;
}
.menu-modal-list > li:first-child {
  margin-top: 0;
}
.menu-modal-list > li a {
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.8rem;
  text-decoration: none;
  color: #ccc;
}
@media screen and (max-width: 767px) {
  #menu-modal {
    padding: 79px 10px 20px;
  }

}
.burger-btn-wrap {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 2000;
}
.burger-btn {
  display: block;
  width: 39px;
  height: 39px;
  /*
  background-color: #f2f2f2;
  border-radius: 20px;
  */
  position: relative;
  z-index: 4000;
  border: none;
}
.bar {
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.bar_top {
  top: 10px;
}
.bar_mid {
  top: 50%;
  transform: translate(-50%, -50%);
}
.bar_bottom {
  bottom: 10px;
}
.burger-btn.close .bar_top {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform .3s;
}
.burger-btn.close .bar_mid {
  opacity: 0;
  transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
  transform: translate(-50%, -8px) rotate(-45deg);
  transition: transform .3s;
}
@media screen and (max-width: 767px) {
  .burger-btn-wrap {
    right: 10px;
    top: 10px;
  }
}

/* Slick */
#voice .slick-dots > li.slick-active button {
  background: #000;
}

.submit-button {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .submit-button {
    width: 100%;
  }
}

/* GW対策 */
.m-list-option > .gw::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 20px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  padding: 10px;
  color: #fff;
  content: "4月22日～5月7日まではお申込みいただけません";
  background-color: rgba(83,83,83,.8);
  z-index: 50;
} 
@media screen and (max-width: 767px) {
  .m-list-option > .gw::before {
    width: calc(100% - 20px);
  } 
}

/* 20240514追加 */
.m-img[data-type="grid"] {
 margin-top: 10px;
 }
 
 
 .m-grid[data-type="grid"] {
  margin: 20px 0 0 -20px;
 }
 
 @media screen and (max-width: 767px) {
 .m-grid[data-type="grid"] {
  margin: 10px 0 0 0;
 }
}