html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

html {
	scroll-behavior: smooth;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  color: #000;
  cursor: pointer;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/*　リセットCSSここまで　*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c");
body {
  width: 100%;
	margin: 0	auto;
	position: relative;
	background: #fffddf;
	font-family: "Hiragino Maru Gothic StdN","M PLUS Rounded 1c","Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo","sans-serif";
  font-weight: 300;
  font-size: clamp(12px, 2.5vw, 16px);
  text-align: center;
}

body img {
  width:100%;
  display: block;
  margin: 0 auto;
}

section {
  width: 100%;
  max-width: 1440px;
  background-color: #ffffff;
  margin: 0 auto;
}

*:focus {
	outline: none;
}

tbody{
	margin: 30px auto;
}

table{
	margin: auto;
}

a, p {
  font-weight: 300;
  font-size: clamp(12px, 2.5vw, 16px);
  font-feature-settings:"palt" 1;
  line-height: 1.5;
}

p.txt-sm {
  font-size: clamp(16px, 3.5vw, 22px);
}

p.txt-xxs {
  font-size: clamp(12px, 2.0vw, 14px);
}

a:hover {
  text-decoration: underline;
  color: #005fad;
}

em {
  font-style: normal;
  text-decoration: none;
}

/* ここから各セクションのCSS　*/

/*　ヘッダー　*/
header {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

header img {
  max-width: 100%;
}

/*　メイン　*/
main {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

/*　マンガ　*/
.mamga_cont {
  width: 100%;
  padding: 3.0em 0;
  box-sizing: border-box;
  background: #ffffff;
}

.mamga_inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.mamga_cont .copy_right {
  text-align: left;
}

/*　VPN説明　*/
.vpn_why {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FF9123;
}

.vpn_why_inner {
  width: 90%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4.0em 0;
  margin: 0 auto;
}

.why_title {
  color: #ffffff;
}

.why_title_h2 {
  font-weight: 900;
  font-size: 1.8em;
  line-height: 1.7em;
  text-align: center;
  margin: 0 auto;
  padding: .5em;
  border-radius: 5.0rem;
  background: #FFF100;
  color: #FF9123;
  letter-spacing: .1em;
}

.why_title p {
  padding: 1.5em 0;
  font-weight: 700;
  font-size: 1.2em;
}

.why_list {
  display: flex;
  flex-direction: column;
  gap: 1.0em;
  margin: 0 auto;
  padding: 0;
}

.why_list li {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 2.0em;
  box-sizing: border-box;
  border-radius: 40px;
  border: 6px solid #196FB8;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2em;
}

.why_list li h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .8em;
  font-weight: 900;
  font-size: 1.6em;
  line-height: 1.2em;
  text-align: center;
  color: #3D62AD;
  font-feature-settings:"palt" 1;
}

.why_list li h3 .badge {
  border-radius: 30px;
  background: #3D62AD;
  color: #FFF;
  padding: .5em 2.0em;
  line-height: 1.4em;
  font-size: .8em;
  letter-spacing: .1em;
}

.why_list li p {
  font-weight: 500;
  line-height: 1.2em;
  font-size: 1.2em;
  color: #000000;
}

/*　Pontaパスってなに？　*/
.ppass_why {
  width: 100%;
  background: #fffddf;
  margin: 0 auto;
  padding: 4.0em 0;
  box-sizing: border-box;
}

.ppass_why_inner {
  width: 85%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.0em;
}

.ppass_link {
  width: 90%;
  margin: 0 auto;
  padding: 2.0em 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .8em;
}

.ppass_link p.txt-sm {
  font-weight: 600;
}

.btn-ppass a {
  width: 100%;
  max-width: 400px;
  background: #1f5fa8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 3em;
  border-radius: 2em;
  margin: 0 auto;
  box-shadow: 0 .3rem #17477d;
  min-height: 2.4em;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 600;
  padding: 1.0em 2.0em;
  box-sizing: border-box;
}

/* スライダーセクション */

.tabBox h2 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.7em;
  color: #ff6f0f;
  width: fit-content;
  margin: 0 auto;
}

.tabBox h2::after {
  content: '';
  display: block;
  height: 4px;
  background:#ff6f0f;
  border-radius: 2em;
}
/*-- tab -------------------------------*/

.tabBox {
  padding-block: 3em;
}
.tab-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 3.0em auto;
}

.tab-label {
  color: #ffffff;
  background: rgb(207, 207, 207);
  font-weight: 600;
  font-size: 1.2em;
  white-space: nowrap;
  text-align: center;
  padding: .8em .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: .8em;
  flex: 1;
  margin-right: 8%;
}
.tab-label i {
  font-size: 1.2em;
  margin-right: .3em;
}
.tab-label-text {
  display: inline-block;
  vertical-align: middle;
}
.tab-label:not(:last-of-type) {
  margin-right: .5em;
  margin-left: 8%;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #FF9123;
  color: #fff;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  overflow: auto;
  padding-top: 2.0em;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/*-- swiper -------------------------------*/

.swiper .small {
  margin-top: .5em;
  line-height: 1;
}

.swiper-slide h3 {
  line-height: 2.2;
  font-size: 1.8rem;
}
.swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  line-height: 1.4;
  /* set slides to occupy 90% of swiper container */
  width: 100%;
  box-sizing: border-box;
  padding: 0 1em;
}

.swiper-slide img {
  display: block;
  width: 90%;
  max-width: 450px;
  height: auto;
  margin: auto;
  object-fit: cover;
}

.swiper-slide-text {
  position: relative;
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.4em;
  font-feature-settings:"palt" 1;
}

.swiper-slide-text h5 {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.4em;
  color: #ff6f0f;
  padding-block: 1.0em;
}

.swiper-slide-text .small {
  font-size: 0.8em;
  margin-top: 0.5em;
}

/* Pagination bullets */
.mySwiper {
  position: relative;
  padding-bottom: 1.5rem !important; /* space for pagination so it doesn't overlap slides */
}
.swiper-pagination {
  text-align: center;
  margin-top: 0;
  position: absolute;
  left: 0;
  bottom: 0em !important;
  width: 100%;
}
.swiper-pagination-bullets {
  display: inline-block;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfcfcf;
  opacity: 1;
  margin: 0 6px;
  display: inline-block;
  transition: background .3s, transform .3s;
}
.swiper-pagination-bullet-active {
  background: #FF9123 !important;
  transform: scale(1.3);
}

/* Navigation buttons — use FontAwesome icons (fa-chevron-left/right) */
.swiper-button-next, .swiper-button-prev {
  width: 34px !important;
  height: 34px !important;
  border-radius: 50%;
  background: #343434;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  transition: background .2s, color .2s, transform .12s;
  /* ensure no extra pseudo content or text is visible */
  padding: 0;
  line-height: 1;
  box-sizing: border-box;
  overflow: hidden;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: var(--swiper-navigation-top-offset, 38%) !important;
}
.swiper-button-next::after, .swiper-button-prev::after {
  display: none !important;
  content: none !important;
}
.swiper-button-next i, .swiper-button-prev i {
  font-size: 1.2em;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
  background: #FF9123;
  color: #fff;
  transform: translateY(-2px);
}
.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
  }
}

/*　バナーエリア　*/
.banner_area {
  padding: 4.0em 0;
}

.banner_inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.banner_list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2.0em;
}

/*　テキストエリア　*/
.text_area {
  width: 100%;
  background: #eaf0f3;
  margin: 0 auto;
  padding: 3.0em 0;
  box-sizing: border-box;
}

.text_area .txt-xs {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  margin-top: 0.8em;
}

.text_inner .txt-xxs {
  font-size: 1.0em;
  line-height: 1.4em;
  margin-top: 0.7em;
}

.text_area h2 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.7em;
  color: #ff6f0f;
  width: fit-content;
  margin: 0 auto 1.0em;
}

.text_area h2::after {
  content: '';
  display: block;
  height: 4px;
  background: #ff6f0f;
  border-radius: 2em;
}


.text_area h3 {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.4em;
  margin-top: 1.0em;
  font-feature-settings:"palt" 1;
}

.text_inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}

.text_inner p {
  font-size: 1.2em;
}

.text_inner a {
  color: #005fad;
}

.ind-1em {
    display: block;
    text-indent: -1em !important;
    padding-left: 1em;
    line-height: 1.5em;
}


/*　フッター　*/
footer {
  width: 100%;
  padding: 2.0em 0 8.5em;
  box-sizing: border-box;
  background: #ffffff;
}

footer .footer_link a {
  text-align: center;
  font-size: 1.0em;
}

footer p.copy_right {
  font-size: .8em;
}

/*　フローティングボタン　*/
#fixed-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 -2px 6px rgba(0,0,0,0.1);
  padding: 1.5em 0;
  box-sizing: border-box;
  z-index: 100;
}

.icon-cir {
    background: #fff;
    border-radius: 50%;
    color: #FF9123;
    width: 1.2em;
    height: 1.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-cir::before {
    font-size: .8em;
}

.btn-block a {
  width: 80%;
  max-width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: .5em;
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: 600;
  padding: .7em 1.0em;
  margin: 0 auto;
  text-align: center;
  background: #FF9123;
  border-radius: 3.0em;
}

@media screen and (min-width: 769px) {
  #fixed-wrap.hide-ua-pc {
    display: none;
  }
  footer.hide-ua-pc {
    padding: 2.0em 0;
  }
}
