@charset "UTF-8";
/* btn
----------------------------------------- */
/* title
----------------------------------------- */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a,
a:visited,
a:link,
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol li,
ul li {
  list-style: none;
}

img,
iframe,
video {
  max-width: 100%;
}

img {
  height: auto;
  border: none;
  vertical-align: top;
}

br {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

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

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

input,
select,
label {
  vertical-align: middle;
}

[type=text] {
  line-height: normal;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit] {
  -webkit-appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  resize: vertical;
}

*:focus {
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

address {
  font-style: normal;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/SourceHanSansJP-Light.woff2") format("woff2"), url("../fonts/SourceHanSansJP-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/SourceHanSansJP-Regular.woff2") format("woff2"), url("../fonts/SourceHanSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/SourceHanSansJP-Medium.woff2") format("woff2"), url("../fonts/SourceHanSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/SourceHanSansJP-Bold.woff2") format("woff2"), url("../fonts/SourceHanSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "hanatochoucho";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/hanatochoucho.woff") format("woff");
  font-display: swap;
}
html {
  height: -webkit-fill-available;
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    /* font-size: 0.7692307692vw; */
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.625;
  color: #333;
  position: relative;
  background: #000 url(../images/index/);
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  counter-reset: number 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  color: inherit;
  outline: none;
}
a::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* フォント */

.c-syuei-b{
  font-family: "秀英角ゴシック銀 B";
  font-size: 1rem;
}

.c-syuei-m{
  font-family: "秀英角ゴシック銀 M";
}

.c-syuei-l{
  font-family: "秀英角ゴシック銀 L";
}

.c-title h2{
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 2.5;
  margin-bottom: 30px;
}

.l-link-nav a{
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 2 ;
}

.l-link-nav-btn-left{
  font-family: "FuturaLTPro-Book";
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.l-link-nav-btn-right{
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2;
}

.p-fv-text{
  font-family: "hanatochoucho";
  font-size: 2.5rem;
  line-height: 2.5;
}

.p-fv-text span{
  font-family: "hanatochoucho";
}

.p-plan-slider .c-title h3{
  font-size: 1.9rem;
}

.p-home-main-text{
  margin-top: 1rem;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 2;
}

.p-home-main-text-warpper-img{
  width: 10.4rem;
}

.p-thought-section-text h3{
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-thought-section-text p{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.swiper-slide-text-wrapper h3{
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.swiper-slide-text-wrapper p{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-value-section-text p{
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.7;
}

.p-value-section-text p:first-child{
  margin: 3.5rem 0 3rem;
}

.p-value-section-img img{
  width: 100%;
}

.p-question-title, .p-answer-title, .p-faq-accordion a{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-fair-section-text p{
  font-size: 1.6rem;
  letter-spacing: 0.085em;
  line-height: 2;
}

.p-contact-section-title-text h3{
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background:linear-gradient(transparent 50%, #E8F7FA 50%);
}

.line .p-contact-section-title-text h3{
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
  background:linear-gradient(transparent 50%, #EFFAF5 50%);
}

.p-contact-section-title-img{
  width: 2.3rem;
  margin-right: .9rem;
}

.p-contact-section-title-img img{
  width: 100%;
}

.tel{
  font-family: "FuturaLTPro-Book";
  font-style: italic;
  color: #333;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}

.phone-number{
  font-family: "FuturaLTPro-Book";
  color: #77C6D8;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.contact-text{
  margin-top: 1rem;
  font-size: 1.4rem;
}

.l-ft-section-text p{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 13px;
}

/* 共通部分
----------------------------------------- */

.c-title{
  text-align: center;
}

.c-bg-blue{
  background: #000;
}

.c-bg-white{
  background: #fff;
}

/* FVPC部分
----------------------------------------- */

.l-main-wrapper__pc{
  text-align: center;
  position: fixed;
  /* top: calc(50% - 312px); */
  bottom: 4.3rem;
  left: calc(25% - 312px);
}

.l-main-wrapper__pc img{
  width: 100%;
}

/* メイン部分
----------------------------------------- */
.l-main{
  position: absolute;
  right: calc(43% - 48.5rem);
  max-width: 48.5rem;
  background-color: #fff;
  height: 100%;
  margin: 4rem 0 4rem 0;
}

/* ヘッダー
----------------------------------------- */

.l-hd-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 2.4rem;
  height: 7.5rem;
  background-color: #fff;
  position: relative;
}

.l-hd-logo{
  width: 16.2rem;
}

.l-hd-nav{
  line-height: 1px;
  width: 5%;
}

.l-menu-bar{
  width: 100%;
  height: 2px;
  background: #333;
  display: inline-block;
}

.l-menu-bar1{
  width: 100%;
  height: 2px;
  background: #333;
  display: inline-block;
}

/* ハンバーガーメニュー
----------------------------------------- */

.hamburger {
  position: absolute;
  right: 0;
  top: 1.8rem;
  width: 4.2rem;
  height: 4.2rem;
  cursor: pointer;
  z-index: 300;
  border: 1px solid #AAAAAA;
  padding: 1rem .7rem;
  border-radius: 100%;
}

.hamburger__line {
  position: absolute;
  width: 2rem;
  height: 1px;
  right: 1rem;
  background-color: #AAAAAA;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1.5rem;
}

.hamburger__line--2 {
  top: 2rem;
}

.hamburger__line--3 {
  top: 2.5rem;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 2rem;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 2rem;
}

/*
sp-nav(ナビ)
=================================== */
.sp-nav {
  display: none;
  position: fixed;
  right: calc(43% - 48.5rem); 
  top: 4.1rem;
  width: 48.5rem;
  height: 100vh;
  padding: 1.3rem 3rem;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto;
}

.open .sp-nav {
  display: block;
}


/*
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.l-hd-logo img{
  margin-top: .8rem;
}

.l-hd-logo-nav {
  width: 16.2rem;
  margin-bottom: 4rem;
}

.l-hd-logo-nav img{
  margin-top: .8rem;
}

.l-link-nav {
  padding: 2rem 0;
  border-bottom: 1px solid #DDDDDD;
}

.l-link-nav a{
  padding-left: 2.7rem;
  position: relative;
}
.l-link-nav a::before{
  content: "";
  display: block;
  width: .8rem;
  height: .8rem;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: #77C6D8;
}

.l-link-nav-btn-wrapper{
  display: flex;
  justify-content: space-around;
  margin-top: 3.4rem;
}

.l-link-nav-btn{
  width: calc(50% - .5rem);
}

.l-link-nav-btn + .l-link-nav-btn{
  margin-left: 1rem;
}

.l-link-nav-btn a{
  padding: 2rem;
  border-radius: 3rem;
  width: 100%;
  text-align: center;
}

.l-link-nav-btn-left{
  display: block;
  background-color: #77C6D8;
  color: #fff;
}

.l-link-nav-btn-left img{
  margin: 0px 0.3rem 0 0;
}

.l-link-nav-btn-right{
  display: block;
  background-color: #E8F7FA;
  color: #77C6D8;
}

.l-link-nav-btn-right img{
  margin: .4rem .5rem 0;
}

/* FV
----------------------------------------- */

.p-home-main-fv{
  margin-left: 2.5rem;
  position: relative;
}

.p-home-main-fv .p-home-main-fv-bg{
  width: 100%;
}

.p-home-main-fv-car img:first-child{
  width: 29rem;
}

.p-home-main-fv-car img:last-child{
  width: 19rem;
  margin: -3rem 9rem 0 auto;
}

.p-fv-text-wrapper{
  position: absolute;
  top: 8.6rem;
  z-index: 10;
}

.p-fv-text{
  display: inline-block;
  margin-bottom: 1rem;
}

.p-fv-text img{
  display: block;
}

.p-fv-text:first-of-type{
  width: 35.7rem;
}

.p-fv-text:last-of-type{
  width: 24.4rem;
}

.p-home-main-fv-car{
  margin-top: -8rem;
  position: relative;
  z-index: 10;
}

.p-home-main-fv-car img{
  margin-left: auto;
}

.p-home-main-fv-car-img{
  margin-bottom: -2.5rem;
}

.p-home-main-fv-car-text{
  margin-right: 7rem;
}

.p-home-main-fv-car img{
  display:block;
}

.p-home-main-text-warpper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 7.6rem 3.7rem;
}

/* 空色ウェディングって何？
----------------------------------------- */

.p-about{
  padding: 6.4rem 2.5rem 5rem .55rem;
}

.p-about .c-title h2{
  margin-bottom: 0;
	color: #fff;
}

.p-about .c-title{
  margin-left: 1.95rem;
}

.p-about .c-title img{
  width: 29.2rem;
}

.p-about-img{
  padding-bottom: 2.5rem;
}

.p-about-img img{
  width: 100%;
}

/* スタッフの想い
----------------------------------------- */

.p-thought{
  padding: 10.5rem 2.4rem 0 2.4rem;
}

.p-thought-section{
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}

.p-thought .c-title img{
  width: 10.2rem;
  margin-bottom: .5rem;
}

.p-thought-section-img{
  width: 50%;
}

.p-thought-section-text{
  width: 50%;
  margin: 2rem;
}

.p-thought-section-text h3{
  padding-bottom: 2rem;
}

/* ドレス
----------------------------------------- */

.p-dress{
  padding: 10.5rem 2.4rem 0 2.4rem;
}

.p-dress .c-title img{
  width: 9.6rem;
}

.p-dress-section img{
  width: 100%;
}

/* 料金プラン
----------------------------------------- */

.p-plan{
  padding: 10.5rem 2.4rem 0 2.4rem;
}

.p-plan .c-title img{
  width: 8.1rem;
  margin-bottom: 1rem;
}

.p-plan-section_green{
  background-color: #E6FAF1;
  padding-bottom: 2rem;
}

.p-plan-section-img{
  padding: 2.4rem;
}

.p-plan-section-img img{
  width: 100%;
}

.p-plan .c-title img.p-plan-flow-illust{
  width: 15rem;
  margin-bottom: 3rem;
}

.p-plan-slider{
  background-color: #fff;
  margin: 2rem 2rem 0;
  padding: 2.5rem 2rem;
}

.p-plan-section_blue{
  background-color: #E8F7FA;
  padding-bottom: 2rem;
}

.p-planner{
  text-align: right;
}

/* 料金プランスライダー
----------------------------------------- */

.swiper {
  width: 100%;
}

.swiper-slide-text-wrapper-top{
  display: flex;
  align-items: center;
  padding: 2rem 0 1rem;
}

.swiper2 .swiper-slide img{
  width: 100%;
}

.swiper2 .swiper-slide .swiper-slide-text-num img{
  width: 3.3rem;
  margin-right: .7rem;
}

.swiper-slide-text-wrapper-bottom{
  margin-bottom: 3rem;
}

.swiper-button-next {
  right: 5.3rem !important;
  top: 10rem !important;
}

.swiper-button-prev {
  top: 10rem !important;
}

.swiper-button-next:after,.swiper-button-prev:after  {
  content: 'next';
  color: #fff;
  background-color: #7cc4a1;
  padding: 1.5rem 1.7rem;
  border-radius: 50%;
  font-size: 1rem !important;
}

.swiper-scrollbar-drag{
  background: #7CC4A1 !important;
}

.swiper-slide-text-num img{
  width: 100%;
}

.blue-swiper .swiper-scrollbar-drag:last-child{
  background: #77C6D8  !important;
}

.c-btn img{
  margin-left: 1rem;
  margin-top: .5rem;
}

.c-btn--pdf{
  width: 1.8rem;
}

/* 撮影地
----------------------------------------- */

.p-location{
  padding: 10.5rem 2.4rem 6rem 2.4rem;
}

.p-location-section-img img{
  width: 100%;
}

.p-location .c-title img{
  width: 14.8rem;
  margin-bottom: 1.5rem;
}

/* 私たちの想い
----------------------------------------- */

.p-value{
  padding: 6rem 2.4rem 6rem 2.4rem;
}

.p-value .c-title{
  position: relative;
}

.p-value .c-title img{
  width: 18.9rem;
}

.p-value .c-title::before{
  content: "";
  display: block;
  width: 4.8rem;
  height: 4.1rem;
  background: url(../images/index/illust_top_value_01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 8.5rem;
  bottom: 1.7rem;
}

/* よくあるご質問
----------------------------------------- */

.p-faq{
  padding: 10.5rem 2.4rem 2rem 2.4rem;
}

.p-faq .c-title img{
  width: 5.8rem;
}

.p-faq-section-head{
  background-color: #77C6D8;
  padding: .9rem 1.5rem;
  margin-bottom: .4rem;
}

.p-faq-section-head h3{
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-faq-accordion{
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}

.p-faq-accordion:last-child{
  margin-bottom: 4rem;
}

.p-faq-accordion-question, .p-faq-accordion-answer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.p-faq-accordion-question-wrapper, .p-faq-accordion-answer-wrapper{
  display: flex;
  align-content: center;
}

.p-question-img{
  margin-right: 1rem;
}

.p-question-title, .p-answer-title{
  margin-top: .7rem;
}

.p-question-btn{
  background: #77C6D8;
  display: inline-block;
  vertical-align: middle;
  color: #77C6D8;
  line-height: 1;
  width: 1.2em;
  height: 0.05em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.p-question-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.p-faq-accordion-answer{
  display: none;
}

.p-faq-accordion-answer.active{
  display: block;
}

.p-question-btn.active::before{
  display: none;
}

/* よくあるご質問　アコーディオン
----------------------------------------- */

.menu ul{
  display: none;
  opacity: 0;
}

.menu ul.active{
  display: block;
  opacity: 1;
}

.menu > li{
  position: relative;
}

.menu > li > a{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 0;
  transition: 0.5s;
  max-width: 32rem;
}

.menu > li > a::before, .menu > li > a::after {
  display: block;
  content: '';
  background-color: #77C6D8;
  border-radius: 10px;
  position: absolute;
  width: 1.8rem;
  height: 1px;
  top: 3.8rem;
  right: .2rem;
}
.menu > li > a::before {
  width: 1px;
  height: 1.8rem;
  top: 3rem;
  right: 1rem;
}

.menu > li > a.active::before {
  width: 0px;
  height: 0px;
}

.menu >li >ul a{
  padding: 0 0 2rem 0;
  display: flex;
  align-items: center;
  transition: 0.5s;
}

.menu img{
  width: 3.2rem;
  margin-right: .8rem;
}

/* インスタグラム
----------------------------------------- */

.p-insta{
  padding: 5rem 2.4rem 0 2.4rem;
}

.p-insta .c-title img{
  width: 19.5rem;
  margin-bottom: .8rem;
}

.p-insta-section-img{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-insta-section-img img{
  width: 32%;
  margin-bottom: 1rem;
}

.c-btn{
  text-align: center;
  margin-top: 4rem;
}

.c-btn a{
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #77C6D8;
  border: 1px solid #77C6D8;
  border-radius: 36px;
  padding: 1.2rem 6rem;
  box-shadow: 3px 3px 0 0 #e8f7fa;
}

.c-btn--font a{
  width: 24rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "秀英角ゴシック銀 M";
}

/* お問い合わせフェア
----------------------------------------- */

.p-fair{
  padding: 10.5rem 2.4rem 8rem 2.4rem;
}

.p-fair .c-title img{
  width: 7.5rem;
  margin-bottom: 1.5rem;
}

.p-fair-section-img{
  margin-bottom: 2rem;
}

.p-fair-section-img img{
  width: 100%;
}

/* お問い合わせ
----------------------------------------- */

.p-contact{
  padding: 6rem 7.5rem 5.4rem 7.5rem;
}

.p-contact .c-title img{
  width: 14.2rem;
  margin-bottom: 1rem;
}

.p-contact-section{
  display: block;
  height: 12.3rem;
  background-color: #fff;
  border: 1px solid #77C6D8;
  padding: 3rem 3rem 1.7rem;
  margin-bottom: 1.5rem;
}

.p-contact-section:first-of-type{
  padding: 2.6rem 3rem 1.7rem;
}

.p-contact-section:first-of-type .p-contact-section-title{
  margin-bottom: .8rem;
}

.line{
  border: 1px solid #8FE2BA;
}

.p-contact-section-title{
  display: flex;
  justify-content: center;
}

.p-contact-section-text{
  text-align: center;
}

/* フッター
----------------------------------------- */

.l-ft-wrapper{
  padding: 6rem;
}

.l-ft-wrapper .c-title{
  margin-bottom: 1rem;
}

.l-ft-wrapper .c-title img{
  width: 22rem;
}

.l-ft-section-img{
  margin-bottom: 1.5rem;
}

.l-ft-section-img img{
  width: 100%;
}

.l-copyright{
  background-color:#77C6D8;
  padding: 2rem 0 1rem;
}

.l-copyright img{
  width: 23rem;
}

.l-footer-float-btn{
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 90;
  width: 48.5rem;
  padding: 2.2rem;
  background-color: #6ABFD2;
  transform: translateY(100%);
  transition: 0.5s;
}

.l-footer-float-btn.active{
  transform: translateY(0px);
}

.l-footer-float-btn::after{
  content: "";
  width: .8rem;
  height: 1.3rem;
  background: url(../images/index/ico_arrow-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}

.l-footer-float-btn img{
  width: 29rem;
}

/* アニメーション
----------------------------------------- */

.js-effect{
  opacity: 0;
  transform: translate(0, 20px);
  transition: 0.8s ease;
}

.js-effect.active{
  opacity: 1;
  transform: none;
}

.fadeUp {
  animation-name:fadeUpAnime;
  animation-duration:2s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }
  
  .fadeUp2 {
    animation-name:fadeUpAnime2;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    @keyframes fadeUpAnime2{
      from {
        opacity: 0;
      transform: translateX(-20%);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }
  
  .fadeUp3 {
    animation-name:fadeUpAnime3;
    animation-duration:2s;
    animation-fill-mode:forwards;
    transition: 1.5s ease-in-out;
    opacity: 0;
    }
    @keyframes fadeUpAnime3{
      from {
        opacity: 0;
      transform: translateX(50%) rotate(-7deg);
      }
    
      to {
        opacity: 1;
      transform: translateX(0) rotate(7deg);
      }
    }
  
  .fadeUp4 {
    animation-name:fadeUpAnime4;
    animation-duration:1.5s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    @keyframes fadeUpAnime4{
      from {
        opacity: 0;
      transform: translateX(50%);
      }
    
      to {
        opacity: 1;
      transform: translateX(0);
      }
    }

    .all-animation{
      animation: fadeUp1 4s linear infinite alternate,fadeUp4 1s ease-in infinite alternate;/*animationの複数指定はコレ*/
  }

  .animation100{
    animation: ugoki1 4s linear infinite alternate,ugoki2 1s ease-in infinite alternate;/*animationの複数指定はコレ*/
}
@keyframes ugoki1{
    0%{
        left:0%;
    }
    100%{
        left:100%;
    }
}
    
@keyframes ugoki2{
    0%{
        top:0%;
    }
    100%{
        top:100%;
    }
}
  
/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time01{
  animation-delay: 1s;
}

.delay-time02{
  animation-delay: 1.8s;
}

.delay-time03{
  animation-delay: 2.5s;
}

.delay-time04{
  animation-delay: 3.5s;
}

.delay-time05{
animation-delay: 5s;
}
  
  
/* レスポンシブ */
@media screen and (min-width: 1301px) and (max-width: 1440px) {
  .l-main-wrapper__pc{
    bottom: auto;
    top: calc(50% - 312px);
  }
  .l-main-wrapper__pc img {
    width: 80%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .l-main-wrapper__pc img {
    width: 60%;
  }
}

@media screen and (max-width:1024px) {

  .l-main{
    position: static ;
    max-width: 1024px;
    margin: 0;
  }

  .l-main-wrapper__pc{
    display: none;
  }

  .l-main-wrapper{
    margin-right: 0;
  }

  .l-hd-logo{
    width: 12.6rem;
  }

  .l-hd-logo img{
    margin-top: .9rem;
  }

  .l-hd-logo-nav img{
    width: 12.8rem;
    margin-top: .3rem;
    margin-left: .1rem;
  }
  
  .tab-img{
    width: 100%;
  }

  .sp-nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
  }

  .p-home-main-fv-car{
    margin-right: 1rem;
  }

  .l-footer-float-btn{
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 1024px) {
  .c-title img{
    width: 15%;
  }

  .p-plan-wrapper .c-btn img{
    width: 3%;
  }

  .about img{
    width: 40%;
  }
}

.u-only-pc {
  display: block !important;
}

.u-only-sp {
  display: none !important;
}

.u-fw__mid {
  font-weight: 500;
}

main{
  overflow: hidden;
  background: #fff;
}

/* 20221223プライバシーポリシー追加 */
.p-privacy{
  margin-bottom: 7rem;
  padding: 0 2rem;
}
.p-privacy__wrap{
  height: 23rem;
  padding: 2.5rem 2rem;
  background: #F4F4F4;
  overflow-y: scroll;
}
.p-privacy__ttl{
  margin-bottom: 1.6rem;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-privacy__txt{
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.66;
}
.p-privacy__dl + .p-privacy__dl{
  margin-top: 2.4rem;
}
.p-privacy__dt{
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.p-privacy__dd{
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
  line-height: 1.66;
}
.p-privacy__dd a{
  word-break: break-all;
}