@charset "UTF-8";
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.display-none {
  display: none;
}

.z-index0 {
  z-index: 0 !important;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
}

.container-1000 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container-1280{
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.all-screen {
  overflow: hidden;
  position: relative;
}
.all-screen .bg {
  position: absolute;
  left: 0;
  width: 940px;
  height: 100%;
  background: #f4f3ee;
}
@media screen and (max-width: 1024px) {
  .all-screen .bg {
    width: 70%;
  }
}

.big-box {
  position: relative;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

.no-scroll {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
          transform: translate(0, 60px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.main-btn-box .main-btn {
  width: 350px;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .main-btn-box .main-btn {
    max-width: initial;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .main-btn-box .main-btn {
    width: 100%;
  }
}
.main-btn-box .main-btn a .text {
  background-color: #c4a06c;
  border: 1px solid #c4a06c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 7px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.main-btn-box .main-btn a .text:hover {
  background: #fff;
  color: #c4a06c;
}
.main-btn-box .main-btn a .text:hover::after {
  border-top: 2px solid #c4a06c;
  border-right: 2px solid #c4a06c;
}
.main-btn-box .main-btn a .text::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 15%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .main-btn-box .main-btn a .text::after {
    right: 8%;
  }
}

.btn01 {
  width: 100%;
  max-width: 350px;
  height: 80px;
}

.section-title01-box .title {
  font-size: 30px;
  color: #33302b;
  position: relative;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
}
.section-title01-box .title::after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 40px;
  height: 1px;
  background: #c4a06c;
}

.section-title02-box .title-box {
  text-align: center;
}
.section-title02-box .title-box .title {
  font-size: 30px;
  color: #33302b;
  position: relative;
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .section-title02-box .title-box .title {
    margin: 0 0 60px;
  }
}
.section-title02-box .title-box .title::after {
  position: absolute;
  bottom: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 40px;
  height: 1px;
  background: #c4a06c;
}

.section-title03-box .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .section-title03-box .title-box {
    margin: 0 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.section-title03-box .title-box .title {
  font-size: 30px;
  color: #33302b;
  position: relative;
  font-family: "Khand", sans-serif;
  letter-spacing: 0.12em;
  margin: 0 25px 0 0;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .section-title03-box .title-box .title {
    margin: 0 0 30px;
    font-size: 25px;
  }
}
@media screen and (max-width: 640px) {
  .section-title03-box .title-box .title {
    font-size: 20px;
  }
}
.section-title03-box .title-box .title::after {
  position: absolute;
  bottom: -16px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #c4a06c;
}
.section-title03-box .title-box .sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #33302b;
}
@media screen and (max-width: 768px) {
  .section-title03-box .title-box .sub-title {
    font-size: 14px;
  }
}

.section-title04-box {
  margin: 0 0 30px;
}
.section-title04-box .title-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-title04-box .title-box .title .circle {
  width: 15px;
  height: 15px;
  margin: 5px 14px 0 0;
}
.section-title04-box .title-box .title .text {
  margin: -8px 0;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.7;
  display: block;
  color: #33302b;
}
@media screen and (max-width: 640px) {
  .section-title04-box .title-box .title .text {
    font-size: 20px;
  }
}

.word-of-mouth {
  height: 60px;
}
.word-of-mouth .anker-text {
  max-width: 300px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.word-of-mouth .anker-text a {
  background: #33302b;
  color: #fff;
  font-size: 15px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #33302b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.word-of-mouth .anker-text a:hover {
  opacity: 1;
  background: #fff;
  color: #33302b;
}
.word-of-mouth .anker-text a .text-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.back-top-box .back-top .btn {
  max-width: 300px;
  margin: 0 auto;
}
.back-top-box .back-top .btn a {
  border-radius: 4px;
  display: block;
  background: #33302b;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  height: 100%;
  border: 1px solid #33302b;
  transition: all 0.3s;
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.back-top-box .back-top .btn a .jp{
  display: block;
  margin-bottom: 10px;
}
.back-top-box .back-top .btn a .cn{
  display: block;
}
.back-top-box .back-top .btn a:hover {
  opacity: 1;
  color: #33302b;
  background: #fff;
}
.back-top-box .back-top .btn a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  top: 50%;
  right: 26%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.back-top-box .back-top .btn a:hover::after {
  border-top: 1px solid #33302b;
  border-right: 1px solid #33302b;
}

.header-box {
  margin: 0 auto;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .header-box {
    background: transparent;
  }
}
.header-box .pc-header {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .header-box .pc-header {
    display: none;
  }
}
.header-box .pc-header .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.header-box .pc-header .logo-box {
  height: 100%;
}
.header-box .pc-header .logo-box .logo {
  width: 210px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-box .pc-header .logo-box .logo a img {
  max-width: 166px;
  height: 35px;
}
.header-box .pc-header .logo-box .logo a .text {
  font-size: 14px;
  color: #74542e;
  display: inline-block;
}
.header-box .pc-header .menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header-box .pc-header .menu-box .item {
  margin: 0 23px 0 0;
}
.header-box .pc-header .menu-box .item a:hover {
  opacity: 1;
}
.header-box .pc-header .menu-box .item a .text {
  font-size: 15px;
  color: #33302b;
  line-height: 27px;
  margin-top: -6px;
  margin-bottom: -6px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: bold;
}
.header-box .pc-header .menu-box .item a .text::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 3px;
  background: #c4a06c;
  bottom: -10px;
  left: 0;
}
.header-box .pc-header .menu-box .item a .text:hover {
  color: #c4a06c;
  opacity: 1;
}
.header-box .pc-header .menu-box .item a .text:hover::after {
  -webkit-animation: h-left-to-right 1s linear;
          animation: h-left-to-right 1s linear;
}
#page-top .header-box .pc-header .menu-box .item:nth-child(1) a .text{
  color: #c4a06c;
}
#page-top .header-box .pc-header .menu-box .item:nth-child(1) a .text::after{
  width: 100%;
}
#page-catalog .header-box .pc-header .menu-box .item:nth-child(2) a .text{
  color: #c4a06c;
}
#page-catalog .header-box .pc-header .menu-box .item:nth-child(2) a .text::after{
  width: 100%;
}
#page-reform .header-box .pc-header .menu-box .item:nth-child(3) a .text{
  color: #c4a06c;
}
#page-reform .header-box .pc-header .menu-box .item:nth-child(3) a .text::after{
  width: 100%;
}
#page-tenpo .header-box .pc-header .menu-box .item:nth-child(4) a .text{
  color: #c4a06c;
}
#page-tenpo .header-box .pc-header .menu-box .item:nth-child(4) a .text::after{
  width: 100%;
}

@-webkit-keyframes h-left-to-right {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes h-left-to-right {
  0% {
    width: 0%;
  }
  40% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.header-box .pc-header .contact-box .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 110px;
  background: #c4a06c;
  text-align: center;
}
.header-box .pc-header .contact-box .contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-box .pc-header .contact-box .contact .pic {
  margin: 0 0 15px 0;
}
.header-box .pc-header .contact-box .contact .text {
  color: #fff;
  font-size: 14px;
  font-family: "Khand", sans-serif;
  letter-spacing: 0.12em;
}
.header-box .sp-header-box {
  height: 100%;
}
.header-box .sp-header-box.hide {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.header-box .sp-header-box .btn-mask {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222;
  opacity: 0.4;
  display: none;
}
.header-box .sp-header-box .sp-header {
  height: 100%;
  position: relative;
  display: none;
}
@media screen and (max-width: 1024px) {
  .header-box .sp-header-box .sp-header {
    display: block;
  }
}
.header-box .sp-header-box .sp-header .logo-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.header-box .sp-header-box .sp-header .logo-box .logo {
  width: 210px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .header-box .sp-header-box .sp-header .logo-box .logo {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .header-box .sp-header-box .sp-header .logo-box .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-box .sp-header-box .sp-header .logo-box .logo a img {
  width: 120px;
}
.header-box .sp-header-box .sp-header .logo-box .logo a .text {
  font-size: 10px;
  color: #74542e;
  display: inline-block;
}
.header-box #g-nav-list ul {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: -100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1.9;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  height: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-box #g-nav-list ul.panelactive {
  right: 0%;
}
.header-box #g-nav-list ul li {
  list-style: none;
  text-align: left;
  width: 100%;
}
.header-box #g-nav-list ul li a {
  color: #333;
  text-decoration: none;
  padding: 10px 10px 10px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.header-box #g-nav-list ul li.contact-btn {
  background: #c4a06c;
  text-align: center;
  border: 1px solid #c4a06c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 30px 0 0;
}
.header-box #g-nav-list ul li.contact-btn:hover {
  background: #fff;
}
.header-box #g-nav-list ul li.contact-btn:hover a .pic img {
  background: #c4a06c;
  color: #c4a06c;
  border: 1px solid #c4a06c;
}
.header-box #g-nav-list ul li.contact-btn:hover a .text {
  color: #c4a06c;
}
.header-box #g-nav-list ul li.contact-btn a {
  padding: 10px 20px;
}
.header-box #g-nav-list ul li.contact-btn a .pic img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
.header-box #g-nav-list ul li.contact-btn a .text {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-box #g-nav-list ul .account-link-box {
  width: 100%;
  padding-left: 0;
}
.header-box #g-nav-list ul .account-link-box .link-btn a {
  padding-left: 0;
}
.header-box .openbtn {
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  width: 55px;
  height: 55px;
  background: #31302b;
}
.header-box .openbtn::after{
  content: "MENU";
  color: #fff;
  font-size: 10px;
  font-family: "Khand", sans-serif;
  letter-spacing: 0.12em;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
}
.header-box .openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  width: 40%;
  transform: translateX(-50%);
}
.header-box .openbtn span:nth-of-type(1) {
  top: 13px;
}
.header-box .openbtn span:nth-of-type(2) {
  top: 20px;
}
.header-box .openbtn span:nth-of-type(3) {
  top: 27px;
}
.header-box .openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.header-box .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.header-box .openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.header-box .btn_contact{
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  background: #c4a06c;
  text-align: center;
  content: "MENU";
  color: #fff;
  font-size: 10px;
  font-family: "Khand", sans-serif;
  letter-spacing: 0.12em;
  padding-top: 14px;
  box-sizing: border-box;
}
.header-box .btn_contact .pic{
  margin-bottom: 5px;
}
.header-box .btn_contact .pic img{
  width: 24px;
}
@media screen and (max-width: 1400px) {
  .hero-box {
    overflow: hidden;
  }
}
.hero-box .hero {
  height: 800px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .hero-box .hero {
    height: 110vh;
  }
}
.hero-box .hero .text-top {
  position: absolute;
  z-index: 0;
  top: 110px;
}
.hero-box .hero .text-top .text {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 190px;
  line-height: 190px;
  font-weight: 300;
  color: #f0ece2;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .hero-box .hero .text-top .text {
    font-size: 160px;
  }
}
.hero-box .hero .hero-title {
  position: absolute;
  top: 190px;
  left: 11.2%;
  width: 35%;
  max-width: 350px;
}
@media screen and (max-width: 1024px) {
  .hero-box .hero .hero-title {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .hero-box .hero .hero-title {
    max-width: 300px;
  }
}
@media screen and (max-width: 640px) {
  .hero-box .hero .hero-title {
    width: 73%;
    top: 33%;
    position: relative;
    z-index: 2;
  }
}
.hero-box .hero .hero-title .title {
  margin: 0 0 35px;
}
@media screen and (max-width: 640px) {
  .hero-box .hero .hero-title .title {
    margin-bottom: 25px;
  }
}
.hero-box .hero .hero-title .title img {
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 640px) {
  .hero-box .hero .hero-title .title img {
    width: 78%;
  }
}
.hero-box .hero .hero-title .sub-title {
  font-size: 18px;
  color: #33302b;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) {
  .hero-box .hero .hero-title .sub-title {
    margin-bottom: 15px;
  }
}
.hero-box .hero .hero-title .attention{
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 35px;
}
@media screen and (max-width: 640px) {
  .hero-box .hero .hero-title .attention{
    margin-bottom: 25px;
  }
}
.hero-box .hero .top-img-box {
  position: absolute;
  top: 13%;
  right: 6.5%;
  width: 45.5vw;
  height: 45.5vw;
  max-width: 600px;
  max-height: 600px;
}
@media screen and (max-width: 640px) {
  .hero-box .hero .top-img-box {
    width: 100vw;
    height: 100vw;
    top: -11%;
    right: -29%;
    z-index: 0;
  }
}
.hero-box .hero .top-img-box .slider-hero {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  z-index: 0;
  position: absolute;
}
.hero-box .hero .top-img-box .slider-hero .swiper-wrapper {
  z-index: 0;
  max-width: 600px;
  max-height: 600px;
}
.hero-box .hero .top-img-box .slider-hero .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-box .hero .top-img-box .option-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: auto;
  bottom: auto;
  right: 7%;
  bottom: 0;
  height: auto;
}
@media screen and (max-width: 640px) {
  .hero-box .hero .top-img-box .option-pos {
    right: 32%;
    bottom: -6%;
  }
}
.hero-box .hero .top-img-box .bar-box {
  width: 25px;
  height: 2px;
  background: #aaa;
  margin: 0 10px 0 0;
}
.hero-box .hero .top-img-box .bar-box .bar {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 25px;
  height: 2px;
  background-color: #33302b;
  -webkit-transition: -webkit-transform 3s linear;
  transition: -webkit-transform 3s linear;
  transition: transform 3s linear;
  transition: transform 3s linear, -webkit-transform 3s linear;
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.hero-box .hero .top-img-box .bar-box .swiper-slide-active .slide-img,
.hero-box .hero .top-img-box .bar-box .swiper-slide-duplicate-active .slide-img,
.hero-box .hero .top-img-box .bar-box .swiper-slide-prev .slide-img {
  -webkit-animation: zoomOut 10s linear 0s;
          animation: zoomOut 10s linear 0s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.hero-box .hero .top-img-box .swiper-count-box .swiper-pagination {
  position: initial;
  font-size: 14px;
  color: #33302b;
  font-family: "Barlow Condensed";
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .hero-box .hero .scrollbar-pos {
    display: none;
  }
}
.hero-box .hero .scrollbar-pos .scrollbar-top {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 85px;
  overflow: hidden;
  color: #33302b;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
@media screen and (max-width: 1024px) {
  .hero-box .hero .scrollbar-pos .scrollbar-top {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.hero-box .hero .scrollbar-pos .scrollbar-top::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #33302b;
  -webkit-animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    opacity: 1;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  30% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  70% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

article section {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  article section {
    padding: 60px 0px;
  }
}
article section.second-layer {
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
      background: #DFDFDF;
}
@media screen and (max-width: 768px) {
  article section.second-layer {
    padding-top: 60px;
  }
}

.news-box .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .news-box .news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news-box .news .section-title01-box .title-box {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .news-box .news .section-title01-box .title-box {
    text-align: center;
    margin-bottom: 60px;
  }
}
.news-box .news .news-list-box {
  width: 80%;
}
@media screen and (max-width: 768px) {
  .news-box .news .news-list-box {
    width: 100%;
  }
}
.news-box .news .news-list-box .news-list .item {
  border-top: 1px solid #eeeeee;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .news-box .news .news-list-box .news-list .item {
    padding: 25px 10px;
  }
}
.news-box .news .news-list-box .news-list .item:last-child {
  border-bottom: 1px solid #eeeeee;
}
.news-box .news .news-list-box .news-list .item a,
.news-box .news .news-list-box .news-list .item > span {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .news-box .news .news-list-box .news-list .item a,
  .news-box .news .news-list-box .news-list .item > span {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.news-box .news .news-list-box .news-list .item  .date {
  color: #c4a06c;
  font-size: 14px;
  letter-spacing: 0.12em;
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  margin: 0 30px 0 0;
}
.news-box .news .news-list-box .news-list .item  .desc {
  color: #33302b;
  font-size: 15px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .news-box .news .news-list-box .news-list .item  .desc {
    white-space: normal;
    line-height: 1.7;
    margin: -5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.pickup-box {
  background: #f4f3ee;
}
.pickup-box .pickup .pickup-list-box .no-pickup {
  text-align: center;
}
.pickup-box .pickup .pickup-list-box .pickup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .pickup-box .pickup .pickup-list-box .pickup-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pickup-box .pickup .pickup-list-box .pickup-list::after {
  display: block;
  content: "";
  width: 320px;
}
.pickup-box .pickup .pickup-list-box .pickup-list .item {
  width: 31%;
  height: 200px;
  margin: 0 0 20px;
  overflow: hidden;
  border-radius: 7px;
}
.pickup-box .pickup .pickup-list-box .pickup-list .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .pickup-box .pickup .pickup-list-box .pickup-list .item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .pickup-box .pickup .pickup-list-box .pickup-list .item {
    width: 100%;
  }
}
.pickup-box .pickup .pickup-list-box .pickup-list .item a .img-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.pickup-box .pickup .pickup-list-box .pickup-list .item a .img-box .text {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.pickup-box .pickup .pickup-list-box .pickup-list .item a img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pickup-box .pickup .pickup-list-box .pickup-list .item a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.pickup-list-box + .support{
  margin-top: 60px;
}
.support{
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 70px 0 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .support{
    padding: 40px 10px 80px;
  }
}
.support::before{
  content: "";
  width: 100%;
  height: 100%;
  background: url("/group/juhan/cms/wp-content/themes/juhan/assets/img/index/support.jpg") center / cover;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
.support:hover::before{
  transform: scale(1.1);
}
.support h2{
  font-size: 25px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 640px) {
  .support h2{
    font-size: 16px;
    line-height: 1.5;
  }
}
.support .txt{
  line-height: 1.7;
  color: #fff;
  position: relative;
}
.support .detail{
  width: 100%;
  line-height: 1;
  padding: 15px 30px;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  box-sizing: border-box;
}
.support .detail::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.3s;
  margin-top: -2px;
}
@media screen and (max-width: 640px) {
  .support .txt{
    font-size: 14px;
  }
}

.sale-now-box .sale-now {
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sale-now-box .sale-now .sale-list-box .sale-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item {
  width: 22.8%;
  max-width: 100%;
  border: 1px solid #eeeeee;
  -webkit-box-shadow: 0 0 20px rgba(51, 48, 43, 0.05);
          box-shadow: 0 0 20px rgba(51, 48, 43, 0.05);
  margin: 0 0 30px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0.98%;
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item {
    width: 100%;
    max-width: 475px;
    margin: 0 0 20px;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .item-contents {
  padding: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .item-contents {
    padding: 15px;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .img-box {
  position: relative;
  height: 160px;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .img-box .pickup {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 60px;
  max-height: 60px;
  display: none;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .item-title {
  font-size: 14px;
  color: #33302b;
  margin: 10px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .item-title {
    font-size: 14px;
    height: auto;
    margin: 0px;
  }
}
@media screen and (max-width: 640px) {
  .sale-now-box .sale-now .sale-list-box{
    margin-top:40px;
  }
  .sale-now-box .sale-now .sale-list-box .sale-list .item .item-title {
    font-size: 14px;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .desc-contents-list {
  min-height: 115px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .desc-contents-list {
    min-height: 130px;
  }
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .desc-contents-list {
    min-height: auto;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .desc-contents-list .desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  margin: 0 0 10px;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .desc-contents-list .desc-item .left {
  font-weight: bold;
  width: 60px;
  color: #aaaaaa;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .desc-contents-list .desc-item .right {
  color: #33302b;
  line-height: 1.7;
  margin: -5px 0 0;
  width: calc(100% - 60px);
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 640px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 {
  max-width: 205px;
}
@media screen and (max-width: 1024px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 {
    max-width: 263px;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1 a,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a {
  width: 100%;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1 a .text,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .text {
  width: 205px;
  height: 50px;
  background-color: #33302b;
  color: #fff;
  border: 1px solid #33302b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1 a .text,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .text {
    width: 100%;
    max-width: 205px;
    margin: 0 auto;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1 a .text,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .text {
    max-width: initial;
  }
}
@media screen and (max-width: 640px) {
  .sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1 a .text,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .text {
    width: 100%;
  }
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn1 a .text:hover,
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .text:hover {
  background: #fff;
  color: #33302b;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 {
  position: relative;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .text {
  background: #fff;
  color: #33302b;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .text:hover {
  opacity: 1;
  background: #33302b;
  color: #fff;
  border: 1px solid #33302b;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .icon {
  max-width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  top: 9px;
  right: 9px;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a .icon img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sale-now-box .sale-now .sale-list-box .sale-list .item .sale-btn-box .sale-btn .btn2 a:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list {
  min-height: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 952px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 30px;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list::after {
  display: block;
  content: "";
  width: 318px;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item {
  width: 22.8%;
  max-width: 100%;
  color: #33302b;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 20px rgba(51, 48, 43, 0.05);
          box-shadow: 0 0 20px rgba(51, 48, 43, 0.05);
  margin: 0.98%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 952px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item {
    margin: 0 0 40px;
    width: 100%;
    max-width: 360px;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .img-box {
  position: relative;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .img-box img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .img-box .sales-num {
  font-size: 12px;
  color: #33302b;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .img-box .sales-num .num {
  margin: 0 2px 0 4px;
  color: #dc7342;
  font-size: 16px;
  font-weight: bold;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents {
  padding: 20px;
  background:#fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents {
    padding-top: 20px;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .text-box {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .text-box {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .text-box {
    height: auto;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .list-title {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px;
  line-height: 1.7;
  color: #33302b;
}
@media screen and (max-width: 768px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .list-title {
    margin-bottom: 10px;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .address {
  font-size: 12px;
  line-height: 23px;
  margin: -4px 0 10px;
  color: #33302b;
}
@media screen and (max-width: 768px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .address {
    margin-bottom: 0px;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn {
    
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn1 {
  margin: 0 0 10px;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn1,
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn2 {
  width: 48%;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn1,
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn2 {
    width:48%;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn1 a .text,
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn2 a .text {
  width: 100%;
  max-width: 100%;
  height: 40px;
  background: #33302b;
  border: 1px solid #33302b;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn1 a .text,
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn2 a .text {
    height: 40px;
    font-size:13px;
  }
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn1 a .text:hover,
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn2 a .text:hover {
  background: #fff;
  color: #33302b;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn2 a .text {
  background: #c4a06c;
  border: 1px solid #c4a06c;
}
.sale-now-box .sales-result-box .sales-result .sales-result-list .result-list .item .item-contents .result-btn-box .result-btn .btn2 a .text:hover {
  color: #c4a06c;
}

.bg01-box,
.bg02-box {
  height: 500px;
  width: 100%;
  background-color: #232d3a;
  position: relative;
  margin: 0 0 1px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bg01-box,
.bg02-box {
    height: 300px;
  }
}

.bg01-box:last-child,
.bg02-box:last-child {
  margin: 0;
}
.bg01-box a:hover,
.bg02-box a:hover {
  opacity: 1;
}
.bg01-box a:hover .bg,
.bg02-box a:hover .bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.bg01-box .bg,
.bg02-box .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/index/08.jpg) no-repeat center center/cover;
  opacity: 0.4;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bg01-box .bg-01,
.bg02-box .bg-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bg01-box .bg-01 .bg-contents,
.bg02-box .bg-01 .bg-contents {
  color: #fff;
}
.bg01-box .bg-01 .bg-contents .sub-title,
.bg02-box .bg-01 .bg-contents .sub-title {
  font-size: 14px;
  letter-spacing: 0.12em;
  font-family: "Khand", sans-serif;
  margin: 0 0 35px;
}
@media screen and (max-width: 768px) {
  .bg01-box .bg-01 .bg-contents .sub-title,
.bg02-box .bg-01 .bg-contents .sub-title {
    margin-bottom: 15px;
  }
}
.bg01-box .bg-01 .bg-contents .title,
.bg02-box .bg-01 .bg-contents .title {
  font-size: 34px;
  margin: -11px 0 50px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .bg01-box .bg-01 .bg-contents .title,
.bg02-box .bg-01 .bg-contents .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .bg01-box .bg-01 .bg-contents .title,
.bg02-box .bg-01 .bg-contents .title {
    font-size: 20px;
  }
}
.bg01-box .bg-01 .bg-contents .text,
.bg02-box .bg-01 .bg-contents .text {
  line-height: 1.7;
  margin: -6px 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .bg01-box .bg-01 .bg-contents .text br,
.bg02-box .bg-01 .bg-contents .text br {
    display: none;
  }
}

.bg02-box .bg {
  background: url(../img/index/09.jpg) no-repeat center center/cover;
}

.topic-box .topic .topic-list-box .topic-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .topic-box .topic .topic-list-box .topic-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topic-box .topic .topic-list-box .topic-list .item {
  width: 48%;
  max-width: 100%;
  height: 250px;
  position: relative;
  margin: 0 0 20px;
  overflow: hidden;
}
.topic-box .topic .topic-list-box .topic-list .item:first-child {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .topic-box .topic .topic-list-box .topic-list .item {
    width: 100%;
    max-width: 490px;
  }
}
.topic-box .topic .topic-list-box .topic-list .item:hover .topic-bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.topic-box .topic .topic-list-box .topic-list .item .topic-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.topic-box .topic .topic-list-box .topic-list .item::after {
  position: absolute;
  content: "";
  background: #232d3a;
  opacity: 0.4;
  width: 100%;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}
.topic-box .topic .topic-list-box .topic-list .item:hover {
  opacity: 0.9;
}
.topic-box .topic .topic-list-box .topic-list .item a {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topic-box .topic .topic-list-box .topic-list .item a .item-contents {
  color: #fff;
  text-align: center;
}
.topic-box .topic .topic-list-box .topic-list .item a .item-contents .title {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .topic-box .topic .topic-list-box .topic-list .item a .item-contents .title {
    font-size: 22px;
    font-weight: bold;
    margin: 0px 0 20px;
  }
}
.topic-box .topic .topic-list-box .topic-list .item a .item-contents .desc {
  line-height: 1.7;
  margin: -6px 0;
  font-weight: bold;
}

.property-box {
  background: url(../img/index/property-bg.jpg) no-repeat center center/cover;
  height: 465px;
}
@media screen and (max-width: 1024px) {
  .property-box {
    height: 350px;
  }
}
.property-box .property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.property-box .property .property-contents {
  width: 100%;
  max-width: 1000px;
}
.property-box .property .text-box {
  text-align: center;
  height: 100%;
  margin: 0 0 60px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .property-box .property .text-box {
    margin: 0;
  }
}
.property-box .property .text-box .title {
  font-size: 30px;
  margin: 0 0 40px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .property-box .property .text-box .title {
    font-size: 22px;
  }
}
.property-box .property .text-box .sub-title {
  font-weight: bold;
  line-height: 1.7;
  margin: -13px 0;
}
@media screen and (max-width: 640px) {
  .property-box .property .text-box .sub-title {
    font-size: 15px;
  }
}
.property-box .property .contact-card-box {
  width: 100%;
  background: #fff;
  max-width: 1000px;
  height: 160px;
}
@media screen and (max-width: 1024px) {
  .property-box .property .contact-card-box {
    display: none;
  }
}
.property-box .property .contact-card-box .contact-card {
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #33302b;
}
.property-box .property .contact-card-box .contact-card .tel-box {
  width: 100%;
  max-width: 240px;
  text-align: center;
}
.property-box .property .contact-card-box .contact-card .tel-box .text {
  font-weight: bold;
  margin: 0 0 20px;
}
.property-box .property .contact-card-box .contact-card .tel-box .tel {
  font-family: "Khand", sans-serif;
  font-size: 35px;
}
.property-box .property .contact-card-box .contact-card .tel-box .tel img {
  max-width: 210px;
}
.property-box .property .contact-card-box .contact-card .tel-box .tel .tel-text {
  font-size: 25px;
}
.property-box .property .contact-card-box .contact-card .businesshours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 220px;
  font-size: 14px;
  color: #33302b;
}
.property-box .property .contact-card-box .contact-card .businesshours .left {
  width: 35%;
  max-width: 75px;
}
.property-box .property .contact-card-box .contact-card .businesshours .right {
  width: 65%;
}
.property-box .property .contact-card-box .contact-card .businesshours .right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}
.property-box .property .contact-card-box .contact-card .businesshours .right .date {
  min-width: 50px;
}
.property-box .property .contact-card-box .contact-card .businesshours .right .time {
  width: 100px;
}

.sp-contact-box {
  display: none;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .sp-contact-box {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp-contact-box {
    padding: 40px 0;
  }
}
.sp-contact-box .sp-contact {
  text-align: center;
}
.sp-contact-box .sp-contact .main-btn-box {
  margin: 0 0 30px;
}
.sp-contact-box .sp-contact .main-btn-box .main-btn {
  display: inline-block;
}
.sp-contact-box .sp-contact .main-btn-box .main-btn a .text {
  margin: 0 auto;
}
.sp-contact-box .sp-contact .tel-box {
  margin: 0 0 30px;
}
.sp-contact-box .sp-contact .tel-box .text {
  font-family: "Khand", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.sp-contact-box .sp-contact .tel-box .text .tel-text {
  font-size: 25px;
}
.sp-contact-box .sp-contact .tel-box .tel img {
  width: 100%;
  max-width: 239px;
}
.sp-contact-box .sp-contact .business-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 260px;
  margin: 0 auto;
}
.sp-contact-box .sp-contact .business-hours .line {
  margin: 0 0 20px;
  text-align: left;
}
.sp-contact-box .sp-contact .business-hours .line .title {
  margin: 0 0 10px;
}
.sp-contact-box .sp-contact .business-hours .line .time {
  line-height: 1.7;
}
.sp-contact-box .sp-contact .business-hours .line .time span {
  width: 50px;
  display: inline-block;
}

.footer-box {
  background: #191919;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer-box .footer .footer-contents {
  width: 100%;
  text-align: center;
}
.footer-box .footer .footer-contents .img-box {
  max-width: 390px;
  margin: 0 auto 70px;
}
.footer-box .footer .footer-contents .img-box img {
  width: 100%;
  padding: 8px;
  border: 1px solid #333333;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.footer-box .footer .footer-contents .footer-icon-box {
  max-width: 166px;
  margin: 0 auto 50px;
}
.footer-box .footer .footer-contents .footer-icon-box img {
  width: 100%;
}
.footer-box .footer .footer-contents .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 300px;
  margin: 0 auto 37px;
}
.footer-box .footer .footer-contents .footer-list .item a {
  font-size: 12px;
  color: #fff;
}
.footer-box .footer .footer-contents .sns-box {
  max-width: 11px;
  margin: 0 auto 50px;
}
.footer-box .footer .footer-contents .sns-box a img {
  width: 100%;
}
.footer-box .footer .footer-contents .copyright .text {
  font-size: 11px;
  letter-spacing: 0.12em;
  color: #575757;
}

.bg-white {
  background: #fff;
}




.second-top-box {
  height: 450px;
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .second-top-box {
    margin-top: 80px;
  }
}
@media screen and (max-width: 640px) {
  .second-top-box {
    height: 250px;
  }
}
.second-top-box::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: #232d3a;
  opacity: 0.6;
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}
.second-top-box .bg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second-top-box .second-top {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.second-top-box .second-top .top-title-box .sub-title {
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  margin: 0 0 33px;
}
@media screen and (max-width: 640px) {
  .second-top-box .second-top .top-title-box .sub-title {
    margin: 0 0 20px;
  }
}
.second-top-box .second-top .top-title-box .title {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .second-top-box .second-top .top-title-box .title {
    font-size: 25px;
  }
}

.pagination-box {
  height: 75px;
}
.pagination-box.thanks-page-pagination {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .pagination-box.thanks-page-pagination {
    margin-top: 80px;
  }
}
.pagination-box .pagination {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.pagination-box .pagination .pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
}
@media screen and (max-width: 640px) {
  .pagination-box .pagination .pagination-list {
    line-height: 1.7;
  }
}
.pagination-box .pagination .pagination-list .item {
  margin: 0 35px 0 0;
  position: relative;
  line-height: 1.2;
}
.pagination-box .pagination .pagination-list .item:last-child {
  margin: 0;
}
.pagination-box .pagination .pagination-list .item:last-child::after {
  display: none;
}
.pagination-box .pagination .pagination-list .item a {
  font-size: 12px;
  color: #33302b;
  text-decoration: underline;
  white-space: nowrap;
}
.pagination-box .pagination .pagination-list .item span {
  font-size: 12px;
  color: #33302b;
}
.pagination-box .pagination .pagination-list .item::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #33302b;
  border-right: 1px solid #33302b;
  top: 50%;
  right: -17px;
  -webkit-transform: translateY(-35%) rotate(45deg);
          transform: translateY(-35%) rotate(45deg);
}

.page03-pagination {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .page03-pagination {
    margin-top: 80px;
  }
}

.sales-result-box .sales-result .sales-result-list .sales-search-box {
  margin: 0 0 40px;
  /* セレクトボックスの矢印デザイン変更 */
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search {
  padding: 20px 10px;
  margin: 0 0 40px;
  background: #f4f3ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .text {
  margin: 0 20px 0 0;
  color: #33302b;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .text {
    margin: 0 0 10px;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .text img {
  max-width: 15px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .select-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 35px 0 0;
}
@media screen and (max-width: 768px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list {
    margin: 0 0 10px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item {
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item {
    width: 48%;
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 640px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item {
    width: 48%;
    margin: 0 0 10px;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item:last-child {
  margin: 0;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #33302b;
  border-radius: 4px;
  padding: 15px;
  box-sizing: border-box;
  height: 38px;
  background: #fff;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput {
    width: 100%;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput.now-active {
  background: #33302b;
  color: #fff;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput {
  background: #33302b;
  color: #fff;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input {
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input:checked{
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input:checked + span + span{
  color: #fff;
  z-index: 1;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input:checked + span + span + .input_bg{
  position: absolute;
  top: 0;
  left: 0;
  background: #33302b;
  width: 100%;
  height: 100%;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput:hover > .ECM_CheckboxInput-DummyInput {
  background: #fff !important;
  border: solid 1px #ccc;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput {
  border: solid 1px #ccc;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  border: solid 1px #ccc;
  background: #ffffff;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hlY2siPjxwb2x5bGluZSBwb2ludHM9IjIwIDYgOSAxNyA0IDEyIj48L3BvbHlsaW5lPjwvc3ZnPg==") no-repeat center;
  background-size: contain;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-DummyInput {
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: solid 1px #cccccc;
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .prefecture-list .item .ECM_CheckboxInput-LabelText {
    font-size: 13px;
    width: 70px;
  }
}
#achievements-list.only_onsale .item:not(.onsale){
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .item-clear {
    text-align: right;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .item-clear {
    text-align: center;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .item-clear a {
  width: 70px;
  height: 38px;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .item-clear a {
    width: 170px;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .area-search .item-clear a .clear-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #aaaaaa;
  color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  color: #33302b;
}
@media screen and (max-width: 640px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .select-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .text {
  font-size: 15px;
  margin: 0 20px 0 0;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .text {
    width: 100%;
    margin: 0 0 20px;
  }
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトのスタイルを無効 */
  border-radius: 0;
  height: 37px;
  padding-left: 15px;
  width: 110px;
  border: 1px solid #cccccc;
  border-right: none;
  border-radius: 4px;
  margin: 0 20px 0 0;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container select .num {
  font-size: 15px;
  color: #33302b;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container select::-ms-expand {
  display: none;
  /* デフォルトのスタイルを無効(IE用) */
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .display-info .cp_ipcheck .list_item {
  background: #dc7342;
  color: #fff;
  font-weight: bold;
  height: 40px;
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  border-radius: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .display-info .cp_ipcheck label {
  line-height: 135%;
  position: relative;
  cursor: pointer;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .display-info .cp_ipcheck .option-input05 {
  position: relative;
  margin: 0 9px 0 0;
  cursor: pointer;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .display-info .cp_ipcheck .option-input05:before {
  position: absolute;
  z-index: 1;
  top: 3px;
  left: 2px;
  width: 10px;
  height: 4px;
  content: "";
  -webkit-transform: rotate(-45deg) scale(0, 0);
  transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #dc7342;
  border-top-style: none;
  border-right-style: none;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .display-info .cp_ipcheck .option-input05:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
  transform: rotate(-45deg) scale(1, 1);
}
.sales-result-box .sales-result .sales-result-list .sales-search-box .select-container .display-info .cp_ipcheck .option-input05:after {
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  content: "";
  cursor: pointer;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
}
.sales-result-box .sales-result .sales-result-list .sales-search-box select {
  background-image: url("../img/02/03.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 38px;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li {
  width: 40px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #33302b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  position: relative;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li:first-child a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #33302b;
  border-left: 2px solid #33302b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li:first-child a:hover::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li:last-child a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #33302b;
  border-left: 2px solid #33302b;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li:last-child a:hover::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li a.jp-current {
  color: #fff;
  background: #33302b;
  border: 1px solid #33302b;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li a {
  border: 1px solid #cccccc;
  color: #33302b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position: relative;
}
.sales-result-box .sales-result .sales-result-list .sales-pager-box #pager .pager-inner li a:hover {
  opacity: 1;
  background: #33302b;
  border: 1px solid #33302b;
  color: #fff;
}

.footer-before-box .footer-before {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  .footer-before-box .footer-before {
    padding-top: 0px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .footer-before-box .footer-before {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.footer-before-box .footer-before .footer-before-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  -webkit-justify-content: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 640px) {
  .footer-before-box .footer-before .footer-before-list {
    flex-wrap: wrap;
    gap: 20px 4%;
  }
}
.footer-before-box .footer-before .footer-before-list .item {
  width: 24%;
  max-width: 236px;
  height: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
@media screen and (max-width: 640px) {
  .footer-before-box .footer-before .footer-before-list .item {
    width: 48%;
    max-width: initial;
    height: 150px;
  }
}
.footer-before-box .footer-before .footer-before-list .item::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: #232d3a;
  opacity: 0.6;
  z-index: 1;
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
  border-radius: 7px;
}
.footer-before-box .footer-before .footer-before-list .item:hover .bg {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.footer-before-box .footer-before .footer-before-list .item .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  position: relative;
  border-radius: 7px;
  display: inline-block;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-before-box .footer-before .footer-before-list .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.footer-before-box .footer-before .footer-before-list .item a .text {
  font-size: 20px;
  color: #fff;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .footer-before-box .footer-before .footer-before-list .item a .text {
    font-size: 16px;
  }
}

.mfp-image-holder .mfp-close,
.mfp-counter {
  display: none;
}

img.mfp-img {
  width: 600px;
  -o-object-fit: contain;
     object-fit: contain;
}

.mfp-container {
  cursor: pointer;
}

.page03 section {
  padding-left: 0;
  padding-right: 0;
}
.page03 .contents01-box {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .page03 .contents01-box {
    padding-top: 30px;
  }
}
.page03 .contents01-box .contents01 .section-title03-box .title-box {
  margin-bottom: 50px;
}
.page03 .contents01-box .contents01 .section-title03-box .title-box .title {
  margin: 0;
  font-size: 28px;
  line-height: 1.7;
  margin: -9px 0;
}
@media screen and (max-width: 768px) {
  .page03 .contents01-box .contents01 .section-title03-box .title-box .title {
    font-size: 23px;
  }
}
@media screen and (max-width: 640px) {
  .page03 .contents01-box .contents01 .section-title03-box .title-box .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.page03 .sales-detail-box .sales-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .page03 .sales-detail-box .sales-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.page03 .sales-detail-box .sales-detail .img-slider-box {
  max-width: 600px;
  width: 60%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page03 .sales-detail-box .sales-detail .img-slider-box {
    max-width: initial;
    width: 100%;
    margin: 0 0 20px;
  }
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container {
  position: relative;
  width: 100%;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 25px;
  background: #33302b;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  color: #fff;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-pagination .swiper-pagination-current {
  margin-right: 5px;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-pagination .swiper-pagination-total {
  margin-left: 5px;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-wrapper {
  height: 380px;
  margin: 0 0 10px;
  z-index: 0;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-wrapper .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-wrapper .swiper-slide a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/03/05.jpg) no-repeat center center/cover;
  border-radius: 4px;
  bottom: 3%;
  right: 3%;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-wrapper .swiper-slide a:hover {
  opacity: 1;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-button-next {
  border-radius: 7px 0 0 7px;
  border: 1px solid #fff;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 80px;
  background: url(../img/03/next-img.jpg) no-repeat center center/cover;
  display: block;
  opacity: 0.8;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
  z-index: 0;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-button-next:after {
  content: "";
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-button-prev {
  border-radius: 7px 0 0 7px;
  border: 1px solid #fff;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 80px;
  background: url(../img/03/next-img.jpg) no-repeat center center/cover;
  display: block;
  opacity: 0.8;
  left: 0;
  -webkit-transform: translateY(-25%) rotate(180deg);
          transform: translateY(-25%) rotate(180deg);
  z-index: 0;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container .swiper-button-prev:after {
  content: "";
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container.slider-thumbnail .swiper-wrapper {
  height: auto;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  max-width: 100px;
  height: 100%;
  max-height: 60px;
  opacity: 1;
  overflow: hidden;
  margin-right: 5px;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.page03 .sales-detail-box .sales-detail .img-slider-box .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}
.page03 .sales-detail-box .sales-detail .img-detail-box {
  max-width: 362px;
  width: 35%;
}
@media screen and (max-width: 768px) {
  .page03 .sales-detail-box .sales-detail .img-detail-box {
    width: 100%;
    margin: 0 auto;
  }
}
.page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin: 0 0 30px;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list .item {
  line-height: 1.6;
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list .item:last-child {
  border-bottom: 1px solid #eeeeee;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list .item .left,
.page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list .item .right {
  font-size: 15px;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list .item .left {
  color: #aaaaaa;
  width: 65px;
  height: 100%;
  display: inline-block;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list .item .right {
  width: calc(100% - 65px);
  color: #33302b;
}
@media screen and (max-width: 768px) {
  .page03 .sales-detail-box .sales-detail .img-detail-box .img-detail-list .item .right {
    width: auto;
  }
}
.page03 .sales-detail-box .sales-detail .img-detail-box .see-another-btn {
  margin: 0 0 20px;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .see-another-btn a,
.view-more-btn a {
  width: 100%;
  max-width: 360px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #dc7342;
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #dc7342;
}
.view-more-btn a{
  margin: 30px auto 0;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .see-another-btn.grey a{
  background: #aaaaaa !important;
  border-color: #aaaaaa !important;
  color: #fff !important;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .see-another-btn a:hover,
.view-more-btn a:hover {
  background: #fff;
  color: #dc7342;
  opacity: 1;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .see-another-btn a .num {
  font-size: 22px;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .detail-btn a {
  font-size: 14px;
  color: #c4a06c;
  font-weight: bold;
  text-decoration: underline;
}
.page03 .sales-detail-box .sales-detail .img-detail-box .detail-btn a img {
  max-width: 9px;
  vertical-align: top;
}
.page03 .sales-detail-box .sales-desc-box {
  margin: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .page03 .sales-detail-box .sales-desc-box {
    margin: 0 0 100px;
  }
}
@media screen and (max-width: 640px) {
  .page03 .sales-detail-box .sales-desc-box {
    margin: 0 0 60px;
  }
}
.page03 .sales-detail-box .sales-desc-box .sales-desc {
  text-align: center;
  margin: -7px 0;
}
.page03 .sales-detail-box .sales-desc-box .sales-desc .text {
  font-size: 18px;
  line-height: 32px;
  color: #33302b;
}
@media screen and (max-width: 640px) {
  .page03 .sales-detail-box .sales-desc-box .sales-desc .text {
    font-size: 14px;
    text-align: left;
  }
  .page03 .sales-detail-box .sales-desc-box .sales-desc .text br {
    display: none;
  }
}
.page03 .detail-sale-now-box .detail-sale-now .section-title03-box .title-box {
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}
@media screen and (max-width: 640px) {
  .page03 .detail-sale-now-box .detail-sale-now .section-title03-box .title-box {
    margin-bottom: 22px;
  }
}
.page03 .detail-sale-now-box .detail-sale-now .section-title03-box .title-box .title {
  margin-right: 25px;
}
.page03 .main-btn-box {
  margin: 0 0 20px;
}
.page03 .main-btn-box .main-btn {
  max-height: 60px;
}
@media screen and (max-width: 1024px) {
  .page03 .main-btn-box .main-btn {
    margin: 0 auto;
    max-width: 340px;
  }
}
.page03 .main-btn-box .main-btn a {
  display: inline-block;
  width: 100%;
}
.page03 .main-btn-box .main-btn .btn01 {
  max-height: 60px;
  font-size: 15px;
}
.page03 .main-btn-box .main-btn .text::after {
  right: 9%;
}
@media screen and (max-width: 640px) {
  .page03 .main-btn-box .main-btn .text::after {
    display: none;
  }
}

.first-detail-box .first-detail .contents-box .contents .contents-list {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f9f9f6;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .first-detail-box .first-detail .contents-box .contents .contents-list {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .first-detail-box .first-detail .contents-box .contents .contents-list {
    margin: 0 0 40px;
  }
}
.first-detail-box .first-detail .contents-box .contents .contents-list .item {
  position: relative;
  padding-left: 16px;
  line-height: 1.7;
  margin: -6px 0 9px;
  font-size: 15px;
}
.first-detail-box .first-detail .contents-box .contents .contents-list .item .text {
  color: #33302b;
}
.first-detail-box .first-detail .contents-box .contents .contents-list .item:first-child {
  margin: 0 0 25px;
}
.first-detail-box .first-detail .contents-box .contents .contents-list .item::before {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  width: 5px;
  height: 5px;
  background: #c4a06c;
  border-radius: 50%;
}
.first-detail-box .first-detail .contents-box .contents .list-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  height: 185px;
  overflow: hidden;
  overflow: scroll;
  margin-bottom: 30px;
}
.first-detail-box .first-detail .contents-box .contents .purchase-history-list {
  padding: 20px;
}
.first-detail-box .first-detail .contents-box .contents .purchase-history-list .box .ps__rail-y {
  opacity: 0.6;
}
.first-detail-box .first-detail .contents-box .contents .purchase-history-list .item {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #33302b;
}
@media screen and (max-width: 640px) {
  .first-detail-box .first-detail .contents-box .contents .list-box {
    margin-bottom: 30px;
  }
  .first-detail-box .first-detail .contents-box .contents .purchase-history-list {
    padding: 20px;
  }
  .first-detail-box .first-detail .contents-box .contents .purchase-history-list .item {
    font-size: 14px;
  }
}
.first-detail-box .first-detail .contents-box .contents .purchase-history-list .item:last-child {
  margin-bottom: 0;
}
.sales-contact-box {
  background: #f4f3ee;
}
.sales-contact-box .sales-contact .contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .contents-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .contents-box {
    margin: 0 0 0px;
  }
}
.sales-contact-box .sales-contact .contents-box .item {
  width: 48%;
  max-width: 490px;
  background: #fff;
  height: auto;
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .contents-box .item {
    width: 95%;
    max-width: initial;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .contents-box .item {
    padding: 40px 20px;
  }
}
.sales-contact-box .sales-contact .contents-box .item .title {
  font-size: 20px;
  color: #33302b;
  margin: 0 0 30px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .contents-box .item .title {
    font-size: 18px;
  }
}
.sales-contact-box .sales-contact .contents-box .item .main-btn-box {
  margin: 0 0 20px;
}
.sales-contact-box .sales-contact .contents-box .item .main-btn-box .main-btn {
  max-height: 60px;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .contents-box .item .main-btn-box .main-btn {
    margin: 0 auto;
    max-width: 340px;
  }
}
.sales-contact-box .sales-contact .contents-box .item .main-btn-box .main-btn a {
  display: inline-block;
  width: 100%;
}
.sales-contact-box .sales-contact .contents-box .item .main-btn-box .main-btn .btn01 {
  max-height: 60px;
  font-size: 15px;
}
.sales-contact-box .sales-contact .contents-box .item .main-btn-box .main-btn .text::after {
  right: 9%;
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .contents-box .item .main-btn-box .main-btn .text::after {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .contents-box .item .desc-box {
    text-align: center;
    line-height: 1.7;
  }
}
.sales-contact-box .sales-contact .contents-box .item .desc-box .text {
  font-size: 15px;
  margin: 0 0 15px;
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .contents-box .item .desc-box .text {
    margin: 0;
  }
}
.sales-contact-box .sales-contact .tel-card-box .tel-card {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card {
    width: 95%;
    max-width: initial;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card {
    margin: 0 auto 0px;
  }
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box {
    padding: 30px 20px;
  }
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .contents-item {
  color: #33302b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .contents-item .tel-text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .contents-item .tel-text {
    margin: 0 0 40px;
  }
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .contents-item .tel-img {
  max-width: 240px;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .contents-item .tel-img {
    max-width: 300px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box {
    width: 100%;
    max-width: 260px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box:last-child {
    margin: 0 0 0px;
  }
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .business-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* min-height: 60px; */
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .business-hours {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .business-hours {
    min-height: initial;
  }
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .left {
  margin-right: 20px;
}
@media screen and (max-width: 1024px) {
  .sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .left {
    width: 75px;
    margin-left: 0;
  }
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .right .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .right .line:last-child {
  margin: 0 0 0 0;
}
.sales-contact-box .sales-contact .tel-card-box .tel-card .contents-box .business-hours-box .right .line .day {
  width: 50px;
}

.property-overview-box .property-overview .overview-list-box .overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .property-overview-box .property-overview .overview-list-box .overview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.property-overview-box .property-overview .overview-list-box .overview-list .item-box {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .property-overview-box .property-overview .overview-list-box .overview-list .item-box {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .property-overview-box .property-overview .overview-list-box .overview-list .item-box {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 640px) {
  .property-overview-box .property-overview .overview-list-box .overview-list .item-box:first-child .box-list .list-line:last-child {
    border-bottom: none;
  }
}
.property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line {
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line:last-child {
  border-bottom: 1px solid #eeeeee;
}
.property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line .left {
  width: 140px;
  color: #aaaaaa;
}
@media screen and (max-width: 768px) {
  .property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line .left {
    margin: 0 0 20px;
  }
}
.property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line .right {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line .right {
    width: auto;
  }
}
.property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line .right .text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #33302b;
  margin: 0 0 14px;
}
.property-overview-box .property-overview .overview-list-box .overview-list .item-box .box-list .list-line .right .text:last-child {
  margin: 0 0 0;
}
.property-access-box{
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .property-access-box{
    margin-bottom: 40px;
  }
}
.property-access-box .property-access .accessmap-box .accessmap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .property-access-box .property-access .accessmap-box .accessmap-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.property-access-box .property-access .accessmap-box .accessmap-list .list-box {
  width: 50%;
  height: 300px;
  max-width: 500px;
}
@media screen and (max-width: 640px) {
  .property-access-box .property-access .accessmap-box .accessmap-list .list-box {
    width: 100%;
    max-width: initial;
  }
}
.property-access-box .property-access .accessmap-box .accessmap-list .list-box .map {
  max-width: 100%;
  max-height: 100%;
}

.detail-sale-now-box .detail-sale-now .section-title03-box .title-box .sub-title {
  color: #dc7342;
}
.detail-sale-now-box .detail-sale-now .section-title03-box .title-box .sub-title .num {
  font-size: 30px;
  font-weight: bold;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion{
  margin-bottom: 40px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item {
  border-top: 1px solid #eeeeee;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item:last-child {
  border-bottom: 1px solid #eee;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text {
  line-height: 1.4;
  cursor: pointer;
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  color: #33302b;
  font-weight: bold;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion{
    margin-bottom: 30px;
  }
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text {
    padding: 25px 70px 25px 0;
    font-size: 15px;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text .open {
  background: #33302b;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
  padding: 14px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #33302b;
  width: 137px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text .close {
  background: #fff;
  color: #33302b;
  font-size: 15px;
  border-radius: 4px;
  padding: 14px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 137px;
  text-align: center;
  display: none;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text .open,
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text .close {
    font-size: 10px;
    padding: 10px 0px;
    width: 65px;
    right: 0;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text .num {
  font-size: 25px;
  font-family: "Barlow Condensed";
  letter-spacing: 0.05em;
  color: #c4a06c;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text .num {
    margin: 0 10px 0 0;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text:hover .open {
  background-color: #fff;
  color: #33302b;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .item .title-text:hover .close {
  background-color: #33302b;
  color: #fff;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box {
  display: none;
  background: #f4f3ee;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box {
    padding: 30px 10px;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box {
  width: 49.8%;
  max-width: 470px;
  height: 300px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box {
    width: 100%;
    max-width: initial;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list {
  height: 100%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box {
  height: 100%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box {
    max-width: initial;
    width: 100%;
    margin: 0 0 20px;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 25px;
  background: #33302b;
  opacity: 0.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.12em;
  color: #fff;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-pagination .swiper-pagination-current {
  margin-right: 5px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-pagination .swiper-pagination-total {
  margin-left: 5px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-wrapper {
  margin: 0 0 10px;
  z-index: 0;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-wrapper .swiper-slide {
  background: #fff;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  height: 100%;
  display: block;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-wrapper .swiper-slide a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/03/05.jpg) no-repeat center center/cover;
  border-radius: 4px;
  bottom: 3%;
  right: 3%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-wrapper .swiper-slide a:hover {
  opacity: 1;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-wrapper .swiper-slide img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-button-next {
  border-radius: 7px 0 0 7px;
  border: 1px solid #fff;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 80px;
  background: url(../img/03/next-img.jpg) no-repeat center center/cover;
  display: block;
  opacity: 0.8;
  right: 0;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-button-next:after {
  content: "";
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-button-prev {
  border-radius: 7px 0 0 7px;
  border: 1px solid #fff;
  border-right: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 80px;
  background: url(../img/03/next-img.jpg) no-repeat center center/cover;
  display: block;
  opacity: 0.8;
  left: 0;
  -webkit-transform: translateY(-25%) rotate(180deg);
          transform: translateY(-25%) rotate(180deg);
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img-list .img-box .img-slider-box .swiper-container .swiper-button-prev:after {
  content: "";
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img {
  height: 100%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img a img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img a::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/03/05.jpg) no-repeat center center/cover;
  border-radius: 4px;
  bottom: 3%;
  right: 3%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-slider-list .slider-box .img a:hover {
  opacity: 1;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .cat-box .cat {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .cat-box .cat li {
  margin: 0 0 10px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .cat-box .cat li .cat-item {
  background: #c4a06c;
  color: #fff;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  margin-right: 10px;
  font-size: 14px;
  display: inline-block;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box {
  margin: 0 0 35px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview {
  background: #fff;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview {
    padding: 30px 10px;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .title {
  font-weight: bold;
  font-size: 20px;
  color: #33302b;
  margin: 0 0 30px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box {
  width: 100%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box {
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box:first-child .box-list .list-line:last-child {
    border-bottom: none;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line:last-child {
  border-bottom: 1px solid #eeeeee;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line .left {
  width: 125px;
  color: #aaaaaa;
  margin: -5px 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line .left {
    margin: -5px 0 15px;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line .right {
  width: calc(100% - 125px);
}
@media screen and (max-width: 768px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line .right {
    width: auto;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .contents-overview-box .contents-overview .detail-list .overview-list-box .overview-list .item-box .box-list .list-line .right .text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #33302b;
  margin: -5px 0;
  cursor: auto;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box {
  width: 100%;
  background: #fff;
  max-width: 1000px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card {
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #33302b;
}
@media screen and (max-width: 1024px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .main-btn-box {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .main-btn-box {
    width: 93%;
  }
}
@media screen and (max-width: 640px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .main-btn-box .main-btn .text {
    font-size: 14px;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .main-btn-box .main-btn .text::after {
  right: 8%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .tel-box {
  width: 100%;
  max-width: 240px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .tel-box {
    margin: 0 0 20px;
  }
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .tel-box .text {
  font-weight: bold;
  margin: 0 0 20px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .tel-box .tel {
  font-family: "Khand", sans-serif;
  font-size: 35px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .tel-box .tel img {
  max-width: 210px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .tel-box .tel .tel-text {
  font-size: 25px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .businesshours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 220px;
  font-size: 14px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .businesshours .left {
  width: 35%;
  max-width: 75px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .businesshours .right {
  width: 60%;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .businesshours .right p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .businesshours .right .date {
  width: 50px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .accordion-contact-box .accordion-contact .contact-card-box .contact-card .businesshours .right .time {
  width: 100px;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .close-container {
  padding: 40px 0;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .close-container .close-box {
  text-align: center;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .close-container .close-box .close2 {
  background: #fff;
  color: #33302b;
  font-size: 15px;
  border-radius: 4px;
  padding: 14px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cccccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 137px;
  text-align: center;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
.detail-sale-now-box .detail-sale-now .detail-sale-accordion #acMenu .contents-box .close-container .close-box .close2:hover {
  background: #33302b;
  color: #fff;
  border: 1px solid #33302b;
}

.detail-sale-attention ul li,
.purchase-history-attention ul li{
  font-size: 13px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 640px) {
  .detail-sale-attention ul li,
  .purchase-history-attention ul li{
    font-size: 12px;
  }
}


.apply-form-box {
  background: #f4f3ee;
}
.apply-form-box .apply-form .apply-list {
  background: #fff;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
.apply-form-box .apply-form .apply-list .apply-line {
  padding: 25px 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eeeeee;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .apply-form-box .apply-form .apply-list .apply-line .line-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-left {
  width: 34%;
  max-width: 340px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-left {
    width: 100%;
    max-width: initial;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0 0 20px;
  }
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-left.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-left .text {
  font-size: 18px;
  color: #33302b;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-left .text {
    margin: 0 20px 0 0;
  }
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-left .require {
  font-size: 14px;
  color: #fff;
  width: 50px;
  height: 25px;
  background: #cf3d32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 2px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right {
  width: 66%;
  max-width: 660px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right {
    width: 100%;
  }
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .line {
  margin: 0 0 25px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line {
    flex-wrap: wrap;
  }
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .left-text {
  font-weight: bold;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .left-text {
    margin: 0 10px 0 0;
  }
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first {
  border: 1px solid #cccccc;
  background: #f8f8f7;
  border-radius: 3px;
  width: 100%;
  max-width: 230px;
  height: 50px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 640px) {
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-left,
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right{
    padding: 0 20px;
  }
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first {
    max-width: none;
    
  }
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .last_name,
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .first_name{
    width: calc(100% - 30px);
  }
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .left-text:first-child,
  .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .last_name{
    margin-bottom: 30px;
  }
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first:last-child {
  margin: 0 0 0 0;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first::-webkit-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first::-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .name-line .name-first::placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .email-line .email {
  border: 1px solid #cccccc;
  background: #f8f8f7;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  height: 50px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .email-line .email::-webkit-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .email-line .email::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .email-line .email:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .email-line .email::-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .email-line .email::placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .caution-box{
  margin-top: 10px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .caution-box .caution {
  font-size: 12px;
  color: #33302b;
  line-height: 1.7;
  margin: -4px 0 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .caution-box .caution .caution-text {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .tel-line .tel {
  border: 1px solid #cccccc;
  background: #f8f8f7;
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  height: 50px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .tel-line .tel::-webkit-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .tel-line .tel::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .tel-line .tel:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .tel-line .tel::-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .tel-line .tel::placeholder {
  color: #aaaaaa;
  padding-left: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .privacy-line label {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .privacy-line label .red {
  color: #cf3d32;
  font-weight: bold;
  text-decoration: underline;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .privacy-line label::before, .apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .privacy-line label::after {
  display: none;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .privacy-line .privacy {
  margin: 0 20px 0 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right label {
  line-height: 1.4;
  font-weight: bold;
}
.wpcf7-list-item{
  margin-bottom: 10px !important;
  margin-left: 0 !important;
}
.wpcf7-list-item:last-child{
  margin-bottom: 0 !important;
}
/*.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right label::before,
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right label::after {
  background-color: #33302b;
  border-radius: 50%;
  opacity: 0;
  width: 10px;
  height: 10px;
  left: 5px;
}
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right input:checked + label::after {
  opacity: 1;
}*/
.apply-form-box .apply-form .apply-list .apply-line .line-contents .apply-right .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
/*.apply-form-box .apply-form .submit-box {
  text-align: center;
  width: 350px;
  height: 80px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.apply-form-box .apply-form .submit-box::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  right: 20%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.apply-form-box .apply-form .submit-box:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.apply-form-box .apply-form .submit-box:hover .submit {
  background: #cf3d32;
  color: #fff;
}*/
/*.apply-form-box .apply-form .submit-box .submit {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #fff;
  background: #aaaaaa;
  border: none;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
*/
.page04 .page04-top-box {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .page04 .page04-top-box {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .page04 .page04-top-box {
    padding: 30px 0 60px;
  }
}
.page04 .page04-top-box .page04-top {
  text-align: center;
  color: #33302b;
}
.page04 .page04-top-box .page04-top .title {
  font-size: 30px;
  line-height: 45px;
  margin: -7.5px 0 50px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page04 .page04-top-box .page04-top .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page04 .page04-top-box .page04-top .title {
    font-size: 21px;
    margin: -7.5px 0 30px;
  }
}
.page04 .page04-top-box .page04-top .title .main-color {
  color: #c4a06c;
}
.page04 .page04-top-box .page04-top .text {
  font-size: 15px;
  line-height: 1.7;
  color: #33302b;
}
@media screen and (max-width: 768px) {
  .page04 .page04-top-box .page04-top .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .page04 .page04-top-box .page04-top .text {
    text-align: left;
  }
  .page04 .page04-top-box .page04-top .text br {
    display: none;
  }
}
.page04 .renovate-flow-box {
  background: #fff;
  padding:0 0 100px;
}
.page04 .renovate-flow-box .renovate-flow .flow-topimg-box {
  margin: 0 0 130px;
}
@media screen and (max-width: 768px) {
  .page04 .renovate-flow-box .renovate-flow .flow-topimg-box {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-topimg-box {
    display: none;
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-topimg-box .flow-topimg img {
  width: 100%;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  color: #33302b;
  margin-top:80px;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list::before {
  position: absolute;
  top: 10px;
  left: 34%;
  content: "";
  width: 1px;
  height: 97%;
 
  border-right: 1px dashed #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list li::before{
  position: absolute;
  top: 0;
  left: 33.6%;
  content: "";
  width: 9px;
  height: 9px;
  background: #000;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list::before {
    display: none;
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 65px;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .left {
  width: 28%;
}
@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .left {
    width: 100%;
    max-width: initial;
    text-align: center;
    margin: 0 0 20px;
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .left .icon {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .left .icon {
   
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right {
  width: 60%;
  color: #000;
}
@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right {
    width: 100%;
    max-width: initial;
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .title {
  font-size: 24px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 15px;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .title small{
  display: block;
  color: #7f7f7f;
  font-size:14px;
}
@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .title {
    font-size: 20px;
    text-align: center;
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 640px) {
  .page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .desc-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .desc-list .list-item {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 20px 10px 0;
  font-size:15px;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .desc-list .list-item .small {
  font-size: 13px;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .desc-list .list-item::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #c4a06c;
  display: block;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list .item .right .desc {
  font-size: 15px;
  line-height: 1.7;
  margin: -6px 0;
}
.page04 .second-top-box {
  margin-top: 0;
}
.page04 .second-top-box .second-top .top-title-box .title {
  position: relative;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .page04 .second-top-box .second-top .top-title-box .title {
    font-size: 25px;
  }
}
.page04 .second-top-box .second-top .top-title-box .title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  bottom: -30px;
  left: 0;
  background-color: #c4a06c;
}
.page04 .renovation-sample-box .renovation-sample .section01-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .item,
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container {
  width: 50%;
  max-width: 500px;
  color: #33302b;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .item,
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container {
    width: 100%;
    max-width: initial;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .item .title,
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .title {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 30px;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .item .title,
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .title {
    font-size: 20px;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .item .text,
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .text {
  max-width: 420px;
  font-size: 15px;
  line-height: 1.7;
  margin: -7px 0;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .item .text,
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .text {
    max-width: initial;
  }
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .item .text,
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .item {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container {
    margin: 0 0 40px;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .after-img {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .after-img {
    width: 49%;
    height: 310px;
  }
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .after-img {
    width: 100%;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .after-img .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .after-img .after {
  max-width: 80px;
  position: absolute;
  right: -40px;
  top: -30px;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .after-img .after {
    left: 2%;
    top: 2%;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .before-img {
  position: absolute;
  width: 250px;
  height: 160px;
  z-index: 1;
  left: -60px;
  top: -60px;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .before-img {
    position: initial;
    width: 49%;
    height: 310px;
  }
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .before-img {
    width: 100%;
  }
}
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .before-img .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .before-img .before {
  max-width: 80px;
  position: absolute;
  right: -40px;
  top: -30px;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-sample-box .renovation-sample .section01-list .image-container .img-box .before-img .before {
    left: 1%;
    top: 2%;
  }
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .swiper-container {
  width: 100%;
  height: 300px;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #33302b;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item {
  width: 48%;
  height: 340px;
  position: relative;
  padding:20px;
  box-sizing: border-box;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item h3{
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item .before-img{
  border-radius:20px;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item .after-img{
  border-radius:20px;
}
@media screen and (max-width: 768px) {
  .page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item {
    width: 100%!important;
    max-width: initial;
    padding:10px;
    margin-bottom: 20px;
  }
  .page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item h3{
    font-size:15px;
    margin-top: 10px;
  }
  .page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list .item .img-name{
  	font-size:18px;
  }
  .page04 .renovation-suggest-box{
  	padding: 60px 0px 5px;
  }
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item a:hover {
  opacity: 1;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item .before-img,
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item .after-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item .before,
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item .after {
  max-width: 80px;
  position: absolute;
  top: 2%;
  left: 2%;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list .item .zoom {
  position: absolute;
  bottom: 3%;
  right: 3%;
  max-width: 40px;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 670px;
  margin: 40px auto 80px;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_menu li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1px 0 0;
  list-style: none;
  cursor: pointer;
  color: #33302b;
  background: #fff;
  font-size: 15px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 25%;
  max-width: 160px;
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_menu li {
    max-width: 100%;
    width: 300px;
    margin: 0 0 20px;
  }
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_menu li:last-child {
  margin-right: 0;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_menu li.selected {
  background: #33302b;
  color: #fff;
  border: 1px solid #33302b;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_menu li:hover {
  background: #33302b;
  color: #fff;
  border: 1px solid #33302b;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_panel.is-show {
  overflow: hidden;
  height: 380px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
.page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .zoom-img-list{
	display: block;
}
  .page04 .renovation-sample-box .renovation-sample .zoom-img-box .zoom-img .tab_panel.is-show {
    overflow: hidden;
    height: auto;
  }
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan {
  height: 380px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan::before {
 
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan::before {
    display: none;
  }
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 30px;
  background: url(../img/04/arrow.png) no-repeat center center/cover;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan::after {
    display: none;
  }
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg {
    width: 100%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg a,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg a:hover,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg a:hover {
  opacity: 1;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg .floorimg,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg .floorimg {
  max-width: 200px;
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg .before,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg .after,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg .before,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg .after {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 18%;
  max-width: 80px;
}
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg .zoom,
.page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .after-floorimg .zoom {
  position: absolute;
  bottom: 3%;
  right: 3%;
  max-width: 40px;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-sample-box .renovation-sample .floorplan-box .floorplan .before-floorimg {
    margin: 0 0 20px;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page04 .renovation-suggest-box {
  background: #dfdfdf;
  color: #33302b;
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 60px;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-suggest-box .renovation-suggest .renovation-title-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box,
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .right-box {
  width: 50%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box,
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .right-box {
    width: 100%;
    max-width: initial;
  }
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box {
  margin: 0 0 30px;
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box .title-box .title {
  font-size: 30px;
  color: #33302b;
  position: relative;
  font-family: "Khand", sans-serif;
  letter-spacing: 0.12em;
  margin: 0 25px 85px 0;
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
@media screen and (max-width: 768px) {
  .page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box .title-box .title {
    font-size: 20px;
    margin: 0 25px 60px 0;
  }
}
@media screen and (max-width: 640px) {
  .page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box .title-box .title {
    font-size: 18px;
    margin: 0 0 40px;
  }
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box .title-box .title::after {
  position: absolute;
  bottom: -23px;
  left: 0;
  content: "";
  width: 40px;
  height: 1px;
  background: #c4a06c;
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .renovation-title-box .title-box .text {
  font-size: 15px;
  color: #33302b;
  line-height: 1.7;
  margin: -6px 0;
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .right-box .right {
  padding: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .right-box .right .purpose .purpose-text {
  font-weight: bold;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  line-height: 30px;
  margin: -7px 0;
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .right-box .right .purpose .purpose-text::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/04/check.png) no-repeat center center/cover;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .right-box .right .purpose .purpose-text:last-child {
  margin: 0 0 20px;
}
.page04 .renovation-suggest-box .renovation-suggest .renovation-title-list .right-box .right .purpose .text {
  font-size: 15px;
  color: #33302b;
}
.page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list .item {
  width: 32.5%;
  max-width: 320px;
}
@media screen and (max-width: 640px) {
  .page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list .item {
    width: 100%;
    margin: 0 auto 30px;
  }
}
.page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list .item .img {
  margin: 0 0 20px;
  height: 200px;
}
.page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius:20px;
}
.page04 .renovation-suggest-box .renovation-suggest .suggest-contents-list .item .img-name {
  font-size: 20px;
  color: #000;
  text-align: center;
  font-weight: bold;
}

.page05 .page05-top-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .page05 .page05-top-box {
    padding-top: 30px;
  }
}
.page05 .page05-top-box .page05-top {
  text-align: center;
  max-width: 685px;
  margin: 0 auto;
}
.page05 .page05-top-box .page05-top .text {
  font-size: 15px;
  color: #33302b;
  line-height: 1.7;
}
.page05 .page05-top-box .page05-top .text:first-child {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-top-box .page05-top .text {
    text-align: left;
  }
  .page05 .page05-top-box .page05-top .text br {
    display: none;
  }
}
.page05 .page05-contents-box {
  position: relative;
  margin: 0 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box {
    margin-bottom: 60px;
  }
}
.page05 .page05-contents-box .bg-color {
  background: #f4f3ee;
  position: absolute;
  left: 0;
  width: 70%;
  height: 100%;
}
.page05 .page05-contents-box .page05-contents {
  position: relative;
}
.page05 .page05-contents-box .page05-contents .contents-container {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .page05 .page05-contents-box .page05-contents .contents-container .section-title03-box .title-box {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box .page05-contents .contents-container {
    padding: 60px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .section-title03-box .title-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .section-title03-box .title-box .title::after {
    width: 100%;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list {
    width: 100%;
    max-width: 600px;
    padding-left: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list {
    padding-left: 25px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list::before {
  position: absolute;
  content: "";
  width: 0px;
  border: 1px dashed #c4a06c;
  left: 50%;
  top: 18px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list::before {
    left: 10px;
    top: 0px;
  }
}
@media screen and (max-width: 640px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list::before {
    left: 0px;
    top: 0px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 600px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line:last-child {
  margin: 0;
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line:last-child .line-box.text-box {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line:last-child .line-box.text-box {
    margin-bottom: 30px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line:nth-child(even):last-child {
    margin: 0 auto 0px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  background: url(../img/05/10.png) no-repeat center center/cover;
  border-radius: 50%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line::after {
    display: none;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box {
  width: 44%;
  max-width: 440px;
  color: #33302b;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box {
    max-width: initial;
  }
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box.img-box {
    width: 100%;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box.text-box {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box.text-box {
    width: 100%;
    max-width: 480px;
    padding: 30px 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box.text-box {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box.text-box {
    max-width: initial;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .img {
  width: 100%;
  height: 290px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .right-img {
  position: absolute;
  right: -110px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .right-img {
    right: -10px;
    width: 40%;
    max-width: 230px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .left-img {
  position: absolute;
  left: -110px;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .left-img {
    right: -10px;
    left: auto;
    width: 40%;
    max-width: 230px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .year {
  font-size: 100px;
  font-family: "Barlow Condensed";
  color: #c4a06c;
  margin: -19px 0 30px;
  position: relative;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .year {
    font-size: 60px;
    margin: -5px 0 20px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .year::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .year::after {
    display: block;
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    background: url(../img/05/10.png) no-repeat center center/cover;
    border-radius: 50%;
    left: -112.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (max-width: 640px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .year::after {
    left: -62px;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .title {
  font-size: 24px;
  font-weight: bold;
  margin: -8px 0 30px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 640px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .title br {
    display: none;
  }
}
.page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .desc {
  font-size: 15px;
  line-height: 1.7;
  margin: -6px 0;
}
@media screen and (max-width: 640px) {
  .page05 .page05-contents-box .page05-contents .contents-container .time-series-list .line .line-box .desc {
    font-size: 14px;
  }
}
.page05 .page05-salesresult-box .page05-salesresult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-salesresult-box .page05-salesresult {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
}
.page05 .page05-salesresult-box .page05-salesresult .desc-box {
  width: 55%;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page05 .page05-salesresult-box .page05-salesresult .desc-box {
    width: 100%;
    max-width: initial;
    margin: 0 0 40px;
  }
}
.page05 .page05-salesresult-box .page05-salesresult .desc-box .desc-container {
  max-width: 490px;
}
.page05 .page05-salesresult-box .page05-salesresult .desc-box .desc-container .title {
  font-size: 25px;
  line-height: 1.7;
  color: #33302b;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-salesresult-box .page05-salesresult .desc-box .desc-container .title {
    font-size: 20px;
  }
}
.page05 .page05-salesresult-box .page05-salesresult .desc-box .desc-container .title .rice {
  font-size: 16px;
}
.page05 .page05-salesresult-box .page05-salesresult .desc-box .desc-container .text {
  font-size: 15px;
  color: #33302b;
  line-height: 1.7;
  margin: -6px 0 30px;
}
.page05 .page05-salesresult-box .page05-salesresult .desc-box .desc-container .small-text {
  font-size: 14px;
  line-height: 1.7;
}
.page05 .page05-salesresult-box .page05-salesresult .desc-box .desc-container .small-text .rice {
  margin-right: 13px;
}
.page05 .page05-salesresult-box .page05-salesresult .img-box {
  width: 45%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-salesresult-box .page05-salesresult .img-box {
    width: 100%;
  }
}
.page05 .page05-supply-box {
  background: #f4f3ee;
}
@media screen and (max-width: 640px) {
  .page05 .page05-supply-box .page05-supply .section-title03-box .title-box {
    margin-bottom: 20px;
  }
}
.page05 .page05-supply-box .page05-supply .supply-contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page05 .page05-supply-box .page05-supply .supply-contents-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .left-box {
  width: 64%;
  max-width: 640px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-supply-box .page05-supply .supply-contents-list .left-box {
    width: 100%;
    max-width: initial;
    margin: 0 0 30px;
  }
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .left-box .img {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-supply-box .page05-supply .supply-contents-list .left-box .img {
    max-width: 640px;
  }
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .left-box .text {
  font-size: 15px;
  line-height: 1.7;
  color: #33302b;
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .right-box {
  width: 32%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-supply-box .page05-supply .supply-contents-list .right-box {
    width: 100%;
    max-width: initial;
  }
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .right-box .right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .right-box .right-list .item {
  width: 48%;
  max-width: 150px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page05 .page05-supply-box .page05-supply .supply-contents-list .right-box .right-list .item {
    max-width: initial;
  }
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .right-box .right-list .item .item-img {
  margin: 0 0 15px;
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .right-box .right-list .item .item-img img {
  width: 100%;
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .right-box .right-list .item .text {
  font-size: 12px;
  color: #33302b;
  margin: 0 0 10px;
  font-weight: bold;
}
.page05 .page05-supply-box .page05-supply .supply-contents-list .right-box .right-list .item .text:last-child {
  margin-bottom: 0;
}

.page06 .page06-top-box {
  padding: 60px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page06 .page06-top-box {
    padding: 30px 0 90px;
  }
}
@media screen and (max-width: 640px) {
  .page06 .page06-top-box {
    padding: 30px 0 60px;
  }
}
.page06 .page06-top-box .page06-top .top-img {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 60px;
  text-align: center;
}
.page06 .page06-top-box .page06-top .top-img .img {
  width: 100%;
  margin: 0 0 30px;
}
.page06 .page06-top-box .page06-top .top-img .text {
  font-size: 14px;
  font-size: 1.7;
  margin: -5px 0;
  color: #33302b;
}
@media screen and (max-width: 640px) {
  .page06 .page06-top-box .page06-top .top-img .text {
    font-size: 12px;
  }
}
.page06 .page06-top-box .page06-top .text-box {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.page06 .page06-top-box .page06-top .text-box .title {
  font-weight: bold;
  font-size: 30px;
  color: #33302b;
  line-height: 1.7;
  margin: -10px 0 50px;
}
@media screen and (max-width: 768px) {
  .page06 .page06-top-box .page06-top .text-box .title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page06 .page06-top-box .page06-top .text-box .title {
    font-size: 16px;
  }
}
.page06 .page06-top-box .page06-top .text-box .text {
  font-size: 15px;
  color: #33302b;
  line-height: 1.7;
  margin: -5px 0 20px;
}
@media screen and (max-width: 768px) {
  .page06 .page06-top-box .page06-top .text-box .text {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  .page06 .page06-top-box .page06-top .text-box .text {
    text-align: left;
  }
  .page06 .page06-top-box .page06-top .text-box .text br {
    display: none;
  }
}
.page06 .page06-top-box .page06-top .text-box .text:last-child {
  margin: -5px 0 0;
}
.page06 .page06-interview-box {
  padding: 100px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f4f3ee;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box {
    padding: 100px 0 60px;
  }
}
@media screen and (max-width: 640px) {
  .page06 .page06-interview-box {
    padding: 60px 0 60px;
  }
}
.page06 .page06-interview-box .anker-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box .anker-btn-box {
    margin: 0 0 80px;
  }
}
@media screen and (max-width: 640px) {
  .page06 .page06-interview-box .anker-btn-box {
    position: initial;
    -webkit-transform: translate(0);
            transform: translate(0);
    margin: 0 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page06 .page06-interview-box .anker-btn-box .buyer-btn,
.page06 .page06-interview-box .anker-btn-box .seller-btn {
  max-width: 490px;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .page06 .page06-interview-box .anker-btn-box .buyer-btn,
.page06 .page06-interview-box .anker-btn-box .seller-btn {
    width: 100%;
    margin: 0 auto;
  }
}
.page06 .page06-interview-box .anker-btn-box .buyer-btn a,
.page06 .page06-interview-box .anker-btn-box .seller-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
  text-align: center;
  height: 60px;
  border-radius: 4px;
}
.page06 .page06-interview-box .anker-btn-box .buyer-btn a .text,
.page06 .page06-interview-box .anker-btn-box .seller-btn a .text {
  position: relative;
}
.page06 .page06-interview-box .anker-btn-box .buyer-btn a .text::after,
.page06 .page06-interview-box .anker-btn-box .seller-btn a .text::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  right: -20px;
  top: 50%;
  -webkit-transform: translate(0, -60%) rotate(45deg);
          transform: translate(0, -60%) rotate(45deg);
}
@media screen and (max-width: 640px) {
  .page06 .page06-interview-box .anker-btn-box .buyer-btn {
    margin-bottom: 20px;
  }
}
.page06 .page06-interview-box .anker-btn-box .buyer-btn a {
  background: #205d84;
}
.page06 .page06-interview-box .anker-btn-box .seller-btn a {
  background: #dc7342;
}
.page06 .page06-interview-box .buyer-section {
  margin: 0 0 100px;
}
@media screen and (max-width: 640px) {
  .page06 .page06-interview-box .page06-interview .section-title03-box .title-box {
    margin-bottom: 20px;
  }
}
.page06 .page06-interview-box .page06-interview .section-title03-box .title-box .title .buyer-color {
  color: #205d84;
}
.page06 .page06-interview-box .page06-interview .section-title03-box .title-box .title::after {
  background: #205d84;
}
.page06 .page06-interview-box .page06-interview .contents-section {
  margin: 0 0 60px;
}
.page06 .page06-interview-box .page06-interview .contents-section:last-child {
  margin: 0;
}
.page06 .page06-interview-box .page06-interview .top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box .page06-interview .top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.page06 .page06-interview-box .page06-interview .top-list .left-box {
  width: 52%;
  max-width: 499px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .page06 .page06-interview-box .page06-interview .top-list .left-box {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box .page06-interview .top-list .left-box {
    width: 100%;
    max-width: initial;
  }
}
.page06 .page06-interview-box .page06-interview .top-list .left-box .interview-num {
  font-family: "Myriad Pro";
  font-size: 14px;
  color: #205d84;
  margin: 0 0 38px;
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box .page06-interview .top-list .left-box .interview-num {
    margin: 0 0 20px;
  }
}
.page06 .page06-interview-box .page06-interview .top-list .left-box .title {
  font-size: 25px;
  line-height: 1.7;
  margin: -8px 0 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box .page06-interview .top-list .left-box .title {
    font-size: 20px;
    margin: -7px 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .page06 .page06-interview-box .page06-interview .top-list .left-box .title {
    font-size: 17px;
  }
}
.page06 .page06-interview-box .page06-interview .top-list .left-box .interviewee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.page06 .page06-interview-box .page06-interview .top-list .left-box .interviewee .kind {
  font-size: 14px;
  width: 60px;
  height: 25px;
  color: #fff;
  background: #205d84;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  margin: 0 20px 0 0;
}
.page06 .page06-interview-box .page06-interview .top-list .right-box {
  width: 48%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box .page06-interview .top-list .right-box {
    width: 100%;
    max-width: initial;
    margin: 0 0 20px;
  }
}
.page06 .page06-interview-box .page06-interview .top-list .right-box img {
  width: 100%;
}
.page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents {
  background: #fff;
  padding: 0 40px;
}
.page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents .contents-box {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #33302b;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents {
    padding: 0 20px;
  }
  .page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents .contents-box {
    padding: 30px 0;
  }
}
.page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents .contents-box:last-child {
  border-bottom: none;
}
.page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents .contents-box .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 30px;
}
@media screen and (max-width: 640px) {
  .page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents .contents-box .title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.page06 .page06-interview-box .page06-interview .interview-contents-box .interview-contents .contents-box .text {
  font-size: 15px;
  line-height: 1.7;
  margin: -5px 0 0;
}
.page06 .page06-interview-box .seller-section {
  margin: 0 0 0 0;
}
.page06 .page06-interview-box .seller-section .section-title03-box .title-box .title .seller-color {
  color: #dc7342;
}
.page06 .page06-interview-box .seller-section .section-title03-box .title-box .title::after {
  background: #dc7342;
}
.page06 .page06-interview-box .seller-section .contents-section .top-list .left .interview-num {
  color: #dc7342;
}
.page06 .page06-interview-box .seller-section .contents-section .top-list .left .interviewee .kind {
  background: #dc7342;
}

.page07 .section-title03-box .title-box {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .page07 .section-title03-box .title-box {
    margin-bottom: 30px;
  }
}
.page07 .page07-top-box {
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .page07 .page07-top-box {
    padding-top: 30px;
  }
}
.page07 .page07-top-box .page07-top .top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page07 .page07-top-box .page07-top .top-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page07 .page07-top-box .page07-top .top-list .left-box {
  width: 60%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .page07 .page07-top-box .page07-top .top-list .left-box {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.page07 .page07-top-box .page07-top .top-list .left-box .left {
  margin: 0 0 20px;
}
.page07 .page07-top-box .page07-top .top-list .left-box .map-text a {
  font-size: 14px;
  color: #c4a06c;
  text-decoration: underline;
}
.page07 .page07-top-box .page07-top .top-list .right-box {
  width: 36%;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .page07 .page07-top-box .page07-top .top-list .right-box {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.page07 .page07-top-box .page07-top .top-list .right-box .right-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  border-top: 1px solid #eeeeee;
}
.page07 .page07-top-box .page07-top .top-list .right-box .right-list .item:last-child {
  border-bottom: 1px solid #eeeeee;
}
.page07 .page07-top-box .page07-top .top-list .right-box .right-list .item .title {
  font-size: 15px;
  color: #aaaaaa;
  min-width: 90px;
  font-weight: bold;
}
.page07 .page07-top-box .page07-top .top-list .right-box .right-list .item .desc {
  font-size: 15px;
  color: #33302b;
  line-height: 1.7;
  margin: -5px 0;
}
.page07 .page07-top-box .page07-top .top-list .right-box .right-list .item .desc .text {
  margin: 0 0 15px;
}
@media screen and (max-width: 640px) {
  .page07 .page07-top-box .page07-top .top-list .right-box .right-list .item .desc .text {
    font-size: 14px;
  }
}
.page07 .page07-top-box .page07-top .top-list .right-box .right-list .item .desc .text:last-child {
  margin: 0 0;
}
.page07 .page07-top-box .page07-top .after-top-box {
  max-width: 560px;
  margin: 0 auto;
}
.page07 .page07-top-box .page07-top .after-top-box .after-top .text {
  font-size: 15px;
  line-height: 1.7;
  margin: -5px 0 40px;
}
.page07 .page07-top-box .page07-top .after-top-box .after-top .word-of-mouth .anker-text a:hover .text-text::after {
  border-top: 1px solid #33302b;
  border-right: 1px solid #33302b;
}
.page07 .page07-top-box .page07-top .after-top-box .after-top .word-of-mouth .anker-text a .text-text {
  position: relative;
}
.page07 .page07-top-box .page07-top .after-top-box .after-top .word-of-mouth .anker-text a .text-text::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 23%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page07 .staff-introduce-box {
  background: #f4f3ee;
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card {
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card {
  	padding: 28px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left {
  width: 20%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left {
    margin: 0 auto 20px;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left {
    width: 100%;
  }
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .img-box {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .img-box {
    max-width: 150px;
    margin: 0 auto 20px;
  }
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .img-box img {
  width: 100%;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .status {
  text-align: center;
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .status .position {
  font-size: 15px;
  color: #000;
  margin: 0 0 15px;
  font-weight: bold;
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .status .name {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  margin: 0 0 15px;
}

.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .status .hurigana {
  font-size: 14px;
  color: #666666;
  font-weight: bold;
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right {
  width: 66%;
  max-width: 680px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .status .name {
    font-size: 19px;
    margin-bottom:10px;
  }
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .status .position{
  	font-size:14px;
  	margin-bottom:10px;
  }
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .left .status .hurigana{
  	font-size: 12px;
    color: #000;
  }
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right {
    margin: 0 auto;
    width: 100%;
  }
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list {
  margin: 0 0 35px;
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 12px;
  color: #33302b;
}
@media screen and (max-width: 640px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list .line {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list .line:last-child {
  margin: 0 0;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list .line:last-child .title {
    width: 140px;
  }
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list .line .title {
  width: 145px;
  color: #c4a06c;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list .line .title {
    margin: 0 0 10px;
    width: 50px;
  }
}
@media screen and (max-width: 640px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .right .about-list .text {
    line-height: 1.7;
    margin: -5px 0;
  }
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .desc-box .desc {
  font-size: 18px;
  color: #000;
  line-height: 1.7;
  margin: 0 0 35px;
}
.page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .word-of-mouth {
  max-width: 200px;
  height: 50px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .word-of-mouth {
    margin: 0 auto;
  }
  .page07 .staff-introduce-box .staff-introduce .top-card-box .top-card .desc-box .desc{
  	font-size:14px;
  }
}
.page07 .staff-introduce-box .staff-all-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page07 .staff-introduce-box .staff-all-list .card-box {
  width: 48%;
  max-width: 480px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box {
    width: 100%;
    max-width: initial;
    margin: 0 0 30px;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .half-top {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .half-top {
    padding-top: 40px;
    border: none;
    min-height: auto;
  }
}
@media screen and (max-width: 640px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .half-top {
    padding-bottom: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .visual-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .visual-box {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .visual-box .img {
  margin: 0 30px 0 0;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .visual-box .img {
    margin: 0 0 20px;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .visual-box .img img {
  width: 100%;
  max-width: 140px;
  border-radius: 50%;
  padding: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page07 .staff-introduce-box .staff-all-list .card-box .visual-box .text-box {
  color: #33302b;
}
.page07 .staff-introduce-box .staff-all-list .card-box .visual-box .text-box .name {
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 13px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .visual-box .text-box .name {
    font-size: 20px;
    text-align: center;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .visual-box .text-box .hurigana {
  font-size: 12px;
  color: #666666;
  font-weight: bold;
}
.page07 .staff-introduce-box .staff-all-list .card-box .second-box {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .second-box {
    padding: 0 20px;
  }
  .page07 .staff-introduce-box .staff-all-list .card-box .visual-box .text-box .hurigana{
  	color: #000;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .second-box .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .second-box .top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .second-box .item {
  font-size: 15px;
  margin: 0 30px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .second-box .item {
    margin: 0 0 20px;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .second-box .item.commitment {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 640px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .second-box .item:last-child {
    margin: 0 20px 20px 0;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .second-box .item .title {
  color: #c4a06c;
  margin: 0 8px 10px 0;
  font-weight: bold;
}
.page07 .staff-introduce-box .staff-all-list .card-box .second-box .item .text {
  color: #33302b;
  line-height: 1.7;
  margin: -5px 0;
}
.page07 .staff-introduce-box .staff-all-list .card-box .half-bottom {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
     text-align: center;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .half-bottom {
    padding: 20px 20px 28px;
  }
  .page07 .staff-introduce-box{
  	padding-bottom: 20px;
  }
}
.page07 .staff-introduce-box .staff-all-list .card-box .half-bottom .text {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 30px;
  min-height: 155px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .half-bottom .text {
    min-height: auto;
    padding-bottom: 0;
    font-size: 13px;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 640px) {
  
}
.page07 .staff-introduce-box .staff-all-list .card-box .half-bottom .word-of-mouth {
  max-width: 200px;
  margin-left: auto;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .page07 .staff-introduce-box .staff-all-list .card-box .half-bottom .word-of-mouth {
    margin: 0 auto;
  }
}

.page08-top-box .second-top-box {
  height: 250px;
}
.page08-top-box .second-top-box::before {
  background: #f4f3ee;
}
.page08-top-box .second-top-box .second-top .top-title-box .sub-title {
  color: #c4a06c;
  margin-bottom: 19px;
}
.page08-top-box .second-top-box .second-top .top-title-box .title {
  color: #33302b;
  font-size: 34px;
}
.page08-top-box .second-top-box .second-top .top-title-box .title .cn{
  display: block;
  font-size: 24px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .page08-top-box .second-top-box .second-top .top-title-box .title {
    font-size: 25px;
  }
  .page08-top-box .second-top-box .second-top .top-title-box .title .cn{
    font-size: 18px;
    margin-top: 10px;
  }
}

.page08 .page08-first-box .page08-first {
  padding-bottom: 60px;
}
.page08 .page08-first-box .page08-first .page08-top-box {
  padding: 30px 0 60px;
}
@media screen and (max-width: 768px) {
  .page08 .page08-first-box .page08-first .page08-top-box {
    padding-top: 30px;
  }
}
.page08 .page08-first-box .page08-first .top-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  color: #33302b;
  line-height: 1.7;
  margin: -5px auto 12px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first .top-text {
    text-align: left;
  }
  .page08 .page08-first-box .page08-first .top-text br {
    display: none;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form {
  margin: 0 0 60px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line {
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line.align-center {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line.align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 768px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line {
    padding: 25px 0px;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line:last-child {
  border-bottom: 1px solid #eeeeee;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .left {
  width: 30%;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .left {
    width: auto;
    max-width: initial;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 20px;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .left .title {
  font-size: 18px;
  line-height: 1.4;
  color: #33302b;
  font-weight: bold;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .left .title .cn{
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .left .title {
    margin: 0 20px 0 0;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .left .require {
  font-size: 14px;
  width: 50px;
  height: 25px;
  background: #cf3d32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  color: #fff;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .left .optional {
  font-size: 14px;
  width: 50px;
  height: 25px;
  background: #33302b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  color: #fff;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right {
  width: 64%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right {
    width: 100%;
    max-width: initial;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .input-container {
  position: relative;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .input-container::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/08/01.png) no-repeat center center/cover;
  display: block;
  z-index: 0;
  pointer-events: none;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .sales-sellect {
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
  cursor: pointer;
  /* マウスカーソルの形を指定する */
  width: 200px;
  /* ボックスの高さを指定する */
  padding: 10px 15px;
  /* ボックス内側の余白を指定する */
  color: #b20000;
  /* フォントの色を指定 */
  border: 2px solid #ccc;
  /* ボックスの境界線を実線で指定する */
  border-radius: 5px;
  /* 角丸を指定する */
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right ::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right select.sales-sellect {
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #cccccc;
  color: #33302b;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right select.sales-sellect:focus {
  outline: none;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 35px;
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .text {
  font-weight: bold;
  color: #33302b;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .text {
    margin: 0 0 20px;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 524px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box {
  position: relative;
  width: 48%;
  max-width: 250px;
  height: 50px;
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box:last-child {
    margin: 0 0 0 0;
  }
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box {
    margin: 0 0 30px;
    width: 100%;
    max-width: initial;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 50px;
  height: 100%;
  background: url(../img/08/01.png) no-repeat center center/cover;
  display: block;
  z-index: 0;
  pointer-events: none;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker {
  height: 100%;
  width: 100%;
  max-width: 250px;
  border: 1px solid #cccccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker {
    max-width: initial;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker::-webkit-input-placeholder {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #33302b;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker::-moz-placeholder {
  padding-left: 20px;
  box-sizing: border-box;
  color: #33302b;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker:-ms-input-placeholder {
  padding-left: 20px;
  box-sizing: border-box;
  color: #33302b;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker::-ms-input-placeholder {
  padding-left: 20px;
  box-sizing: border-box;
  color: #33302b;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker::placeholder {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #33302b;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .time-sellect01 .input-list .input-box .datepicker:focus {
  outline: none;
}
.select_date{
  -webkit-appearance:none;
  appearance:none;
  background: #fff;
  border: solid 1px #ccc;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  font-size: 16px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
}
@media screen and (max-width: 640px){
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box {
    display: block;
    height: auto;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right {
  width: 48%;
  max-width: 285px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px){
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left,
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right{
    width: 100%;
    max-width: none;
  }
  .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left{
    margin-bottom: 30px;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .text,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .text {
  font-weight: bold;
  color: #33302b;
  margin: 0 15px 0 0;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .name-input,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .name-input {
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  background: #f8f8f7;
  border-radius: 4px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .name-input:focus,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .name-input:focus {
  outline: none;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .name-input::-webkit-input-placeholder, .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .name-input::-webkit-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .name-input::-moz-placeholder, .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .name-input::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .name-input:-ms-input-placeholder, .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .name-input:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .name-input::-ms-input-placeholder, .page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .name-input::-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-left .name-input::placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .name-box .name-right .name-input::placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box {
  width: 100%;
  margin: 0 0 20px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .email-input,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .tel-input,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .email-input,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .tel-input,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box .propertyname-input {
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  background: #f8f8f7;
  border-radius: 4px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .email-input::-webkit-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .tel-input::-webkit-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .email-input::-webkit-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .tel-input::-webkit-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box .propertyname-input::-webkit-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .email-input::-moz-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .tel-input::-moz-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .email-input::-moz-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .tel-input::-moz-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box .propertyname-input::-moz-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .email-input:-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .tel-input:-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .email-input:-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .tel-input:-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box .propertyname-input:-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .email-input::-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .tel-input::-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .email-input::-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .tel-input::-ms-input-placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box .propertyname-input::-ms-input-placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .email-input::placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .tel-input::placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .email-input::placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .tel-input::placeholder,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box .propertyname-input::placeholder {
  color: #aaaaaa;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .email-input:focus,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .email-box .tel-input:focus,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .email-input:focus,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .tel-box .tel-input:focus,
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .propertyname-box .propertyname-input:focus {
  outline: none;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .caution-text-box .caution-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #33302b;
  margin: 0 0 10px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .caution-text-box .caution-line:last-child {
  margin: 0 0 0;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .caution-text-box .caution-line .rice {
  min-width: 20px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .caution-text-box .caution-line .caution {
  line-height: 1.7;
  margin: -4px 0;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .form-contents {
  width: 100%;
  height: 200px;
  border: 1px solid #cccccc;
  background: #f8f8f7;
  border-radius: 4px;
  resize: vertical;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .form-contents::-webkit-input-placeholder {
  color: #aaaaaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .form-contents::-moz-placeholder {
  color: #aaaaaa;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .form-contents:-ms-input-placeholder {
  color: #aaaaaa;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .form-contents::-ms-input-placeholder {
  color: #aaaaaa;
  box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .form-contents::placeholder {
  color: #aaaaaa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "游ゴシック体", sans-serif;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .form-contents:focus {
  outline: none;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .check-box {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .check-box .check {
  cursor: pointer;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .check-box a {
  color: #33302b;
  cursor: pointer;
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right .check-box .red {
  color: #cf3d32;
  text-decoration: underline;
}
form .submit-box {
  text-align: center;
}
form .submit-box .submit {
  background: #cf3d32;
  width: 350px;
  height: 80px;
  color: #fff;
  outline: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  font-family: "游ゴシック体", sans-serif;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #cf3d32;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
form .submit-box .submit:hover {
  background: #fff;
  color: #cf3d32;
}
form .submit-box .submit:hover::after {
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
form .submit-box .submit::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 19%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page09 .page09-top-box .page09-top {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .page09 .page09-top-box .page09-top {
    padding-top: 30px;
  }
}
.page09 .page09-top-box .page09-top .title {
  font-size: 30px;
  color: #c4a06c;
  font-weight: bold;
  max-width: 480px;
  margin: -10px auto 50px;
  text-align: center;
  line-height: 1.7;
}
.page09 .page09-top-box .page09-top .title .cn{
  font-size: 0.8em;
  display: block;
}
@media screen and (max-width: 640px) {
  .page09 .page09-top-box .page09-top .title {
    font-size: 22px;
  }
}
.page09 .page09-top-box .page09-top .desc-box {
  margin: 0 auto 55px;
  text-align: center;
}
.page09 .page09-top-box .page09-top .desc-box .desc {
  font-size: 15px;
  color: #33302b;
  line-height: 1.7;
  margin: -5px 0 20px;
}
.page09 .page09-top-box .page09-top .desc-box .desc:last-child {
  margin-bottom: 0;
}

#nowonsale{
  padding-bottom: 0;
}
.streetview iframe{
  max-width: 100% !important;
  max-height: 100% !important;
}

.is-hide{
  display: none !important;
}
.btn-pagetop{
  display: block;
  position: fixed;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #33302b;
  border: solid 2px #fff;
  box-shadow: 0 0 20px rgba(51, 48, 43, 0.05);
}
.btn-pagetop::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

@media screen and (max-width: 640px) {
  .btn-pagetop{
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
  }
  .btn-pagetop::before{
    border-width: 0 4px 6px 4px;
  }
}
.page08 .page08-first-box .page08-first form .page08-contact-form .line .right span.sales-sellect{
  padding: 0;
  border: none;
  border-radius: 0;
}
.wpcf7-not-valid-tip{
  font-size: 0.8em !important;
  margin-top: 1em;
}
.page08 .page08-first-box .page08-first form input[type="text"],
.page08 .page08-first-box .page08-first form input[type="email"],
.page08 .page08-first-box .page08-first form input[type="tel"]{
  height: 50px !important;
}
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea{
  font-size: 16px;
}
.wpcf7-form-control-wrap{
  border: none !important;
}
.wpcf7-form-control-wrap + .left-text{
  margin-left: 30px !important;
}
@media screen and (max-width: 640px) {
  .wpcf7-form-control-wrap + .left-text{
    margin-left: 0 !important;
  }
}

.img-box .tag,.img-slider-box .tag{
  position: absolute;
  top: 0;
  right: 0;
  background: #c4a06c;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  z-index: 1;
}

.pictxtbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .pictxtbox{
    display: block;
  }
}
.pictxtbox .pic{
  width: 52%;
  height: 350px;
  order: 1;
}
@media screen and (max-width: 640px) {
  .pictxtbox .pic{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.pictxtbox .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .pictxtbox .pic img{
    height: auto;
  }
}
.pictxtbox .txt{
  width: 44%;
  order: 0;
}
@media screen and (max-width: 640px) {
  .pictxtbox .txt{
    width: 100%;
    font-size: 15px;
  }
}
.pictxtbox .txt p{
  line-height: 1.75;
  margin-bottom: 1em;
}
.pictxtbox .txt p .attention{
  font-size: 0.8em;
}
.pictxtbox .txt p:last-child{
  margin-bottom: 0;
}
.pictxtbox.reverse .pic{
  order: 0;
}
.pictxtbox.reverse .txt{
  order: 1;
}
#page-support .second-top-box .bg{
  object-position: left center;
}
#page-support .page-support-01 .ttl{
  font-size: 30px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #page-support .page-support-01 .ttl{
    font-size: 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  #page-support .page-support-01 .ttl{
    font-size: 21px;
  }
}
  
#page-support .page-support-01 .ttl em{
  color: #c4a06c;
}
#page-support .page-support-01 .ttl em.pink{
  color: #d85581;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-01 .ttl br{
    display: none;
  }
}
#page-support .page-support-02{
  background: #f4f3ee;
}
#page-support .page-support-02 .prof{
  background: #fff;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-radius:20px;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof{
    display: block;
    padding: 20px;
  }
}
#page-support .page-support-02 .prof .photo{
  width: 200px;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof .photo{
    width: auto;
    margin-bottom: 20px;
  }
}
#page-support .page-support-02 .prof .photo .pic{
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof .photo .pic{
    width: 160px;
    height: 160px;
    margin: 0 auto 20px;
  }
}
#page-support .page-support-02 .prof .photo .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 5px;
  border-radius: 50%;
  box-sizing: border-box;
}
#page-support .page-support-02 .prof .photo .name{
  text-align: center;
}
#page-support .page-support-02 .prof .photo .name .kanji{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof .photo .name .kanji{
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#page-support .page-support-02 .prof .photo .name .furigana{
  font-size: 12px;
  font-weight: bold;
  display: block;
}
#page-support .page-support-02 .prof .txt{
  /* display: flex;
  justify-content: space-between; */
  width: calc(100% - 290px);
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof .txt{
    width: auto;
  }
}
/* #page-support .page-support-02 .prof .txt .detail{
  width: 48%;
} */
#page-support .page-support-02 .prof .txt .detail:first-child{
  padding-bottom: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof .txt .detail:first-child{
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#page-support .page-support-02 .prof .txt .detail .about{
  line-height: 1.65;
  margin-bottom: 10px;
}
#page-support .page-support-02 .prof .txt .detail .about::after{
  content: "";
  display: block;
  clear: both;
}
#page-support .page-support-02 .prof .txt .detail .about dt{
  font-weight: bold;
  margin-right: 10px;
  float: left;
}
#page-support .page-support-02 .prof .txt .detail .about dt:nth-child(5){
  clear: both;
  margin-top: 10px;
}
#page-support .page-support-02 .prof .txt .detail .about dd:nth-child(6){
  margin-top: 10px;
}
#page-support .page-support-02 .prof .txt .detail .about dd{
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof .txt .detail .about dt,
  #page-support .page-support-02 .prof .txt .detail .about dd{
    float: none;
    margin: 0 !important;
    font-size: 15px;
  }
  #page-support .page-support-02 .prof .txt .detail .about dd{
    margin-bottom: 5px !important;
  }
  #page-support .page-support-02 .prof .txt .detail .about dd:last-child{
    margin-bottom: 0 !important;
  }
}
#page-support .page-support-02 .prof .txt .detail p{
  line-height: 1.65;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-02 .prof .txt .detail p{
    font-size: 15px;
  }
}
#page-support .page-support-03 .pictxtbox{
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-03 .pictxtbox{
    margin-bottom: 30px;
  }
}
#page-support .page-support-03 .btn{
  transition: all 0.3s;
  background-color: #0066c6;
  border: 1px solid #0066c6;
  align-items: center;
  text-align: center;
  border-radius: 40px;
  font-weight: bold;
  color: #fff;
  display: block;
  width: 290px;
  padding: 15px 0;
  font-size: 18px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-03 .btn{
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 0px;
  }
  #page-support .page-support-03 .txtbox{
  	margin-bottom: 20px;
  }
}
#page-support .page-support-03 .btn:hover{
  background: #fff;
  color: #0066c6;
}
#page-support .page-support-03 .btn:after{
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 15%;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
  top: 50%;
}
#page-support .page-support-03 .btn:hover:after{
  border-color: #c4a06c;
}
#page-support .page-support-03 .btn .jp{
  display: block;
  margin-bottom: 7px;
}
#page-support .page-support-03 .btn .cn{
  display: block;
  font-weight:400;
  font-size: 15px;
}
#page-support .page-support-03 .txtbox{
  line-height: 1.75;
  text-align: center;
  margin-bottom:40px;
}
#page-support .page-support-03 .txtbox p{
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #page-support .page-support-03 .txtbox p{
    font-size: 15px;
    text-align: left;
  }
  #page-support .page-support-03 .txtbox p br{
    display: none;
  }
}
.link_line{
  color: #c4a06c;
  text-decoration: underline;
}
.link_line:hover{
  text-decoration: none;
}






.staff_top{
  width:100%;
  aspect-ratio: 1920/660;
  padding-top: 24%;
  margin-top:78px;
  background-image: url(../img/07/staff_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing: border-box;
}
.staff_top h2{
  font-size:60px;
  text-align: center;
  font-weight:600;
  color:#fff;
  
}
.support_top{
  width:100%;
  padding:220px 20px;
  margin-top:78px;
  background-image: url(../img/support/support_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing: border-box;
}
.support_top .box{
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
.support_top h2{
  font-size:60px;
  font-weight:600;
  color:#fff;
  margin-bottom:20px;
}
.support_top p{
  font-size:24px;
  line-height:1.7em;
  color:#fff;
}
#page-support .page-support-01 h3{
  font-size:18px;
  font-weight:600;
  line-height:1.8em;
  text-align:center;
  margin-bottom:40px;
}
#page-support .page-support-01 p{
  font-size:18px;
  line-height:1.8em;
  text-align:center;
}
.support_box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height:340px;
  background-color: #fff;
  margin-bottom: 100px;
  border-radius:20px;
  overflow:hidden;
}
.support_box .column_img{
  width:50%;
  height:100%;
  background-image: url(../img/support/img-03.jpg);
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
.support_box .column_text{
  width:50%;
  padding:28px 45px;
  box-sizing: border-box;
}
.support_box .column_text p{
  font-size:17px;
  line-height:1.7em;
}
.support_box .column_text .mb4{
  margin-bottom:40px;
}
.page-support-03 h2{
  font-size:40px;
  font-weight:600;
  margin-bottom:40px;
  text-align:center;
}
.reform_top{
  width:100%;
  padding:220px 20px;
  margin-top:78px;
  background-image: url(../img/04/reform_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing:border-box;
}
.reform_top .box{
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
.reform_top h2{
  font-size:60px;
  font-weight:600;
  color:#fff;
  margin-bottom:20px;
}
.reform_top p{
  font-size:24px;
  line-height:1.7em;
  color:#fff;
}
.page04-top-box .page04-top h3{
  font-size:18px;
  font-weight:600;
  line-height:1.8em;
  text-align:center;
  margin-bottom:40px;
}
.reform_title{
  font-size:40px;
  font-weight:bold;
  text-align: center;
}
.reform_tab{
  text-align: center;
  margin-top: 28px;
  margin-bottom:40px;
}
.reform_tab li{
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  padding: 20px;
}
.sub_title{
    text-align: center;
    font-size:40px;
    font-weight: 600;
    margin-bottom:28px;
    line-height: 1.4em;
  }
  .sub_title small{
  	display: block;
    font-size: 20px;
  }
  .sub_title.mb5{
  	margin-bottom:50px;
  }
  .page04 .renovation-suggest-box p{
  	text-align: center;
    font-size: 21px;
    margin-bottom: 50px;
    line-height: 1.6em;
  }
  .contact_bn{
  	width:100%;
  	padding:100px 20px;
  	text-align: center;
  }
  .contact_bn p{
  	font-size: 18px;
  	line-height:1.6em;
  	margin-bottom: 40px;
  }
  .contact_bn .links{
  	font-size:20px;
  	padding:14px 40px;
  	background: #0066C6;
  	border:solid 1px #0066C6;
  	border-radius: 50px;
  	color: #fff;
  	transition: 0.4s;
  }
  .contact_bn .links:hover{
  	background: none;
  	color: #0066C6;
  	display: inline-block;
  }
  .staff_main{
  	padding-top:60px;
  }
  .page07 .staff-introduce-box .links{
  	background: #0066C6;
    color: #fff;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    border: solid 1px #0066C6;
    transition: 0.4s;
    display: inline-block;
  }
  .page07 .staff-introduce-box .links:hover{
  	background: none;
  	color: #0066C6;
  }
  .staff_other{
  	padding:100px 20px;
  }
  .staff_bn{
  	width:100%;
  	max-width:1000px;
  	margin:0 auto;
  	padding: 200px 29% 60px 40px;
  	background-image: url(../img/07/staff_bn.jpg);
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
  	box-sizing: border-box;
  	border-radius: 20px;
  	margin-bottom: 80px;
  }
  .staff_bn h2{
  	font-size: 46px;
    font-weight: 600;
    color: #fff;
    margin-bottom:28px;
  }
  .staff_bn .box{
  	display: flex;
    justify-content: start;
  }
  .staff_bn .box .box_icon{
  	padding-right:10px;
  	width: 48px;
  }
  .staff_bn .box_text p{
  	font-size: 15px;
    line-height: 1.4em;
    color: #fff;
  }
  .staff_mum{
  	width:100%;
  	max-width: 1000px;
  	margin:0 auto;
  	display: flex;
  	justify-content: space-between;
  	align-items: stretch;
  	margin-top:60px;
  }
  .staff_mum .box{
  	width:48%;
  	display: flex;
  	justify-content: space-between;
  	align-items: stretch;
  }
  .staff_mum .box .box_img{
  	width:140px;
  	padding-right:28px;
  }
  .staff_mum .box .box_text{
  	width:calc(100% - 140px);
  }
  .staff_mum .box h3{
  	font-size:24px;
  	margin-bottom:20px;
  }
  .staff_mum .box p{
  	font-size: 18px;
  	line-height: 1.6em;
  }
  .tenpo_top{
	width:100%;
	padding:0 20px;
	margin-top:78px;
	background-image: url(../img/07/tenpo_top.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position:center;
	box-sizing: border-box;
	padding: 300px 0 60px;
  }
.tenpo_top h2{
  font-size:50px;
  text-align: center;
  font-weight:600;
  color:#fff;
  margin-bottom: 20px;
}
.tenpo_top p{
	font-size: 19px;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
}
.tenpo_map{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0px 20px 100px;
}
.tenpo_map iframe{
	border: 0;
    width: 100%;
    height: 480px;
    filter: grayscale(1);
}
.tenpo_map p{
	font-size: 19px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 20px;
}
.tenpo_title{
	padding: 50px 20px;
}
.tenpo_title p{
	font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 28px;
}
.tenpo_title .links{
	text-align:center;
}
.tenpo_title .links a{
	background:#000;
	color:#fff;
	border:solid 1px #000;
	border-radius:40px;
	width: 210px;
	transition:0.4s;
	margin:10px;
	padding:10px;
	display: inline-block;
}
.tenpo_title .links .link2{
	background: none;
	color: #000;
}
.tenpo_title .links a:hover{
	background:none;
	color:#000;
}
.tenpo_title .links .link2:hover{
	background:#000;
	color:#fff;
}
.tenpo_feature{
	background: #f7f7f7;
    padding: 100px 20px 60px;
}
.tenpo_feature .box{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 60px auto;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    max-width: 1000px;
    box-sizing: border-box;
}
.tenpo_feature .box .box_img{
	width:50%;
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
}
.tenpo_feature .feature1{
	background-image: url(../img/07/feature1.jpg);
}
.tenpo_feature .feature2{
	background-image: url(../img/07/feature2.jpg);
}
.tenpo_feature .feature3{
	background-image: url(../img/07/feature3.jpg);
}
.tenpo_feature .feature4{
	background-image: url(../img/07/feature4.jpg);
}
.tenpo_feature .feature5{
	background-image: url(../img/07/feature5.jpg);
}
.tenpo_feature .box .box_text{
	width: 50%;
    padding: 45px;
    box-sizing: border-box;
}
.tenpo_feature .box h3{
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4em;
}
.tenpo_feature .box p{
	font-size: 16px;
    line-height: 1.6em;
}
.tenpo_feature .links{
	text-align: center;
}
.tenpo_feature .links a{
	display: inline-block;
    padding: 12px 40px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
}
.buy_top{
  width:100%;
  padding:220px 20px;
  margin-top:78px;
  background-image: url(../img/sell/buy_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing: border-box;
}
.buy_top .box{
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
.buy_top h2{
  font-size:60px;
  font-weight:600;
  color:#fff;
  margin-bottom:20px;
}
.buy_top p{
  font-size:24px;
  line-height:1.7em;
  color:#fff;
}
.sale-list-box{
  margin-top:50px;
}
.sell_top{
  width:100%;
  padding:220px 20px;
  margin-top:78px;
  background-image: url(../img/sell/sell_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing: border-box;
}
.sell_top .box{
  width:100%;
  max-width:1040px;
  margin:0 auto;
}
.sell_top h2{
  font-size:60px;
  font-weight:600;
  color:#fff;
  margin-bottom:20px;
}
.sell_top p{
  font-size:24px;
  line-height:1.7em;
  color:#fff;
}
.sell_main{
	width: 100%;
    background: #dfdfdf;
    padding:100px 20px 0;
}
.sell_main .closed{
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.sell_main .closed .box_img{
	width:50%;
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sell_main .closed .box_text{
	width:50%;
	padding:45px 40px;
	box-sizing: border-box;
}
.sell_main .closed h2{
	font-size:34px;
	font-weight:600;
	margin-bottom:20px;
}
.sell_main .closed p{
	font-size:17px;
	margin-top:28px;
	line-height:1.58em;
}
.sell_main .closed p b{
	font-weight: 600;
	display: block;
	padding-bottom:5px;
}
.sell_support{
	margin-bottom:60px;
}
.sell_riyu{
	padding:100px 20px;
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}
.sell_riyu h2{
	 margin-bottom: 60px;
}
.sell_riyu .box{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.sell_riyu .box_riyu{
	width:calc(50% - 20px);
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 16px;
    padding: 40px;
    margin-bottom:40px;
    box-sizing: border-box;
}
.sell_riyu .box_suji{
	width: 60px;
}
.sell_riyu .box_text{
	width: calc(100% - 100px);
}
.sell_riyu .box_riyu h3{
	font-size:96px;
}
.sell_riyu .box_riyu h4{
	font-size: 21px;
	margin-bottom: 15px;
	line-height: 1.4em;
	font-weight:600;
}
.sell_riyu .box_riyu h4 sup{
  vertical-align: super;
  font-size: smaller;
}
.sell_riyu .box_riyu p{
	font-size:14px;
	line-height: 1.6em;
}
.sell_riyu .box_riyu p small{
  font-size: smaller;
  line-height: 1.4em;
  display: block;
  padding-top: 8px;
}
.sell_support .sub_title{
	margin-bottom:60px;
}
.box_support{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width:1000px;
    margin:0 auto;
}
.box_support .box{
	width:calc(50% - 15px);
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 16px;
    margin-bottom:30px;
    box-sizing: border-box;
    overflow: hidden;
}
.box_support .box_img{
	width:50%;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}
.box_support .support1{
	background-image: url(../img/sell/sell_support1.jpg);
}
.box_support .support2{
	background-image: url(../img/sell/sell_support2.jpg);
}
.box_support .support3{
	background-image: url(../img/sell/sell_support3.jpg);
}
.box_support .support4{
	background-image: url(../img/sell/sell_support4.jpg);
}
.box_support .box_text{
	box-sizing: border-box;
	width:50%;
	padding:28px 20px;
}
.box_support .box_text h3{
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.28em;
}
.box_support .box_text p{
	font-size: 13px;
	line-height: 1.5em;
}
.sell_koe{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width:1000px;
    margin:0 auto;
}
.sell_koe .koe_box{
	width:31.9%;
	display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    box-sizing: border-box;
}
.sell_koe .koe_box .box{
	width:100%;
	padding:20px;
	border-radius: 16px;
	position: relative;
	color: #fff;
	margin-bottom:15px;
}
.sell_koe .koe_box .box:before{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 0px;
	bottom: 0px;
	border-right: 20px solid #6B8736;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(-45deg);
	margin-left: -7px;
    margin-bottom: -7px;
}
.sell_koe .koe_box .koe2:before{
	border-right: 20px solid #4F66AD;
}
.sell_koe .koe_box .koe3:before{
	border-right: 20px solid #E88046;
}
.sell_koe .koe_box h3{
	font-size: 18px;
	font-weight:600;
	margin-bottom:14px;
	line-height: 1.4em;
}
.sell_koe .koe_box p{
	font-size: 14px;
	line-height: 1.5em;
}
.sell_icon{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.sell_icon .box_icon{
	width:50px;
}
.sell_icon .box_text{
	width: calc(100% - 70px);
}
.sell_icon .box_text h4{
	font-size: 18px;
    line-height: 1.4em;
}
.sell_icon .box_text h4 small{
	display: block;
    font-size: 14px;
}
.bkkn_bn{
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    box-sizing: border-box;
    max-width:1000px;
    margin:0 auto;
    margin-top:80px;
}
.bkkn_bn .box{
	width:48.5%;
	background: #000;
	border-radius:18px;
	padding:28px;
	box-sizing: border-box;
	text-align: center;
}
.bkkn_bn .box h2{
	font-size: 34px;
	font-weight: 600;
	color: #fff;
	line-height: 1.4em;
	margin-bottom:28px;
}
.bkkn_bn .box h2 small{
	font-size: 22px;
	display: block;
}
.bkkn_bn .box .links{
	font-size:12px;
	padding:12px 28px;
	color:#fff;
	border:solid 1px #fff;
	transition:0.4s;
	border-radius: 40px;
	display: inline-block;
    margin: 10px auto;
}
.bkkn_bn .box .links:hover{
	background: #fff;
	color: #000;
}
.arch .box_support .box_text{
	background: #ebebeb;
}
.chuo_top{
  width:100%;
  padding:160px 20px;
  max-width:1100px;
  margin:100px auto;
  border-radius:20px;
  text-align: center;
  background-image: url(../img/chuo/chuo_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing: border-box;
}
.chuo_top h2{
	font-size:62px;
	color: #fff;
	font-weight:600;
	margin-bottom: 20px;
}
.chuo_top p{
	font-size:20px;
	color:#fff;
	line-height: 1.6em;
}
.chuo_gaiyo{
	width:100%;
	padding:20px 20px 100px;
	max-width:1000px;
	margin:0 auto;
	box-sizing: border-box;
}
.chuo_gaiyo .box{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	margin-top:60px;
}
.chuo_gaiyo .box h3{
	font-size: 24px;
	font-weight:600;
	margin-bottom:20px;
}
.chuo_gaiyo .box p{
	font-size: 18px;
	line-height: 1.6em;
}
.chuo_gaiyo .box_text{
	width:45%;
}
.chuo_gaiyo .box_img{
	width:48%;
}
.tokucho{
	padding:100px 20px;
	background:#dfdfdf;
}
.tokucho ul{
	text-align: center;
	margin-bottom:60px;
}
.tokucho ul li{
    display: inline-block;
    padding: 10px 25px;
}
.tokucho ul span{
	font-size: 18px;
	font-weight:600;
	cursor: pointer;
}
.tokucho.tab-content{
	text-align: center;
}
.tokucho .box{
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.tokucho .box.hidden{
	display: none;
}
.tokucho .box .box_img{
	width:50%;
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
}
.tokucho .box .box_text{
	width:50%;
	padding:45px 40px;
	box-sizing: border-box;
}
.tokucho .box_text h2{
	font-size:26px;
	font-weight:600;
	margin-bottom:25px;
}
.tokucho .box p{
	font-size:15px;
	margin-top:12px;
	line-height:1.58em;
}
.tokucho .box p b{
	font-weight: 600;
	display: block;
	padding-bottom:2px;
}
.chuo_data{
	padding:100px 20px 20px;
}
.chuo_data table{
	width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom:40px;
}

.chuo_data table tr{
	border-bottom: solid 1px #dfdfdf;
}
.chuo_data table th{
	padding:20px 10px;
	font-weight:600;
    font-size: 18px;
    text-align: center;
}
.chuo_data table td{
	padding:15px 10px;
    font-size: 18px;
    text-align: center;
}
.chuo_data p{
	font-size:14px;
	text-align: center;
	color: #484848;
	margin-bottom:80px;
}
.news_bn{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	background-image: url(../img/chuo/news_bn.jpg);
	background-position: center;
	background-size: cover;
	background-repeat:no-repeat;
	padding: 120px 20px;
	text-align: center;
    border-radius: 20px;
    margin-bottom: 80px;
    box-sizing: border-box;
}
.news_bn h2{
	font-size:50px;
	font-weight:600;
	color:#fff;
	line-height: 1.28em;
	margin-bottom:28px;
}
.news_bn h2 small{
	font-size:28px;
	display: block;
}
.news_bn .links{
	padding: 14px 40px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    background: #fff;
    border: solid 1px #fff;
    display: inline-block;
    border-radius: 40px;
}
.news_top{
  width:100%;
  padding:160px 20px;
  max-width:1100px;
  margin:100px auto;
  border-radius:20px;
  text-align: center;
  background-image: url(../img/news/news_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing: border-box;
}
.news_top h2{
	font-size:62px;
	color: #fff;
	font-weight:600;
	margin-bottom: 20px;
}
.news_top p{
	font-size:20px;
	color:#fff;
	line-height: 1.6em;
}
.news_main{
	max-width: 900px;
    margin: 0 auto;
    padding-bottom: 60px;
}
.news-list{
	width: 100%;
    margin-bottom: 28px;
}
.news-list .item{
	width: 100%;
    padding: 12px 0;
    font-size: 18px;
}
.news-list .item .date{
	display: block;
    padding-bottom: 10px;
}
.news-list .item a{
	color: #000;
    text-decoration: underline;
}
.news-list .item .date{
	text-decoration: none;
}
.news_pagent{
	text-align: center;
    background: #d8d8d8;
    padding: 10px;
}
.news_pagent a{
	font-size: 18px;
    color: #000;
    padding: 5px;
    display: inline-block;
}
.news_pagent span{
	font-size: 18px;
    color: #888;
    padding: 5px;
    display: inline-block;
}



.logo_box{width: 100%;text-align: left;max-width: 1080px;margin: 0 auto;}
.header_left{padding-left:60px;text-align:right;flex-wrap:wrap;justify-content:space-between;transition:0.6s;}

.logo{}
.header_right{position:absolute;right:60px;top:4px;}
.header_right span{color:#555;font-size:14px;padding:0 5px;}
.header_right span img{width: 150px;vertical-align: middle;}

#global-nav{ width: 100%;margin: 0 auto;text-align: right;}
#global-nav ul li{display:inline-block;padding:0 15px;color:#000;font-size:17px;line-height:40px;font-weight:500;letter-spacing:1px;}
#global-nav ul li.sns{padding:0 10px;}
#global-nav ul li a{color:#000;}
#global-nav ul li.active a{color: #8e8e8e;}
#global-nav ul li a:hover{color: #8e8e8e;}
nav span{background:#666;height:2px;display:block;position:relative;width:50px;left:0;}

/*-- ボタン --*/
#nav-toggle{display:block;position: fixed;left:60px;top:20px;transition:0.6s;z-index:101;width: 22px;height: 22px;cursor: pointer;}
#nav-toggle div{position:relative;}
#nav-toggle span{display:block;position:absolute;height:2px;width:100%;background:#000;left:0;-webkit-transition:.6s ease-in-out;-moz-transition:.6s ease-in-out;transition:.6s ease-in-out;}
#nav-toggle span:nth-child(1) {top:5px;}
#nav-toggle span:nth-child(2) {top:10px;display: none;}
#nav-toggle span:nth-child(3) {top:15px;}
#top-head.fixed{background-color:#fff;height:65px;}
#global-nav ul li{float:none;text-align:center}
#top-head #global-nav ul li a,#top-head.fixed #global-nav ul li a{width:100%;display:block;color:#fff;padding:18px 0;font-size:20px;}

.open #nav-toggle span{background:#000;}
.open #nav-toggle span:nth-child(1){top:11px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);transform:rotate(135deg);}
.open #nav-toggle span:nth-child(2){width:0;left:50%;}
.open #nav-toggle span:nth-child(3){top:11px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);transform:rotate(-135deg);}
.open #global-nav{-moz-transform:translateX(0);-webkit-transform:translateX(0);transform:translateX(0);}

#top-head.open{z-index:101;}
#top-head.open .logo{z-index:20;}
#global-nav{position: absolute;top:50px;background:#fff;width:100%;text-align:center;padding:10px 15px;-webkit-transition:.7s ease-in-out;-moz-transition:.7s ease-in-out;transition:.7s ease-in-out;height:0;left:100%;height: 100vh;transform: translateX(0);}
#global-nav ul li{padding:5px;display:block;color:#fff;text-align:left;border-bottom: solid 1px #2b2b2b;line-height: 2em;}
#global-nav ul li.menu_left{padding:5px;float: none;}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {width:100%;display:block;color:#000;padding:0;font-size:15px;line-height: 2.1em;}
.open #nav-toggle span:nth-child(1){top:11px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);transform:rotate(135deg);}
.open #nav-toggle span:nth-child(2){width:0;left:50%;}
.open #nav-toggle span:nth-child(3){top:11px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);transform:rotate(-135deg);}
.open #global-nav {
-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);height:100vh;}

#menu{opacity:0;width:440px;height:100%;position: fixed;left:0;top:0;background:#fff;z-index:3;-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:0.8s;}
#menu.ac{opacity:1;-moz-transform:translateX(0);-webkit-transform:translateX0);transform:translateX(0);}
#menu .box{width: 100%;max-width: 340px;margin: 0 auto;height: 100%;padding-top:17vh;}
#menu .box .menu_list{width:100%;display: flex;flex-wrap:wrap;justify-content:space-between;align-items:start;}
#menu .box .list{width:48%;}
#menu .box .list a{display: block;font-size:20px;color:#000;line-height: 1.6em;margin-bottom:25px;}
.en #menu .box .list a{font-size:18px;}
#menu .menu_btn{margin-top:40px;}
#menu .menu_btn a{border:solid 1px #000;padding:14px 20px;display: block;border-radius:40px;font-size:15px;color:#000;text-align: center;margin-bottom:20px;transition:0.4s;}
#menu .menu_btn a:hover{background:#000;color:#fff;}
#menu .menu_sns{position: absolute;bottom: 40px;left: 50%;width: 240px;margin-left: -120px;text-align: center;}
#menu .menu_sns img{padding:0 5px;width:50px;}

.res_contact{display:none;position: absolute;right: 0;top:5px;width: 110px;}
.res_contact img{width: 40px;}

#news_top{position:fixed;top:0;width: 100%;left: 0;background: #2f2f2f;z-index:6;text-align: center;padding:11px;transition: 0.8s;}
.on #news_top{top:62px;}
#news_top a{font-size: 15px;color: #fff;}}
#news_top a span{font-weight:600;padding-right:10px;color:#fff;}
#news_top .close{position:absolute;right:12px;top:1px;width:40px;padding: 8px;}

.yoyaku_bn{z-index:1;}
.yoyaku_bn img{transition:0.4s;cursor:pointer;}
.yoyaku_bn img:hover{opacity:0.8;}

.yoyaku_bn{position:fixed;right:10px;bottom:25px;width: 250px;height: 90px;background-image: url(../img/common/yoyaku.svg);background-position: right center;transition:0.2s;}
.add .yoyaku_bn{background-image: url(../img/common/yoyaku_fix.svg);width: 98px;}
.add .yoyaku_bn:hover{background-image: url(../img/common/yoyaku.svg);width: 234px;}
.contact_btn{width:110px;position:fixed;left:28px;bottom:20px;z-index: 1;}
.contact_btn img{margin-bottom:20px;transition:0.4s;}
.contact_btn .icon_tel{width:100px;height:100px;background-image: url(../img/common/icon_tel_b.svg);cursor:pointer;transition:0.4s;margin-bottom: 25px;}
.contact_bn .icon_tel:hover{transform: scale(1.1);}
.on .contact_btn .icon_tel{background-image: url(../img/common/icon_tel_b.svg);}
#tel_box{position: fixed;top: 0;left:0;width:100%;height:100%; background: #000000c4;z-index:6;color: #fff;font-size: 24px;display: none;}
#tel_box .box{position: absolute;left: 50%;top: 50%;background: #fff;color: #000;width: 400px;height:170px;margin-left:-200px;margin-top:-85px; padding: 20px;text-align: center;line-height: 1.1em;font-size:40px;box-sizing: border-box;}
#tel_box .box p{font-size:40px;font-weight: bold;}
#tel_box .box small{font-size:18px;display: block;font-weight:400;}
.tel_close{position: absolute;right:0;top:0;cursor:pointer;padding: 6px;line-height: 14px;padding-right: 10px;}
.tel_close img{width:18px;}

.reform_bn{
  display: block;
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	background-image: url(../img/common/reform_bn.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 80px 60px;
    box-sizing: border-box;
    border-radius: 20px;
    margin-top:80px;
}
.reform_bn h2{
	font-size: 38px;
	line-height: 1.4em;
	color:#fff;
	font-weight: 600;
	margin-bottom:28px;
}
.reform_bn p{
	font-size:18px;
	line-height: 1.6em;
	color:#fff;
}
#bg_v{background-blend-mode: multiply;position:absolute;width:100%;height: 100%; -o-object-fit: cover;object-fit: cover;top: 0; left: 0; overflow: hidden;z-index:-1;}
.top{width:100%;height:calc(100vh - 60px);margin-top:60px; position: relative;display: flex;align-items:center;background-color: rgba(0,0,0,0.2);}
.top h2{font-size:42px;font-weight:bold;color:#fff;line-height: 1.4em;margin-top: 10px;margin-bottom: 28px;}
.top .top_box{width:100%;max-width:1000px;margin:0 auto;z-index:1;}
.top .top_box .links{padding: 10px 40px;border: solid 1px #fff;background: #fff;color:#000; border-radius: 40px;display: inline-block;margin-right: 20px;}
.top .top_box .links.link2{background:none;color: #fff;}
.top_gallay{
  width:100%;
  padding: 80px 0 40px;
  background: #000;
  color:#fff;
  text-align: center;
}
.top_gallay p{
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 20px;
}
.top_gallay .links{
  font-size:18px;
  border:solid 1px #fff;
  padding:8px 24px;
  display: inline-block;
  border-radius: 40px;
  color: #fff;
  margin-bottom:40px;
}
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
@keyframes infinity-scroll-right {
from {
  transform: translateX(-100%);
}
  to {
  transform: translateX(0%);
}
}
.scroll_gallay{
  margin-bottom: 80px;
}
.scroll_gallay .box {
  display: flex;
  overflow: hidden;
}
.scroll_gallay .box ul {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll_gallay .scroll_left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll_gallay .box li {
  width: calc(100vw / 4);
  margin: 10px;
}
.scroll_gallay .box li img {
  width: 100%;
  border-radius:8px;
}
.scroll_gallay .scroll_right{
  animation :infinity-scroll-right 80s infinite linear 0.5s both;
}
.swiper-button-next:after, .swiper-button-prev:after{
  color: #fff;
}
.top_slider{
  padding-bottom:40px;
}
.top_slider .slide_img{
  width: 100%;
  background-size: cover;
  background-position:center;
  background-repeat: no-repeat;
  padding: 400px 60px 28px;
  position: relative;
  border-radius: 20px;
  text-align: left;
  box-sizing: border-box;
}
.top_slider .slide_1{
  background-image: url(../img/common/slide_1.jpg);
}
.top_slider .slide_2{
  background-image: url(../img/common/slide_2.jpg);
}
.top_slider .slide_3{
  background-image: url(../img/common/slide_3.jpg);
}
.top_slider .slide_4{
  background-image: url(../img/common/slide_4.jpg);
}
.top_slider .slide_5{
  background-image: url(../img/common/slide_5.jpg);
}
.top_slider .swiper-wrapper{
  margin-bottom:40px;
}
.top_slider .slide_img h3{
  color: #fff;
  text-align: left;
  font-size: 29px;
  font-weight: 600;
  display: inline-block;
}
.top_slider .slide_img a{
  float: right;
  margin-top: -2px;
  padding:8px 24px;
  color: #000;
  border-radius:40px;
  background: #fff;
}
.top_gallay .news_bn .links{
  color:#000;
}
.staff_other .box_sup{
  width:100%;
  max-width:1000px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
  align-items: stretch;
  box-sizing: border-box;
  
}
.staff_other .box_sup .clm{
  width:31.9%;
  background: #ebebeb;
  padding:40px;
  border-radius:15px;
  box-sizing: border-box;
  text-align: center;
  transition:0.4s;
}
.staff_other .box_sup .clm:hover{
  transform: scale(1.04);
}
.staff_other .box_sup h3{
  color:#000;
  font-size:24px;
  line-height: 1.4em;
  padding-bottom:28px;
  font-weight:600;
}
.staff_other .links{
	text-align: center;
  margin-top: 60px;
}
.staff_other .links a{
	display: inline-block;
    padding: 12px 40px;
    background: #000;
    color: #fff;
    border-radius: 40px;
    font-size: 18px;
}

.contact_top{
  width:100%;
  padding:0 20px;
  margin-top:78px;
  background-image: url(../img/common/contact_top.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position:center;
  box-sizing: border-box;
}
.contact_top h2{
  font-size:40px;
  text-align: center;
  font-weight:600;
  color:#fff;
  padding: 200px 0;
}



.dis_res{
  display:none;
}
@media screen and (max-width: 768px) {
.logo_box{
	text-align: center;
}
.logo{
	margin-top: 5px;
	display: inline-block;
}
.logo img{
	width: 140px;
}
.res_contact{
	top: 9px;
	right: 20px;
	display: block;
	text-align: right;
}
.header_right{
	display: none;
}
#nav-toggle{
	left: 20px;
}
#menu{
	width: 85%;	
}
#menu .box{
	max-width: 260px;
}
#menu .box .list a{
	font-size: 15px;
	margin-bottom: 15px;
}
#menu .menu_btn{
	margin-top: 25px;
}
#menu .menu_btn a{
	padding: 12px 20px;
	font-size:14px;
}
#menu .menu_sns img{
	width:34px;
}
.contact_btn{
	display: none;
}
.dis_res{
display:block;
}
.dis_pc{
display: none;
}
.top{
  padding: 20px;
  box-sizing: border-box;
  height: calc(70vh - 60px);
}
.top .top_box img{
  width: 160px;
}
.top h2{
  font-size: 28px;
  margin-bottom: 20px;
}
.top .top_box .links{
  margin-right: 10px;
  font-size: 14px;
}
.top_gallay{
  padding: 50px 0 40px;
  box-sizing: border-box;
}
.top_gallay p{
  font-size:14px;
}
.top_gallay .links{
  font-size: 12px;
  margin-bottom: 20px;
}
.scroll_gallay .box li{
  width: calc(100vw / 2);
  margin: 5px;
}
.scroll_gallay{
  margin-bottom:60px;
}
.top_slider .slide_img{
  padding: 180px 20px 20px;
}
.top_slider .slide_img h3{
  font-size:18px;
}
.top_slider .slide_img a{
  font-size:12px;
  display: none;
}
.top_gallay .news_bn{
  margin: 0 auto;
  width: calc(100% - 40px);
}
.staff_other .box_sup{
  margin: 28px auto 40px;
}
.staff_other .box_sup .clm{
  padding: 28px;
  margin-bottom: 20px;
  width: 100%;
}
.staff_other .box_sup h3{
  font-size: 18px;
  padding-bottom: 20px;
}
.staff_other .box_sup img{
  width: 60px;
}
.staff_other .links{
  margin-top: 20px;
}
.staff_other .links a{
	font-size: 15px;
	padding:9px 20px;
}




.support_top{
padding: 60px 20px;
margin-top:60px;
}
.support_top h2{
font-size: 28px;
}
.support_top p{
  font-size: 15px;
}
.page-support-01{
	padding: 50px 0px;
}
#page-support .page-support-01 h3{
font-size:15px;
margin-bottom:20px;
}
#page-support .page-support-01 p{
font-size:15px;
}
.support_box{
height: 400px;
margin-bottom: 40px;
}
.support_box .column_img{
height: 150px;
width:100%;
}
.support_box .column_text{
    padding: 15px 15px;
    width:100%;
}
.support_box .column_text p{
  font-size: 14px;
}
.support_box .column_text .mb4{
margin-bottom:15px;
}
.page-support-03 h2{
	font-size: 22px;
	margin-bottom: 20px;
}
#page-support .page-support-03 .btn .cn{
	font-size: 12px;
}
.reform_top{
padding: 60px 20px;
margin-top:60px;
}
.reform_top h2{
font-size: 28px;
}
.reform_top p{
  font-size: 15px;
}
.page04-top-box .page04-top h3{
  font-size: 14px;
}
.reform_title{
font-size:24px;
}
.page04 .renovate-flow-box .renovate-flow .flow-detail-box .flow-detail .flow-list{
margin-top:40px;
}
.page04 .renovate-flow-box{
padding: 0 0 50px;
}
.reform_tab{
margin-top: 18px;
margin-bottom: 20px;
}
.reform_tab li{
font-size:16px;
padding: 10px;
}
.sub_title{
	font-size:22px;
	margin-bottom: 20px;
}
.sub_title.mb5{
	margin-bottom:25px;
}
.page04 .renovation-suggest-box p{
	font-size: 14px;
	margin-bottom: 20px;
}
.contact_bn{
	padding: 60px 20px;
}
.contact_bn p{
	font-size: 14px;
	margin-bottom:28px;
}
.contact_bn .links{
	font-size: 15px;
padding: 12px 28px;
}
.staff_top{
	margin-top:60px;
}
.staff_top h2{
	font-size: 26px;
}
.staff_main{
	padding-top:10px;
}
.page07 .staff-introduce-box .links{
	font-size: 14px;
	padding: 10px 22px;
}
.staff_other{
	padding: 50px 20px 0;
}
.staff_bn{
	padding: 80px 20px 20px;
	margin-bottom: 50px;
	border-radius: 15px;
}
.staff_bn h2{
	font-size: 24px;
	margin-bottom: 15px;
}
.staff_bn .box .box_icon{
	padding-right: 8px;
width: 40px;
}
.staff_bn .box_text p{
	font-size: 13px;
}
.staff_mum{
	display: block;
	margin-top: 40px;
}
.staff_mum .box{
	width:100%;
	margin-bottom: 40px;
	display: block;
}
.staff_mum .box .box_img{
	width: 100%;
padding-right: 0;
margin-bottom: 15px;
text-align: center;
}
.staff_mum .box .box_img img {
	width: 80px;
}
.staff_mum .box .box_text{
	width: 100%;
text-align: center;
}
.staff_mum .box h3{
	font-size: 18px;
margin-bottom: 15px;
font-weight: 600;
}
.staff_mum .box p{
	font-size: 13px;
	text-align: left;
}
.tenpo_map{
	padding: 0 20px 50px;
}
.tenpo_map iframe{
	height: 340px;
}
.tenpo_map p{
	font-size: 13px;
	margin-top: 10px;
}
.tenpo_top{
	margin-top:60px;
	padding: 150px 0 20px;
}
.tenpo_top h2{
	font-size: 28px;
	margin-bottom: 10px;
}
.tenpo_top p{
	font-size: 13px;
}
.tenpo_feature{
	padding:50px 20px 40px; 
}
.tenpo_feature .box{
	border-radius: 15px;
	margin: 20px auto 40px;
}
.tenpo_feature .box .box_img{
	width:100%;
	height: 200px;
	order:1;
}
.tenpo_feature .box .box_text{
	width:100%;
	padding:20px;
	order:2;
}
.tenpo_feature .box h3{
	font-size: 17px;
	margin-bottom: 10px;
}
.tenpo_feature .box p{
	font-size: 13px;
}
.tenpo_feature .links a{
	font-size: 15px;
	padding:9px 20px;
}
.buy_top{
  margin-top:60px;
  padding: 150px 20px 20px;
}
.buy_top h2{
  font-size: 28px;
  margin-bottom: 10px;
}
.buy_top p{
  font-size: 13px;
}
.sell_top{
	margin-top:60px;
	padding: 150px 20px 20px;
}
.sell_top h2{
	font-size: 28px;
	margin-bottom: 10px;
}
.sell_top p{
	font-size: 13px;
}
.sell_main{
	padding:50px 20px 28px;
}
.sell_main .closed .box_img{
	width:100%;
	height: 200px;
}
.sell_main .closed .box_text{
	padding: 25px 20px;
	width:100%;
}
.sell_main .closed h2{
	font-size: 20px;
	margin-bottom: 10px;
}
.sell_main .closed p{
	font-size: 14px;
margin-top: 20px;
}
.sell_riyu{
	padding: 60px 0px;
}
.sell_riyu h2{
	margin-bottom: 20px;
}
.sell_riyu .box_riyu{
	padding: 18px;
	margin-bottom: 15px;
	width: 100%;
}
.sell_riyu .box_suji{
	width: 50px;
}
.sell_riyu .box_riyu h3{
	font-size: 62px;
}
.sell_riyu .box_text{
	width: calc(100% - 60px);
}
.sell_riyu .box_riyu h4{
	font-size: 16px;
	margin-bottom: 10px;
}
.sell_riyu .box_riyu p{
	font-size: 13px;
}
.sell_support{
	margin-bottom:0;
}
.sell_support .sub_title{
	margin-bottom: 28px;
}
.arch .sell_support{
	margin-bottom: 20px;
padding: 20px;
}
.box_support .box{
	width: 100%;
	margin-bottom: 20px;
}
.box_support .box_img{
	width: 100%;
	height:120px;
}
.box_support .box_text{
	width:100%;
}
.box_support .box_text h3{
	font-size: 16px;
	margin-bottom:12px;
}
.box_support .box_text p{
	font-size: 13px;
}
.sell_koe{
	padding: 0 28px;
}
.sell_koe .koe_box{
	width: 100%;
	margin-bottom: 28px;
}
.sell_koe .koe_box .box{
	padding: 18px;
	margin-bottom: 12px;
}
.sell_koe .koe_box h3{
	font-size: 15px;
	margin-bottom: 12px;
}
.sell_koe .koe_box p{
	font-size:13px;
}
.sell_icon .box_icon{
	width: 40px;
}
.sell_icon .box_text{
	width: calc(100% - 55px);
}
.sell_icon .box_text h4{
	font-size: 16px;
	line-height: 1.2em;
}
.sell_icon .box_text h4 small{
	font-size:12px;
}
.bkkn_bn{
	margin-top:40px;
	padding: 20px 20px 0;
}
.bkkn_bn .box{
	width:100%;
	margin-bottom: 20px;
}
.bkkn_bn .box h2{
	font-size: 22px;
	margin-bottom: 10px;
}
.bkkn_bn .box h2 small{
	font-size:16px;
}
.bkkn_bn .box .links{
	font-size: 11px;
padding: 10px 20px;
}
.chuo_top{
	padding: 60px 20px;
	margin: 60px auto;
}
.chuo_top h2{
	font-size: 28px;
	margin-bottom: 10px;
}
.chuo_top p{
	font-size: 14px;
}
.chuo_gaiyo{
	padding: 0px 20px 50px;
}
.chuo_gaiyo .box{
	margin-top: 40px;
}
.chuo_gaiyo .box h3{
	font-size: 18px;
	margin-bottom: 15px;
}
.chuo_gaiyo .box p{
	font-size: 14px;
}
.chuo_gaiyo .box_text{
	width: 100%;
margin-bottom: 20px;
}
.chuo_gaiyo .box_img{
	width: 75%;
}
.tokucho{
	padding: 50px 20px;
}
.tokucho ul{
	margin-bottom: 20px;
}
.tokucho ul li{
	padding: 8px 10px;
}
.tokucho ul span{
	font-size: 13px;
}
.tokucho .box .box_img{
	width: 100%;
	height: 160px;
}
.tokucho .box .box_text{
	width: 100%;
padding: 25px 20px;
}
.tokucho .box_text h2{
	font-size:18px;
	margin-bottom: 15px;
}
.tokucho .box p{
	font-size: 13px;
margin-top: 10px;
}
.chuo_data{
	padding: 50px 20px 20px;
}
.sub_title small{
	font-size: 14px;
}
.chuo_data{
	width: 100%;
overflow: scroll;
}
.chuo_data table{
	width: 500px;
	margin-bottom: 0px;
}
.chuo_data table th{
	padding: 10px 4px;
font-size: 13px;
}
.chuo_data table td{
	padding: 5px 5px;
font-size: 13px;
min-width: 70px;
}
.chuo_data p{
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 60px;
}
.news_bn{
	padding: 50px 20px;
margin-bottom: 0px;
}
.news_bn h2{
	font-size: 19px;
	margin-bottom: 15px;
}
.news_bn h2 small{
	font-size: 14px;
}
.news_bn .links{
	padding: 10px 25px;
font-size: 11px;
}
.news_top{
	padding: 60px 20px;
	margin: 60px auto;
	border-radius: 0;
}
.news_top h2{
	font-size: 28px;
	margin-bottom: 10px;
}
.news_top p{
	font-size: 14px;
}
.news-list .item{
	font-size: 14px;
	line-height: 1.6em;
	padding: 8px 0;
}
.news-list .item .date{
	padding-bottom: 2px;
}
.news_pagent a,.news_pagent span{
	font-size:14px;
}
.news_main{
	padding: 0 20px 40px 20px;
}
.reform_bn{
	padding: 40px 20px;
	margin-top: 20px;
    width: calc(100% - 40px);
}
.reform_bn h2{
	font-size: 22px;
	margin-bottom: 15px;
}
.reform_bn p{
	font-size: 14px;
}

}




