@charset "UTF-8";
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/
body {
  background-color: #e4e4e4;
}
.tee_lp {
  --color_black: #555;
  --color_white: #f1f1f1;
  --font_ja:
  "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "Open Sans", "メイリオ", sans-serif;
  --font_en:
  "jaf-bernino-sans", sans-serif;
  color: var(--color_black);
  font-family: var(--font-ja);
}
.tee_lp img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.tee_lp figure {
  margin: initial;
}
.tee_lp .font_en {
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.tee_lp .font_en02 {
  font-family: var(--font_en02);
}
.tee_lp .font_ja {
  font-family: var(--font_ja);
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .tee_lp .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .tee_lp .pc_only {
    display: none !important;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                メイン
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.tee_lp .tee_lp {
  width: 90rem;
  margin-inline: auto;
}
.tee_lp .hero_ttl {
  text-align: center;
  margin-top: 7rem;
}
.tee_lp .hero_ttl > span {
  display: block;
}
.tee_lp .hero_ttl-sub {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.tee_lp .hero_ttl-main {
  margin-top: 2.7rem;
  font-size: 2.2rem;
  letter-spacing: 0.14em;
  line-height: 2.09;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {}
@media screen and (max-width: 767px) {
  .tee_lp .tee_lp {
    width: calc(750*100vw/750);
  }
  .tee_lp .hero_ttl {
    margin-top: calc(60*100vw/750);
  }
  .tee_lp .hero_ttl-sub {
    font-size: calc(30*100vw/750);
    letter-spacing: 0.14em;
    font-weight: 400;
  }
  .tee_lp .hero_ttl-main {
    margin-top: calc(44*100vw/750);
    font-size: calc(38*100vw/750);
    font-weight: 400;
    letter-spacing: 0.12em;
    line-height: 2.05;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                コンテンツ
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.tee_lp .style_wrap {
  width: 66rem;
  margin-inline: auto;
}
.tee_lp .style_ttl {
  font-size: 1.8rem;
  line-height: 2.4444444444;
  letter-spacing: 0.05em;
  text-align: center;
  font-feature-settings: initial;
}
.tee_lp .style_lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
}
.sec-hero .style_lead {
  margin-top: 2rem;
}
.tee_lp .style_price {
  display: block;
  margin-top: 2.7rem;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.tee_lp .common_btn {
  position: relative;
  width: 44rem;
  height: 6.2rem;
  margin: 11rem auto 12rem;
  background-color: var(--color_white);
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.075em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tee_lp .common_btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.1rem solid var(--color_black);
  border-bottom: 0.1rem solid var(--color_black);
  top: 2.8rem;
  right: 13.2rem;
  transform: rotate(316deg);
}
.tee_lp .common_btn > a {
  position: relative;
  display: flex;
  left: -0.8rem;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.tee_lp .style_col01 { 
  margin: 0 auto calc(125* (100vw /750));
}
@media screen and (min-width: 768px) {
  .tee_lp .style_col01 {
    margin: 0 auto 8rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 0;
    align-items: center;
  }
  .tee_lp .sec-style02 .style_col01 {
    flex-direction: row-reverse;
  }
  .tee_lp .style_col01 > figure {
    width: 32rem;
    flex-shrink: 0;
  }
  .tee_lp .style_col02 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  .tee_lp .style_col03 {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  .tee_lp .style_lead.style_lead06 {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .tee_lp .style_wrap {
    width: calc(660*100vw/750);
  }
  .tee_lp .style_ttl {
    font-size: calc(32*100vw/750);
    line-height: 2.25;
    letter-spacing: 0.075em;
    margin-top: calc(60*100vw/750);
    font-weight: 400;
  }
  .tee_lp .style_lead {
    font-size: calc(24*100vw/750);
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .tee_lp .style_lead.style_lead06 {
    letter-spacing: 0.06em;
  }
  .sec-hero .style_lead {
    margin-top: calc(26*100vw/750);
  }
  .tee_lp .style_price {
    margin-top: calc(45*100vw/750);
    font-size: calc(20*100vw/750);
  }
  .tee_lp .common_btn {
    width: calc(540*100vw/750);
    height: calc(80*100vw/750);
    margin-block: calc(129*100vw/750) calc(-80*100vw/750);
    font-size: calc(22*100vw/750);
  }
  .tee_lp .common_btn::before { 
    width: calc(10*100vw/750);
    height: calc(10*100vw/750);
    border-right: calc(1*100vw/750) solid var(--color_black);
    border-bottom: calc(1*100vw/750) solid var(--color_black);
    top: calc(37*100vw/750);
    right: calc(142*100vw/750);
  }
  .tee_lp .common_btn > a {
    left: calc(-13*100vw/750);
    top: calc(3*100vw/750);
  }
  .tee_lp .style_col02 {
    margin-top: calc(130*100vw/750);
  }
  .tee_lp .style_col03 {
    margin-top: calc(118*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                各コンテンツ
//////////////////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (min-width: 768px) {
  .tee_lp .sec-style {
    margin-bottom: 13.6rem;
  }
  .tee_lp .sec-style.sec-style03 {
    margin-bottom: 12rem;
  }
  .tee_lp .sec-style.sec-style04 {
    margin-bottom: 12rem;
  }
  .edit-area .figSlider.img14 ul.pager {
    justify-content: flex-end;
  }
  .sec-style03 .mainvisual--btm_flexArea.mainvisual--btm_flexArea_reverse {
    margin-top: 9.3rem;
  }
}
@media screen and (max-width: 767px) {
  .tee_lp .sec-style {
    margin: 0 auto calc(193* (100vw /750));
  }
  .style_col-txt {
    margin-top: calc(49*(100vw / 750));
  }
  .edit-area .figSlider.img09 ul.pager {
    justify-content: flex-end;
  }
  .sec-style03 .style_col-txt001 {
    margin: calc(49*(100vw / 750)) 0 calc(128*(100vw / 750));
  }
  .sec-style03 .style_col-txt001 .style_lead,
  .sec-style03 .style_col-txt002 .style_lead.style_lead06 {
    letter-spacing: 0.08em;
  }
  .sec-style03 .style_col-txt002 .style_lead.style_lead06 {
    letter-spacing: 0.14em;
    word-break: break-all;
  }
  .sec-style04 .style_lead {
    letter-spacing: 0.06em;
  }
  .sec-style03 .style_col-txt002 {
    margin: calc(49*(100vw / 750)) 0 calc(128*(100vw / 750));
  }
  .edit-area .figSlider.img14 ul.pager {
    justify-content: flex-end;
  }
  .edit-area .figSlider.img15 ul.pager {
    justify-content: flex-end;
  }
  .tee_lp .sec-style.sec-style04 {
    margin: 0 auto calc(140* (100vw /750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                共通
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.tee_lp .common_lead {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.tee_lp .common_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4rem;
  margin-top: 3.9rem;
}
.tee_lp .common_ttl {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.125em;
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {}
@media screen and (max-width: 767px) {
  .tee_lp .common_lead {
    font-size: calc(24*100vw/750);
    letter-spacing: 0.075em;
  }
  .tee_lp .common_list {
    display: block;
    margin-top: calc(60*100vw/750);
  }
  .tee_lp .common_ttl {
    font-size: calc(34*100vw/750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                アニメーション
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.tee_lp .js-fade {
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  opacity: 0;
  transform: translateY(1.5rem);
}
.tee_lp .js-fade.active {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .tee_lp .js-fade_pc {
    transition-duration: 0;
    opacity: 1;
    transform: translateY(0);
  }
}
.tee_lp .border_bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: solid 1px #555555;
  -webkit-animation: border_anim 1.8s ease forwards;
          animation: border_anim 1.8s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@-webkit-keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes border_anim {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.tee_lp .ct_ttl {
  margin-bottom: 3.3rem;
  font-size: 2rem;
  letter-spacing: 0.14em;
  font-feature-settings: "palt";
  text-align: left;
  font-family: "jaf-bernina-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  padding-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .tee_lp .ct_ttl {
    margin-bottom: 0;
    font-size: calc(34 *(100vw / 750));
    padding-bottom: calc(27 *(100vw / 750));
    letter-spacing: 0.09em;
  }
}
.tee_lp .contents02--topArea .ct_ttl {
  margin-left: -0.3rem;
}
@media screen and (max-width: 767px) {
  .tee_lp .contents02--topArea .ct_ttl {
    margin-left: calc(-3 *(100vw / 750));
  }
}
.style_inner {
  margin: 0 auto;
  width: 66rem;
}
@media screen and (max-width: 767px) {
.style_inner {
  margin: 0 auto;
  width: calc(660* (100vw /750));
}
}
.sec-hero .style_lead {
  text-align: center;
}
.sec-hero {
  margin: 0 auto 11rem;
  width: 90rem;
}
@media screen and (max-width: 767px) {
  .sec-hero {
    margin: 0 auto calc(182* (100vw /750));
    width: 100%;
  }
  }






  /*******************************
  figSlider
  *******************************/
  .edit-area .figSlider{
    overflow: hidden;
    position: relative;
  }

  .edit-area .figSlider .container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }

  .edit-area .figSlider .slider{
    display: block;
    width: 100%;
  }

  .edit-area .figSlider .slider a{
    display: block;
    width: 100%;
    height: auto;
  }

  .edit-area .figSlider .slider a > img{
    display: block;
    width: 100%;
    height: auto;
  }

  .edit-area .figSlider .slider.swiper-slide-active{
    pointer-events: auto;
  }

  .edit-area .figSlider ul.pager{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-top: .8rem;
    gap: 0 0.55rem;
  }

  .edit-area  .figSlider ul.pager > li{
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    margin: 0;
    background: #C1C0C0;
    transition: background 0.3s ease;
    cursor: pointer;
    opacity: 1;
  }

  .edit-area  .figSlider ul.pager > li.swiper-pagination-bullet-active{
    background: #656565;
    pointer-events: none;
  }

  @media screen and (max-width: 767px) {
    .edit-area .mainvisual--btm_flexArea {
      width: calc(660 *(100vw / 750));
      margin: 0 auto calc(180* (100vw /750));
    }
  }
  @media screen and (min-width: 768px) {
    .edit-area .mainvisual--btm_flexArea {
      width: 100%;
      margin: 0 auto 12rem;
      display: flex;
      justify-content: space-between;
    }
    .edit-area .mainvisual--btm_flexArea_reverse {
      flex-direction: row-reverse;
    }
    .edit-area .figSlider ul.pager {
      padding-top: 1.4rem;
      gap: 0 0.75rem;
    }
    .edit-area  .figSlider ul.pager > li{
      display: block;
      width: 0.6rem;
      height: 0.6rem;
      border-radius: 50%;
      margin: 0;
      background: #C1C0C0;
      transition: background 0.3s ease;
      cursor: pointer;
      opacity: 1;
    }
  }
  @media screen and (max-width: 767px) {
    .edit-area .mainvisual--btm_flexArea .slick-dots {
      margin-top: calc(30 *(100vw / 750));
    }
    .sec-style01 .mainvisual--btm_flexArea .slick-dots {
      float: right;
      margin: calc(28*(100vw / 750)) calc(-12*(100vw / 750)) 0 0;
    }
    .edit-area .figSlider{
      margin-bottom: calc(60* (100vw /750));
    }
  }

  .max-width_img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 14rem;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .max-width_img_in {
    width: 25%;
  }
  .max-width_img02 {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  @media screen and (max-width: 767px) {
    .max-width_img {
      margin: 0 calc(50% - 50vw);
      width: 100vw;
      display: block;
      margin-bottom: calc(196* (100vw /750));
    }
    .max-width_img_in {
      width: 33.333333333%;
    }
    .max-width_img02 {
      margin: 0 calc(50% - 50vw);
      width: 100vw;
    }
    .edit-area .max-width_img .slide.js-slide_wrap .goods_slide {
      width: calc(540 * (100vw / 750)); /* 幅の計算 */
    }
    .edit-area .max-width_img .slide.js-slide_wrap .slick-dots li.slick-active button {
      background: #656565;
    }
    .edit-area .max-width_img .slide.js-slide_wrap .slick-dots li {
      margin: 0 calc(11 * (100vw / 750));
    }
    .edit-area .max-width_img .slide.js-slide_wrap .slick-dots li button:before {
      font-size: 7.5px;
      color: #C1C0C0;
      opacity: 1;
    }
    .edit-area .max-width_img .slide.js-slide_wrap .slick-dots li.slick-active button:before {
      opacity: 1;
      color: #656565;
    }
    .max-width_img .slick-dots {
      margin: calc(30* (100vw /750)) auto 0 calc(307* (100vw /750)) ;
    }
  }
  
  .sec_ttl {
    margin: 0 auto 7.8rem;
    width: max-content;
    font-size: 2.8rem;
    letter-spacing: 0.14em;
    line-height: 1;
  }
  .sec_ttl span {
    font-size: 2.2rem;
  }
  .sec-style01 .sec_ttl {
    color: #914641;
  }
  .sec-style02 .sec_ttl {
    color: #3B5784;
  }
  .style_img {
    width: 32rem;
  }
  .style_wrap .style_lead {
    width: 29.5rem;
  }
  .model_img {
    width: 32rem;
  }
  .imgOuter {
    width: 32rem;
  }
  .sub-model_img {
    margin: 0 auto;
    width: 34rem;
  }
  .sec-style03 .max-width_img {
    margin-bottom: 12rem;
  }
  .sec-style03 .style_wrap .style_lead {
    margin-bottom: 9.3rem;
    width: 100%;
  }
  .sec-style04 .style_lead {
    margin-bottom: 7.2rem;
    width: 100%;
  }
  .sec-style04 .sub-model_img {
    width: 40rem;
  }
  .sec-style02 .mainvisual--btm_flexArea {
    margin-bottom: 8rem;
  }
  .sec-style03 .mainvisual--btm_flexArea_max .model_img {
    width: 50%;
  }
  .sec-style03 .mainvisual--btm_flexArea {
    margin: 2rem 0 2rem;
  }
  .sec-style03 .mainvisual--btm_flexArea_max {
    margin: 11.2rem calc(50% - 50vw) 0;
    width: 100vw;
  }
  .sec-style03 .style_col01,
  .sec-style04 .style_col01 {
    margin-bottom: 7rem;
  }
  .sec-style03 .style_col01 .style_lead,
  .sec-style04 .style_col01 .style_lead {
    margin-bottom: 0;
  }
  .sec-style03 .style_col01 {
    margin-bottom: 7.2rem;
  }
  .sec-style04 .style_col01 {
    margin-bottom: 7.3rem;
  }
  .sec-style04 .mainvisual--btm_flexArea {
    margin-bottom: 4rem;
  }
  @media screen and (max-width: 767px) {
    a:hover {
      opacity: 1!important;
    }
    .tee_lp .sec-style.sec-style01 .style_lead06 {
      letter-spacing: 0.07em;
    }
    .sec_ttl {
      margin: 0 auto calc(93* (100vw /750));
      font-size: calc(42* (100vw /750));
    }
    .sec_ttl span {
      font-size: calc(33* (100vw /750));
    }
    .style_img {
      width: 100%;
    }
    .style_wrap .style_lead {
      width: 100%;
    }
    .model_img {
      width: 100%;
    }
    .imgOuter {
      width: 100%;
    }
    .sub-model_img {
      margin: 0 auto;
      width: calc(540* (100vw /750));
    }
    .sec-style03 .max-width_img {
      margin-bottom: calc(138* (100vw /750));
    }
    .sec-style03 .style_wrap .style_lead {
      margin-bottom: calc(125* (100vw /750));
    }
    .sec-style04 .style_lead {
      margin-bottom: calc(125* (100vw /750));
    }
    .sec-style02 .mainvisual--btm_flexArea {
      margin-bottom: calc(142* (100vw /750));
    }
    .sec-style03 .mainvisual--btm_flexArea_max {
      margin: 0;
      width: 100%;
    }
    .sec-style03 .mainvisual--btm_flexArea_max .model_img {
      width: calc(540* (100vw /750));
    }
    .sec-style03 .mainvisual--btm_flexArea {
      margin: 0 0 calc(160* (100vw /750));
    }
    .sec-style03 .mainvisual--btm_flexArea:last-child {
      margin: calc(-19* (100vw /750)) calc(50% - 50vw);
      width: 100vw;
    }
    .sec-style03 .mainvisual--btm_flexArea:last-child .slick-dots {
      float: right;
      margin: calc(27*(100vw / 750)) calc(30* (100vw /750)) 0 0;
    }
    .sec-style03 .style_col01,
    .sec-style04 .style_col01 {
      margin-bottom: calc(125* (100vw /750));
    }
    .sec-style04 .mainvisual--btm_flexArea {
      margin-bottom: calc(50* (100vw /750));
    }
    .img19 {
      margin-bottom: calc(40* (100vw /750));
    }
    .sec-style04 .sub-model_img {
      width: 100%;
    }
  }

  .tee_lp .fadeInBlock_spot {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1.5s ease;
    pointer-events: none;
  }
  
  .tee_lp .fadeInBlock_spot.view {
    visibility: visible;
    opacity: 1;
    pointer-events: inherit;
  }