@charset "UTF-8";
/* autoprefixer grid: autoplace */
/* ==========================================================================
 Foundation
 ========================================================================== */
/* GFO template */
html {
  overflow-x: hidden;
  font-size: 62.5%;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%;
font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /* line-height: 1; */
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}




/* 2025 STACIA ポイント変更LP */


.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sp-only{
  display: block;
}
@media screen and (min-width: 521px){
  .sp-only{
    display: none;
  }
}

#stacia-point-change{
  --color-text-main: #333333;
  --color-theme-main: #DD7795;
  --color-theme-sub: #C8EB32;
  --color-bg-main: #F8F8EC;
  --color-bg-sub: #F0F8D9;

  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-feature-settings: "palt" 1;
  line-height: 1.715;

  color: var(--color-text-main);
  background: var(--color-bg-main)
}
@media screen and (min-width: 521px){
  #stacia-point-change{
    font-size: 1.94rem;  
  }
}

#stacia-point-change section{
  padding: 4em 0;
}

#stacia-point-change .link{
  text-align: center;
  margin-top: 4em;
}

#stacia-point-change .link p{
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 521px){
  #stacia-point-change .link p{
    font-size: 1.94rem;  
  }
}

#stacia-point-change .link .btn{
  display: block;
  width: 100%;
}

#stacia-point-change .link .btn img{
  width: 100%;
}

#stacia-point-change .header-notice{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .3em;
  margin-bottom: 2em;
  padding: 1.2em 0;
  text-align: center;
  background: var(--color-theme-sub);
}
@media screen and (min-width: 521px){
  #stacia-point-change .header-notice{
    font-size: 2.22rem;
  }
}

@media screen and (min-width: 521px){
  #stacia-point-change .content-wrapper{
    max-width: 520px;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.16) 0px -3px 6px;
  }
}

#stacia-point-change .contents-inner{
  max-width: 520px;
  margin: 0 auto;
  padding: 0 9.3333%;
}
#stacia-point-change .contents-inner.bg-sub{
  background-color: var(--color-bg-sub);
}


@media screen and (min-width: 521px){
  #stacia-point-change .contents-inner{
    padding: 0 35px;
  }
}

#stacia-point-change .title{
  text-align: center;
  font-weight: 700;
  margin-bottom: 2em;
  color: var(--color-theme-main);
}

#stacia-point-change .title h1{
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.275;
  letter-spacing: 0.06em;
}

#stacia-point-change .title p{
  font-size: 1.6rem;
  letter-spacing: .06em;
  margin-bottom: 1rem;
}

@media screen and (min-width: 521px){
  #stacia-point-change .title h1{
    font-size: 4.16rem;
  }

  #stacia-point-change .title p{
    font-size: 2.22rem;
  }
}

#change h2{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.25;
  color: var(--color-theme-main);
  text-align: center;
  margin-bottom: 1em;
}

#change h2 span{
  flex: 0 0 auto;
  width: max-content;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: white;
  margin-bottom: 1rem;
  padding: .5rem 3.2rem;
  background: var(--color-theme-main);
  border-radius: 3em;
}
@media screen and (min-width: 521px){
  #change h2{
    font-size: 4.16rem;
  }
  #change h2 span{
    font-size: 1.94rem;
  }
}

#change #current,
#change #updated{
  width: 100%;
  padding-top: 59%;
}

#change .change-image{
  margin-left: -5%;
}

#change small{
  display: block;
  font-size: 1rem;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 521px){
  #change small{
    font-size: 1.387rem;
  }
}
#change small::before{
  content: "※";
}


#card h2{
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 521px){
  #card h2{
    font-size: 2.22rem;
  }
}

#card h2::before{
  content: "";
  display: block;
  width: 2em;
  height: 1.6em;
  margin: 0 auto;
  background: url(../img/ico_card.svg) no-repeat center;
  background-size: 100%;
}

#card ul{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background: white;
  padding: 2em;
  border-radius: 1.5em;
}
#card ul li{
  flex: 1 1 calc(50% - 1rem);
  flex-grow: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}
#card ul li:nth-child(9)::after{
  content: '';
  display: contents;
  width: 100%;
  flex-basis: 100%;
  height: 1px;
}


#inquiry{
  border-top: solid 2px var(--color-text-main);
  margin: 2.5em 0 0;
  padding-bottom: 4em;
  text-align: center;
}

#inquiry dt{
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2em 0 1em;
}
@media screen and (min-width: 521px){
  #inquiry dt{
    font-size: 2.22rem;
  }
}


#inquiry dd{
  margin-bottom: 1rem;
}

#inquiry .rect-title{
  display: inline-block;
  padding: .2em .8em;
  font-size: 1.2rem;
  font-weight: 700;
  border: solid 1px var(--color-text-main);
}
@media screen and (min-width: 521px){
  #inquiry .rect-title{
    font-size: 1.6rem;
  }
}



/* GFOテンプレートの調整 */
.contents-nav{
  margin-top: 0;
}