@charset "UTF-8";
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                Setting
//////////////////////////////////////////////////////////////////////////////////////////////
*/
body {
  background-color: #e4e4e4;
}
.tee_lp {
  --color_black: #555;
  --color_white: #f1f1f1;
  --font_ja:
  "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  --font_en:
  "jaf-bernino-sans", sans-serif;
  color: var(--color_black);
}
.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: 8rem;
}
.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.3rem;
  letter-spacing: 0.13em;
}
@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(83*100vw/750);
  }
  .tee_lp .hero_ttl-sub {
    font-size: calc(30*100vw/750);
    letter-spacing: 0.14em;
    font-weight: 500;
  }
  .tee_lp .hero_ttl-main {
    margin-top: calc(44*100vw/750);
    font-size: calc(40*100vw/750);
    font-weight: 500;
    letter-spacing: 0.145em;
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                コンテンツ
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.tee_lp .style_wrap-grid {
  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 {
  margin-top: 3.15rem;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.085em;
}
.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;
}
@media screen and (min-width: 768px) {
  .tee_lp .style_wrap-grid {
    display: grid;
    grid-template: 40rem 8rem 40rem / 32rem 2rem 32rem;
    height: 88rem;
  }
  .tee_lp .style_col01 {
    grid-row: 1/2;
    grid-column: 1/4;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
  }
  .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;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {}
@media screen and (max-width: 767px) {
  .tee_lp .style_wrap-grid {
    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: 500;
  }
  .tee_lp .style_lead {
    margin-top: calc(50*100vw/750);
    font-size: calc(24*100vw/750);
    letter-spacing: 0.1em;
    text-align: justify;
  }
  .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-style01 {
    margin-top: 11.3rem;
  }
  .tee_lp .sec-style01 .style_col-txt {
    margin-left: 2.5rem;
  }
  .tee_lp .sec-style01 .style_ttl {
    margin-top: 1.8rem;
  }
  .tee_lp .sec-style02 {
    margin: 11.9rem 0 14rem;
  }
  .tee_lp .sec-style02 .style_col01 {
    flex-direction: row-reverse;
  }
  .tee_lp .sec-style02 .style_col-txt {
    grid-column: 1/2;
    margin-right: 2.4rem;
  }
  .tee_lp .sec-style02 .style_ttl {
    margin-top: -0.3rem;
  }
}
@media screen and (max-width: 767px) {
  .tee_lp .sec-style01 {
    margin: calc(129*100vw/750) auto calc(120* (100vw /750));
  }.tee_lp .sec-style02 {
    margin-top: calc(160*100vw/750);
  }
  .tee_lp .sec-style02 .style_ttl {
    margin-top: calc(58*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: 500;
}
@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);
}
.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: 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: calc(60* (100vw /750));
    font-size: calc(34 *(100vw / 750));
    padding-bottom: calc(27 *(100vw / 750));
    letter-spacing: 0.09em;
  }
}
.tee_lp .ct_ttl {
  margin-left: -0.3rem;
}
@media screen and (max-width: 767px) {
  .tee_lp .ct_ttl {
    margin-left: calc(-3 *(100vw / 750));
  }
}
.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;
  width: 90rem;
}
@media screen and (max-width: 767px) {
  .sec-hero {
    margin: 0 auto;
    width: 100%;
  }
  }
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                パッケージ
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.tee_lp .sec-package {
  margin-bottom: 11.2rem;
}
.tee_lp .package_img-main {
  width: 50rem;
  margin-inline: auto;
}
.tee_lp .package_ttl-sub {
  margin-top: 3.6rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.125em;
  text-align: center;
}
.tee_lp .package_ttl-main {
  margin-top: 1.2rem;
  border-bottom: 0;
  letter-spacing: 0.1em;
  text-align: center;
}
.tee_lp .package_txt {
  margin-top: 2rem;
  font-size: 1.2rem;
  line-height: 2.3333333333;
  letter-spacing: 0.05em;
  text-align: center;
  display: block;
}
.tee_lp .package_list {
  margin-top: 5.1rem;
}
.tee_lp .package_list_item_ttl {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.13em;
  text-align: center;
}
.tee_lp .package_list_item_lead {
  margin-top: 0.4rem;
}
.tee_lp .package_list_item:nth-child(2) .package_list_item_lead {
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {}
@media screen and (max-width: 767px) {
  .tee_lp .sec-package {
    margin: calc(180*100vw/750) 0 0;
  }
  .tee_lp .package_img-main {
    width: calc(660*100vw/750);
  }
  .tee_lp .package_ttl-sub {
    margin-top: calc(44*100vw/750);
    font-size: calc(26*100vw/750);
    line-height: 2.0769230769;
    font-weight: 500;
  }
  .tee_lp .package_ttl-main {
    margin-top: calc(15*100vw/750);
  }
  .tee_lp .package_txt {
    margin-top: calc(32*100vw/750);
    font-size: calc(18*100vw/750);
    line-height: 1.5555555556;
  }
  .tee_lp .package_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: calc(75*100vw/750);
    gap: calc(66*100vw/750) calc(30*100vw/750);
  }
  .tee_lp .package_list_item {
    width: calc(315*100vw/750);
  }
  .tee_lp .package_list_item:nth-child(3) {
    width: calc(660*100vw/750);
  }
  .tee_lp .package_list_item:nth-child(3) > figure {
    width: calc(315*100vw/750);
    margin-inline: auto;
  }
  .tee_lp .package_list_item_ttl {
    margin-top: calc(42*100vw/750);
    font-size: calc(30*100vw/750);
    line-height: 2;
    font-weight: 400;
  }
  .tee_lp .package_list_item_lead {
    margin-top: calc(10*100vw/750);
    text-align: center;
    white-space: nowrap;
  }
  .tee_lp .package_list_item:nth-child(2) .package_list_item_lead {
    letter-spacing: 0.075em;
  }
  .tee_lp .package_list_item:nth-child(3) .package_list_item_lead {
    letter-spacing: 0.04em;
  }
}
.sec-style01 .style_lead  {
  margin-top: calc(68* 100vw / 750);
}
.sec-style02 .style_lead  {
  margin-top: calc(68* 100vw / 750);
}
@media screen and (min-width: 768px) {
  .sec-style01 .style_lead  {
    margin-top: 8.8rem;
    letter-spacing: 0.075em;
  }
  .sec-style02 .style_lead  {
    margin-top: 7.4rem;
    letter-spacing: 0.06em;
  }
  .sec-package .style_inner  {
    width: 68rem;
  }
}
