@charset "UTF-8";
iframe {
  width: 80%;
}
@media (min-width: 1126px) {
  iframe {
    height: 80%;
    width: 100%;
    max-width: 1200px;
  }
}

body {
  font-family: "ヒラギノ角ゴ", sans-serif;
  color: #000000;
  background-color: #ffffff;
  margin: 0;
}

a {
  text-decoration: none;
}

p {
  padding: 5px 0px;
  margin: 0;
}

.header {
  z-index: 10;
  width: 100%;
  padding: 30px 30px;
  position: fixed;
}

.title-header {
  z-index: 10;
  width: 100%;
  padding: 30px 30px;
  position: fixed;
  color: #000000;
  font-weight: 700;
  letter-spacing: 3;
  transition: all 0.5s ease;
}
@media (max-width: 1125px) {
  .title-header {
    font-size: 60px;
  }
}
@media (min-width: 1126px) {
  .title-header {
    font-size: 30px;
  }
}

.title-header-d {
  z-index: 10;
  width: 100%;
  padding: 30px 30px;
  position: fixed;
  color: #000000;
  font-weight: 700;
  letter-spacing: 3;
  transition: all 0.5s ease;
}
@media (max-width: 1125px) {
  .title-header-d {
    font-size: 25px;
  }
}
@media (min-width: 1126px) {
  .title-header-d {
    font-size: 30px;
  }
}

.detail-header-title {
  padding: 30px 30px;
  position: fixed;
  color: #ffffff;
  mix-blend-mode: difference;
  filter: invert(100%) grayscale(100%) contrast(100);
}

.section01 {
  position: relative;
  width: 100%;
}
@media (max-width: 750px) {
  .section01 {
    background-image: url(../images/sp_topSE2.jpg);
    background-position-x: center;
    background-size: cover;
  }
  .section01 .top-img {
    display: none;
  }
  .section01 .top-logo {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1125px) {
  .section01 {
    background-image: url(../images/sp_topSE2.jpg);
    background-position-x: center;
    background-size: cover;
  }
  .section01 .top-img {
    display: none;
  }
  .section01 .top-logo {
    display: none;
  }
}
@media (min-width: 1126px) {
  .section01 .top-img {
    width: 70%;
    display: block;
    position: absolute;
    top: 4%;
    left: 10%;
  }
  .section01 .top-logo {
    display: block;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 5%;
  }
}

@media (max-width: 1125px) {
  .explanation01 {
    background-image: url(../images/explanation_bg.jpg);
    background-position-x: 60%;
    background-size: cover;
    width: 100%;
    text-align: center;
  }
  .explanation01 .text01 {
    display: inline-block;
    padding: 5%;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    color: white;
  }
  .explanation01 .displayNone {
    display: none;
  }
}
@media (min-width: 1126px) {
  .explanation01 {
    background-image: url(../images/explanation_bg.jpg);
    background-position-x: center;
    background-size: cover;
  }
  .explanation01 .text01 {
    width: 100%;
    font-size: 2vw;
    font-weight: 700;
    text-align: center;
  }
}

.explanation02 {
  background-image: url(../images/bed01.JPG);
  text-align: center;
}
@media (max-width: 1125px) {
  .explanation02 {
    background-position-y: top;
    background-position-x: center;
    background-size: 265%;
  }
  .explanation02 .text00 {
    color: #ffffff;
    width: 100%;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
  }
  .explanation02 .text01 {
    width: 90vw;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding: 5%;
  }
  .explanation02 .displayNone {
    display: none;
  }
}
@media (min-width: 1126px) {
  .explanation02 {
    background-position-x: center;
    background-size: cover;
  }
  .explanation02 .text00 {
    color: #ffffff;
    width: 100%;
    font-size: 4vw;
    font-weight: 700;
    text-align: center;
  }
  .explanation02 .text01 {
    width: 100%;
    font-size: 1.8vw;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 1125px) {
  .explanation03 .img {
    width: 145%;
    transform: translate(-23%, -15%);
    margin-bottom: -15%;
    z-index: -1;
    position: relative;
  }
  .explanation03 .text01 {
    color: #000000;
    width: 90vw;
    font-size: 35px;
    font-weight: 700;
    padding: 5%;
    text-align: center;
    transform: translateY(-28%);
  }
  .explanation03 .displayNone {
    display: none;
  }
}
@media (min-width: 1126px) {
  .explanation03 {
    text-align: center;
  }
  .explanation03 .img {
    width: 55%;
    margin: -120px;
    transform: translateY(-50px);
    z-index: -1;
    position: relative;
  }
  .explanation03 .text01 {
    color: #000000;
    width: 100%;
    font-size: 2vw;
    font-weight: 700;
    text-align: center;
  }
}

@media (max-width: 1125px) {
  .spec {
    width: 80%;
    /* max-width: 1200px; */
    margin: 0 auto;
    position: absolute;
    top: 13%;
    left: 10%;
  }
  .spec .title01 {
    font-size: 8vw;
    color: rgb(204, 204, 204);
    border-bottom: solid 2px rgb(204, 204, 204);
    margin: 0px 0px 20px 0px;
  }
  .spec .detail {
    display: block;
  }
  .spec .detail .title02 {
    color: rgb(204, 204, 204);
    font-size: 7vw;
    margin: 0 0 10px 0;
  }
  .spec .detail .text01 {
    color: #000000;
    font-size: 2.5vw;
    text-align: left;
  }
  .spec .detail .text02 {
    color: #000000;
    font-size: 3vw;
    text-align: left;
  }
  .spec .text01 {
    color: #000000;
    font-size: 2vw;
    text-align: left;
  }
}
@media (min-width: 1126px) {
  .spec {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .spec .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spec .container-size {
    display: inline-block;
  }
  .spec .title01 {
    font-size: 3vw;
    color: rgb(204, 204, 204);
    border-bottom: solid 2px rgb(204, 204, 204);
    margin: 50px 0px 50px 0px;
  }
  .spec .detail {
    color: #000000;
  }
  .spec .detail .title02 {
    color: rgb(204, 204, 204);
    font-size: 3vw;
    margin: 0 0 10px 0;
  }
  .spec .detail .text01 {
    color: #000000;
    font-size: 1vw;
    text-align: left;
  }
  .spec .detail .text02 {
    color: #000000;
    font-size: 2vw;
    text-align: left;
  }
  .spec .text01 {
    color: #000000;
    font-size: 1vw;
    text-align: left;
  }
}

@media (max-width: 1125px) {
  .spec-footer {
    width: 80%;
    /* max-width: 1200px; */
    margin: 0 auto;
    position: absolute;
    left: 10%;
  }
  .spec-footer .title01 {
    font-size: 8vw;
    color: rgb(204, 204, 204);
    border-bottom: solid 2px rgb(204, 204, 204);
    margin: 0px 0px 20px 0px;
  }
  .spec-footer .detail {
    display: block;
  }
  .spec-footer .detail .title02 {
    color: rgb(204, 204, 204);
    font-size: 7vw;
    margin: 0 0 10px 0;
  }
  .spec-footer .detail .text01 {
    color: #000000;
    font-size: 2.5vw;
    text-align: left;
  }
  .spec-footer .detail .text02 {
    color: #000000;
    font-size: 3vw;
    text-align: left;
  }
  .spec-footer .text01 {
    color: #000000;
    font-size: 2vw;
    text-align: left;
  }
}
@media (min-width: 1126px) {
  .spec-footer {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 13%;
  }
  .spec-footer .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .spec-footer .container-size {
    display: inline-block;
  }
  .spec-footer .title01 {
    font-size: 3vw;
    color: rgb(204, 204, 204);
    border-bottom: solid 2px rgb(204, 204, 204);
    margin: 50px 0px 50px 0px;
  }
  .spec-footer .detail {
    color: #000000;
  }
  .spec-footer .detail .title02 {
    color: rgb(204, 204, 204);
    font-size: 3vw;
    margin: 0 0 10px 0;
  }
  .spec-footer .detail .text01 {
    color: #000000;
    font-size: 1vw;
    text-align: left;
  }
  .spec-footer .detail .text02 {
    color: #000000;
    font-size: 2vw;
    text-align: left;
  }
  .spec-footer .text01 {
    color: #000000;
    font-size: 1vw;
    text-align: left;
  }
}

.tokuchou01 {
  background-image: url(../images/01_top.jpg);
  background-position: center;
  background-size: cover;
}

.tokuchou02 {
  background-image: url(../images/02_top.jpg);
  background-position: center;
  background-size: cover;
}

.tokuchou03 {
  background-image: url(../images/03_top.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 1125px) {
  .tokuchou04 {
    background-image: url(../images/04_top.jpg);
    background-position: center;
    background-size: cover;
  }
  .tokuchou04 .displayNone {
    display: none;
  }
}
@media (min-width: 1126px) {
  .tokuchou04 {
    background-image: url(../images/04_top.jpg);
    background-position: center;
    background-size: cover;
  }
  .tokuchou04 .t-area-r {
    position: absolute;
    top: 20%;
    text-align: right;
  }
}
.otoiawase-top {
  margin-top: 30px;
  background-color: #a33e46;
  max-width: 800px;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1125px) {
  .otoiawase-top {
    width: 80%;
    font-size: 5.4vw;
  }
}
@media (min-width: 1126px) {
  .otoiawase-top {
    width: 70%;
    font-size: min(2.4vw, 50px);
  }
}
.otoiawase-top:hover {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

.top-footer {
  text-align: center;
}

.inline-block {
  display: inline-block;
  position: relative;
}

.block {
  display: block;
}

.text01 {
  width: 100%;
  color: #ffffff;
  font-size: 3.4vw;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 1125px) {
  .t-area-r {
    position: absolute;
    top: 15%;
    right: 6%;
    text-align: right;
  }
  .t-area-r .num {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
    font-size: 280px;
    /* transform: scaleY(1.2); */
    margin: 0px 0px -20px 0px;
  }
  .t-area-rD {
    position: absolute;
    top: 15%;
    right: 6%;
    text-align: right;
  }
  .t-area-rD .num {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
    /* transform: scaleY(1.2); */
    margin: 0px 0px -20px 0px;
  }
}
@media (max-width: 1125px) and (max-width: 1125px) {
  .t-area-rD .num {
    font-size: 100px;
  }
}
@media (max-width: 1125px) and (min-width: 1126px) {
  .t-area-rD .num {
    font-size: 150px;
  }
}
@media (min-width: 1126px) {
  .t-area-r {
    position: absolute;
    top: 10%;
    right: 6%;
    text-align: right;
  }
  .t-area-r .num {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
    font-size: 140px;
    /* transform: scaleY(1.2); */
    margin: 0px 0px -20px 0px;
  }
  .t-area-rD {
    position: absolute;
    top: 10%;
    right: 6%;
    text-align: right;
  }
  .t-area-rD .num {
    color: rgba(255, 255, 255, 0.5);
    font-weight: 900;
    font-size: 140px;
    /* transform: scaleY(1.2); */
    margin: 0px 0px -20px 0px;
  }
}
.t-area-l {
  position: absolute;
  top: 10%;
  left: 6%;
  text-align: left;
}
.t-area-l .num {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
  /* transform: scaleY(1.2); */
  margin: 0px 0px -20px 0px;
}
@media (max-width: 1125px) {
  .t-area-l .num {
    font-size: 280px;
  }
}
@media (min-width: 1126px) {
  .t-area-l .num {
    font-size: 150px;
  }
}

.t-area-lD {
  position: absolute;
  top: 40%;
  left: 6%;
  text-align: left;
}
.t-area-lD .num {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 900;
  /* transform: scaleY(1.2); */
  margin: 0px 0px -20px 0px;
}
@media (max-width: 1125px) {
  .t-area-lD .num {
    font-size: 100px;
  }
}
@media (min-width: 1126px) {
  .t-area-lD .num {
    font-size: 150px;
  }
}

@media (max-width: 1125px) {
  .shousai {
    padding: 50px 0px;
    width: 400px;
  }
}
@media (min-width: 1126px) {
  .shousai {
    padding: 50px 0px;
  }
}
.o-black {
  background-color: rgba(0, 0, 0, 0.2);
}

.fullpage {
  position: relative;
  width: 100%;
  height: 100vh;
}

.detailTop {
  display: flex;
}

.detail01-top {
  background: url(../images/01_top.jpg);
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: inline-block;
}
@media (max-width: 1125px) {
  .detail01-top {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail01-top {
    width: 50%;
  }
}

@media (max-width: 1125px) {
  .detail01-top-text {
    bottom: -30%;
    width: 100%;
    height: 100vh;
    position: absolute;
    text-align: center;
    z-index: 1;
  }
  .detail01-top-text .num {
    font-size: 125px;
    font-weight: 600;
    color: #ffffff;
  }
}
@media (min-width: 1126px) {
  .detail01-top-text {
    position: relative;
    margin-top: 20%;
    width: 50%;
    height: 100vh;
    text-align: center;
  }
  .detail01-top-text .num {
    font-size: 260px;
    font-weight: 600;
  }
}
.detail01-top-text .small-textD {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail01-top-text .small-textD {
    margin: 0 auto;
    width: 80%;
    color: white;
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 1126px) {
  .detail01-top-text .small-textD {
    color: #000000;
    font-size: 10px;
  }
}

.detail-section02 {
  width: 100%;
  max-width: 1200px;
  padding-top: 6vh;
  margin: 0 auto;
}
@media (max-width: 1125px) {
  .detail-section02 {
    text-align: center;
    padding-bottom: 100px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 {
    padding-bottom: 26vh;
  }
}
.detail-section02 .area01 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1125px) {
  .detail-section02 .area01 {
    width: 80%;
    margin: 0 auto;
  }
  .detail-section02 .area01 .displayNone {
    display: none;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area01 {
    padding: 100px 50px 0px 50px;
    width: 40%;
  }
}
.detail-section02 .area01 .img01 {
  width: 100%;
}
.detail-section02 .area01 .area01_2 {
  position: absolute;
}
@media (max-width: 1125px) {
  .detail-section02 .area01 .area01_2 {
    top: 1475px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area01 .area01_2 {
    top: 850px;
  }
}
.detail-section02 .area01 .area01_3 {
  position: absolute;
}
@media (max-width: 1125px) {
  .detail-section02 .area01 .area01_3 {
    top: 1695px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area01 .area01_3 {
    top: 1200px;
  }
}
.detail-section02 .area01 .mid-title {
  padding: 10px 0px 10px 0px;
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section02 .area01 .mid-title {
    font-size: 20px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area01 .mid-title {
    font-size: min(2.4vw, 50px);
    width: 80%;
  }
}
.detail-section02 .area01 .big-title {
  text-align: left;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section02 .area01 .big-title {
    font-size: 20px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area01 .big-title {
    font-size: 50px;
    width: 80%;
  }
}
.detail-section02 .area01 .middle-text {
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section02 .area01 .middle-text {
    text-align: left;
    font-size: 15px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area01 .middle-text {
    font-size: min(1.4vw, 20px);
  }
}
.detail-section02 .area01 .small-text {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section02 .area01 .small-text {
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area01 .small-text {
    font-size: 10px;
  }
}
.detail-section02 .area02 {
  display: inline-block;
  position: relative;
}
@media (max-width: 1125px) {
  .detail-section02 .area02 {
    padding-bottom: 500px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area02 {
    padding: 10px 50px 0 4vw;
    width: 40%;
  }
  .detail-section02 .area02 .displayNone {
    display: none;
  }
}
.detail-section02 .area02 .big-title {
  text-align: left;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section02 .area02 .big-title {
    font-size: 30px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area02 .big-title {
    font-size: 50px;
    width: 80%;
  }
}
@media (max-width: 1125px) {
  .detail-section02 .area02 .area02_1 {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area02 .area02_1 {
    margin-left: -2vw;
  }
}
.detail-section02 .area02 .img02 {
  width: 80%;
  padding: 30px 0 0px 0px;
}
.detail-section02 .area02 .img03 {
  width: 80%;
  padding: 0px 0 0px 0px;
}
@media (max-width: 1125px) {
  .detail-section02 .area02 .img04 {
    width: 80%;
    padding: 0px 0 0px 0px;
  }
}
.detail-section02 .area02 .img05 {
  width: 80%;
  margin-top: 200px;
}
@media (min-width: 1126px) {
  .detail-section02 .area02 .img05 {
    margin-left: -200px;
  }
}
.detail-section02 .area02 .mid-title {
  padding: 10px 0px 10px 0px;
  width: 80%;
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section02 .area02 .mid-title {
    text-align: left;
    font-size: 20px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area02 .mid-title {
    font-size: min(2.4vw, 50px);
  }
}
.detail-section02 .area02 .middle-text {
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section02 .area02 .middle-text {
    text-align: left;
    font-size: 15px;
  }
}
@media (min-width: 1126px) {
  .detail-section02 .area02 .middle-text {
    font-size: min(1.4vw, 20px);
    width: 80%;
  }
}

.detail-section05 {
  width: 100%;
  height: 100vh;
  background: url(../images/IMG_3717.JPG);
  background-position: center;
  background-size: cover;
  position: relative;
}

.detail-section06 {
  width: 100%;
  position: relative;
}
@media (max-width: 1125px) {
  .detail-section06 {
    margin-top: 100px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1126px) {
  .detail-section06 {
    margin-top: 200px;
    height: 300px;
  }
}
.detail-section06 .kataru-box {
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 1125px) {
  .detail-section06 .kataru-box {
    width: 80%;
  }
}
@media (min-width: 1126px) {
  .detail-section06 .kataru-box {
    width: 100%;
    text-align: left;
    height: 300px;
  }
}
@media (max-width: 1125px) {
  .detail-section06 .kataru-img {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail-section06 .kataru-img {
    height: 300px;
  }
}
.detail-section06 .kataru-text {
  text-align: left;
}
@media (min-width: 1126px) {
  .detail-section06 .kataru-text {
    padding: 40px 0 10px 0px;
  }
}
.detail-section06 .mid-title {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section06 .mid-title {
    font-size: 23px;
  }
}
@media (min-width: 1126px) {
  .detail-section06 .mid-title {
    font-size: 30px;
  }
}
.detail-section06 .num {
  font-size: 5vh;
  font-weight: 800;
}
.detail-section06 .mid-text {
  color: #000000;
}
.detail-section06 .sml-title {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail-section06 .sml-title {
    font-size: 20px;
  }
}
@media (min-width: 1126px) {
  .detail-section06 .sml-title {
    font-size: 25px;
  }
}

.detail-section07 {
  text-align: center;
}
@media (min-width: 1126px) {
  .detail-section07 {
    height: 50vw;
    margin-bottom: 200px;
    width: 80%;
    margin: 0 auto;
  }
}

.detail-section08 {
  margin-bottom: 200px;
}
@media (max-width: 1125px) {
  .detail-section08 {
    margin-top: 100px;
  }
}

.detail-section09 {
  width: 100%;
  margin-bottom: 300px;
  text-align: center;
}
@media (max-width: 1125px) {
  .detail-section09 {
    padding-top: 1000px;
  }
}
.detail-section09 .otoiawase {
  background-color: #a33e46;
  max-width: 800px;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 1125px) {
  .detail-section09 .otoiawase {
    width: 80%;
    font-size: 5.4vw;
  }
}
@media (min-width: 1126px) {
  .detail-section09 .otoiawase {
    width: 70%;
    font-size: min(2.4vw, 50px);
  }
}
.detail-section09 .otoiawase:hover {
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.6));
}

.detail02-top {
  background: url(../images/02_top.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh;
  display: inline-block;
}
@media (max-width: 1125px) {
  .detail02-top {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail02-top {
    width: 50%;
  }
}

.detail2-section02 {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1125px) {
  .detail2-section02 {
    width: 80%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 {
    width: 100%;
    padding-bottom: 6vh;
  }
}
.detail2-section02 .area01 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1125px) {
  .detail2-section02 .area01 {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area01 {
    padding: 10px 50px 0px 50px;
    width: 40%;
  }
}
.detail2-section02 .area01 .mid-title {
  padding: 10px 0px 10px 0px;
  width: 80%;
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail2-section02 .area01 .mid-title {
    font-size: 25px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area01 .mid-title {
    font-size: min(2.4vw, 50px);
  }
}
.detail2-section02 .area01 .middle-text {
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail2-section02 .area01 .middle-text {
    font-size: 15px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area01 .middle-text {
    font-size: min(1.4vw, 20px);
  }
}
.detail2-section02 .area01 .small-text {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail2-section02 .area01 .small-text {
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area01 .small-text {
    font-size: 10px;
  }
}
.detail2-section02 .area02 {
  display: inline-block;
  position: relative;
}
@media (max-width: 1125px) {
  .detail2-section02 .area02 {
    padding-top: 10%;
    width: 100%;
  }
  .detail2-section02 .area02 .img01 {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area02 {
    padding: 40px 0px;
    width: 100%;
  }
  .detail2-section02 .area02 .img01 {
    width: 100%;
  }
}
.detail2-section02 .area02 .area02_1 {
  margin-left: -2vw;
}
.detail2-section02 .area03 {
  display: inline-block;
  text-align: center;
}
.detail2-section02 .area03 .img02 {
  width: 100%;
}
@media (max-width: 1125px) {
  .detail2-section02 .area03 {
    width: 100%;
    padding-bottom: 100px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area03 {
    width: 40%;
  }
}
.detail2-section02 .area04 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1125px) {
  .detail2-section02 .area04 {
    width: 100%;
    text-align: left;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area04 {
    width: 40%;
    padding: 150px 0px 0px 100px;
  }
}
.detail2-section02 .area04 .mid-title {
  padding: 10px 0px 10px 0px;
  width: 80%;
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail2-section02 .area04 .mid-title {
    font-size: 25px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area04 .mid-title {
    font-size: min(2.4vw, 50px);
  }
}
.detail2-section02 .area04 .middle-text {
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail2-section02 .area04 .middle-text {
    font-size: 15px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area04 .middle-text {
    font-size: min(1.4vw, 20px);
  }
}
.detail2-section02 .area04 .img06 {
  width: 100%;
}
.detail2-section02 .area05 {
  display: inline-block;
  position: relative;
}
@media (max-width: 1125px) {
  .detail2-section02 .area05 {
    padding-top: 10%;
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area05 {
    padding: 300px 0 0 0;
    width: 40%;
  }
}
.detail2-section02 .area05 .img03 {
  width: 100%;
}
.detail2-section02 .area06 {
  width: 100%;
  text-align: center;
}
@media (max-width: 1125px) {
  .detail2-section02 .area06 {
    padding-top: 6px;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area06 {
    padding-top: 40px;
  }
}
@media (max-width: 1125px) {
  .detail2-section02 .area06 .img04 {
    width: 29.6%;
  }
  .detail2-section02 .area06 .img05 {
    width: 68.3%;
  }
}
@media (min-width: 1126px) {
  .detail2-section02 .area06 .img04 {
    width: 25%;
  }
  .detail2-section02 .area06 .img05 {
    width: 57.5%;
  }
}

.detail03-top {
  background: url(../images/03_top.jpg);
  background-size: cover;
  position: relative;
  height: 100vh;
  display: inline-block;
}
@media (max-width: 1125px) {
  .detail03-top {
    width: 100%;
    background-position-x: -203px;
  }
}
@media (min-width: 1126px) {
  .detail03-top {
    background-position-x: -55px;
    width: 50%;
  }
}

.detail3-section02 {
  max-width: 1200px;
  padding-top: 6vh;
  margin: 0 auto;
}
@media (max-width: 1125px) {
  .detail3-section02 {
    width: 80%;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 {
    width: 100%;
  }
}
@media (max-width: 1125px) {
  .detail3-section02 .img01 {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .img01 {
    width: 40%;
    margin: 4%;
  }
}
@media (max-width: 1125px) {
  .detail3-section02 .area01-text {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .area01-text {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: 4%;
  }
}
.detail3-section02 .mid-title {
  padding: 10px 0px 10px 0px;
  width: 80%;
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail3-section02 .mid-title {
    font-size: 25px;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .mid-title {
    font-size: min(2.4vw, 50px);
  }
}
.detail3-section02 .middle-text {
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail3-section02 .middle-text {
    font-size: 15px;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .middle-text {
    font-size: min(1.4vw, 20px);
  }
}
.detail3-section02 .small-text {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail3-section02 .small-text {
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .small-text {
    font-size: 10px;
  }
}
.detail3-section02 .area01 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1125px) {
  .detail3-section02 .area01 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .area01 {
    width: 100%;
  }
}
.detail3-section02 .area02 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1125px) {
  .detail3-section02 .area02 {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .area02 {
    width: 100%;
  }
}
.detail3-section02 .area03 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1125px) {
  .detail3-section02 .area03 {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1126px) {
  .detail3-section02 .area03 {
    width: 100%;
  }
}

.detail04-top {
  background: url(../images/04_top.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
  height: 100vh;
  display: inline-block;
}
@media (max-width: 1125px) {
  .detail04-top {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail04-top {
    width: 50%;
  }
}

.detail4-section02 {
  max-width: 1200px;
  padding-top: 6vh;
  margin: 0 auto;
}
@media (max-width: 1125px) {
  .detail4-section02 {
    width: 80%;
    padding-bottom: 100px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 {
    width: 100%;
    padding-bottom: 6vh;
  }
}
.detail4-section02 .area01 {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (max-width: 1125px) {
  .detail4-section02 .area01 {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area01 {
    padding: 100px 50px 0px 50px;
    width: 40%;
  }
}
.detail4-section02 .area01 .img01 {
  width: 100%;
}
.detail4-section02 .area01 .img03 {
  width: 100%;
}
@media (max-width: 1125px) {
  .detail4-section02 .area01 .img03 {
    padding-top: 20px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area01 .img03 {
    padding-top: 200px;
  }
}
.detail4-section02 .area01 .area01_2 {
  position: absolute;
  top: 1200px;
}
.detail4-section02 .area01 .area01_3 {
  position: absolute;
  top: 1600px;
}
.detail4-section02 .area01 .mid-title {
  padding: 10px 0px 10px 0px;
  width: 80%;
  max-width: 1200px;
  font-size: min(2.4vw, 50px);
  font-weight: 600;
}
.detail4-section02 .area01 .middle-text {
  max-width: 1200px;
  font-size: min(1.4vw, 20px);
  font-weight: 600;
}
.detail4-section02 .area01 .small-text {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail4-section02 .area01 .small-text {
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area01 .small-text {
    font-size: 10px;
  }
}
.detail4-section02 .area02 {
  display: inline-block;
  position: relative;
}
@media (max-width: 1125px) {
  .detail4-section02 .area02 {
    width: 100%;
    padding-bottom: 100px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area02 {
    padding: 10px 50px 0 4vw;
    width: 40%;
  }
}
@media (max-width: 1125px) {
  .detail4-section02 .area02 .img02 {
    width: 100%;
    padding: 5px 0 0px 0px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area02 .img02 {
    width: 80%;
    padding: 30px 0 0px 0px;
  }
}
.detail4-section02 .area02 .img03 {
  width: 80%;
  padding: 0px 0 0px 0px;
}
.detail4-section02 .area02 .img05 {
  width: 80%;
  margin-top: 50px;
  margin-left: -15vw;
}
.detail4-section02 .area02 .mid-title {
  padding: 10px 0px 10px 0px;
  width: 80%;
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail4-section02 .area02 .mid-title {
    font-size: 25px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area02 .mid-title {
    font-size: min(2.4vw, 50px);
  }
}
.detail4-section02 .area02 .middle-text {
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail4-section02 .area02 .middle-text {
    font-size: 15px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area02 .middle-text {
    font-size: min(1.4vw, 20px);
    width: 80%;
  }
}
.detail4-section02 .area02 .small-text {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail4-section02 .area02 .small-text {
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area02 .small-text {
    font-size: 10px;
  }
}
.detail4-section02 .area03 {
  display: inline-block;
  padding-top: -100px;
}
@media (max-width: 1125px) {
  .detail4-section02 .area03 {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area03 {
    padding-left: 6vw;
    width: 40%;
  }
}
.detail4-section02 .area03 .mid-title {
  padding: 10px 0px 10px 0px;
  width: 80%;
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail4-section02 .area03 .mid-title {
    font-size: 25px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area03 .mid-title {
    font-size: min(2.4vw, 50px);
  }
}
.detail4-section02 .area03 .middle-text {
  max-width: 1200px;
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail4-section02 .area03 .middle-text {
    font-size: 15px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area03 .middle-text {
    font-size: min(1.4vw, 20px);
    width: 80%;
  }
}
.detail4-section02 .area03 .small-text {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .detail4-section02 .area03 .small-text {
    text-align: left;
    font-size: 10px;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area03 .small-text {
    font-size: 10px;
  }
}
.detail4-section02 .area03 .img04 {
  width: 80%;
  padding: 30px 0 0px 0px;
}
@media (max-width: 1125px) {
  .detail4-section02 .area03 .img04 {
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area03 .img04 {
    width: 80%;
  }
}
.detail4-section02 .area04 {
  display: inline-block;
}
@media (max-width: 1125px) {
  .detail4-section02 .area04 {
    width: 100%;
  }
  .detail4-section02 .area04 .img05 {
    padding-top: 10px;
    width: 100%;
  }
}
@media (min-width: 1126px) {
  .detail4-section02 .area04 {
    width: 40%;
  }
  .detail4-section02 .area04 .img05 {
    padding-top: 100px;
    width: 100%;
  }
}

.detail-section7-5 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1125px) {
  .detail-section7-5 {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1126px) {
  .detail-section7-5 {
    padding-bottom: 100px;
  }
}
.detail-section7-5 .before-button {
  background-color: white;
  border: 0px;
  color: black;
  font-weight: 600;
  position: absolute;
  left: 0;
  cursor: pointer;
}
@media (max-width: 1125px) {
  .detail-section7-5 .before-button {
    font-size: 11px;
  }
}
@media (min-width: 1126px) {
  .detail-section7-5 .before-button {
    font-size: 30px;
  }
}
.detail-section7-5 .next-button {
  background-color: white;
  color: black;
  border: 0px;
  font-weight: 600;
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media (max-width: 1125px) {
  .detail-section7-5 .next-button {
    font-size: 11px;
  }
}
@media (min-width: 1126px) {
  .detail-section7-5 .next-button {
    font-size: 30px;
  }
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.w400px {
  width: 400px;
}

.pad10 {
  padding: 10px;
}

.pad15 {
  padding: 15px;
}

.t-center {
  text-align: center;
}

.va-top {
  vertical-align: top;
}

.va-mid {
  vertical-align: middle;
}

.h-center {
  display: flex;
  align-items: center;
}

.pos-r {
  position: relative;
}

@media (max-width: 1125px) {
  .t-mid {
    color: #ffffff;
    font-size: 55px;
    font-weight: 600;
  }
  .t-midD {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
  }
  .small-text {
    color: #ffffff;
  }
  .small-textD {
    color: #ffffff;
  }
}
@media (min-width: 1126px) {
  .t-mid {
    color: #ffffff;
    font-size: 32px;
    font-weight: 600;
  }
  .t-midD {
    color: #000000;
    font-size: 32px;
    font-weight: 600;
  }
  .small-text {
    color: #ffffff;
  }
  .small-textD {
    color: #ffffff;
  }
}
.t-min {
  font-size: 18px;
  font-weight: 100;
}

.min-title {
  font-weight: 600;
}
@media (max-width: 1125px) {
  .min-title {
    font-size: 25px;
  }
}
@media (min-width: 1126px) {
  .min-title {
    font-size: 30px;
  }
}

.top10per {
  top: 10%;
}

.top20per {
  top: 20%;
}

.top30per {
  top: 30%;
}

.top40per {
  top: 40%;
}

.top50per {
  top: 50%;
}

@media (max-width: 1125px) {
  .displayNone {
    display: none;
  }
  .spW80 {
    width: 80%;
    margin: 0 auto;
  }
  .spDisplayNone {
    display: none;
  }
}
.spacer {
  height: 50px;
}/*# sourceMappingURL=style.css.map */