@charset "UTF-8";

img {
  width: 100%;
}

.header {
  z-index: 999 !important;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }

  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }

  28% {
    transform: translate(-50%, 0%) scale(1);
  }

  88% {
    transform: translate(-50%, 0%) scale(1);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}

@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }

  16% {
    transform: scale(1.32);
  }

  28% {
    transform: scale(0.87);
  }

  44% {
    transform: scale(1.05);
  }

  59% {
    transform: scale(0.98);
  }

  73% {
    transform: scale(1.01);
  }

  88% {
    transform: scale(1);
  }

  100% {
    transform: scale(1);
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow:
    1px 2px 2px rgba(0, 0, 0, 0.4),
    1px 3px 3px rgba(0, 0, 0, 0.4),
    1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/

#section01 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
}

#section01 figure.backimgtops {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#section01 figure.backimgtops img {
  transform: scale(1.1);
  transition: all 1.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  opacity: 0;
}

.access__mv__title {
  font-size: clamp(21px, 3.4vw, 41.6px);
  font-weight: 400;
  text-align: left;
  color: #fff;
  line-height: 1.44;
  letter-spacing: 0.16em;
  position: absolute;
  /* top: 224.3px;
  top: 14.01875rem; */
  top: 9.01875rem;
  right: 9.3%;
  text-shadow: 0px 0px 6px rgba(4, 4, 4, 0.85);
  /* text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.90); */
}

#section01 figure.backimgtops img.active {
  transform: scale(1);
  opacity: 1;
}

#section01 .minis {
  color: #fff;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

@media screen and (max-width: 800px) {
  #section01 .minis {
    font-size: 1.8vw;
  }
}

#section01 .h2title {
  position: absolute;
  width: 15%;
  top: 5%;
  right: 15%;
}

@media screen and (max-width: 800px) {
  #section01 .h2title {
    width: 25%;
    top: 5%;
    right: 5%;
  }
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding: 85px 0 70px 0;
}

@media screen and (max-width: 800px) {
  #section02 {
    padding: 45px 0 40px 0;
  }
}

#section02 .section__in {
  width: 90%;
  max-width: 1165px;
  margin: 0 auto;
}

#section02 ul.my-style-merit {
  width: 70%;
  max-width: 1110px;
  margin: 0 auto 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 10;
  position: relative;
}

@media screen and (max-width: 800px) {
  #section02 ul.my-style-merit {
    width: 90%;
    margin: -6vw auto 30px auto;
  }
}

#section02 ul.my-style-merit li {
  width: 20.7%;
  max-width: 230px;
}

@media screen and (max-width: 800px) {
  #section02 ul.my-style-merit li {
    padding: 0px 0 2.5vw 0;
    width: 48.5%;
  }
}

#section02 .maintitle {
  width: 90%;
  max-width: 766px;
  margin: 0 auto 45px auto;
}

@media screen and (max-width: 800px) {
  #section02 .maintitle {
    margin: 0 auto 25px auto;
  }
}

#section02 .subtitle {
  text-align: center;
  color: #0b3080;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  #section02 .subtitle {
    margin-bottom: 20px;
    font-size: 4.4vw;
  }
}

#section02 .text01 {
  line-height: 240%;
  text-align: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 800px) {
  #section02 .text01 {
    margin-bottom: 40px;
    text-align: left;
    font-size: 3.6vw;
    line-height: 180%;
  }
}

#section02 .contents_lis {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

#section02 .contents_lis li {
  width: 31.38%;
  background-color: #fff;
  border: 1px solid #103072;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  padding: 0 28px 45px 28px;
}

@media screen and (max-width: 800px) {
  #section02 .contents_lis li {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 5vw 7.5vw 5vw;
  }
}

#section02 .contents_lis li h4 {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 20px;
  transform: translate(0%, -7%);
}

@media screen and (max-width: 800px) {
  #section02 .contents_lis li h4 {
    width: 100%;
    max-width: 360px;
    padding-bottom: 0;
  }
}

#section02 .contents_lis li .botan {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

#costomeize_contena {
  width: 100%;
  padding: 100px 0;
  min-height: 500px;
  background: url(../images/style/costomeize_contena_back.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-repeat: repeat;
  background-position: center top;
  background-size: 400px auto;
  /* margin-bottom: 11rem; */
  margin-bottom: 3rem;
}

@media screen and (max-width: 800px) {
  #costomeize_contena {
    padding: 70px 0;
    background-size: 100px auto;
  }
}

.section_customize {
  width: 100%;
  margin-bottom: 90px;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 800px) {
  .section_customize {
    margin-bottom: 50px;
  }
}

.section_customize .section__in {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 0 auto;
  border: 1px solid #0b3080;
  padding: 80px 50px 30px;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 800px) {
  .section_customize .section__in {
    padding: 9.5vw 5vw 7.5vw;
  }
}

.section_customize .blue_text {
  text-align: center;
  margin-bottom: 40px;
  color: #0b3080;
  padding-top: 20px;
  font-size: 28px;
  line-height: 140%;
}

@media screen and (max-width: 800px) {
  .section_customize .blue_text {
    font-size: 5.9vw;
    margin-bottom: 25px;
    padding-top: 15px;
    line-height: 150%;
    letter-spacing: 0.1rem;
  }
}

.section_customize .c1_eng {
  display: block;
  width: 75%;
  max-width: 570px;
  margin: 0 auto 25px auto;
}

@media screen and (max-width: 800px) {
  .section_customize .c1_eng {
    margin: 0 auto;
    width: 80%;
  }
}

.section_customize p.text01 {
  line-height: 210%;
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 800px) {
  .section_customize p.text01 {
    text-align: left;
    padding-bottom: 20px;
  }
}

.section_customize p.text02 {
  line-height: 210%;
  text-align: center;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .section_customize p.text02 {
    text-align: left;
    padding-bottom: 20px;
    line-height: 180%;
    font-size: 3.6vw;
  }
}

.section_customize p.text03 {
  line-height: 210%;
  text-align: left;
  padding-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .section_customize p.text03 {
    text-align: left;
    padding-bottom: 20px;
    line-height: 180%;
    font-size: 3.6vw;
  }
}

.section_customize .basebox {
  width: 100%;
  margin-bottom: 35px;
}

@media screen and (max-width: 800px) {
  .section_customize .basebox {
    margin-bottom: 20px;
  }
}

.section_customize .basebox h5 {
  width: 100%;
}

.section_customize .basebox .basebox__inbox {
  padding: 40px 35px 50px 35px;
}

@media screen and (max-width: 800px) {
  .section_customize .basebox .basebox__inbox {
    padding: 5vw 0;
  }
}

.section_customize .basebox .basebox__inbox p.text02 {
  line-height: 180%;
}

@media screen and (max-width: 800px) {
  .section_customize .basebox .basebox__inbox p.text02 {
    line-height: 180%;
    font-size: 3.6vw;
  }
}

/* カスタマイズオーダー */
#section_customize01 .basebox__inbox ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section_customize01 .basebox__inbox ul li {
  width: 33.3333333333%;
  max-width: 328px;
}

@media screen and (max-width: 800px) {
  #section_customize01 .basebox__inbox ul li {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
  }
}

#section_customize01 .basebox__inbox ul li:nth-child(1) {
  padding: 0 17px;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
  #section_customize01 .basebox__inbox ul li:nth-child(1) {
    padding: 0px;
    border-right: 0px solid #ccc;
    margin-bottom: 30px;
  }
}

#section_customize01 .basebox__inbox ul li:nth-child(2) {
  padding: 0 17px;
  border-right: 1px solid #ccc;
}

@media screen and (max-width: 800px) {
  #section_customize01 .basebox__inbox ul li:nth-child(2) {
    padding: 0px;
    border-right: 0px solid #ccc;
    margin-bottom: 30px;
  }
}

#section_customize01 .basebox__inbox ul li:nth-child(3) {
  padding: 0 17px;
}

@media screen and (max-width: 800px) {
  #section_customize01 .basebox__inbox ul li:nth-child(3) {
    padding: 0px;
  }
}

@media screen and (max-width: 450px) {
  .access__mv__title {
    width: 100%;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 1.5px 2px 2px rgba(0, 0, 0, 0.75);
  }
}

.nonte_section {
  width: 90%;
  /*margin: 0 auto 11rem;*/
  margin: 0 auto;
  max-width: 1160px;
  font-family: "Noto Serif JP", serif;
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

/* 間取り変更例 */

.customize__ttl {
  color: #0b3280;
  border-bottom: 1px solid #0b3280;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  padding: 10px;
}

@media screen and (max-width: 800px) {
  .customize__ttl {
    font-size: 20px;
    margin-bottom: 0px;
  }
}

.customize__contents {
  display: flex;
  flex-direction: column;
}

.customize__item {
  border-bottom: 1px dashed;
  padding: 40px;
}

@media screen and (max-width: 800px) {
  .customize__item {
    padding: 30px 10px;
  }
}

.customize__item:last-child {
  border-bottom: none;
  padding: 40px 40px 0;
}

@media screen and (max-width: 800px) {
  .customize__item:last-child {
    padding: 30px 10px 0;
  }
}

.customize__item-ttl {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  .customize__item-ttl {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.8;
  }
}

.customize__item-row {
  display: flex;
  /* align-items: center; */
  gap: 30px;
}

@media screen and (max-width: 800px) {
  .customize__item-row {
    gap: 20px;
    flex-direction: column-reverse;
  }
}

.customize__txt {
  width: 40%;
  line-height: 2.1;
  font-weight: 400;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 800px) {
  .customize__txt {
    width: 100%;
  }
}

.customize__img {
  width: 60%;
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 20px;
}

@media screen and (max-width: 800px) {
  .customize__img {
    width: 100%;
  }
}

.customize__img-item img {
  margin-bottom: 10px;
}

.customize__img-item {
  text-align: center;
}

.customize__img-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 25px;
  border-color: transparent transparent transparent #a0d6ec;
  top: -20px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

#c01_01 {
  scroll-padding-top: 143px;
}

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