/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
h1,h2,h3,h4,p {margin:0;}
img {width:100%;height:auto;}

body {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.wrap-width {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.ponta-gentei {
    padding: 3% 10%;
    margin: 2.6% 7.6%;
    border-radius: 50px;
}
.main-title {
    margin-bottom: 7.6%;
    font-size: clamp(22px, 6.38vw, 32px); /* 25px */
    text-align: center;
    font-weight: 700;
}
.main-title-small {
    font-size: clamp(15.6px, 4.34vw, 21.7px); /* 17px */
}
.present-section {
    margin-bottom: 12%;
}
.section-title {
    position: relative;
    padding: 4% 7.6%;
    font-size: clamp(22px, 6.12vw, 30.7px); /* 24px */
    font-weight: 800;
    line-height: 1em;
    overflow: hidden;
}
.section-title::after {
    content: '';
    position: absolute;
    display: block;
    width: 40%;
    height: 120%;
    top: 0;
    right: -17%;
    transform: rotate(-48deg);
}
.section-title-text {
    position: relative;
    z-index: 1;
}
.section-title-sub {
    position: relative;
    display: inline-block;
    margin: 5% 7.6%;
    padding: 2% 3%;
    font-size: clamp(20px, 5.36vw, 26.8px); /* 21px */
    border: 2px solid #ffffff;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1em;
}
.section-title-sub::after {
    content: '';
    position: absolute;
    display: block;
    border-bottom: 2px solid #ffffff;
    width: 23px;
    height: 14px;
    bottom: -13.5px;
    left: 30px;
    transform: rotate(-55deg);
}
.section-text {
    margin: 2% 7.6% 4%;
    font-size: clamp(14px, 3.83vw, 19.2px); /* 15px */
    font-weight: 400;
}
.section-text a {
    text-decoration: underline;
}
.attention-block {
    margin: 7% 7.6% 1%;
    padding: 4%;
    border: 3px solid #FF0000;
    font-size: clamp(12.5px, 3.32vw, 16.6px); /* 13px */
    background-color: #ffffff;
    color: #000000;
}
.attention-title {
    margin: 0 0 3%;
    color: #FF0000;
    font-weight: 700;
    font-size: clamp(13px, 3.57vw, 17.9px); /* 14px */
    text-align: center;
}
a.input-button {
    display: block;
    position: relative;
    margin: 9% 7.6% 4%;
    padding: 4%;
    border-radius: 50px;
    font-weight: 700;
    text-align: center;
    font-size: clamp(20px, 5.36vw, 26.8px); /* 21px */
    text-decoration: none;
    line-height: 1em;
}
.input-button-arrow {
    width: 8%;
    aspect-ratio: 1;
    position: absolute;
    top: 26%;
    right: 5%;
    border-radius: 30px;
}
.input-button-arrow::after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 40%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg) translate(-1px, 1px);
    border-right: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
}
.section-center-text {
    font-size: clamp(14px, 3.83vw, 19.2px); /* 15px */
    text-align: center;
}
.yokoku-section {
    margin: 18% 3.1% 10%;
}
.yokoku-block {
    margin: 12% 0;
    background-color: #74E2FF;
    border: 4px solid #0095BA;
    border-radius: 10px;
    color: #012C40;
}
.yokoku-icon {
    position: relative;
    width: 22%;
    float: left;
    margin: -7% 2% 10% 1%;
}
.yokoku-icon .yokoku-bg {
    animation: rotate-bg 10000ms 0ms linear infinite;
}
@keyframes rotate-bg {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.yokoku-icon .yokoku {
    position: absolute;
    top: 3%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 65%;
    margin: auto;
    z-index: 10;
}
.yokoku-title {
    padding: 4% 0;
    font-size: clamp(18px, 5.1vw, 25.6px); /* 20px */
    font-weight: 700;
    line-height: 1.2em;
}
.yokoku-date {
    clear: left;
    font-size: clamp(18px, 5.1vw, 25.6px); /* 20px */
    text-align: center;
}
a.input-button.off {
    margin-top: 5%;
    pointer-events: none;
}

.nyukai-section {
    position: fixed;
    max-width: 500px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 5px solid transparent;
    z-index: 20;
}
.nyukai-block {
    padding-bottom: 1%;
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: #0000002b 0 -15px 15px;
}
.nyukai-title {
    width: 80%;
    margin: 0 auto;
    transform: translateY(-70%);
}
a.nyukai-button {
    margin-top: -4%;
    padding: 5% 13% 5% 5%;
    background-color: #8d58ff;
}
a.nyukai-button .input-button-arrow {
    background-color: #ffffff;
}
a.nyukai-button .input-button-arrow::after {
    border-color: #8d58ff;
}
a.nyukai-detail-button {
    margin-top: 0;
    padding: 2% 5% 2% 1%;
    background-color: #FF9123;
    font-size: clamp(14px, 4.1vw, 21px); /* 16px */
    line-height: 1em;
}
a.nyukai-detail-button .input-button-arrow {
    width: 6%;
    top: 20%;
    background-color: #ffffff;
}
a.nyukai-detail-button .input-button-arrow::after {
    transform: rotate(135deg) translate(-1px, 1px);
    border-right: 3px solid #FF9123;
    border-top: 3px solid #FF9123;
}

.pontapass-section {
    margin: 10% 3.1% 7%;
}
.pontapass-block {
    background-color: #fff;
}
.pontapass-image-block {
    padding: 5px;
}
.pontapass-items {
    margin-top: 20px;
}
.pontapass-item {
    margin-bottom: 15px;
}
.pontapass-note {
    margin-top: 20px;
    padding: 0 20px 20px;
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}
.pontapass-title {
    padding: 7% 8%;
}
.pontapass-button-block {
    display: flex;
    align-items: center;
    margin: 0 7.6% 4%;
}
.pontapass-logo {
    width: 30%;
    padding: 0 3%;
}
.pontapass-button-wrap {
    width: 70%;
    padding: 0 3%;
}
a.pontapass-button {
    position: relative;
    display: block;
    background-color: #0076D6;
    text-align: center;
    color: #ffffff;
    font-size: clamp(16px, 4.6vw, 23px); /* 18px */
    line-height: 1em;
    padding: 4px;
    text-decoration: none;
}
a.pontapass-button div {
    border: 2px solid #ffffff;
    padding: 5% 0;
}
a.pontapass-button::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7%;
    margin: auto;
    width: 12px;
    height: 12px;
    border-left: 12px solid #ffffff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.sub-wrap {
    margin: 7% 3.1%;
    padding: 0 5%;
    background-color: #ffffff;
    color: #000000;
}
.sub-title {
    position: relative;
    padding: 6% 0;
    font-size: clamp(14px, 4.1vw, 21px);
    font-weight: 700;
}
.attention-index {
    position: absolute;
    right: 20px;
    width: 20px;
    top: 0px;
    display: inline-block;
    margin-left: 0.6em;
    margin-top: auto;
    margin-bottom: auto;
    bottom: 0;
}
.attention-index::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 12px;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 22px;
    height: 3px;
}
.attention-index::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21px;
    right: 0;
    margin: auto;
    background-color: #000000;
    width: 3px;
    height: 22px;
    transition: height 100ms linear;
}
.accordion-active .attention-index::after {
	height: 0;
}
.sub-text-block {
    font-size: clamp(11px, 3.3vw, 17px); /* 13px */
}
.sub-text-block p:last-child {
    margin-bottom: 10%;
}
.sub-text-block a, .sub-text-block a:visited, .sub-text-block a:active {
    color: #000000;
}
a.input-button.inquiry-button {
    margin: 5% 0 10%;
    color: #ffffff;
    background-color: #0076D6;
}
.inquiry-button .input-button-arrow {
    top: 22%;
    background-color: #ffffff;
}
.inquiry-button .input-button-arrow::after {
    border-color: #0275d5;
}

.copyright-block {
    padding: 2%;
    background-color: #74E2FF;
    color: #012C40;
    font-size: clamp(11px, 3.1vw, 16px); /* 12px */
    text-align: center;
}
footer {
    padding: 5% 5% 50% 5%;
    color: #ffffff;
    text-align: center;
    font-size: clamp(11px, 3.1vw, 16px); /* 12px */
}