@charset "utf-8";

/* ------------------------------
   Base
------------------------------ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: none;
}

.l-header {
  background: #fff !important;
}

/* ------------------------------
   First View Slider
------------------------------ */
.p-kv_slider {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.p-kv_slider .slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto !important;
  margin: 0;
  padding: 0;
}

.p-kv_slider .slider-item {
  width: 100%;
  height: auto !important;
  background-image: none !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-kv_slider picture,
.p-kv_slider .slider-item img {
  display: block;
  width: 100%;
}

.p-kv_slider .slider-item img {
  height: auto;
  object-fit: cover;
}

.p-kv_slider .slick-prev,
.p-kv_slider .slick-next {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  background: transparent;
  border: none;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  outline: none;
}

.p-kv_slider .slick-prev {
  left: 2.5%;
  transform: translateY(-50%) rotate(-135deg);
}

.p-kv_slider .slick-next {
  right: 2.5%;
  transform: translateY(-50%) rotate(45deg);
}

.p-kv_slider .slick-dots {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 16px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.p-kv_slider .slick-dots li {
  display: block;
  margin: 0;
}

.p-kv_slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  color: transparent;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  outline: none;
}

.p-kv_slider .slick-dots .slick-active button {
  background: #000;
}

/* ------------------------------
   Layout
------------------------------ */
.container02,
.containerkall {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 4vh;
  gap: 4vh;
}

.container02 {
  margin-top: 30px;
}

.containerkall {
  margin-top: -30px;
  margin-bottom: 30px;
}

[class^="block-"] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 6vh;
  width: 100%;
  margin-bottom: 30px;
}

.block-6 {
  width: 100%;
  margin-bottom: 30px;
  background-color: #f2f2f2;
}

[class^="box-"] {
  min-width: 0;
}

.box-3,
.box-4,
.box-9,
.box-11 {
  flex-basis: 42%;
}

.box-2,
.box-5,
.box-8,
.box-8-2,
.box-10 {
  min-height: 540px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-basis: 58%;
}

.box-2 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/pthreejp/uploads/renewal/main_01sp.jpg");
}

.box-5 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/pthreejp/uploads/renewal/img_04.png");
}

.box-8 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/pthreejp/uploads/renewal/main_03.jpg");
}

.box-10 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/pthreejp/uploads/renewal/main_04.jpg");
}

.box-12 {
  max-width: 1000px;
  margin: auto;
  padding-bottom: 50px;
  flex-basis: 100%;
}

.box-14 {
  margin-top: 40px;
  text-align: right;
  flex-basis: 50%;
}

.box-14 img {
  width: 90%;
}

.box-15 {
  width: 50%;
  margin-top: 25px;
}

.mid,
.mid2 {
  margin: 0;
  padding-top: 40px;
  font-weight: 700;
  line-height: 1.7;
}

.mid {
  font-size: 1.8em;
  letter-spacing: 0.12em;
}

.mid2 {
  font-size: 1.8em;
}

.mid2 span,
.section-label {
  color: #bbb;
  font-size: 14px;
}

.art {
  margin: 0;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.9;
}

.art span a {
  color: #000;
}

.art span a:hover {
  text-decoration: underline;
}

.note-text {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.6;
  color: #555;
}

/* ------------------------------
   Product Plan Cards
------------------------------ */
.p3-plan-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.p3-plan-card {
  position: relative;
  display: block;
  padding: 20px 18px;
  color: #111;
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.p3-plan-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.teiki-card {
  border: 2px solid #000;
}

.card-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  background: #000;
  border-radius: 999px;
}

.card-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.card-price {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.card-price .tax {
  font-size: 12px;
  font-weight: 400;
}

/* ------------------------------
   Button
------------------------------ */
.btn06 {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 40px 10px 30px;
  color: #fff;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  background: #000;
  border-radius: 2px;
  outline: none;
  transition: background 0.2s ease;
}

.btn06:hover {
  background: #555;
}

.btnarrow1::after {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 5px;
  height: 5px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s ease;
}

.btnarrow1:hover::after {
  right: 11px;
}

/* ------------------------------
   Instagram (PC用)
------------------------------ */
.insta01__wrap {
  display: none;
}

.insta01__wrap_pc {
  display: flex;
  width: 100%;
  padding: 0;
}

.insta01__list {
  display: flex;
  width: 100%;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  list-style: none;
}

.insta01__item,
.insta01pc__item {
  margin-right: 5px;
  flex: 1 1 0;
}

.insta01__item > img,
.insta01pc__item img {
  width: 100%;
}

/* ------------------------------
   SNS Icons
------------------------------ */
.sns-wrapper {
  width: 100%;
  margin: 60px auto 40px;
}

.sns-icon-list {
  display: flex;
  align-items: center;
  justify-content: center; /* 完全な中央寄せ */
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns-icon-list li {
  margin: 0;
  padding: 0;
}

.sns-icon-list a {
  display: block;
  transition: opacity 0.2s ease;
}

.sns-icon-list a:hover {
  opacity: 0.6;
}

.sns-icon-list img {
  width: 40px;
  height: auto;
  display: block;
}

/* ------------------------------
   Title / News
------------------------------ */
.sub_ttl {
  margin: 40px auto 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.sub_ttl .title_bar {
  font-size: 24px;
}

.title_bar {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.title_bar::before,
.title_bar::after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  content: "";
  background-color: #000;
}

.title_bar::before {
  left: 0;
}

.title_bar::after {
  right: 0;
}

.news {
  width: 100%;
  margin: 40px auto;
}

.news .inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.news_list_scroll {
  max-height: 346px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.news_list,
.news_list_item {
  list-style: none;
}

.news_list_item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.news_list_line {
  margin: 0 !important;
}

.news_list_line > br {
  display: none !important;
}

.news_list_time {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news_item2 {
  width: 7em;
  margin: 0;
  padding: 2px 6px;
  color: #fff;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
  background: #000;
  border-radius: 2px;
  flex: 0 0 auto;
}

.news_item3 {
  margin: 6px 0 0 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}

.news_item3 a {
  display: inline !important;
  padding-right: 0 !important;
  text-decoration: underline;
}

/* ------------------------------
   Media Slick Carousel
------------------------------ */
#my-unique-slick-wrapper .media-slider {
  width: 80%;
  margin: 80px auto 100px;
}

#my-unique-slick-wrapper .slick-slide {
  margin: 0 20px;
}

#my-unique-slick-wrapper .slick-slide img {
  width: 100%;
}

#my-unique-slick-wrapper .slick-arrow {
  position: absolute;
  top: 10%;
  left: -25px;
  width: 12px;
  height: 12px;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background: transparent;
  border: none;
  border-top: solid 2px #000;
  border-left: solid 2px #000;
  transform: translateY(-50%) rotate(-45deg);
}

#my-unique-slick-wrapper .slick-next {
  right: -25px;
  left: auto;
  border-right: solid 2px #212121;
  border-left: none;
  transform: translateY(-50%) rotate(45deg);
}

#my-unique-slick-wrapper .slick-dots {
  display: none !important;
}

/* ------------------------------
   Animation
------------------------------ */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeUpTrigger {
  opacity: 0;
}

/* ------------------------------
   SP
------------------------------ */
@media screen and (max-width: 719px) {
  .container02,
  .containerkall {
    padding: 0 20px;
    gap: 32px;
  }

  .container02 {
    margin-top: 24px;
  }

  [class^="block-"] {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 36px;
  }

  .block-2 {
    margin-top: 32px !important;
  }

  .box-2,
  .box-5,
  .box-8,
  .box-8-2,
  .box-10 {
    width: 100%;
    min-height: 64vw;
    flex-basis: auto;
  }

  .box-3,
  .box-4,
  .box-9,
  .box-11,
  .box-14,
  .box-15 {
    width: 100%;
    flex-basis: auto;
  }

  .box-14 {
    margin-top: 0;
    text-align: center;
  }

  .box-14 img {
    width: 100%;
  }

  .mid,
  .mid2 {
    padding-top: 0;
    font-size: 1.3em;
    line-height: 1.7;
  }

  .mid {
    letter-spacing: 0.08em;
  }

  .art {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.9;
  }

  .p3-plan-cards {
    grid-template-columns: 1fr;
  }

  .sns-wrapper {
    margin: 40px auto 20px;
  }

  .insta01__wrap_pc,
  .insta01__list {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .insta01__wrap_pc {
    padding: 0 10px !important; 
  }

  .insta01__item,
  .insta01pc__item {
    display: block !important;
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 8px 5px !important;
    box-sizing: border-box !important;
    
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .insta01pc__item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .insta01__wrap_pc:last-of-type::after {
    content: "";
    display: table;
    clear: both;
  }

  .news .inner {
    padding: 0 20px;
  }

  .news_list_time {
    align-items: flex-start;
  }

  #my-unique-slick-wrapper .media-slider {
    width: calc(100% - 40px);
    margin: 48px auto 72px;
  }

  #my-unique-slick-wrapper .slick-slide {
    margin: 0 8px;
  }
}

/* ==================================================
     FV修正
   ================================================== */

.l-container.js-main-container {
  padding-top: var(--p3-header-height, 112px) !important;
}

.p-kv_slider {
  margin-top: 0 !important;
}

.p-kv_slider .slider,
.p-kv_slider .slider-item {
  height: auto !important;
}

.p-kv_slider .slider-item img {
  display: block;
  width: 100%;
  height: auto !important;
  object-fit: contain !important;
}

.p-kv_slider .slick-dots li button::before,
.p-kv_slider .slick-dots li button:before {
  display: none !important;
  content: none !important;
}

.p-kv_slider .slick-dots {
  position: absolute !important;
  right: 0;
  bottom: 18px !important;
  left: 0;
  z-index: 5;
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 0 !important;
}

.p-kv_slider .slick-dots li {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.p-kv_slider .slick-dots li button {
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  background: #d7d7d7 !important;
  border: none !important;
  border-radius: 50% !important;
  opacity: 1 !important;
}

.p-kv_slider .slick-dots li.slick-active button {
  background: #000 !important;
}

@media screen and (max-width: 719px) {
  .l-container.js-main-container {
    padding-top: var(--p3-header-height-sp, 112px) !important;
  }

  .p-kv_slider .slick-dots {
    bottom: 16px !important;
  }
}