@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;
  }
}

.aw240719 {
  --lp-main-color: #B29C8C;
  --lp-text-color: #000;
  --lp-sub-color: #fff;
  --lp-font-jp: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans",  "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", Arial, "メイリオ", Meiryo, sans-serif;
  --lp-font-en: "adobe-garamond-pro", serif;
  font-weight: 400;
  letter-spacing: 0;
  font-family: var(--lp-font-en);

}


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

.aw240719 li {
  list-style: none;
}

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

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

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

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

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

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

.aw240719 {
  margin-top: calc(47*(100vw / 750));
}

.aw240719 .--brown_bg{
  background: var(--lp-main-color);
  padding-top: calc(20* (100vw / 750 ));
  padding-bottom: calc(100* (100vw / 750 ));
}

.aw240719 .sec_tax{
  font-family: var(--lp-font-en);
}

.aw240719 .sec_tax li a{
  font-size: calc(20* (100vw / 750 ));
  font-style: normal;
  line-height: 1.45;
  white-space: nowrap;
}

.aw240719 .sec_tax.--white a{
  color: var(--lp-sub-color);
}

/* ボタン */
.aw240719 .sec_btn{
  width: calc(462* (100vw / 750 ));
  margin: auto;
  height: calc(82* (100vw / 750 ));
  line-height: calc(82* (100vw / 750 ));
  text-align: center;
  margin-top: calc(139* (100vw / 750 ));
  margin-bottom: calc(125* (100vw / 750 ));
  border-radius: calc(41* (100vw / 750 ));
  border: calc(2* (100vw / 750 )) solid #000;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-size: calc(30* (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .aw240719 {
    margin-top: 4rem;
  }
  .aw240719 .--brown_bg{
    padding-top: 3rem;
    padding-bottom: 15.4rem;
  }

  .aw240719 .brown_bg_inner{
    width: 100rem;
    max-width: 1000px;
    margin: auto;
  }
  
  .aw240719 .sec_tax li a{
    font-size: 2.5rem;
    font-style: normal;
    line-height: 1.4;
    white-space: nowrap;
  }
  
  /* ボタン */
  .aw240719 .sec_btn{
    width: 52.3rem;
    margin: auto;
    height: 10.7rem;
    line-height: 10.7rem;
    text-align: center;
    margin-top: 23rem;
    border-radius: 4.1rem;
    border: 2px solid #000;
    font-size: 4.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 23rem;
  }
}

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



/*================================
  sec01
=================================*/


.aw240719 .sec.--01{
  padding: 0 calc(40* (100vw / 750 ));
  margin-top: calc(149* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box1{
  width: calc(656* (100vw / 750 ));
  margin: auto;
  display: flex;
  align-items: center;
  gap: calc(15* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box1 .sec_head{
  width: calc(250* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box1 .sec_img{
  position: relative;
  width: calc(389* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box1 .sec_img::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.35);
  z-index: 1;
  pointer-events: none;
}

.aw240719 .sec.--01 .sec_box2 {
  display: flex;
  align-items: flex-end;
  gap: calc(18* (100vw / 750 ));
  margin-top: calc(133* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box2 .sec_img{
  width: calc(498* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box3 {
  display: flex;
  justify-content: space-between;
  margin-top: calc(157* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box3 .sec_img{
  width: calc(328* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box3 .sec_img .sec_tax{
  margin-top: calc(8* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box3 .sec_img.--02 .sec_tax{
  width: fit-content;
  margin-left: auto;
}

.aw240719 .sec.--01 .sec_box4 {
  margin-top: calc(59* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box4 .sec_img{
  position: relative;
  width: calc(552* (100vw / 750 ));
  margin: auto;
}

.aw240719 .sec.--01 .sec_box4 .sec_tax{
  position: absolute;
  bottom: calc(20* (100vw / 750 ));
  right: calc(38* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box5 {
  position: relative;
  margin-top: calc(167* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box5 .sec_img{
  position: absolute;
  width: calc(268* (100vw / 750 ));
  top: calc(486* (100vw / 750 ));
  z-index: 2;
}

.aw240719 .sec.--01 .sec_box5 .sec_img.--02{
  position: initial;
  width: calc(522* (100vw / 750 ));
  margin-left: auto;
}

.aw240719 .sec.--01 .sec_box5 .sec_tax{
  position: absolute;
  top: calc(-304* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box6 {
  position: relative;
  margin-top: calc(245* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box6 .sec_img{
  position: relative;
  width: calc(513* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box6 .sec_tax{
  position: absolute;
  bottom: calc( 9 * (100vw / 750 ));
  right: calc(6* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box7 {
  position: relative;
  margin-top: calc(160* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box7 .sec_img{
  position: relative;
  width: calc(522* (100vw / 750 ));
  margin-left: auto;
}

.aw240719 .sec.--01 .sec_box7 .sec_tax{
  position: absolute;
  bottom: calc( -6 * (100vw / 750 ));
  left: calc(-141* (100vw / 750 ));
}


.aw240719 .sec.--01 .sec_box8 {
  position: relative;
  margin-top: calc(136* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box8 .sec_img_wrap{
  display: flex;
}

.aw240719 .sec.--01 .sec_box8 .sec_img{
  width: calc(338* (100vw / 750 ));
}

.aw240719 .sec.--01 .sec_box8 .sec_tax{
  margin-top: calc(16* (100vw / 750 ));
  text-align: center;
}

.aw240719 .sec.--01 .sec_box8 .sec_tax li{
  display: inline-block;
}

@media only screen and (min-width: 768px), print {
  .aw240719 .sec.--01{
    padding: 0 ;
    margin-top: 13rem;
  }
  
  .aw240719 .sec.--01 .sec_box1{
    width: 85.5rem;
    margin: auto;
    display: flex;
    align-items: self-start;
    gap: 4.6rem;
  }
  
  .aw240719 .sec.--01 .sec_box1 .sec_head{
    width: 34.1rem;
    margin-top: 14rem;
  }
  
  .aw240719 .sec.--01 .sec_box1 .sec_img{
    position: relative;
    width: 47.1rem;
  }
  
  .aw240719 .sec.--01 .sec_box2 {
    display: flex;
    align-items: flex-end;
    gap: 2.3rem;
    margin-top: 12.6rem;
    margin-left: 5.3rem;
  }
  
  .aw240719 .sec.--01 .sec_box2 .sec_img{
    width: 57.9rem;
  }
  
  .aw240719 .sec.--01 .sec_box3 {
    display: flex;
    justify-content: space-between;
    margin-top: 18.6rem;
  }
  
  .aw240719 .sec.--01 .sec_box3 .sec_img{
    width: 49rem;
  }
  
  .aw240719 .sec.--01 .sec_box3 .sec_img .sec_tax{
    margin-top: 2.4rem;
  }
  
  .aw240719 .sec.--01 .sec_box3 .sec_img.--02 .sec_tax{
    width: fit-content;
    margin-left: auto;
  }
  
  .aw240719 .sec.--01 .sec_box4 {
    margin-top: 6.4rem;
  }
  
  .aw240719 .sec.--01 .sec_box4 .sec_img{
    position: relative;
    width: 55.2rem;
    margin: auto;
  }
  
  .aw240719 .sec.--01 .sec_box4 .sec_tax{
    position: absolute;
    bottom: 2.5rem;
    right: 2rem;
  }
  
  .aw240719 .sec.--01 .sec_box5 {
    position: relative;
    margin-top: 12rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  
  .aw240719 .sec.--01 .sec_box5 .sec_img{
    position: initial;
    width: 41rem;
    margin-top: 15.7rem;
  }
  
  .aw240719 .sec.--01 .sec_box5 .sec_img.--02{
    width: 52.8rem;
    margin: 0;
  }
  
  .aw240719 .sec.--01 .sec_box5 .sec_tax{
    position: initial;
    width: fit-content;
    margin-left: auto;
    margin-top: 2.6rem;
  }
  
  .aw240719 .sec.--01 .sec_box6 {
    position: relative;
    margin-top: 11.5rem;
  }
  
  .aw240719 .sec.--01 .sec_box6 .sec_img{
    position: relative;
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    width: 100%;
  }
  
  .aw240719 .sec.--01 .sec_box6 .sec_img > a{
    width: 53.2rem;
  }
  
  .aw240719 .sec.--01 .sec_box6 .sec_tax{
    position: initial;
  }
  
  .aw240719 .sec.--01 .sec_box7 {
    position: relative;
    margin-top: 14.6rem;
  }
  
  .aw240719 .sec.--01 .sec_box7 .sec_img{
    position: relative;
    width: 53.8rem;
    margin-left: auto;
  }
  
  .aw240719 .sec.--01 .sec_box7 .sec_tax{
    position: absolute;
    bottom: 0;
    left: -16.6rem;
  }
  
  .aw240719 .sec.--01 .sec_box8 {
    position: relative;
    margin-top: 17.5rem;
  }
  
  .aw240719 .sec.--01 .sec_box8 .sec_img_wrap{
    display: flex;
  }
  
  .aw240719 .sec.--01 .sec_box8 .sec_img{
    width: 50.4rem;
  }
  
  .aw240719 .sec.--01 .sec_box8 .sec_tax{
    margin-top: 3rem;
    text-align: center;
  }
  
  .aw240719 .sec.--01 .sec_box8 .sec_tax li{
    display: inline-block;
  }
}
/*================================
  sec02
=================================*/

.aw240719 .sec.--02{
  padding: 0 calc(40* (100vw / 750 ));
  margin-top: calc(105* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box1{
  width: calc(656* (100vw / 750 ));
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.aw240719 .sec.--02 .sec_box1 .sec_head{
  width: calc(236* (100vw / 750 ));
  margin: auto;
  margin-top: calc(14* (100vw / 750 ));
  margin-bottom: calc(30* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box1 .sec_img{
  position: relative;
  width: calc(269* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box1 .sec_img.--02{
  position: relative;
  width: calc(351* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box1 .sec_tax{
  width: fit-content;
  margin-left: auto;
  margin-top: calc(6* (100vw / 750 ));
  margin-right: calc(9* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box2 {
  margin-top: calc(9* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box2 .sec_img{
  position: relative;
  width: calc(351* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box2 .sec_img.--02{
  margin-left: auto;
  margin-top: calc(-134* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box2 .sec_img.--01 .sec_tax{
  position: absolute;
  right: calc(-87* (100vw / 750 ));
  top: calc(143* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box2 .sec_img.--02 .sec_tax{
  position: absolute;
  left: calc(-87* (100vw / 750 ));
  top: calc(366* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box3 {
  display: flex;
  justify-content: space-between;
  margin-top: calc(40* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box3 .sec_img{
  width: calc(319* (100vw / 750 ));
  margin-top: calc(25* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box3 .sec_img .sec_tax{
  margin-top: calc(7* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box3 .sec_img.--02 {
  margin-top: 0;
}

.aw240719 .sec.--02 .sec_box3 .sec_img.--02 .sec_tax{
  width: fit-content;
  margin-left: auto;
}

.aw240719 .sec.--02 .sec_box4 {
  margin-top: calc(53* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box4 .sec_img {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: calc(30* (100vw / 750 ));
  position: relative;
}

.aw240719 .sec.--02 .sec_box4 .sec_img > a{
  width: calc(366* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box4 .sec_tax{
  width: fit-content;
  display: inline-block;
  margin-top: calc(199* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box5 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: calc(65* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box5 .sec_img{
  width: calc(321* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box5 .sec_img.--02 .sec_tax{
  width: fit-content;
  margin-left: auto;
}

.aw240719 .sec.--02 .sec_box5 .sec_tax{
  margin-top: calc(0* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box6 {
  position: relative;
  margin-top: calc(54* (100vw / 750 ));
}

.aw240719 .sec.--02 .sec_box6 .sec_img{
  position: relative;
  width: calc(389* (100vw / 750 ));
  margin: auto;
}

.aw240719 .sec.--02 .sec_box6 .sec_tax{
  position: absolute;
  top: calc( 302 * (100vw / 750 ));
  left: calc( -37 * (100vw / 750 ));
}

@media only screen and (min-width: 768px), print {
  .aw240719 .sec.--02{
    width: 100rem;
    max-width: 1000px;
    margin: auto;
    padding: 0 ;
    margin-top: 18rem;
  }
  
  .aw240719 .sec.--02 .sec_box1{
    width: 96.4rem;
  }
  
  .aw240719 .sec.--02 .sec_box1 .sec_head{
    width: 33.3rem;
    margin: auto;
    margin-top: 0.9rem;
    margin-bottom: 6rem;
  }
  
  .aw240719 .sec.--02 .sec_box1 .sec_img{
    position: relative;
    width: 38.8rem;
  }
  
  .aw240719 .sec.--02 .sec_box1 .sec_img.--02{
    position: relative;
    width: 52.2rem;
  }
  
  .aw240719 .sec.--02 .sec_box1 .sec_tax{
    width: fit-content;
    margin-left: auto;
    margin-top: 1rem;
    margin-right: 0;
  }
  
  .aw240719 .sec.--02 .sec_box2 {
    margin-top: 5.5rem;
  }
  
  .aw240719 .sec.--02 .sec_box2 .sec_img{
    position: relative;
    width: 52.2rem;
  }
  
  .aw240719 .sec.--02 .sec_box2 .sec_img.--02{
    margin-left: auto;
    margin-top: -20rem;
  }
  
  .aw240719 .sec.--02 .sec_box2 .sec_img.--01 .sec_tax{
    position: absolute;
    right: -10rem;
    top: 26.5rem;
  }
  
  .aw240719 .sec.--02 .sec_box2 .sec_img.--02 .sec_tax{
    position: absolute;
    left: -10.3rem;
    top: 54.4rem;
  }
  
  .aw240719 .sec.--02 .sec_box3 {
    display: flex;
    justify-content: space-between;
    margin-top: 6rem;
  }
  
  .aw240719 .sec.--02 .sec_box3 .sec_img{
    width: 48.1rem;
    margin-top: 3.7rem;
  }
  
  .aw240719 .sec.--02 .sec_box3 .sec_img .sec_tax{
    margin-top: 1rem;
  }
  
  .aw240719 .sec.--02 .sec_box3 .sec_img.--02 {
    width: 47.5rem;
    margin-top: 0;
  }
  
  .aw240719 .sec.--02 .sec_box3 .sec_img.--02 .sec_tax{
    width: fit-content;
    margin-left: auto;
  }
  
  .aw240719 .sec.--02 .sec_box4 {
    margin-top: 9rem;
  }
  
  .aw240719 .sec.--02 .sec_box4 .sec_img {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 4.3rem;
    position: relative;
  }
  
  .aw240719 .sec.--02 .sec_box4 .sec_img > a{
    width: 54.4rem;
    margin-right: 10.3rem;
  }
  
  .aw240719 .sec.--02 .sec_box4 .sec_tax{
    width: fit-content;
    display: inline-block;
    margin-top: 34rem;
  }
  
  .aw240719 .sec.--02 .sec_box5 {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 10.6rem;
  }
  
  .aw240719 .sec.--02 .sec_box5 .sec_img{
    width: 47.9rem;
  }
  
  .aw240719 .sec.--02 .sec_box5 .sec_img.--02 .sec_tax{
    width: fit-content;
    margin-left: auto;
  }
  
  .aw240719 .sec.--02 .sec_box5 .sec_tax{
    margin-top: 0.8rem;
  }
  
  .aw240719 .sec.--02 .sec_box6 {
    position: relative;
    margin-top: 10.8rem;
  }
  
  .aw240719 .sec.--02 .sec_box6 .sec_img{
    position: relative;
    width: 57.9rem;
    margin: auto;
  }
  
  .aw240719 .sec.--02 .sec_box6 .sec_tax{
    position: absolute;
    top: 48.8rem;
    left: -5.6rem;
  }
}


@media screen and (min-width: 561px) {
  #sortBlock {
      width: 120rem;
      justify-content: end;
      margin: auto;
  }
}