@charset "utf-8";
/* CSS Document */
/*--共通の設定--*/
article {
  font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, 'Yu Gothic', sans-serif;
  color: #222;
}
/*リンクボタン*/
.btn-point {
  border: 2px solid #222;
  padding: 0.6rem 6.5rem 0.6rem 3.2rem;
  border-radius: 50px;
  display: inline-block;
}
/*リンクの矢印*/
.arrow {
  position: relative;
}
.arrow a:hover:after {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.arrow a:after {
  content: " ";
  position: absolute;
  background: url("../img/arrow.png");
  background-size: 35px 11px;
  width: 35px;
  height: 11px;
  display: inline-block;
  -webkit-transition: -webkit-transform .2s ease-out 0s;
  transition: -webkit-transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s;
  transition: transform .2s ease-out 0s, -webkit-transform .3s ease-out 0s;
  top: 12px;
}
.border {
  border: 2px solid #222;
}
.border_b {
  border-bottom: 2px solid #222;
}
.border_r {
  border-right: 1px solid #222;
}
/*背景色の設定*/
#top {
  background: no-repeat;
  background-position: center top;
  background-size: cover;
}
#contentwrap {
  background-size: auto auto;
  background-color: rgba(254, 249, 247, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(251, 228, 213, 1) 5px, rgba(251, 228, 213, 1) 9px);
  z-index: -2;
}
.namitop {
  background: url("../img/linetop.png");
  background-position: bottom;
}
.namibottom {
  background: url("../img/linebottom.png"), #fff;
  background-position: top;
}
.namitop, .namibottom {
  background-repeat: repeat-x;
  height: 36px;
  z-index: 0;
}
#process {
  background-color: #FFFFE0;
  z-index: -1;
}
#buywrap, #rentwrap {
  background-color: #fff;
  z-index: -2;
}
/*--#top--*/
#top {
  position: relative;
  width: 100vw;
  height: 100vh;
    min-height: 800px;
}
#top h1 {
  margin: 0px auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
#top h1 img {
  display: inline-block;
  max-width: 600px;
  height: auto;
}
/*スクロール*/
.scroll a {
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 47%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -47%);
  transform: translate(0, -47%);
  text-decoration: none;
  transition: 1s;
}
.scroll a:hover {
  opacity: 0.3;
}
.scroll a {
  padding-top: 70px;
}
/*スクロールの動く矢印*/
.scroll a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
/*--#concept--*/
#concept p {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 600;
}
/*--#process--*/
.process_photo {
  background-size: auto;
  background-color: rgba(255, 255, 224, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(34, 34, 34, 1) 2px, rgba(34, 34, 34, 1) 3.5px);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 50%;
  height: auto;
  padding-bottom: 10px;
}
.process_txt, .buy_txt, .rent_txt {
  width: 45%;
}
.com::after {
  content: "※";
  font-size: 1rem;
  vertical-align: 20%;
}
/*--#buy--*/
.clip {
  clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
  -webkit-clip-path: polygon(50% 0%, 100% 20%, 100% 100%, 0 100%, 0 20%);
}
.buy_photo, .rent_photo {
  background-size: 100% 98%;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(34, 34, 34, 1) 2px, rgba(34, 34, 34, 1) 3.5px);
  background-position: 15px 15px;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  padding-bottom: 10px;
}
/*--#after--*/
.en {
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
}
.afterbox {
  -webkit-display: flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box1 img {
  display: block;
  text-align: center;
}
.box1 {
  width: 33%
}
.after_txt {
  box-sizing: border-box;
  background-color: #fff;
  padding: 10px;
  margin: 20px;
}
#after a {
  font-size: 1.3rem;
}
#after .btn-point {
  padding: 0.3rem 5rem 0.3rem 1.6rem;
  border-radius: 50px;
}
/*--フルスクリーンメニュー--*/
#contentwrap input {
  display: none;
}
.cp_fullscreenmenu {
  position: fixed;
  z-index: 90;
  top: 150px;
  right: 0;
}
/*menuコンテンツ*/
.cp_fullscreenmenu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: -webkit-linear-gradient(to top, rgba(255, 210, 0, 0.7), rgba(247, 151, 30, 0.7));
  background: linear-gradient(to top, rgba(255, 255, 224, 0.8), rgba(247, 151, 30, 0.6));
}
.cp_fullscreenmenu .menu label {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: 100%;
}
.cp_fullscreenmenu .menu .menucont {
  font-size: 2.4rem;
  text-shadow: 1px 2px 0px #ffffff;
  line-height: 200%;
  position: relative;
  top: 50%;
  margin-top: -170px;
  padding-bottom: 20px;
  text-align: center;
}
.cp_fullscreenmenu .menu ul {
  margin: 0 auto;
  padding: 0;
  list-style: disc;
}
.cp_fullscreenmenu .menu ul li, .cp_fullscreenmenu .menu ul li a {
  transition: all 0.3s ease;
}
.cp_fullscreenmenu .menu ul li a {
  display: block;
  padding: 10px 0;
  color: #222;
}
.cp_fullscreenmenu .menu ul li a:hover {
  color: #222;
}
.cp_fullscreenmenu .menu ul li:hover {
  background: #ffffff;
}
/*クリックしたらメニューが開閉の動作*/
.cp_fullscreenmenu .menuEffects {
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
}
.cp_fullscreenmenu .menuEffects ul {
  transition: all 0.5s;
  transform: translateY(0%);
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects {
  visibility: visible;
  transition: opacity 0.5s;
  opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .menuEffects ul {
  opacity: 1;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open {
  background-color: transparent;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  content: '';
  transform: rotate(45deg);
  background-color: #ff0844;
}
.cp_fullscreenmenu #menuToggle:checked ~ .hamburger .open:after {
  position: relative;
  z-index: 1;
  top: 0;
  right: 0;
  content: '';
  transform: rotate(-45deg);
  background-color: #ff0844;
}
.cp_fullscreenmenu #menuToggle:not(:checked) ~ .menuEffects ul {
  transform: translateY(-30%);
}
/*ハンバーガー*/
.cp_fullscreenmenu .hamburger {
  position: relative;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  padding: 15px;
  cursor: pointer;
}
.cp_fullscreenmenu .hamburger:hover .open:before {
  top: -9px;
}
.cp_fullscreenmenu .hamburger:hover .open:after {
  top: 5px;
}
.cp_fullscreenmenu .open, .cp_fullscreenmenu .open:before, .cp_fullscreenmenu .open:after {
  position: relative;
  display: block;
  width: 24px;
  height: 4px;
  border-radius: 2px;
  background-color: #ff0844;
  transition: all 0.3s ease;
}
.cp_fullscreenmenu .open {
  top: 8px;
  cursor: pointer;
}
.cp_fullscreenmenu .open:before {
  top: -8px;
  content: '';
  transform: rotate(0deg);
}
.cp_fullscreenmenu .open:after {
  top: 4px;
  content: '';
}
/*--スマホ用--*/
@media screen and (max-width: 640px) {
  /*共通*/
  #contentwrap {
    font-size: 1.6rem;
    line-height: 200%;
  }
  #contentwrap h1, #contentwrap h2 {
    font-size: 2.4rem;
  }
  #concept h3, #process h3 {
    font-size: 1.8rem;
  }
  #concept, .process_photo, .process_txt, .buy_photo, .buy_txt, .rent_photo, .rent_txt {
    margin: 0 auto;
    float: none;
    width: 90%;
    height: auto;
    background-position: 20px 20px;
  }
  .arrow a:after {
    background: url("../img/arrow_sp.png");
    width: 37px;
    height: 13px;
    top: 14px;
  }
  /*#top*/
  .scroll a {
    font-size: 1.6rem;
    left: 45%;
    -webkit-transform: translate(0, -45%);
    transform: translate(0, -45%);
  }
  #top h1 {
    width: 100%;
    top: 43%;
  }
  #top h1 img {
    width: 100%;
    height: auto;
  }
  /*#concept*/
  #concept p {
    width: 100%;
  }
  /*#process*/
  .process_txt {
    margin-top: 40px;
  }
  #process .font09 {
    font-size: 1.3rem;
    line-height: 170%;
  }
  .process_photo {
    background-size: auto auto;
    background-color: rgba(255, 255, 224, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(34, 34, 34, 1) 5px, rgba(34, 34, 34, 1) 8px);
    background-position: 10px 10px;
    background-repeat: no-repeat;
  }
  .border {
    border: 3px solid #222;
  }
  .buy_photo, .rent_photo {
    background-size: auto auto;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(34, 34, 34, 1) 5px, rgba(34, 34, 34, 1) 8px);
    background-position: 15px 15px;
    background-repeat: no-repeat;
  }
  /*#after*/
  #after {
    width: 90%;
  }
  .afterbox {
    flex-direction: column;
  }
  .afterbox h4 {
    font-size: 1.8rem;
  }
  #after .box1 {
    border-right: none;
    width: 100%;
  }
  #after a {
    font-size: 1.6rem;
  }
  #after .btn-point {
    padding: 0.6rem 6.4rem 0.6rem 3.2rem;
  }
  /*menu*/
  .cp_fullscreenmenu {
    top: 80px;
    right: 25px;
  }
  .cp_fullscreenmenu .menu .menucont {
    font-size: 2rem;
  }
  .cp_fullscreenmenu .menu .menucont {
    top: 55%;
  }
  /*ハンバーガー*/
  .cp_fullscreenmenu .open, .cp_fullscreenmenu .open:before, .cp_fullscreenmenu .open:after {
    width: 45px;
    height: 5px;
    border-radius: 3px;
  }
  .cp_fullscreenmenu .hamburger:hover .open:before {
    top: -16px;
  }
  .cp_fullscreenmenu .hamburger:hover .open:after {
    top: 11px;
  }
  .cp_fullscreenmenu .open:before {
    top: -13px;
  }
  .cp_fullscreenmenu .open:after {
    top: 9px;
  }
}