@charset "utf-8";

/* reset */
body.v-summer {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

.v-summer::before,
.v-summer::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

.v-summer p,
.v-summer table {
  margin: 0;
}

.v-summer h1,
.v-summer h2,
.v-summer h3,
.v-summer h4,
.v-summer h5,
.v-summer h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

.v-summer ul,
.v-summer ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v-summer dt {
  font-weight: bold;
}

.v-summer dd {
  margin-left: 0;
}

.v-summer a {
  transition: transform 0.3s ease;
}

.v-summer a:hover {
  opacity: 0.7;
}

.v-summer small {
  font-size: 80%;
}

.v-summer table {
  border-color: inherit;
  border-collapse: collapse;
}

.v-summer td,
.v-summer th {
  vertical-align: top;
  padding: 0;
}

.v-summer th {
  text-align: left;
  font-weight: bold;
}

/* 共通 */
.v-summer img {
  width: 100%;
  vertical-align:top;
}

.v-summer .bold {
  font-weight: bold;
}

.v-summer .mb-1em {
  margin-bottom: 1em;
}

.v-summer .mb-2em {
  margin-bottom: 2em;
}
.v-summer .mb-55 {
  margin-bottom: 55px;
}
.v-summer .mb-80 {
  margin-bottom: 80px;
}
.v-summer .mt-2em {
  margin-top: 2em;
}
.v-summer .mt-5 {
  margin-top: 5px;
}
.v-summer .mb-5 {
  margin-bottom: 5px;
}


.v-summer .green {
  color: #03846d;
  text-decoration: none;
}

.v-summer .dfx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.v-summer .center {
  text-align: center;
}
@media (min-width:800px) {
  .sp-only {
    display: none;
  }
}
@media (max-width:799px) {
  .pc-only {
    display: none;
  }
  .v-summer .mb-55 {
    margin-bottom: 40px;
  }
  body.v-summer {
    line-height: 1.6;
  }
}
/* ============================================ */
/* ここからコンテンツ */
/* ============================================ */
/* fixボタン設置のために底上げ */
body.v-summer {
  padding-bottom: 280px; 
}
/* kV */
.v-summer .kv {
  max-width: 880px;
  margin: 0 auto;
}

/* Wrapper */
.v-summer .wrapper {
  max-width: 880px;
  margin: 0 auto;
  background-color: #fff;
}

.v-summer .inner {
  padding: 0 15px;
}
.v-summer .green-label {
  position: relative;
}
.v-summer .green-label::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 50%;
  top: 0;
  transform: translate(-50% , 0);
  width: 80px;
  height: 4px;
  background-color: #00846D;
}
/* イントロ部分 */
.v-summer .intro {
  padding-bottom: 5em;
  margin-bottom: 2em;
}
/* グロナビ */
.v-summer .global-nav {
  margin: 0 15px;
  padding: 15px;
  border: 2px solid #ddd;
  border-radius: 25px;
}
.v-summer .global-nav ul {
  list-style: none;
  padding: 0;
  display: flex; 
  /* justify-content: space-between;  */
  flex-wrap: wrap; 
  padding: 10px;
  border-radius: 5px;
  gap: 18px;
}
/* 
.v-summer .global-nav ul li {
  margin: 0 15px; 
} */

.v-summer .global-nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  padding: 5px 0;
  transition: color 0.3s ease; 
  /* white-space: nowrap;  */
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ddd;
  transition: all 0.3s ease;
  font-size: 15px;
}
.v-summer .global-nav ul li a::before {
  content: "\025bc";
  color: #00846D;
  margin-right: 5px;
}
.v-summer .global-nav ul li a:hover {
  color: #00846D; 
  opacity: 1;
  border-bottom-color: #00846D;
}
/* #campaign-content:before,
#eligible-cards:before,
#benefits-timing:before,
#faq:before,
#for-good-initiatives:before,
#v-point-festival-2025:before,
#other-deals:before {
  content:'';
  display: block;
  padding-top: 120px;
  margin-top: -120px; 
} */
@media(max-width:799px) {
  .v-summer .global-nav ul {
    flex-direction: column;
    gap: unset;
  }
  .v-summer .global-nav ul li a {
    padding: 10px 0;
  }
  
}
/* アコーディオン */
.v-summer .accordion__item {
  border: 2px solid #ddd;
  border-radius: 4px;
  /* margin-bottom: 10px; */
  overflow: hidden;
}

.v-summer .accordion__header {
  width: 100%;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: none;
  cursor: pointer;
  letter-spacing: 0.06em;
  line-height: 36px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  transition: background-color 0.3s ease;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #333;
  transition: all 0.3s ease-out;
}

.v-summer .accordion__header:hover .accordion__icon {
  background: #00846d;
}

.v-summer .accordion__header:hover .accordion__icon::before,
.v-summer .accordion__header:hover .accordion__icon::after {
  background-color: #edf8f5;
}

.v-summer .accordion__header:hover {
  color: #00846d;
}
.v-summer .accordion__content .accordion__title {
  margin: 2em 0 1em;
}
.v-summer #faq .accordion__content .accordion__title {
  position: relative;
  padding-left: 25px;
}
.v-summer #faq .accordion__content .accordion__title::before {
  position: absolute;
  content: "Q";
  font-size: 20px;
  padding-right: 10px;
  left: 0;
  top: -3px;
  color: #333;
}
.v-summer .accordion__content .answer {
  position: relative;
  padding-left: 25px;
} 
.v-summer .accordion__content .answer::before {
  position: absolute;
  content: "A";
  font-size: 20px;
  padding-right: 10px;
  left: 0;
  top: -3px;
  color: #00846D;
  font-weight: bold;
}

/* プラス・マイナスアイコン */
.v-summer .accordion__icon {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #edf8f5;
  background-color: #edf8f5;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.3s ease-out;
}

.v-summer .accordion__icon::before,
.v-summer .accordion__icon::after {
  content: '';
  position: absolute;
  background-color: #00846d;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  border-radius: 1px;
}

.v-summer .accordion__icon::before {
  width: 12px;
  height: 2px;
}

.v-summer .accordion__icon::after {
  width: 2px;
  height: 12px;
}

.v-summer .accordion__header.active .accordion__icon::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.v-summer .accordion__content {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
  /* border-top: 1px solid #eee; */
}

.v-summer .accordion__body {
  padding: 0 40px 40px;
  border-top: none;
}

.v-summer .accordion__body .accordion__title {
  font-weight: bold;
  margin-bottom: 10px;
}

.v-summer .accordion__list {
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.v-summer .accordion__list-item {
  margin-bottom: 5px;
}

.v-summer .note {
  font-size: 14px;
  letter-spacing: 0.025em;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.v-summer .note::before {
  content: "※";
  font-size: 14px;
}
.v-summer .ex {
  font-size: 14px;
  letter-spacing: 0.025em;
  padding-left: 2.5em;
  text-indent: -2.5em;
}

.v-summer .ex::before {
  content: "【例】";
  font-size: 12px;
}
.v-summer .red ,.v-summer .red.note::before{
  color: #ff0000;
}
/* .v-summer .dot {
  list-style-position: inside;
  list-style-type: disc;
}

.v-summer .dot::marker {
  color: #dddddd;
  font-size: 20px;
  unicode-bidi: isolate;
  font-variant-numeric: tabular-nums;
  text-transform: none;
  text-indent: 0px !important;
  text-align: start !important;
  text-align-last: auto !important;
} */
.v-summer .dot {
  display: flex;
  position: relative;
  padding-left: 1.2em;
}
.v-summer .dot::before {
  content: "\025cf";
  position: absolute;
  top: 7px;
  left: 0;
  color: #dddddd;
  font-size: 8px;
}
.v-summer .square::before {
  color: #707070;
  content: "\025a0";
  font-size: 12px;
}
@media (max-width:799px) {
  .v-summer .accordion__header {
    padding: 20px;
    font-size: 16px;
    letter-spacing: normal;
    line-height: 1.7;
  }
  .v-summer .note {
    font-size: 12px;
  }
  .v-summer .accordion__body {
    padding: 0 20px 40px;
  }
  .v-summer .ex {
    font-size: 12px;
  }
}
/* Vpassアプリ */
.v-summer .app {
  border: 2px solid #ddd;
  border-radius: 30px;
  padding: 30px;
}

.v-summer .app__container {
  justify-content: space-evenly;
}

.v-summer .app__download {
  padding: 2em 0;
  /* border-top: 1px solid #eee;  */
}

.v-summer .app__download p {
  font-size: 20px;
}

.v-summer .app-apple,
.v-summer .app-google {
  display: none;
  /* 初期はすべて非表示にして、JSで制御 */
}
.v-summer .link {
  display: flex;
  align-items: center;
}
.v-summer .link::after {
  content: "";
  background: url(../img/link.svg) no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  margin-left: 5px;
}
@media (max-width:768px) {
  .v-summer .app {
    padding: 30px 15px;
  }
}
/* エントリーボタン */
.v-summer .fix-btn {
  padding: 30px;
  box-shadow: 0 -4px 2px rgb(0 0 0 / 6%);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #fff;
  box-sizing: border-box;
}

.v-summer .entry-btn {
  width: 100%;
  background-color: #ff0000;
  color: #ffffff;
  text-decoration: none;
  border: none;
  border-radius: 9999px;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}


.v-summer .entry-btn__text {
  margin-right: 15px;
  white-space: nowrap;
}

.v-summer .entry-btn__arrow {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  right: 30px;
}

.v-summer .fix-btn__inner {
  max-width: 470px;
  margin: 0 auto;
}
.v-summer .fix-btn__inner .note {
  font-size: 12px;
}
.v-summer .sedinavi__link {
  color: inherit;
  font-size: 14px;
  text-indent: -12px;
  padding-left: 12px;
}
.v-summer .scroll { /* ★クラス名を変更★ */
  z-index: 100;
  transition: transform 0.3s ease-out; 
}

/* スクロール時に非表示にするためのクラス */
.v-summer .scroll.is-hidden { 
  transform: translateY(100%);
}

@media (max-width:799px) {
  .v-summer .fix-btn__inner .note {
    font-size: 10.7px;
  }
  .v-summer .fix-btn__inner .entry-btn {
    font-size: 18px;
    padding: 8px;
    margin: 5px 0;
  }
  .v-summer .fix-btn__inner .entry-btn__arrow {
    width: 10px;
    height: 10px;
  }
  .v-summer .fix-btn__inner p {
    font-size: 12px;
  }
  .v-summer .sedinavi__link {
    font-size: 12px;
  }
  .v-summer .fix-btn {
    padding: 10px;
  }
  .v-summer .intro .gradient .fix-btn__inner {
    padding: 0 15px;
  }
  .v-summer .gradient .fix-btn {
    padding: 15px;
  }
  .v-summer .gradient .fix-btn__inner p {
    font-size: 14px;
    text-align: left;
  }
  .v-summer .gradient .entry-btn {
    font-size: 22px;
  }
  .v-summer .gradient .sedinavi__link {
    font-size: 14px;
  }

}
/* 背景パターン */
.bg-pattern {
  background-color: #d7f6ff;
  opacity: 1;
  background-image: radial-gradient(#7acfe24b 1.5px, transparent 1.5px), radial-gradient(#7acfe24b 1.5px, #d7f6ff 1.5px);
  background-size: 10px 10px;
  background-position: 0 0, 5px 5px;
}
.v-summer .gradient {
  /* background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 60%, rgba(0, 104, 230, 1)); */
  background-image: url(../img/gradient.svg);
  background-repeat: no-repeat;
  padding-top: 4em;
  }
@media (max-width:799px) {
  .v-summer .gradient {
    padding-top: 2em;
  }
}
/* セクションタイトル */
.v-summer h2 {
  padding: 80px 0;
  font-size: 32px;
}
.v-summer .ttl {
  position: relative; /* 子要素の絶対配置の基準にする */
  text-align: center; /* h3を中央に配置 */
  overflow: hidden; /* 横棒が親要素をはみ出さないように */
}

.v-summer .ttl h3 {
  position: relative;
  display: inline-block; 
  background-color: #fff; 
  padding: 0 15px;
  z-index: 1; 
  color: #333;
  margin: 0;
  font-size: 22px;
}

.v-summer .ttl h3::before,
.v-summer .ttl h3::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 1000px;
  height: 2px; 
  background-color: #00846D; 
  transform: translateY(-50%);
  z-index: 0;
}
.v-summer .ttl h3::before {
  right: 100%; 
}

.v-summer .ttl h3::after {
  left: 100%; 
}
@media (max-width:799px) {
  .v-summer h2 {
    font-size: 24px;
    padding: 60px 0;
  }
  .v-summer .ttl h3 {
    font-size: 20px;
  }
}
/* キャンペーン内容 */
#campaign-content p {
  font-weight: bold;
  font-size: 34px;
}
@media (max-width:799px) {
  #campaign-content p {
    font-size: 24px;
  }
}
/* 条件と特典 */
.v-summer .conditions__list {
  background-color: #F9F7E8;
  padding: 30px;
  border-radius: 25px;
}
.v-summer .conditions__list-item h4 {
  /* position: relative; */
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 19px;
}
.v-summer .conditions__list-item h4::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
}
.v-summer .conditions__list-item:nth-of-type(1) h4::before {
  background-image: url(../img/number1.svg);
    background-repeat: no-repeat;
}
.v-summer .conditions__list-item:nth-of-type(2) h4::before {
  background-image: url(../img/number2.svg);
    background-repeat: no-repeat;
}

.v-summer .conditions__list .note, .v-summer .speechBubble2 .note {
  margin-left: 45px;
}
.v-summer .conditions__list-item-bottom .note {
  margin-left: 15px;
}
.v-summer .conditions-allow {
  max-width: 500px;
  margin: 0 auto;
}
.v-summer .speechBubble {
  position: relative;
  /* display: inline-block; */
  margin-top: 20px;
  padding: 30px 15px;
  border: 2px solid #00846d;
  border-radius: 25px;
  background-color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
}

.v-summer .speechBubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 70px 20px 70px;
  border-color: transparent transparent #00846d;
  translate: -50% -100%;
}

.v-summer .speechBubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 62.7px 17.9px 62.7px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}
.v-summer .speechBubble p {
  position: relative;
  padding-left: 60px;
}
.v-summer .speechBubble p::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: url(../img/condition-img5.svg) no-repeat;
  width: 130px;
  height: 115px;
  left: -20px;
  top: -30px;
}
.v-summer .speechBubble p span {
  font-size: 20px;
}
.v-summer .speechBubble .dfx img {
  width: calc((100% - 15px) / 2);
}
.v-summer .speechBubble2 {
  position: relative;
  margin-bottom: 20px;
  padding: 30px 15px;
  border-radius: 25px;
  background-color: #f9f7e8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  width: 100%;
  box-sizing: border-box;
}

.v-summer .speechBubble2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 70px 0 70px;
  border-color: #f9f7e8 transparent transparent;
  translate: -50% 100%;
}
.v-summer .speechBubble2 h4 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 19px;
}
.v-summer .speechBubble2 h4::before {
  content: "";
  display: inline-block;
  background-image: url(../img/number3.svg);
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  min-width: 34px;
}
.v-summer .pay-attention-btn {
  max-width: 320px;
  margin: 0 auto;
  background-color: #00846D;
  color: #ffffff;
  text-decoration: none;
  border: none;
  padding: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);  */
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.v-summer .pay-attention {
  border: 2px solid #ddd;
    border-radius: 4px;
    padding: 40px;
}

.v-summer .pay-attention-btn__text {
  margin-right: 15px;
  white-space: nowrap;
}

.v-summer .pay-attention-btn__arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  vertical-align: middle;
  position: absolute;
  right: 30px;
}
@media (max-width:799px) {
  .v-summer .conditions__list {
    padding: 30px 15px;
  }
  .v-summer .speechBubble .dfx img {
    width: 100%;
  }
  .v-summer .conditions__list-item h4 {
    align-items: start;
  }
  .v-summer .speechBubble {
    padding: 50px 15px 30px;
  }
  .v-summer .speechBubble p::before {
    width: 27%;
    top: -70px;
  }
  .v-summer .speechBubble p {
    padding-left: unset;
  }
  .v-summer .speechBubble .dfx {
    gap: 10px;
  }
  .v-summer .pay-attention {
    padding: 30px;
  }
  .v-summer .speechBubble2 h4 ,.v-summer .conditions__list-item h4{
    font-size: 17px;
  }
  .v-summer .conditions__list-item h4::before,.v-summer .speechBubble2 h4::before {
    width: 27px;
    height: 27px;
    min-width: 27px;
  }
  .v-summer .conditions__list .note, .v-summer .speechBubble2 .note {
    margin-left: 38px;
  }
  .v-summer .conditions__list-item-bottom .note {
    margin-left: 15px;
  }
}
/* 特典付与時期について */
.benefit-timing-table {
  width: 100%; 
  border-collapse: collapse; 
  margin: 20px 0; 
}

.benefit-timing-table th {
  background-color: #808080;
  color: #fff;          
  padding: 10px;          
  text-align: center;      
  border: 1px solid #808080; 
}

.benefit-timing-table td {
  background-color: #fff;  
  color: #333;            
  padding: 10px;          
  text-align: center;      
  border: 1px solid #808080; 
}
/* for good */
.v-summer #for-good-initiatives {
  padding-bottom: 80px;
}
.v-summer .for-good__container {
  align-items: flex-start;
  justify-content: space-evenly;
  padding: 15px;
}
.v-summer .for-good__ttl {
  font-size: 21px;
}
.v-summer .for-good__img {
  width: 27%;
}
.v-summer .for-good__txt {
  width: 60%;
}
.v-summer .for-good__txt h4 {
  background-color: #00846D;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  font-size: 16px;
}
@media (max-width:799px) {
  .v-summer .for-good__container {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 0;
  }
  .v-summer .for-good__img {
    width: 60%;
  }
  .v-summer .for-good__txt {
    width: 100%;
  }
  .v-summer .for-good__ttl {
    font-size: 16px;
  }
}
/* 2025年度「青と黄色のVポイント祭」実施予定 */
.v-summer #v-point-festival-2025 {
  padding: 55px 0;
}
.v-summer #v-point-festival-2025 h4 {
  font-size: 22px;
}
@media (max-width:799px) {
  .v-summer #v-point-festival-2025 h4 {
    font-size: 20px;
  }
}
/* 祭以外のお得情報 */
.v-summer #other-deals .other-deals-bg {
  background-color: #00866C;
  padding-bottom: 50px;
}
/* .v-summer .triangle-bottom {
  transform: scaleX(-1) scaleY(-1);

} */
.v-summer #other-deals h4 {
  color: #fff;
  font-size: 22px;
  padding-top: 50px;
}
.v-summer .other-deals__container {
  gap: 10px;
  padding: 50px 15px;
}
.v-summer .other-deals__item {
  width: calc((100% - 10px) / 2);
}
@media (max-width:799px) {
  .v-summer #other-deals h4 {
    font-size: 20px;
  }
  .v-summer .other-deals__item {
    width: 100%;
  }
}
/* ご注意 */
.v-summer .attention {
  max-width: 880px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}
.v-summer .attention__inner {
  padding: 0 15px;
}
.v-summer .attention__inner h4 {
  display: flex;
}
.v-summer .attention__inner h4:before {
  content: "";
  display: inline-block;
  background: url(../img/ic-attention.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 23px;
}
@media (max-width:799px) {
  .v-summer .attention__inner {
    padding-bottom: 20px;
  }
  .v-summer .attention {
    padding-bottom: 10em;
  }
  body.v-summer {
    padding-bottom: unset;
  }
}
.triangle-top {
  width: 100%;
  padding-top: 9%;
  margin-inline: auto;
  background-color: #00846D;
  clip-path: polygon(100% 0%, 0% 100%, 100% 125%);
}
.triangle-bottom {
  width: 100%;
  padding-top: 9%;
  margin-inline: auto;
  background-color: #00846D;
  clip-path: polygon(0% -5%, 0% 100%, 100% 0%);
}