@charset "utf-8";

/****************************************
　initial
****************************************/
html {
  font-size: 10px;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #080058;
  letter-spacing: .004rem;
  line-height: 1.7894;
  font-size: 1.6rem;
  font-weight: 400;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.anchor {
  padding-top: 3rem;
  margin-top: -3rem;
}

.spShow {
  display: none;
}

.cont-wrap {
  display: flex;
  flex-direction: row-reverse;
}

.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .pcShow {
    display: none;
  }

  .spShow {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  a {
    transition: .3s ease-in-out;
  }
  a:hover {
    opacity: .7;
  }

  a.tel-num {
    pointer-events: none;
  }
}


/****************************************
　Header
****************************************/
.header {
  padding: 3.4rem 2.5%;
  width: 30.4687%;
  /* width: 50%; */
  background: url('../images/bg-header.jpg') no-repeat left top/cover;
  height: 100svh;
  color: #FFF;
  position: sticky;
  top: 0;
}

.header:after {
  content: "";
  display: block;
}

.header-cont {
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .ic-instagram {
  position: absolute;
  top: 3.4rem;
  right: 8.5%;
}

.header .ic-instagram img {
  width: 36px;
  height: auto;
}

.header .limited-img {
  margin-bottom: 1.3rem;
  text-align: center;
}

.header .limited-img img {
  width: 87.3367%;
  height: auto;
  min-width: 200px;
}

.header .limited-txt {
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.78rem;
  line-height: 1;
  font-weight: 600;
}

.header .block-purchase {
  width: 100%;
}

.header .block-purchase .purchase-txt {
  text-align: center;
  margin-bottom: 2rem;
  line-height: 1.4;
  font-size: 1.7rem;
  letter-spacing: 0.24rem;
}

.header .purchase-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  width: 100%;
  max-width: 30rem;
  margin: 0 auto;
}

.header .purchase-list li {
  width: 100%;
  height: auto;
}

.header .purchase-list li img {
  border-radius: 2px;
}

.header .block-outline {
  font-size: 1.9rem;
  width: 100%;
  max-width: 300px;
}

.header .block-outline .outline-head {
  border-top: 2px solid rgba(255, 255, 255, .8);
  border-bottom: 2px solid rgba(255, 255, 255, .8);
  margin-bottom: 1.8rem;
  padding: 1.2rem;
  line-height: 1;
  letter-spacing: 3rem;
}

.header .block-outline .outline-list {
  list-style-type: auto;
  margin-left: 3rem;
}

.header .block-outline .outline-list li {
  margin-bottom: 1rem;
  letter-spacing: 0.34rem;
}

.header .block-outline .outline-list li:last-child {
  margin-bottom: 0;
}

.header .block-start {
  text-align: center;
}

.header .block-start .start-img img {
  width: 86.67%;
  height: auto;
  min-width: 200px;
}

.hb-menu {
  display: none;
}

.header-nav-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}

header nav {
  width: calc(100% - 230px);
}

.nav-list {
  display: flex;
  gap: 2.0833%;
  justify-content: flex-end;
}

@media screen and (max-width: 1279px) {
  .header {
    width: 350px;
    overflow: auto;
  }

  .header-cont {
    height: 92svh;
    align-items: flex-start;
  }

  .header .limited-img {
    padding-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .header {
    width: auto;
    padding: 0;
    background: none;
    position: relative;
  }

  .hb-menu {
    display: block;
    position: fixed;
    top: 7px;
    right: 1.5rem;
    width: 50px;
    cursor: pointer;
    z-index: 10;
  }

  .hb-menu span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #e73828;
    margin: 12px 0;
    transition: 0.4s;
  }

  .hb-menu.active span:nth-child(1) {
    transform: rotate(30deg) translate(6px, 12px);
  }

  .hb-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .hb-menu.active span:nth-child(3) {
    transform: rotate(-30deg) translate(6px, -14px);
  }

  .header-cont {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease;
    box-sizing: border-box;
    z-index: 5;
    display: flex;
  }

  .header .ic-instagram {
    top: 1.5rem;
    left: 3%;
  }

  .header-nav-wrap {
    background-color: rgba(55, 78, 97, .95);
    width: 100%;
    height: 100svh;
    padding: 6rem 4%;
    overflow-y: auto;
    justify-content: flex-start;
  }

  .header-nav-wrap .logo {
    width: 200px;
  }

  .header-cont.open {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
  }

  .header .limited-txt {
    font-size: 2.4rem;
  }

  .header .block-outline {
    max-width: 300px;
    width: 100%;
    font-size: 1.4rem;
  }
}

/****************************************
　Main
****************************************/
.main-wrap {
  /* width: 39.375%; */
  width: calc(100% - 30.4687%);
  display: flex;
  flex-direction: row-reverse;
}

.main {
  width: 50%;
  min-width: 500px;
}

.mv {
  background: url('../images/mv.jpg') no-repeat left top/cover;
  height: 100svh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv h1 {
  position: absolute;
  width: 70.114%;
  min-width: 300px;
}

.main h2 {
  text-align: center;
}

@media screen and (max-width: 1279px) {
  .main-wrap {
    width: calc(100% - 350px);
    flex-direction: column-reverse;
  }

  .main {
    width: 100%;
    min-width: initial;
  }

  .mv {
    height: 50svh;
  }

  .mv h1 {
    max-width: 53rem;
  }
}

@media screen and (max-width: 768px) {
  .main-wrap {
    width: 100%;
  }

  .main {
    width: 100%;
  }

  .mv {
    height: 50svh;
  }

  .mv h1 {
    padding: 0 3%;
  }
}



/***** sec-01 *****/
.sec-01 .inner {
  padding: 7.3rem 6.5% 4rem;
}

.sec-01 h2 {
  margin-bottom: 5rem;
}

.sec-01 h2 img {
  width: 54.479%;
  height: auto;
  min-width: 260px;
}

.sec-01 p {
  font-size: 1.9rem;
}


@media screen and (max-width: 768px) {
  .sec-01 p {
    font-size: 1.4rem;
  }

  .sec-01 .inner {
    padding: 5rem 3%;
  }
}

/***** sec-02 *****/
.sec-02 {
  margin: 0 3.32% 6rem;
  border: 5px solid #080058;
}

.sec-02 .cont-border-wrap {
  margin: .7rem;
  border: 2px solid #080058;
}

.sec-02 .cont-01 {
  padding: 2.4rem 3.3% 4.5rem;
}

.sec-02 h2 {
  border-bottom: 4px solid #080058;
  line-height: 1;
  padding: 3rem 0 2.5rem;
}

.sec-02 h2 > img {
  width: 41.157%;
  height: auto;
  min-width: 200px;
}

.sec-02 h2 span {
  display: block;
}

.sec-02 h2 span img {
  width: 27.39%;
  height: auto;
  margin-top: 1.5rem;
  min-width: 160px;
}

.sec-02 h3 {
  text-align: center;
  border-bottom: 4px solid #080058;
  padding: 2.2rem 0;
  line-height: 1;
}

.sec-02 h3 img {
  width: 43.525%;
  height: auto;
  min-width: 220px;
}

.sec-02 .cont-01-txt {
  margin-bottom: 2rem;
  font-size: 1.9rem;
}

.sec-02 .cont-02 {
  padding: 0 4% 4.5rem;
}

.sec-02 .cont-02 h4 {
  color: #FFF;
  background: #e73828;
  font-size: 2.6rem;
  text-align: center;
  line-height: 1;
  padding: 1.3rem;
  margin-bottom: 2.5rem;
  font-weight: 600;
  letter-spacing: .6rem;
}

.sec-02 .flx-cont {
  display: flex;
  justify-content: space-between;
}

.sec-02 .cont-02 .flx-cont-01 .txt,
.sec-02 .cont-02 .flx-cont-02 .txt {
  width: 53.2%;
}

.sec-02 .flx-cont-01 {
  border-bottom: 2px solid #080058;
  padding-bottom: 1.7rem;
  font-size: 1.9rem;
  align-items: flex-start;
}

.sec-02 .flx-cont-01 img {
  width: 31.368%;
  height: auto;
  max-width: 200px;
}

.sec-02 .flx-cont-02 {
  margin-top: 1.7rem;
  font-size: 1.9rem;
  align-items: flex-start;
}

.sec-02 .flx-cont-02 img {
  width: 41.934%;
  height: auto;
  max-width: 260px;
}

.sec-02 .flx-cont-03 {
  margin-top: 3rem;
}

.sec-02 .flx-cont-03 dl {
  font-size: 1.7rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 2% 2rem;
}

.sec-02 .flx-cont-03 dt {
  width: 85px;
  font-weight: normal;
}

.sec-02 .flx-cont-03 dd {
  width: calc(100% - 85px);
}

.sec-02 .flx-cont-03 > a.popup {
  width: 165px;
  width: 27.24%;
  height: auto;
  margin-left: 3%;
}

.sec-02 .flx-cont-03 div {
  width: 60.918%;
  margin-top: 4rem;
}

.sec-02 .flx-cont-03 h4 img {
  width: 100%;
  height: auto;
}

.sec-02 .flx-cont-03 .notion {
  text-indent: -1.7rem;
  padding-left: 1.7rem;
  font-size: 1.7rem;
  margin: 0 2%;
}

.lb-outerContainer {
  max-height: 700px;
  max-width: 272px;
}

.lightbox .lb-image {
  max-height: 700px;
  width: auto !important;
}

@media screen and (max-width: 768px) {
  .sec-02 {
    margin: 0 3% 5rem;
  }

  .sec-02 .cont-01 {
    padding: 2.4rem 3% 4.5rem;
  }

  .sec-02 .cont-01-txt {
    font-size: 1.4rem;
  }

  .sec-02 .flx-cont-01,
  .sec-02 .flx-cont-02 {
    font-size: 1.4rem;
  }

  .sec-02 .flx-cont-03 {
    flex-direction: column;
  }

  .sec-02 .flx-cont-03 div {
    width: 100%;
  }

  .sec-02 .cont-02 .flx-cont-03 dl {
    padding: 0 3% 2rem;
    font-size: 1.4rem;
    width: 100%;
  }

  .sec-02 .flx-cont-03 .notion {
    font-size: 1.4rem;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
    margin: 0 3%;
  }

  .sec-02 .flx-cont-03 > a.popup {
    width: 50%;
    margin-left: 0;
    margin: 0 auto;
  }
}

/***** sec-03 *****/
.sec-03 {
  background: #182446;
  color: #FFF;
}

.sec-03 .inner {
  padding: 7.3rem 5.7%;
}

.sec-03 .illustration {
  text-align: center;
  margin-bottom: 3rem;
}

.sec-03 .illustration img { 
  width: 34.1301%;
  height: auto;
}

.sec-03 h2 {
  text-align: center;
  border: 2px solid #FFF;
  padding: 2rem;
  margin-bottom: 4.5rem;
}

.sec-03 h2 img {
  width: 71.45%;
  height: auto;
}

.sec-03 .cont-wrap {
  flex-direction: column;
  gap: 6rem;
}

.sec-03 h3 {
  font-size: 2.8rem;
  color: #c7b299;
  margin-bottom: 2rem;
  text-align: center;
}

.sec-03 p {
  font-size: 1.9rem;
}

@media screen and (max-width: 768px) {
  .sec-03 .inner {
    padding: 5rem 3%;
  }

  .sec-03 p {
    font-size: 1.4rem;
  }
}

/***** sec-04 *****/
.sec-04 {
  margin: 2.3rem 3.32% 6rem;
  border: 5px solid #080058;
}

.sec-04 .cont-border-wrap {
  margin: .7rem;
  border: 2px solid #080058;
}

.sec-04 h2 {
  border-bottom: 4px solid #080058;
  line-height: 1;
  padding: 3.5rem 0;
}

.sec-04 h2 img {
  width: 63.214%;
  height: auto;
  min-width: 280px;
}

.sec-04 h3 {
  text-align: center;
  border-bottom: 4px solid #080058;
  padding: 2.5rem 0;
  line-height: 1;
}

.sec-04 h3 img {
  width: 41.157%;
  height: auto;
  min-width: 250px;
}

.sec-04 p {
  font-size: 1.9rem;
}

.sec-04 .cont-01 p {
  padding: 2rem 6.8641% 4rem;
  border-bottom: 4px solid #080058;
}

.sec-04 .cont-02 p {
  padding: 2rem 6.8641% 4rem;
  border-bottom: 2px solid #080058;
}

@media screen and (max-width: 768px) {
  .sec-04 p {
    font-size: 1.4rem;
  }

  .sec-04 .cont-01 p {
    padding: 2.4rem 3% 4.5rem;
  }

  .sec-04 .cont-02 p {
    padding: 2.4rem 3% 4.5rem;
  }
}
/***** sec-05 *****/
.sec-05 .inner {
    padding: 0 6.2% 7.3rem;
}

.sec-05 .cont-wrap {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.sec-05 h2 {
  line-height: 1;
  margin-bottom: 4rem;
  background: #182446;
  padding: 1.5rem;
}

.sec-05 h2 img {
  width: 18.635%;
  height: auto;
  min-width: 90px;
}

.sec-05 h3 {
  line-height: 1;
  margin-bottom: 3rem;
  text-align: center;
}

.sec-05 h3 img {
  width: 18.544%;
}

.sec-05 p {
  font-size: 1.9rem;
}

.sec-05 .flx-cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sec-05 .cont-01 figure {
  width: 38.726%;
  height: auto;
}

.sec-05 .cont-01 p {
  width: 55.4183%;
}

.sec-05 .cont-01 h3 img {
  width: 20.933%;
  height: auto;
  min-width: 110px;
}

.sec-05 .cont-02 h3 img {
  width: 52.237%;
  height: auto;
  min-width: 250px;
}

.sec-05 .cont-02 p {
  text-align: center;
  color: #3e3a39;
}

.sec-05 .cont-03 figure {
  width: 32.983%;
  height: auto;
}

.sec-05 .cont-03 h3 {
  margin-bottom: -2rem;
}

.sec-05 .cont-03 h3 img {
  width: 17.1%;
  height: auto;
  min-width: 85px;
}

.sec-05 .cont-03 p {
  width: 62.026%;
  margin-top: 4.8rem;
}

.sec-05 .cont-04 h3 img {
  width: 25.747%;
  height: auto;
  min-width: 130px;
}

.sec-05 .cont-04 p {
  text-align: center;
}


@media screen and (max-width: 768px) {
  .sec-05 .inner {
    padding: 0 3% 5rem;
  }

  .sec-05 p {
    font-size: 1.4rem;
  }
}

/***** footer *****/
.footer {
  background: #374e61;
  color: #FFF;
  font-size: 1.9rem;
  font-weight: normal;
}

.footer .inner {
  padding: 8rem 9.1841% 3rem;
}

.footer small {
  font-size: 1.4rem;
  display: block;
}

.footer .company-info {
  margin-bottom: 4rem;
}

.footer .corporate {
  text-align: center;
  margin-bottom: 4rem;
}

.footer .corporate a {
  display: block;
}

.footer .corporate img {
  width: 64.234%;
  height: auto;
  min-width: 300px;
  max-width: 350px;
}

/****************************************
　Contact
****************************************/
.contact-cont {
  padding: 3.4rem 2.5rem 0;
  width: 50%;
  background: url('../images/bg-contact.jpg') no-repeat left top/cover;
  height: 100svh;
  color: #FFF;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact-cont .logo {
  font-size: 1.8rem;
  position: absolute;
  top: 3.4rem;
  left: 8.5%;
  letter-spacing: 0.2rem;
}

.contact-cont .logo img {
  width: 78.8689%;
  height: auto;
}

.contact-cont .title {
  width: 35.953%;
  min-width: 200px;
  margin-bottom: 5rem;
}

.contact-cont .title img {
  height: auto;
}

.contact-cont .title img.title-sml {
  display: none;
}

.contact-cont .btn-contact {
  height: 40px;
  margin-bottom: 3rem;
  line-height: 1;
}

.contact-cont .tel {
  letter-spacing: 0.32rem;
  line-height: 1;
}

.contact-cont .btn-contact a {
  font-size: 1.8rem;
  border: 1px solid #FFF;
  line-height: 40px;
  padding: 0 18px;
  display: block;
  letter-spacing: 0.56rem;
}

@media screen and (max-width: 1279px) {
  .contact-cont {
    width: 100%;
    position: relative;
    height: 50svh;
  }

  .contact-cont .logo img {
    max-width: 250px;
  }

  .contact-cont .title {
    width: 86.853%;
  }

  .contact-cont .title img.title-lrg {
    display: none;
  }

    .contact-cont .title img.title-sml {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .contact-cont {
    padding: 3%;
  }

  .contact-cont .logo {
    top: 3%;
    left: 3%;
  }

  .contact-cont .title {
    width: 70%;
    margin: 3rem 0;
  }

  .contact-cont .btn-contact a {
    font-size: 1.6rem;
  }
}

/****************************************
　Footer
****************************************/
.page-top {
  background: rgba(0, 0, 0, .5);
  width: 60px;
  height: 60px;
}

.page-top {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 4;
}

.page-top a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-top .dli-chevron-up {
  display: block;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 2px solid #FFF;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}


@media screen and (max-width: 768px) {
  .footer {
    font-size: 1.4rem;
  }

  .footer .inner {
    padding: 5rem 3%;
  }
}

@media screen and (max-width: 1024px) and (orientation: landscape) {
  .header-cont {
    height: auto;
  }

  .contact-cont {
    height: 100svh;
  }
}



