@charset "utf-8";
/* CSS Document */

/*header*/

.mainvisual div {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.mainvisual_img1 {
  background: url("../image/top_main1n.jpg")
}
.mainvisual_img2 {
  background: url("../image/top_main2n.jpg");
}
.mainvisual_img3 {
  background: url("../image/top_main3n.jpg");
}
.mainvisual_img4 {
  background: url("../image/top_main4n.jpg");
}
.mainvisual_img5 {
  background: url("../image/top_main5n.jpg");
}

@media(min-width: 1140px) {
  
  .mainvisual div {
    height: calc(100vh - 150px);
    margin: 0 auto;
    position: relative;
  }
}

/*section-about*/
.section-about {
  margin: 60px auto 40px;
  width: 90%;
  max-width: 358px;
  height: 333px;
  position: relative;
}
.section-about h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.section-about_title {
  padding-bottom: 5px;
  border-bottom: solid 1px #353535;
}
.section-about p {
  display: none;
}
.section-about img {
  width: 303px;
  position: absolute;
  left: 0;
  z-index: 100;
}
.section-about_rectangle {
  display: block;
  width: 318px;
  height: 234px;
  background-color: #B2C5D4;
  position: absolute;
  right: 0;
  top: 100px;
}
.section-about h3 {
  color:#353535;
  font-family: "Times New Roman", Times, "serif";
  font-size: 4rem;
  font-weight: 500;
  position: absolute;
  right: 0px;
  bottom: 50px;
  writing-mode: vertical-rl;
  z-index: 1000;
}
/*.section-about_button {
  display:block;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #353535;
  color: #fff;
  font-size: 2.6rem;
  line-height: 4rem;
  font-weight: 600;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: none;
  border: none;
}*/
.section-about_image{
  cursor: pointer;
}
@media(min-width: 1140px) {
  .section-about {
    width: 100%;
    max-width: 1140px;
    height: 440px;
    margin: 80px auto 0;
    position: relative;
    display: flex;
    flex-flow: row-reverse;
  }
  .section-about_image {
    width: 50%;
  }
  .section-about_message {
    width: 50%;
    padding-left: 80px;
  }
  .section-about h2 {
    text-align: left;
    font-size: 4rem;
    line-height: 6rem;
    margin-bottom: 40px;
  }
  .section-about_title {
    padding: 0;
    border-bottom: none;
  }
  .section-about p {
    display: block;
    text-align: left;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 20px;
  }
  .section-about p.section-about_more{
    margin-top: 80px;
    text-align: right;
  }
  .section-about_more a{
    color: #353535;
  }
  .section-about_more span{
    background-color: rgba(255,255,255,0.40);
    padding: 15px 30px;
    border-radius: 40px;
  }
  .section-about img {
    width: 473px;
    position: absolute;
    left: 0;
  }
  .section-about_rectangle {
    display: block;
    width: 526px;
    height: 404px;
    position: absolute;
    left: 45px;
    top: 36px;
  }
  .section-about h3 {
    font-size: 6rem;
    font-weight: 500;
    position: absolute;
    right: 10px;
    bottom: 60px;
  }
  .section-about_button {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
/*section-sell*/
.section-sell {
  width: 90%;
  height: 500px;
  margin: 0 auto 60px auto;
}

.section-sell h2 {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 44px;
  margin-bottom: 40px;
}
.section-sell_title {
  padding-bottom: 5px;
  border-bottom: solid 1px #353535;
}
.section-sell_image {
  width: 100%;
  max-width: 335px;
  height: 100%;
  margin: 0 auto;
  background-image:url("../image/shima.png");
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section-sell p {
  width: 287px;
  margin: 0 auto 30px auto;
  text-align: left;
  font-size: 1.6rem;
}
@media(min-width:1140px) {
  .section-sell {
    width: 100%;
    max-width: 1140px;
    height: 600px;
    margin: 80px auto 120px auto;
  }
  .section-sell h2 {
    text-align: left;
    font-size: 4rem;
    line-height: 6rem;
    font-weight: 500;
    padding-top: 0;
    margin-bottom: 40px;
  }
  .section-sell_title {
    padding-bottom: 0;
    border-bottom: none;
  }
  .section-sell_image {
    width: 100%;
    max-width: 1140px;
    height: 100%;
    margin: 0;
    background-image: url("../image/shima.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0 20px;
  }
  .section-sell p {
    width: 50%;
    margin: 0 0 30px 0;
    text-align: left;
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
/*section-buy*/
.section-buy {
  width: 90%;
  margin: 80px auto 60px auto;
}
.section-buy a{
  color: #353535;
}
.section-buy h2 {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 44px;
  margin-bottom: 20px;
}
.section-buy_title {
  padding-bottom: 5px;
  border-bottom: solid 1px #353535;
}
.section-buy h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.section-buy_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-buy_content {
  width: 100%;
  max-width: 353px;
  min-height: 425px;
  background-color: #fff;
  margin: 0 0 30px 0;
  border-radius: 20px;
  text-align: left;
  padding: 30px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.section-buy_content-image {
  width: 100%;
  max-width: 293px;
  height: 45vw;
  max-height: 200px;
  vertical-align: top;
}
.section-buy_content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.section-buy_content h4 {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-buy_content .title {
  border-bottom: solid 4px #B2C5D4;
  padding-bottom: 5px;
}
.price-name {
  color: #020C9B;
  font-size: 2rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}
.price {
  font-size: 3.4rem;
}
.section-buy_content dl {
  display: flex;
  flex-wrap: wrap;
}
.section-buy_content dl dt {
  width: 30%;
}
.section-buy_content dl dd {
  width: 70%;
}
@media(min-width:1060px) {
  .section-buy {
    width: 100%;
    max-width: 1140px;
    margin: 80px auto 60px auto;
  }
  .section-buy h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
  }
}
/*section-example*/
.section-example {
  width: 90%;
  margin: 0 auto 80px auto;
}
.section-example h2 {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 44px;
  margin-bottom: 20px;
}
.section-example_title {
  padding-bottom: 5px;
  border-bottom: solid 1px #353535;
}
.section-example h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
.section-examle_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-example_customer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-example_content {
  width: 100%;
  max-width: 353px;
  min-height: 562px;
  background-color: #fff;
  margin: 0 0 30px 0;
  border-radius: 20px;
  text-align: left;
  padding: 30px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.section-example_customer .section-example_content {
  margin: 0 10px 30px 10px;
}
.section-example_content-image {
  background-color: #E9F5FF;
  width: 100%;
  max-width: 293px;
  height: 45vw;
  max-height: 200px;
  vertical-align: top;
  position: relative;
}
.illust {
  width: 73%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}
.illust2{
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%)
}
.photo {
  width: 100%;
}
.section-example_content h4 {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.section-example_content .title {
  display: block;
  border-bottom: solid 4px #B2C5D4;
  padding-bottom: 5px;
}
.property {
  margin-bottom: 20px;
}
@media(min-width: 1140px) {
  .section-example {
    width: 100%;
    max-width: 1140px;
  }
  .section-example h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
    font-weight: 500;
    padding-top: 44px;
    margin-bottom: 40px;
  }
}
/*section-qa*/
.section-qa {
  width: 90%;
  margin: 0 auto 80px auto;
}
.section-qa h2 {
  font-size: 2rem;
  font-weight: 500;
  padding-top: 44px;
  margin-bottom: 40px;
}
.section-qa_title {
  padding-bottom: 5px;
  border-bottom: solid 1px #353535;
}
.section-qa dl {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.section-qa dl dt {
  height: 96px;
  width: 100%;
  max-width: 546px;
  background-color: #B2C5D4;
  border-radius: 20px 20px 0 0;
  padding: 20px 25px
}
.section-qa dl dd {
  min-height: 112px;
  width: 100%;
  max-width: 546px;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 25px;
  margin-bottom: 30px;
}
@media(min-width:1140px) {
  .section-qa {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto 120px auto;
  }
  .section-qa h2 {
    font-size: 2.6rem;
    line-height: 3.9rem;
    font-weight: 500;
  }
}
/*section-message*/
.section-message {
  margin: 0 auto 80px;
  width: 90%;
  max-width: 358px;
  height: 550px;
  position: relative;
}
.section-message img {
  width: 303px;
  object-fit: cover;
  border-radius: 0 20px 0 0;
  position: absolute;
  left: 0;
  z-index: 100;
}
.section-message_rectangle {
  display: block;
  width: 318px;
  height: 500px;
  background-color: #B2C5D4;
  position: absolute;
  right: 0;
  top: 50px;
  border-radius: 0 0 0 20px;
}
.section-message h3 {
  font-family: "Times New Roman", Times, "serif";
  font-size: 4rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: 0;
  writing-mode: vertical-rl;
  z-index: 1000;
}
.section-message_content {
  position: absolute;
  bottom: 0;
}
.section-message p {
  font-size: 1.6rem;
  padding: 0 15px 30px 20px;
  text-align: left;
}
@media(min-width: 1140px) {
  .section-message {
    width: 100%;
    max-width: 1140px;
    height: 531px;
    margin: 0 auto 120px;
    position: relative;
  }
  .section-message img {
    width: 532px;
    height: 392px;
    object-fit: cover;
    border-radius: 0 20px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .section-message_rectangle {
    display: block;
    width: 1106px;
    height: 470px;
    background-color: #B2C5D4;
    position: absolute;
    right: 0;
    top: 50px;
    border-radius: 0 0 0 20px;
  }
  .section-message h3 {
    font-size: 6rem;
    line-height: 9rem;
    font-weight: 500;
    position: absolute;
    right: 550px;
  }
  .section-message_content {
    position: absolute;
    right: 90px;
    top: 40px;
    ;
  }
  .section-message p {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
}
.instagram-followme{
  width: 80%;
  max-width: 600px;
  margin-bottom: 100px;
}
.button-line-message-before {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 1.8rem;
  font-weight: 600;
  color: #004780;
  margin-bottom: 16px;
}
.button-line-message-after {
  width: 90%;
  margin: 30px auto 0;
}
@media(min-width: 1140px) {
  .button-line-message-after {
    width: 100%;
    max-width: 1140px;
    margin: 30px auto 0;
    font-size: 2rem;
    line-height: 3rem;
  }
}
