@charset "utf-8";


/*　共通　*/

html {
  overflow-x: hidden;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #eeeeee;
}

body {
  color: #3c3c3c;
  background-color: #ffffff;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  body {font-size: 16px;}
}

a {
  transition : all 0.5s;
}

h1,h2,h3 {
  font-family: 'Cormorant', serif;
  text-align: center;
}

.bold {
  font-weight: 600;
}

.br {display: block;}


/*　ヘッダー　*/
header  {
  width: 100%;
  height: 10vh;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  max-height: 70px;
}

h1 {
  font-size: 9px;
}

h1 span {
  display: inline-block;
}

h1 .name,
h1 .mail {
  font-family: ryo-gothic-plusn, sans-serif;
}

h1 .name {
  letter-spacing: 0.1em;
  margin-top: 7px;
}

h1 .mail {
  letter-spacing: 0.08em;
  margin-top: 7px;
}


h1 .title  {
  font-size: 27px;
  display: block;
  letter-spacing: 0.021em;
}

@media screen and (min-width:768px) {
  header {justify-content: flex-start;max-height: 90px;min-height: 70px;}
  h1 {font-size: 12px; margin-left: 43px;}
  h1 .name {margin-right: 2px;}
  h1 .mail {margin-right: 20px;}
  h1 .title {
    font-size: 30px;
    display: inline;
    letter-spacing: 0.01em;}
}


/*　ファーストビュー　*/
#fv {
  background-color: #000000;
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#fv video {
  position: absolute;
  top: 0;
  left: 56%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 100%;
}

h2 {
  font-family: YuMincho,'Yu Mincho', serif;
  font-weight: 500;
  color: #ffff;
  z-index: 100;
  margin-top: 2rem;
}

h2 .catch {
  display: block;
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
}

h2 .mail {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
}

h2 .title {
  display: block;
  font-family: 'Cormorant', serif;
  font-size: 55px;
  letter-spacing: 0.01em;
}

.mail_go {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  color: #000357;
  position: relative;
  margin-top: 2.6vh;
  margin-bottom: 13vh;
  padding-bottom: 23px;
  transform: 0.3s;
  letter-spacing: 0.1em;
}

.mail_go::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000357;
  border-right: 1px solid #000357;
  transform: translateX(-50%) rotate(-225deg);
}

.mail_go:hover {
  opacity: 0.7;
  transform: 0.3s;
}

@media screen and (min-width:768px) {
  #fv video {
   
  }
  h2 {text-align: left; margin-left: -40vw;}
  h2 .catch {font-size: 35px; margin-bottom: 35px;}
  h2 .mail {margin-bottom: 3px; font-size: 20px;}
  h2 .title {font-size: 75px;}
  .mail_go {
    margin-top: 4vh;
    text-align: right;
    margin-right: 41px;
    padding-bottom: 0;
  }
  .mail_go::before {
    right: 130px;
    left: auto;
    top: -3px;
    right: 139px;
  }
}

@media screen and (min-width:1024px) {
  #fv video {
    left: 0;
    top: unset;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
  }
}


/*　メールフォーム1/2共通　*/
#form1, #form2 {
  background: url(../img/BG_form.jpg) no-repeat bottom center;
  background-size: cover;
  color:#ffffff;
}

form {
  margin-bottom: 53px;
}

form input {
  background-color: #ffffff;
  height: 49px;
  transition : all 0.5s;
  outline: none;
  padding-left: 1rem;
}

form .name {
  display: flex;
  justify-content: space-between;
}

form .sei,
form .mei {
  width: 47%;
  color: #3c3c3c;
}

form .mail {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 53px;
  color: #3c3c3c;
}

form .send {
  font-family: YuMincho,'Yu Mincho', serif;
  font-weight: 400;
  margin: 0 auto;
  display: block;
  width: 250px;
  height: 60px;
  text-align: center;
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  padding-left: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  position: relative;
  padding-top: 5px;
}

form .send:hover {
  background-color: rgba(255,255,255,0.4);
  transition : all 0.5s;
  border: none;
}

form input::placeholder  {
	color: #9ACACE;
}

form .send_text_pc {display: none;}

form .send_text_sp {
  text-align: center;
  font-family: 'Cormorant', serif;
  font-size: 25px;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

form .send_text_sp span {
  display: block;
  position: absolute;
  top: 16px;
  left: 39px;
  letter-spacing: 0.01em;
}

.attention {
  font-size: 12px;
  line-height: 2;
}

/*　メールフォーム1　*/
#form1 {
  padding: 90px 5% 82px;
}
#form1 h3 {
  margin-bottom: 50px;
  font-size: 25px;
  text-shadow : 0px 0px 15px rgba(80,111,142, 0.4);
  letter-spacing: 0.13em;
  line-height: 1.6;
}

#form1 .catch_text {
  font-size: 13px;
  letter-spacing: 0.02em;
  line-height: 2.3;
  text-align: center;
  text-shadow : 0px 0px 15px rgba(80,111,142, 0.4);
  margin-bottom: 44px;
}

#form1 .catch_text .even {
  display: block;
}

@media screen and (min-width:768px) {
  #form1 {padding:128px 0 104px;}
  #form1 h3 span {display: inline;}
  #form1 .catch_text {font-size: 16px; line-height: 2.5; margin-bottom: 70px;}
  #form1 .catch_text .even {display: inline;}
  form {width: 90%; max-width: 920px; margin: 0 auto; margin-bottom: 64px;}
  form input {height: 72px;}
  form .send {font-size: 16px;}
  form .send_text_sp {display: none;}
  form .send_text_pc {
    display: block;
    text-align: center;
    font-family: 'Cormorant', serif;
    font-size: 30px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
  }
  form .send_text_pc span {
    display: block;
    position: absolute;
    top: 12px;
    left: 23px;
    letter-spacing: 0.01em;
  }
  .attention {text-align: center;}
}


/*　メールフォーム2　*/
#form2{
  padding: 70px 5% 82px;
}

#form2 h3 {
  margin-bottom: 57px;
}

#form2 h3 span {
  display: block;
}

#form2 h3 .mail,
#innocence h3 .mail,
#detail h3 .mail {
  font-family: YuMincho,'Yu Mincho', serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

#form2 h3 .title,
#innocence h3 .title,
#detail h3 .title  {
  font-size: 40px;
  letter-spacing: 0.04em;
}

@media screen and (min-width:768px) {
  #form2 {padding: 125px 0 104px;}
  #form2 h3 .mail, #innocence h3 .mail, #detail h3 .mail{
    font-size: 20px;
    margin-bottom: -8px;
  }
  #form2 h3 .title, #innocence h3 .title, #detail h3 .title {
    font-size: 60px;
  }
  form .mail {
    margin-top: 48px;
    margin-bottom: 74px;
  }
}

/*　プロフィール　*/
#profile {
  padding: 100px 5%;
  text-align: center;
}

#profile h3 {
  color: #000357;
  font-size: 40px;
  margin-bottom: 26px;
}

#profile .name span {
  display: block;
  margin-bottom: 38px;
}

#profile .name .ja {
  font-family: YuMincho,'Yu Mincho', serif;
  font-size: 21px;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}

#profile .name .en {
  font-family: 'Cormorant', serif;
  font-size: 16px;
}

#profile .title {
  font-size: 15px;
}

#profile .title .co {
  display: block;
  margin-top: 5px;
  letter-spacing: 0.08em;
}

#profile .photo {
  margin: 48px 0 66px 0;
}

#profile .photo img {
  width: 100%;
  max-width: 350px;
  height: 100%;
}

#profile .photo .face {
  margin-bottom: 20px;
}

.profile_text {
  text-align: left;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 0.015em;
  line-height: 2.15;
  }

 @media screen and (min-width:768px) {
  #profile {padding: 173px 5%;}
  #profile h3 {font-size: 60px; margin-bottom: 54px;}
  #profile .name .ja {font-size: 35px; margin-bottom: 14px;}
  #profile .name .en {font-size: 25px; margin-bottom: 27px;}
  #profile .title {font-size: 20px;}
  #profile .photo {
    margin: 54px 0;
    display: flex;
    justify-content: center;}
  #profile .photo img {width: 48%;}
  #profile .photo .face {margin-right: 27px;}
  .profile_text {text-align: center; line-height: 2.18;}
 }


/*　星空背景　*/
#starry_sky {
  background: url(../img/BG_starry_sky.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 9%;
  color: #fff;
  letter-spacing: 0.02em;
  line-height: 2.14;
}

@media screen and (min-width:768px) {
  #starry_sky {padding: 130px 0; line-height: 2.5;}
  #starry_sky p {margin: 0 auto; width: 550px;}
}


/*　venusセクション　*/
#venus {
  padding-top: 100px;
  text-align: center;
  letter-spacing: 0.02em;
  line-height: 2.85;
}

#venus p {
  padding: 0 6%;
  margin-bottom: 70px;
}

#venus figure {
  height: 300px;
  position: relative;
}

#venus figure img {
  max-width: 337px;
  position: absolute;
  left: 0;
  z-index: 100;
}

#venus figure::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 150px;
  background: url(../img/BG_venus.jpg) no-repeat bottom left;
  background-size: cover;
  position: absolute;
  top: 150px;
  left: 0;
}

@media screen and (min-width:601px) {
  #venus {padding-top: 110px;}
  #venus figure {height: 450px;}
  #venus figure img {width: 80%;max-width: 869px;}
  #venus figure::after {height: 300px;}
}
@media screen and (min-width:750px) {
  #venus figure {height: 514px;}
  #venus figure::after { top: 180px;}
}
@media screen and (min-width:850px) {
  #venus figure {height: 582px;}
  #venus figure::after { top: 270px;}
}

@media screen and (min-width:1000px) {
  #venus figure {height: 648px;}
  #venus figure::after { top: 380px;}
}


/*　familyセクション　*/
#family {
  padding: 100px 7.5%;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 1.78;
}

#family figure {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  margin-left: auto;
}

#family figure img {
  width: 48%;
}

@media screen and (min-width:768px) {
  #family {
    margin: 0 5%;
    padding: 200px 0 159px;
    max-width: 960px;
    line-height: 2.5;}
}
@media screen and (min-width:1024px) {
  #family {display: flex; margin: 0 auto;}
  #family p {width: 55%;}
  #family figure {
    display: block;
    width: 45%;
    text-align: right;}
  #family figure img {
    width: 100%;
    max-width: 298px;
    margin-bottom: 20px;
  }
}

/*　greenセクション　*/
#green {
  background: url(../img/green.jpg) no-repeat top center;
  background-size: cover;
  padding: 100px 7.5%;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 2.3;
}

#green p {
  background-color: rgba(255,255,255,0.85);
  padding: 73px 4%;
}

@media screen and (min-width:768px) {
  #green {
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
    background-size: 300px;
    background-position: left 8% top 0;
    line-height: 2.5;}
  #green p {
    background: none;
    margin-left: auto;
    width: 53%;
    padding: 0 5% 0 0;
  }
}

@media screen and (min-width:1024px) {
  #green {background-position: left 0 top 0;}
  #green p {width: 60%; padding: 0;}
}


/*　sunsetセクション　*/
#sunset {
  background: url(../img/sunset_01.jpg) no-repeat bottom left;
  margin-top: 100px;
  text-align: left;
  letter-spacing: 0.02em;
  line-height: 2.3;
  padding-top: 100px;
}

#sunset p {
  padding: 0 7.5%;
  margin-bottom: 100px;
}

#sunset figure img {
  width: 100%;
}

@media screen and (min-width:768px) {
  #sunset {margin-top: 140px; display: flex; padding-top: 0; line-height: 2.5;}
  #sunset p {width: 60%; padding: 115px 5%; margin-bottom: 0;}
  #sunset figure {display: block ; width: 40%;}
  #sunset figure img {height: 100%; object-fit: cover;}
}

@media screen and (min-width:1300px) {
  #sunset p {padding: 115px 5% 115px 15%;}
}


/*　innocenceセクション　*/
#innocence {
  padding: 100px 0;
  background: url(../img/BG_innocence.jpg) no-repeat bottom center;
  background-size: cover;
  letter-spacing: 0.015em;
}

#innocence h3 {
  background: url(../img/BG_form.jpg) no-repeat bottom center;
  background-size: cover;
  color:#ffffff;
  padding: 20px;
}

#innocence h3 span {
  display: block;
}

#innocence p {
  line-height: 2.3;
}

#innocence .text_wrap {
  padding: 100px 7% 0 7%;
}

#innocence p {
  max-width: 652px;
  margin: 0 auto;
}

#innocence figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0 100px 0;
}

#innocence figure img {
  width: 47%;
  margin-bottom: 6%;
}

@media screen and (min-width:768px) {
  #innocence {padding: 0; margin-top: 188px;}
  #innocence h3 {padding: 63px 0;}
  #innocence .text_wrap {padding: 0; padding-bottom: 100px;}
  #innocence p {line-height: 2.18;}
  #innocence .first {margin-top: 110px;}
  #innocence .second {margin-top: 148px;}
  #innocence figure {
    max-width: 652px;
    margin: 0 auto;
    padding: 0;
    margin-top: 120px;
    margin-bottom: 120px;
  }
}


/*　detailセクション　*/
#detail {
  padding: 56px 0 43px;
  background: url(../img/BG_detail.jpg) no-repeat bottom center;
  background-size: cover;
  letter-spacing: 0.015em;
  margin-bottom: 100px;
}

#detail span {
  display: block;
}

#detail h3 {
  padding: 25px 0;
  margin: 0 5% 40px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  max-width: 953px;
}

#detail h3 .mail,
#detail h3 .title {
  color: #000457;
}

#detail h3 .detail {
  font-family: ryo-gothic-plusn, sans-serif;
  margin-top: 11px;
}

#detail ul {
  background: #ffffff;
  width: 90%;
  margin: 0 auto;
  padding: 45px 5% 9px;
  max-width: 600px;
  line-height: 2;
}

#detail ul li {
  margin-bottom: 37px;
  position: relative;
  padding-left: 2rem;
}

#detail ul .check::before {
  content: url(../img/detail_icon.png);
  display: inline-block;
  transform: scale(0.38);
  position: absolute;
  left: -14px;
  top: -11px;
}
 
#detail ul .etc {
  text-align: right;
  padding-right: 1rem;
}

#detail p {
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
  line-height: 2.3;
}

@media screen and (min-width:768px) {
  #detail {padding: 130px 0 126px; margin-bottom: 134px;}
  #detail h3 {
    margin: 0 auto;
    width: 90%;
    max-width: 953px;
    margin-bottom: 90px;}
  #detail h3 .detail{margin-top: 3px; font-size: 20px;}
  #detail ul {padding: 70px 115px 33px 115px;}
  #detail ul li {padding-left: 2.7rem;}
  #detail p {margin-top: 107px; font-size: 20px;}
  #detail p span {display: inline;}
}

/*　フッター　*/
footer {
  height: 100px;
  padding-top: 30px;
}

footer ul {
  width: 90%;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}

footer ul li {
  color: #656565;
  font-size: 11px;
}

li.left {
  margin-left: 14px;
}

footer small {
  display: block;
  font-size: 10px;
  letter-spacing: 0.08em;
  color: #989898;
  text-align: center;
}

.page_top_btn {
  display: block;
  position: absolute;
  right: 20px;
}

.page_top_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  right: 50%;
  width: 16px;
  height: 16px;
  border-top: 1px solid #000357;
  border-right: 1px solid #000357;
  transform: translateX(-50%) rotate(-45deg);
}

.page_top_btn:hover {
  opacity: 0.5;
  transform: 0.3s;
}

@media screen and (min-width:768px) {
  .page_top_btn {right: 40px;}
  .page_top_btn::before {
    top: 75px;
    width: 21px;
    height: 21px;
    right: -4px;
  }
  footer {height: 197px; padding-top: 74px;}
  footer ul {margin-bottom: 30px; max-width: 292px;}
}


/************************************/
/*アニメーション*/
/************************************/
/*じわっと出現*/
.blur {
	animation-name:blurAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger {
    opacity: 0;
}

/*ふわっと出現*/
.sa {
  opacity: 0;
  transition: all 1.5s ease;
  }
  
.sa.show {
  opacity: 1;
  transform: none;
  }

.sa--up {
  transform: translate(0, 100px);
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}