@charset "UTF-8";

#Wrap {
  max-width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
  html {
    font-size: calc(10* (100vw / 1366)) !important;
  }
}

.aw240906 {
  --lp-text-color: #000;
  --lp-sub-color: #fff;
  --lp-font-jp: "kozuka-mincho-pr6n", serif;
  --lp-font-en: "adobe-garamond-pro", serif;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--lp-font-en);
}

@media only screen and (max-width: 767px), print {
  .hacobune-app-container[data-v-1186bdac]{
    width: 100%;
  }
}

.aw240906{
  margin-top: 20px;
}

/*================================
  リセット
=================================*/
.aw240906 p,
.aw240906 ul,
.aw240906 ol,
.aw240906 dl {
  margin: 0;
}

.aw240906 li {
  list-style: none;
}

.aw240906 img {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.aw240906 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.aw240906 picture,
.aw240906 video {
  display: block;
}

.aw240906 .pc {
  display: none !important;
}

@media only screen and (min-width: 768px), print {
  .aw240906 .sp {
    display: none !important;
  }
  .aw240906 .pc {
    display: block !important;
  }
}

/*================================
  共通
=================================*/

.aw240906 .sec_tax a{
  font-size: calc(22* (100vw / 750 ));
  line-height: 1.4;
}

/* ボタン */
.aw240906 .sec_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(341* (100vw / 750 ));
  margin: 0 auto calc(100*(100vw / 750));
  height: calc(64* (100vw / 750 ));
  font-size: calc(42* (100vw / 750 ));
  text-align: center;
  border: #707070 1px solid;
}

@media only screen and (min-width: 768px), print {

  .hover_bg{
    background: #fff;
  }

  .aw240906 .sec_tax a{
    font-size: 2.2rem;
    line-height: 1.54;
  }
  
  /* ボタン */
  .aw240906 .sec_btn{
    width: 39.6rem;
    height: 7.4rem;
    font-size: 4.8rem;
    margin-bottom: 9rem;
  }
}

/*================================
  mv
=================================*/

.aw240906 .mv .mv_img{
  width: 100%;
  margin: auto;
}

.aw240906 .mv .mv_text{
  font-family: var(--lp-font-jp);
  font-weight: 300;
  line-height: 1.8;
  text-align: center;
  font-size: calc(22 * (100vw / 750 ));
  margin-top: calc(93* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {

  .aw240906 .mv .mv_img{
    width: 75rem;
  }
  .aw240906 .mv .mv_text{
    margin-top: 8.4rem;
    font-size: 2.2rem;
    line-height: 2;
  }
}
/*================================
  sec01
=================================*/

.aw240906 .sec.--01{
  margin-top: calc(190* (100vw / 750 ));
}

.aw240906 .sec.--01 .sec_img01{
  width: calc(450* (100vw / 750 ));
  margin: auto;
}

.aw240906 .sec.--01 .sec_img01 iframe{
  width: calc(450* (100vw / 750 ));
  height: calc(800* (100vw / 750 ));
}

.aw240906 .sec.--01 .sec_box{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(648* (100vw / 750 ));
  margin: auto;
  margin-top: calc(70* (100vw / 750 ));
}

.aw240906 .sec.--01 .sec_img_wrap_01{
  width: calc(428* (100vw / 750 ));
  margin: 0;
}

.aw240906 .sec.--01 .sec_tax{
  margin-top: calc(11* (100vw / 750 ));
}

.aw240906 .sec.--01 .sec_img_wrap_02{
  display: flex;
  flex-direction: column;
  gap: calc(20* (100vw / 750 ));
  width: calc(200* (100vw / 750 ));
}


@media only screen and (min-width: 768px), print {

  .aw240906 .sec.--01{
    margin-top: 8.3rem;
  }

  .aw240906 .sec.--01 .sec_img01{
    width: 45rem;
    margin-top: 0;
  }

  .aw240906 .sec.--01 .sec_img01 iframe{
    width: 100%;
    height: 80rem;
  }
  
  .aw240906 .sec.--01 .sec_box{
    width: 75.3rem;
    margin: auto;
    margin-top: 5rem;
  }
  
  .aw240906 .sec.--01 .sec_img_wrap_01{
    width: 49.7rem;
    margin: 0;
  }
  
  .aw240906 .sec.--01 .sec_tax{
    margin-top: 1.8rem;
  }
  
  .aw240906 .sec.--01 .sec_img_wrap_02{
    display: flex;
    flex-direction: column;
    gap: 2.3rem;
    width: 23.2rem;
  }
}
/*================================
  sec02
=================================*/

.aw240906 .sec.--02{
  margin-top: calc(278* (100vw / 750 ));
}

.aw240906 .sec.--02 .sec_img_wrap_01{
  position: relative;
  width: calc(715* (100vw / 750 ));
  margin-left: calc(9* (100vw / 750 ));
  z-index: 2;
}

.aw240906 .sec.--02 .sec_tax{
  position: absolute;
  width: fit-content;
  right: calc(97* (100vw / 750 ));
  top: calc(193* (100vw / 750 ));
  z-index: 2;
}

.aw240906 .sec.--02 .sec_img_wrap_02{
  position: relative;
}

.aw240906 .sec.--02 .sec_img02{
  position: relative;
  width: calc(466 * (100vw / 750 ));
  margin-left: calc(11* (100vw / 750 ));
  padding-top: calc(375* (100vw / 750 ));
  z-index: 2;
}

.aw240906 .sec.--02 .sec_img03{
  position: absolute;
  z-index: 1;
  top: calc(-215* (100vw / 750 ));
  right: calc(9* (100vw / 750 ));
  width: calc(548* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {

  .aw240906 .sec.--02{
    width: 110rem;
    margin: auto;
    margin-top: 9rem;
  }
  
  .aw240906 .sec.--02 .sec_img_wrap_01{
    position: relative;
    width: 83.1rem;
    margin-left: 13rem;
    z-index: 2;
  }
  
  .aw240906 .sec.--02 .sec_tax{
    position: absolute;
    top: 22.5rem;
    right: 13.9rem;
  }
  
  .aw240906 .sec.--02 .sec_img_wrap_02{
    position: relative;
  }
  
  .aw240906 .sec.--02 .sec_img02{
    position: relative;
    width: 54.2rem;
    margin-left: 0;
    padding-top: 43.5rem;
    z-index: 2;
  }
  
  .aw240906 .sec.--02 .sec_img03{
    position: absolute;
    z-index: 1;
    top: -14.7rem;
    right: -0.5rem;
    width: 63.7rem;
  }

}


/*================================
  sec03
=================================*/

.aw240906 .sec.--03{
  margin-top: calc(282* (100vw / 750 ));
}

.aw240906 .sec.--03 .sec_bg{
  position: relative;
}

.aw240906 .sec.--03 .sec_bg::before{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(1800* (100vw / 750 ));
  top: calc(0* (100vw / 750 ));
  left: calc(0* (100vw / 750 ));
  background-image: url(../img/img03_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.aw240906 .sec.--03 .sec_innner{
  padding: calc(127* (100vw / 750 )) 0;
}

.aw240906 .sec.--03 .sec_img_wrap_01{
  display: flex;
  justify-content: space-between;
  width: calc(670* (100vw / 750 ));
  margin: auto;
}

.aw240906 .sec.--03 .sec_img01{
  width: calc(300* (100vw / 750 ));
}

.aw240906 .sec.--03 .sec_tax{
  margin-top: calc(20 * (100vw / 750 ));
}

.aw240906 .sec.--03 .sec_img02{
  width: calc(350* (100vw / 750 ));
}

.aw240906 .sec.--03 .sec_img02 iframe{
  width: calc(350* (100vw / 750 ));
  height: calc(622* (100vw / 750 ));
}

.aw240906 .sec.--03 .sec_img03{
  width: calc(533* (100vw / 750 ));
  margin: auto;
  margin-top: calc(124* (100vw / 750 ));
}


@media only screen and (min-width: 768px), print {

  .aw240906 .sec.--03{
    margin-top: 9.3rem;
  }

  .aw240906 .sec.--03 .sec_bg::before{
    width: 136.6rem;
    height: 181.8rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/img03_bg_pc.jpg);
  }
  
  .aw240906 .sec.--03 .sec_innner{
    padding: 5.8rem 0;
  }
  
  .aw240906 .sec.--03 .sec_img_wrap_01{
    display: flex;
    justify-content: space-between;
    width: 77.8rem;
    margin: auto;
  }
  
  .aw240906 .sec.--03 .sec_img01{
    width: 34.8rem;
  }
  
  .aw240906 .sec.--03 .sec_tax{
    margin-top: 1.6rem;
  }
  
  .aw240906 .sec.--03 .sec_img02{
    width: 40.6rem;
  }
  .aw240906 .sec.--03 .sec_img02 iframe{
    width: 100%;
    height: 72.2rem;
  }
  
  
  .aw240906 .sec.--03 .sec_img03{
    width: 61.9rem;
    margin-top: 5rem;
  }
  
}
/*================================
  sec04
=================================*/

.aw240906 .sec.--04 {
  margin-top: calc(282* (100vw / 750 ));
}

.aw240906 .sec.--04 .sec_img01{
  width: calc(333* (100vw / 750 ));
  margin-left: calc(97* (100vw / 750 ));
}

.aw240906 .sec.--04 .sec_img02{
  width: calc(500* (100vw / 750 ));
  margin-top: calc(70* (100vw / 750 ));
  margin-left: auto;
  margin-right: calc(23* (100vw / 750 ));
}

.aw240906 .sec.--04 .sec_img_wrap_01{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(697* (100vw / 750 ));
  margin-left: calc(23* (100vw / 750 ));
  margin-top: calc( 70* (100vw / 750 ));
}

.aw240906 .sec.--04 .sec_img03{
  width: calc(466* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {

  .aw240906 .sec.--04 {
    width: 110rem;
    margin: auto;
    margin-top: 9.4rem;
  }
  
  .aw240906 .sec.--04 .sec_img01{
    width: 38.7rem;
    margin-left: 22.7rem;
  }
  
  .aw240906 .sec.--04 .sec_img02{
    width: 58rem;
    margin-top: 5rem;
    margin-left: auto;
    margin-right: 14rem;
  }
  
  .aw240906 .sec.--04 .sec_img_wrap_01{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 77.6rem;
    margin-left: 14rem;
    margin-top: 5rem;
  }
  
  .aw240906 .sec.--04 .sec_img03{
    width: 54.2rem;
  }
}
/*================================
  sec05
=================================*/

.aw240906 .sec.--05 {
  margin-top: calc(273* (100vw / 750 ));
}

.aw240906 .sec.--05 .sec_bg{
  position: relative;
}

.aw240906 .sec.--05 .sec_bg::before{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(1800* (100vw / 750 ));
  top: calc(0* (100vw / 750 ));
  left: calc(0* (100vw / 750 ));
  background-image: url(../img/img05_bg_sp.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.aw240906 .sec.--05 .sec_innner{
  padding: calc(126* (100vw / 750 )) 0;
}

.aw240906 .sec.--05 .sec_img_wrap_01{
  width: calc(670* (100vw / 750 ));
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.aw240906 .sec.--05 .sec_img01{
  width: calc(350* (100vw / 750 ));
}

.aw240906 .sec.--05 .sec_img01 iframe{
  width: calc(350* (100vw / 750 ));
  height: calc(622* (100vw / 750 ));
}

.aw240906 .sec.--05 .sec_img02{
  width: calc(300* (100vw / 750 ));
}

.aw240906 .sec.--05 .sec_tax{
  width: fit-content;
  margin-left: auto;
  margin-top: calc(20* (100vw / 750 ));
  text-align: right;
}

.aw240906 .sec.--05 .sec_img03{
  width: calc(533* (100vw / 750 ));
  margin: auto;
  margin-top: calc(129* (100vw / 750 ));
}

.aw240906 .sec.--05 .sec_detail{
  font-size: calc(18* (100vw / 750 ));
  line-height: 1.6;
  text-align: center;
  margin-top: calc(80*(100vw / 750));
  margin-bottom: calc(77* (100vw / 750 ));
  font-feature-settings: "palt";
  letter-spacing: 0;
}

@media only screen and (min-width: 768px), print {

  .aw240906 .sec.--05 {
    margin-top: 9rem;
  }
  
  .aw240906 .sec.--05 .sec_bg{
    position: relative;
  }
  
  .aw240906 .sec.--05 .sec_bg::before{
    width: 136.6rem;
    height: 181.8rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/img05_bg_pc.jpg);
  }
  
  .aw240906 .sec.--05 .sec_innner{
    padding: 5.8rem 0;
  }
  
  .aw240906 .sec.--05 .sec_img_wrap_01{
    width: 77.8rem;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  
  .aw240906 .sec.--05 .sec_img01{
    width: 40.6rem;
  }

  .aw240906 .sec.--05 .sec_img01 iframe{
    width: 100%;
    height: 72.2rem;
  }

  
  .aw240906 .sec.--05 .sec_img02{
    width: 34.8rem;
  }
  
  .aw240906 .sec.--05 .sec_tax{
    margin-top: 2rem;
  }
  
  .aw240906 .sec.--05 .sec_img03{
    width: 61.9rem;
    margin: auto;
    margin-top:5rem;
  }
  
  .aw240906 .sec.--05 .sec_detail{
    font-size: 2.1rem;
    margin-top: 8rem;
    margin-bottom: 5.6rem;
  }

}

@media screen and (min-width: 561px) {
  #sortBlock {
    width: 120rem;
    justify-content: end;
    margin: auto;
  }
}
.hacobune-unit-video-outline[data-v-137ef59a]{
  padding: 0;
}

.hacobune-app-container[data-v-1186bdac]{
  padding: 0;
}