@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=sans-serif:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* Base
--------------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  color: #403d3a;
  line-height: 1.6;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.1em;
  background-color: #fcfcfc;
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 400;
  font-style: normal; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

section {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

p {
  font-size: 3rem; }
  @media (max-width: 450px) {
    p {
      font-size: 4rem; } }

a {
  text-decoration: none;
  color: #403d3a; }

.main {
  width: 980px;
  margin: 0 auto; }

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative; }

.cta-btn {
  text-align: center; }
  .cta-btn img {
    width: 84%; }

.position-center, .fv-txt, .contents-bg .cta-btn, .sec05_1, .sec05_2, .sec05_4, .sec05_5, .sec05-bg5 .mincho, .o-3, .o-4, .sns-lt, .sns-img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto; }

.bold-text {
  font-weight: 500; }

.link, .hatsukoi_2 a, .sec06-bg a {
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  position: absolute;
  bottom: 5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2;
  text-decoration: underline; }

.mincho {
  font-family: 'Noto Serif JP'; }

/* HEADER */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 980px;
  height: 74px;
  margin: 0 auto;
  z-index: 100;
  background-color: #3d393a; }
  @media (max-width: 549px) {
    header {
      height: 100px;
      padding: 0 0 0 0; } }

.pc-hd-inner {
  width: 93%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto; }

#LOGO img {
  width: 220px;
  max-width: 100%;
  height: auto; }
  @media (max-width: 767px) {
    #LOGO img {
      width: 280px; } }
  @media (max-width: 550px) {
    #LOGO img {
      padding-top: 10px; } }

.pc-nav {
  display: flex; }
  .pc-nav li {
    display: inline-block; }
  .pc-nav a {
    position: relative;
    top: 0;
    display: inline-block;
    transition: all .3s;
    font-size: 1.5rem;
    font-weight: 300;
    color: white; }
  .pc-nav a:hover {
    top: -3px;
    opacity: .7; }
  @media (max-width: 768px) {
    .pc-nav {
      display: none; } }

.pc-nav-menu {
  padding-right: .8em; }
  .pc-nav-menu li {
    padding-left: 1.8em; }

/*　ハンバーガーボタン */
.hamburger {
  /*display : block;
  z-index : 10;
  right : 12px;
  top   : 13px;*/
  position: relative;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  z-index: 101; }
  @media (min-width: 767px) {
    .hamburger {
      top: -5px;
      right: 23%; } }
  @media (max-width: 450px) {
    .hamburger {
      right: 7px;
      top: -7px; } }
  @media (max-width: 450px) {
    .hamburger .nav-txt {
      position: relative;
      top: 33px;
      right: 2px; } }

.hamburger span {
  display: block;
  position: absolute;
  width: 47px;
  height: 3.5px;
  background: white;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border-radius: 10%; }

.hamburger span:nth-child(1) {
  top: 23px; }

.hamburger span:nth-child(2) {
  top: 37px;
  width: 40px; }

.hamburger span:nth-child(3) {
  top: 50px; }

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburger.active span:nth-child(2) {
  display: none; }

.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg); }

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #403d3a;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%; }
  @media (max-width: 549px) {
    nav.globalMenuSp {
      width: 70%; } }

nav.globalMenuSp ul {
  text-align: center;
  background-color: rgba(244, 244, 244, 0.9);
  margin: 0 auto;
  padding: 70px 0 0 50px;
  width: 100%;
  height: 100%; }
  @media (max-width: 549px) {
    nav.globalMenuSp ul {
      padding: 50px 0 0 0; } }

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 8px 0;
  width: 100%;
  font-size: 2rem;
  font-family: futura-pt, sans-serif; }
  nav.globalMenuSp ul li h2 {
    font-size: 4rem; }

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none; }

nav.globalMenuSp ul li a:hover {
  color: white;
  opacity: .9; }

nav.globalMenuSp ul li a {
  display: block;
  color: #403d3a;
  padding: .5em 0;
  text-decoration: none;
  font-size: 3rem; }
  @media (min-width: 767px) {
    nav.globalMenuSp ul li a {
      font-size: 2.2rem; } }

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%); }
  @media (min-width: 767px) {
    nav.globalMenuSp.active {
      right: 0; } }

@media (min-width: 549px) {
  .none {
    display: none; } }

.sp-hd-inner {
  display: flex;
  height: 64px; }

@media (max-width: 780px) {
  .line-sp {
    width: 250px;
    font-size: 22px;
    text-align: center;
    padding-top: 10px;
    border-left: .3px solid #333; } }

.opc-sp {
  margin-top: 5px;
  margin-right: 38px; }
  .opc-sp a {
    color: white; }

.nav-txt {
  display: none; }
  @media (max-width: 780px) {
    .nav-txt {
      display: block;
      font-size: 2.2rem;
      letter-spacing: 0; } }

.btn-a {
  background-image: linear-gradient(30deg, #00c706, #e1e862);
  color: white;
  border: none;
  padding: 12px 30px;
  font-size: 2rem;
  letter-spacing: 1.2px;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease; }
  .btn-a:hover {
    transform: translateY(-3px); }
  .btn-a:active {
    transform: translateY(-1px); }

/* FV */
.fv {
  position: relative;
  top: -26px; }
  @media (min-width: 767px) {
    .fv {
      top: 74px; } }
  @media (max-width: 549px) {
    .fv {
      top: 100px; } }

.line-img {
  position: absolute;
  top: 55%;
  left: 6%;
  width: 20%;
  z-index: 10; }

.fv-txt {
  position: absolute;
  top: 65%;
  text-align: center; }
  .fv-txt h1 {
    font-size: 3.5rem;
    font-weight: 600; }

.line_btn_cm {
  position: absolute;
  bottom: 16%;
  z-index: 1; }

.cta-btn {
  position: absolute;
  bottom: 8%; }

/* SEC01 */
.sec01-bg {
  position: relative;
  z-index: 1;
  margin-top: -12px; }

.sec01-1 {
  position: absolute;
  top: -67px;
  right: 47px; }
  .sec01-1 img {
    width: 90%; }

.sec01-2 {
  position: absolute;
  bottom: -22%;
  text-align: center;
  z-index: 1; }
  .sec01-2 img {
    width: 80%; }

/* SEC02 */
.sec02-bg {
  margin-top: -214px; }

.sec02-2bg {
  position: relative;
  z-index: 2; }

.yoboubiyou_txt {
  position: absolute;
  top: 0;
  margin: 4em 3em;
  width: 75%; }

.sec02-1 {
  position: absolute;
  bottom: -12%;
  z-index: 2; }
  .sec02-1 img {
    width: 800px; }

/* SEC03 */
.sec03-bg {
  position: relative;
  z-index: 1; }

.sec03-01 {
  position: absolute;
  z-index: 2;
  bottom: 7.5%; }
  .sec03-01 img {
    width: 570px; }

.sec03-2bg {
  position: relative;
  margin-top: -150px; }
  .sec03-2bg .cta-btn {
    position: absolute;
    bottom: 16%; }

.sec03-02 {
  position: absolute;
  top: 24%; }
  .sec03-02 img {
    width: 700px; }

/* CONTENTS 旧SEC04 */
.contents-bg {
  position: relative;
  background: url(../images/grid_bg.jpg) repeat;
  background-size: 100%;
  height: 4500px;
  /*margin-top: -220px;*/ }
  .contents-bg h2 {
    padding-top: 5em; }
  .contents-bg .cta-btn {
    position: absolute;
    bottom: 5%; }

/*.contents-box {
    display: flex;
    align-items: center;
    background-color: white;
    width: 820px;
    padding: 1em;
    margin: 4em auto;
    border-left: solid 15px $fontColor;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}*/
.contents-box {
  text-align: center;
  padding: 2em 0; }
  .contents-box img {
    padding-bottom: 4em; }

.contents-cm {
  width: 700px;
  padding: 2em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.65);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  margin: 0 auto; }
  .contents-cm p {
    font-size: 3.4rem; }

.cta-txt {
  text-align: center;
  font-weight: 600;
  margin: 2em 0;
  font-size: 3.7rem; }

/* SEC05 */
.sec05-bg1 {
  position: relative;
  z-index: 1; }

.osusume_sc {
  width: 30%;
  position: absolute;
  top: 83%; }

.sec05-bg2 {
  position: relative;
  margin-top: -19%;
  z-index: 0; }

.hatsukoi_1_arw {
  width: 170px;
  position: absolute;
  top: 26.5%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 1; }

.hatsukoi_2 {
  position: absolute;
  top: 30%; }

.sec05-ttl1 {
  margin-top: -26%; }

.sec05-bg3 {
  height: auto; }

.sec05-bg3-1 {
  position: relative; }

.sec05-bg {
  position: absolute;
  right: 0; }

.sec05-txt {
  position: absolute;
  margin-left: 4em;
  margin-top: 5em; }

.sec05-bg3-2 {
  position: relative;
  flex-direction: column;
  top: 39.5%;
  background-color: #f1f1f1;
  padding-bottom: 8em; }
  .sec05-bg3-2 h2 img {
    width: 980px; }

.sec05-bfaf {
  margin: 5em 0 2em 0;
  width: 89%; }
  .sec05-bfaf img {
    width: 900px; }

.sec05-cm {
  width: 870px; }

.sec05_1 {
  top: 60%;
  width: 600px; }

.sec05_2 {
  top: 67%; }

.sec05_3 {
  position: absolute;
  left: 16%;
  top: 74%; }

.sec05_4 {
  top: 80%;
  width: 200px;
  height: auto; }

.sec05_5 {
  top: 88%; }

.hatsukoi {
  position: absolute;
  bottom: 3%;
  right: 3%;
  width: 23%; }

.sec05-bg4 {
  flex-direction: column; }

.sec05_6 {
  margin: 4em 0 2em 0; }

.sec05-cm {
  text-align: center;
  margin-bottom: 2em; }
  .sec05-cm img {
    width: 90%; }

.sec05-bg5 {
  position: relative; }
  .sec05-bg5 .cta-btn {
    bottom: 39%; }
  .sec05-bg5 .mincho {
    text-align: center;
    top: 70%;
    font-size: 5rem;
    letter-spacing: 1.2px;
    line-height: 1.4; }

.sec05-bg5_txt {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 15%; }

.sec05_7 {
  position: absolute;
  width: 700px;
  z-index: 1;
  bottom: 18%; }

.dot_line {
  position: absolute;
  z-index: 1;
  bottom: -5%; }

/* SEC06 */
.sec06-bg {
  position: relative;
  background-color: #e9e6e4;
  padding: 5em 0;
  height: 1000px; }
  .sec06-bg h2 {
    text-align: center;
    margin-bottom: 2em; }

.sec06-1 {
  width: 700px;
  margin: 0 auto;
  display: block; }

.real_text {
  width: 700px;
  margin: 0 auto; }
  .real_text p {
    margin: 2em 0;
    text-align: justify;
    font-size: 3rem; }

/* SEC07 */
.sec07-bg {
  position: relative; }
  .sec07-bg h2 {
    position: absolute;
    top: 1%;
    text-align: center;
    margin-bottom: 2em; }

.sec07-bg02 {
  position: relative;
  background: url(../images/owner_bg02.jpg) no-repeat;
  background-size: 100%;
  height: 1000px; }

.owner-p {
  position: absolute;
  left: 0;
  top: 8%;
  width: 100%; }

.o-txt {
  position: absolute;
  top: 29%;
  width: 80%; }
  @media (max-width: 450px) {
    .o-txt p {
      font-size: 3rem; } }

.o-box {
  position: absolute;
  top: 31%; }
  .o-box img {
    display: block;
    margin: auto; }

.crown {
  padding-top: 23em; }

.o-1, .o-3 {
  padding: 3em 0;
  margin-top: 3em; }

.o-1 {
  width: 750px; }

.o-2 {
  width: 600px; }

.o-3 {
  width: 200px;
  top: -9%; }

.o-4 {
  width: 700px;
  top: 20%;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08); }

/* SEC08 */
.sec08-bg {
  position: relative;
  margin-top: -121px; }

.story_txt {
  position: absolute;
  top: 15%; }

/* SNS */
.sns-area {
  position: relative;
  margin-top: -9%; }
  .sns-area p {
    text-align: center;
    position: absolute;
    bottom: 22%;
    left: 0;
    right: 0; }

.sns-lt {
  position: absolute;
  top: 27%;
  width: 600px; }

.sns-img {
  position: absolute;
  top: 38%;
  width: 700px; }

.sns-btn {
  position: absolute;
  bottom: 8%; }

.insta_btn {
  color: #FFF;
  /*文字・アイコン色*/
  border-radius: 50px;
  /*角丸に*/
  position: relative;
  display: inline-block;
  height: 100px;
  width: 500px;
  text-align: center;
  font-size: 3rem;
  line-height: 94px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  overflow: hidden;
  /*はみ出た部分を隠す*/
  text-decoration: none;
  /*下線は消す*/
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08); }

.insta_btn2:before {
  /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*全体を覆う*/
  height: 100%;
  /*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat; }

.insta_btn .fa-instagram {
  /*アイコン*/
  font-size: 35px;
  /*アイコンサイズ*/
  position: relative;
  top: 4px;
  /*アイコン位置の微調整*/ }

.insta_btn span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s; }

.insta_btn:hover span {
  /*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg); }

/* 固定ボタン */
.fixed-btn {
  position: fixed;
  bottom: 1%;
  right: 2%;
  background-color: black;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); }
  .fixed-btn span {
    color: white;
    text-align: center;
    display: block;
    font-size: 23px;
    font-weight: 600; }

/* FOOTER */
footer {
  background: #403d3a;
  width: 980px;
  margin: 0 auto;
  padding: 5% 0 1% 0;
  height: auto;
  color: white; }
  footer img {
    display: block;
    width: 300px;
    padding-bottom: 1em; }
  footer span {
    font-size: 2.6rem; }

.flex {
  display: flex;
  justify-content: end;
  padding-bottom: 2em; }

.footer-inner {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2em; }

.footer-menu {
  display: flex;
  font-weight: 500;
  margin-top: 10em;
  line-height: 0; }
  .footer-menu li {
    padding: 0 1rem; }
  .footer-menu a {
    position: relative;
    top: 0;
    transition: .3s;
    color: white; }
    @media (max-width: 450px) {
      .footer-menu a {
        font-size: 3.6rem; } }
  .footer-menu a:hover {
    top: -3px;
    opacity: .7; }
  @media (max-width: 450px) {
    .footer-menu {
      display: block;
      line-height: 1.8;
      margin: 0; } }

.copy {
  text-align: center;
  letter-spacing: .1em;
  font-size: 2rem; }

/*# sourceMappingURL=style.css.map */
