*,
*::before,
*::after {
  box-sizing: border-box;
  min-height: 0vw;
}

header *,
header *::before,
header *::after {
  box-sizing: content-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
figure,
figcaption,
button,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  min-height: 0vw;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

a * {
  pointer-events: none;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style: none;
}

h2 {
  margin-block-start: 0;
  margin-block-end: 0;
}

p {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 0 !important;
  }
}

small,
em {
  font-style: normal;
}

img {
  width: 100%;
  border: 0;
  height: auto;
  vertical-align: top;
}

section {
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
}

.Wrapper {
  overflow: clip;
}

.WBR {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.container {
  z-index: 1;
  position: relative;
  max-width: 1140px;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: calc(12vw / 3.75);
    padding-left: calc(12vw / 3.75);
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

img {
  object-fit: contain;
  width: 100%;
}

main {
  position: relative;
  padding-top: 86px;
  overflow: clip;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 44px;
  }
}


a * {
  pointer-events: none;
}

a,
a * {
  transition: .3s;
}

.goTop {
  z-index: 400;
}
@media screen and (max-width: 767px) {
  .goTop {
    bottom: 5em;
  }
}

nav ul li {
  display: block;
  height: auto;
  padding: 0;
  font-size: 13px;
  line-height: 1.6em;
  text-align: left;
  color: #000;
  border-right: none;
}

.peel-off-ticket__side-link {
  z-index: 99;
  position: absolute;
  top: 86px;
  right: 0;
  width: calc(254.573vw / 14);
  height: calc(226.2259vw / 14);
  border-radius: 0 0 0 calc(50vw / 14);
  display: flex;
  border: 1px solid #ff594a;
  background-size: contain;
  background-color: #ff594a;
}
@media screen and (min-width: 768px) {
  .peel-off-ticket__side-link:hover {
    box-shadow: -1px 3px 0#004b6d;
  }
}
@media screen and (max-width: 767px) {
  .peel-off-ticket__side-link {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60px;
    border-radius: 0;
  }
}

.peel-off-ticket__side-link-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('../images/peel-off-ticket/peel-off-ticket__side-link.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .peel-off-ticket__side-link-inner {
    max-width: 375px;
    margin: 0 auto;
    background-image: url('../images/peel-off-ticket/peel-off-ticket__side-link_sp.svg');
  }
}



.peel-off-relative {
  position: relative;
  margin-top: calc(0% - max(110px, calc(110vw / 36)));
  padding-bottom: 110px;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .peel-off-relative {
    margin-top: calc(0% - 70vw / 3.75);
    padding-top: calc(90vw / 3.75);
    padding-bottom: calc(70vw / 3.75);
  }
}

.peel-off-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mask-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 3600 500"><path fill="%23ffffff" d="M0,500h3600V3.93S1800-30.82,1800,106.35C1800-30.82.03,3.93,0,3.93v496.07Z"/></svg>'),
    linear-gradient(to bottom, #fff, #fff);
  mask-repeat: no-repeat;
  mask-position: top center, center max(110px, calc(110vw / 36));
  mask-size: max(3600px, 100vw), 100% 100%;
  mask-composite: add;
  background-image: url('../images/peel-off-ticket/bg_yellow_border.jpg');
  background-repeat: repeat;
  background-size: 27.6296px;
  background-position: center;
}
.about__peel-off-bg ,.product__peel-off-bg {
  background-image: url('../images/peel-off-ticket/bg_dot_yellow.jpg');
}
.performance__peel-off-bg ,.flow__peel-off-bg {
  background-image: url('../images/peel-off-ticket/bg_dot_blue.jpg');
  background-size: 42.3947px;
}
@media screen and (max-width: 767px) {
  .peel-off-bg {
    mask-size: max(min(calc(2000vw / 3.75),2000px), 100vw), 100% 100%;
    mask-position: top center, center calc(70vw / 3.75);
  }
}

.peel-off-contents {
  position: relative;
  padding-bottom: calc(120vw / 14);
}

.fv {
  position: relative;
  background-image:
  url('../images/peel-off-ticket/fv_deco.webp'),
  url('../images/peel-off-ticket/fv_bg.webp'),
  url('../images/peel-off-ticket/bg_yellow_border.jpg');
  background-repeat: no-repeat,no-repeat,repeat;
  background-size: 100%,100% ,27.6296px;
  background-position: top left ,top center ,center;
  padding-bottom: calc(max(100px, calc(100vw / 36)) + 100px); 
}
@media screen and (max-width: 767px) {
  .fv {
    background-image:
    url('../images/peel-off-ticket/fv_deco_sp.png'),
    url('../images/peel-off-ticket/bg_yellow_border.jpg');
    background-size: 100% ,27.6296px;
    background-repeat: no-repeat,repeat;
    background-position: top left ,center;
    padding-bottom: calc(calc(60vw / 3.75) + 50px);
  }
}

.fv-container {
  min-height: calc(850vw / 14);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: calc(120vw / 14);
}
@media screen and (max-width: 767px) {
  .fv-container {
    min-height: calc(945vw / 3.75);
    padding-bottom: calc(85vw / 3.75);
  }
}

.fv-img {
  width: calc(775.8736vw / 14);
  padding-top: calc(65vw / 14);
  padding-right: calc(65vw / 14);
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .fv-img {
    width: calc(346.8587vw / 3.75);
    margin: 0 auto;
    padding-top: calc(20vw / 3.75);
    padding-right: 0;
  }
}

.fv-text {
  position: absolute;
  top: calc(510vw / 14);
  right: calc(54vw / 14);
  font-size: calc(20vw / 14);
  font-weight: 700;
  line-height: calc(33.759 / 20);
  color: #fff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fv-text {
    text-align: center;
    top: calc(370vw / 3.75);
    right: 50%;
    transform: translateX(50%);
    font-size: calc(12vw / 3.75);
    white-space: nowrap;
  }
}

.fv-popup {
  position: absolute;
  top: calc(35.515vw / 14);
  left: calc(32vw / 14);
  display: flex;
  gap: calc(9.2vw / 14);
}
@media screen and (max-width: 767px) {
  .fv-popup {
    top: calc(255vw / 3.75);
    left: 50%;
    transform: translateX(-50%);
    gap: calc(5vw / 3.75);
  }
}

.fv-popup li {
  width: calc(167.3383vw / 14);
  height: auto;
  aspect-ratio: 167.34 / 160.23;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 167.34 160.23"><path fill="%23ffe24e" d="M167.34,80.12c0,8.55-10.04,15.4-12.54,23.11-2.6,7.99,1.41,19.42-3.44,26.07-4.89,6.72-17.03,6.42-23.75,11.31-6.65,4.84-10.09,16.5-18.09,19.1-7.71,2.5-17.32-4.83-25.86-4.83s-18.15,7.33-25.86,4.83c-7.99-2.6-11.43-14.26-18.09-19.1-6.72-4.89-18.86-4.59-23.75-11.31-4.84-6.65-.84-18.08-3.44-26.07-2.5-7.71-12.54-14.57-12.54-23.11s10.04-15.4,12.54-23.11c2.6-7.99-1.41-19.42,3.44-26.07,4.89-6.72,17.03-6.42,23.75-11.31C46.37,14.78,49.82,3.12,57.81.52c7.71-2.5,17.32,4.83,25.86,4.83S101.82-1.98,109.53.52c7.99,2.6,11.43,14.26,18.09,19.1,6.72,4.89,18.86,4.59,23.75,11.31,4.84,6.65.84,18.08,3.44,26.07,2.5,7.71,12.54,14.57,12.54,23.11Z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .fv-popup li {
    width: calc(108.5913vw / 3.75);
  }
}

.fv-popup p {
  font-size: calc(20.8949vw / 14);
  font-weight: 700;
  line-height: calc(25.2212 / 18.1232);
  text-align: center;
  color: #004b6d;
}
@media screen and (max-width: 767px) {
  .fv-popup p {
    font-size: calc(13.4456vw / 3.75);
  }
}

nav.peel-off-ticket-nav {
  margin: auto auto 0;
  width: calc(1322.6015% / 14);
  height: auto;
}

nav.peel-off-ticket-nav ul {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(15vw / 14);
  padding: 0;
}
@media screen and (max-width: 767px) {
  nav.peel-off-ticket-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

nav.peel-off-ticket-nav ul li {
  width: 100%;
  flex: 1;
  color: #004b6d;
}
/* @media screen and (max-width: 767px) {
  nav.peel-off-ticket-nav ul > li:first-child {
    grid-column: 2;
  }
} */


nav.peel-off-ticket-nav ul li a {
  width: 100%;
  min-height: calc(76.7354vw / 14);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffe24e;
  color: #004b6d !important;
  font-size: calc(15vw / 14);
  font-weight: 700;
  line-height: calc(22 / 15);
  text-align: center;
  border-radius: calc(50vw / 14);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  nav.peel-off-ticket-nav ul li a:hover {
    box-shadow: 0 12px 0 rgba(0, 75, 109,.3);
    transform: translateY(-3px);
  }
}
@media screen and (max-width: 767px) {
  nav.peel-off-ticket-nav ul li a {
    min-height: calc(38vw / 3.75);
    font-size: calc(12vw / 3.75);
    border-radius: calc(30vw / 3.75);
  }
}

.introduction {
  padding-top: 58px;
}

.faq-contents {
  display: flex;;
  flex-direction: column;
  gap: 55px;
  padding: 75px 0 50px;
}

.faq-contents summary,
.faq-answer {
  position: relative;
  display: flex;
  align-items:   flex-start;
  justify-content: flex-start;
  gap: 25px;
  padding-top: 15px;
  padding-left: clamp(10px,calc(50vw / 10),50px);
}
@media screen and (max-width: 767px) {
  nav.peel-off-ticket-nav ul li a {
    min-height: calc(38vw / 3.75);
    font-size: calc(12vw / 3.75);
    border-radius: calc(30vw / 3.75);
  }
}

.faq-contents summary {
  background-color: #39bac6;
  border-radius: 10px;
  align-items: center;
  min-height: clamp(63px,calc(70vw / 10),70px);
  padding-bottom: 15px;
  padding-right: 50px;
  cursor: pointer;
}

.faq-contents summary p {
  color: #fff;
  background-color: #39bac6;
  font-size: clamp(14px,calc(20vw / 10),20px);
  font-weight: 500;
  line-height: calc(35 / 20);
}

p.faq-answer-title {
  font-size: clamp(16px,calc(20vw / 10),20px);
  font-weight: 500;
  line-height: calc(35 / 20);
  text-decoration: underline;
  text-decoration-color: #ffe24e;
  text-decoration-thickness: 8px;
  text-underline-offset: -2px;
  text-decoration-skip-ink: none;
  margin-bottom: 10px !important;
}

.faq-answer-text {
  font-size: clamp(12px,calc(15vw / 10),15px);
  line-height: calc(24 / 15);
}

.faq-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40 40"><path fill="%2339bac6" d="M19.64,27.07c-2.21,0-3.96-.7-5.24-2.09s-1.92-3.32-1.92-5.78.64-4.39,1.92-5.78,3.03-2.09,5.24-2.09,3.96.7,5.25,2.09,1.93,3.32,1.93,5.78c0,2.93-.99,5.11-2.97,6.54v.04c.94.41,1.83,1,2.67,1.78s1.48,1.6,1.95,2.46h-3.83c-.75-1.3-1.41-2.12-1.98-2.45s-1.57-.5-3-.5ZM19.64,14.27c-2.34,0-3.51,1.64-3.51,4.93s1.17,4.93,3.51,4.93,3.53-1.64,3.53-4.93-1.18-4.93-3.53-4.93Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1;
  height: auto;
  flex-shrink: 0;
}
.faq-icon--a {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 40 40"><path fill="%23ffffff" d="M13.14,26.86l4.96-15.34h3.79l4.96,15.34h-3.79l-.84-3.32h-4.53l-.84,3.32h-3.71ZM18.35,20.83h3.2l-1.58-6.21h-.04l-1.58,6.21Z"/></svg>');
  background-color: #ff594a;
 }

 .faq-contents summary .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  border-radius: 50%;
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M12,0C5.37,0,0,5.37,0,12s5.37,12,12,12,12-5.37,12-12S18.63,0,12,0ZM17.21,14.06c-.4.4-1.04.4-1.44,0l-3.71-3.71-3.77,3.77c-.2.2-.46.3-.72.3s-.52-.1-.72-.3c-.4-.4-.4-1.04,0-1.44l4.49-4.49c.4-.4,1.04-.4,1.44,0l4.43,4.43c.4.4.4,1.04,0,1.44Z"/></svg>');
  transition: .3s ease;
}
.faq-contents details[open] summary .arrow {
  transform: translateY(-50%) rotate(0deg);
}

 .faq-deco {
  max-width: 600px;
  margin: 0 auto;
}

.link-button {
  display: block;
  max-width: 650px;
  margin: 80px auto 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  transition: .3s ease;
} 
.link-button:hover {
  transform: translate(12px , 12px);
  clip-path: polygon(0 0, calc(100% - 12px) 0, calc(100% - 12px) calc(100% - 12px), 0 calc(100% - 12px));
} 

.link-button--ac {
  max-width: 470px;
}

.peel-off-ticket-contact {
  padding-top: 150px;
  padding-bottom: 70px;
}

.peel-off-ticket-contact-text {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: calc(35 / 20);
}