﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*---------------------------
リセット
---------------------------*/
*, *::before, *::after {
box-sizing: border-box;
}
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, figure, blockquote, fieldset, form, input, select {
margin: 0;
padding: 0;
}
html, body {
overflow-x: hidden;
}
html {
font-family: 'Noto Sans JP', sans-serif;
}
body {
line-height: 1.6;
color: #27211e;
font-size: 16px;
font-weight: 500;
-webkit-text-size-adjust: 100%;
}
li {
list-style: none;
}
img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a {
text-decoration: none;
color: inherit;
}
@media (any-hover: hover) {
a:hover {
opacity: 0.6;
transition: 0.3s;
}
}
table {
border-collapse: collapse;
border-spacing: 0;
}
hr {
border: none;
border-top: 1px solid #ddd;
margin: 2rem 0;
}
p {
line-height: 1.5;
}
input, button, textarea, select {
font: inherit;
}

/*---------------------------
TOP
---------------------------*/
html {
scrollbar-color: #d9d9d9 #fff;
scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
html {
scroll-behavior: auto;
}
}
::-webkit-scrollbar {
width: 12px; 
height: 12px; 
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
background: #d9d9d9;
border-radius: 10px;
border: 2px solid #fff;
}
::-webkit-scrollbar-thumb:hover{
background: #d9d9d9;
}
:root {
--color-primary: #fe9900;
}
h2,strong,.common-inner h3{
color: var(--color-primary);
}
h2,.correspondence .common-inner h3,.common-inner2 h3,.by-category h3{
text-align: center;
font-size: 46px;
font-weight: 800;
margin-bottom: 40px;
}
main,footer{
background-color:var(--color-primary) ;
}
.features-in,.notice{
background: #fff;
}
.features-list li:nth-of-type(2n),.features-list-in .img-wrap,.app-detail{
background: #f2f2f7;
}
header,.common-inner,.common-inner2,.features-list-in,.by-category-list,.notice-list{
max-width: calc(100% - 40px);
margin-left: auto;
margin-right: auto;
}
.common-inner,.common-inner2,.features-list-in,.by-category-list,.notice-list{
width: 900px;
}
header{
width: 1350px;
height: 90px;
display: flex;
align-items: center;
}
.logo{
width: 160px;
}
.hamburger{
display: none;
}
header nav{
margin-left: auto;
}
header nav ul{
display: flex;
gap:56px;
}
footer{
color: #fff;
padding: 24px 0 70px;
}
footer .logo{
display: block;
margin: 0 auto 25px;
}
.footer-link{
display: flex;
justify-content: center;
gap:50px;
margin-bottom: 12px;
font-weight: 400;
}
footer .note{
font-size: 10px;
text-align: center;
font-weight: 300;
padding: 0 15px;
}
.copyright{
display: block;
text-align: center;
font-size: 12px;
font-weight: 300;
margin-top: 15px;
}
main{
background-image:linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
background-size: 24px 24px;
}
.fv{
padding: 96px 0 260px;
position: relative;
z-index: 0;
}
.fv-in{
display: flex;
flex-direction: column;
align-items: center;
position: relative;
width: fit-content;
left: calc(50% - 600px);
}
.fv-text-img{
width: 410px;
}
.catchphrase{
color: #fff;
font-size: 56px;
font-weight: 800;
text-align: center;
line-height: 1.2;
height: 189px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-bottom: 46px;
z-index: 0;
}
.catchphrase:before{
content: '';
display: block;
width: 1034px;
height: 100%;
background: url(https://tcg-price.jp/img/fv-bgtext_1.png) no-repeat center / cover;
position: absolute;
top: 50%;
left: -166px;
transform: translateY(-50%);
z-index: -1;
}
.fv-main-img,.fv-main-img-sp,.common-inner .img,.common-inner2 .img,.features-list-in .img-wrap img{
filter: drop-shadow(10px 10px 8px rgba(0, 0, 0, 15%));
}
.fv-main-img{
width: 580px;
position: absolute;
right: -550px;
top: -60px;
}
.fv-main-img-sp{
display: none;
}
.store-buttons{
display: flex;
align-items: center;
gap:58px;
}
.fv .store-buttons{
transform: translateX(0px);
gap: 30px;
}
.store-buttons img{
height: 70px;
width: auto;
}
.store-buttons .app-icon{
height: 140px;
border-radius: 8px;
}
.fv-bg{
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
min-width: 1450px;
max-height: 900px;
object-fit: cover;
object-position: bottom;
}
.about{
padding: 20px 0 140px;
}
.common-inner{
background: #fff;
height: 450px;
padding: 76px 0 0 80px;
border-radius: 40px;
box-shadow: inset 0 0 0 5px var(--color-primary),inset 0 0 0 15px #fff , inset 0 0 0 20px var(--color-primary);
position: relative;
}
.common-inner:before{
content: '';
display: block;
width: 260px;
height: 106px;
position: absolute;
left: 24px;
bottom: 100%;
background: url(https://tcg-price.jp/img/img-cardtop.svg) no-repeat left bottom / contain;
}
.common-inner h2,.correspondence .common-inner h3{
text-align: left;    
}
.common-inner p{
line-height: 1.3;
}
.common-inner strong{
display: block;
font-size: 23px;
margin-top: 20px;
line-height: 1.4;
}
.about .common-inner .img{
width: 366px;
position: absolute;
right: 30px;
top: 30px;
}


.common-inner2{
background: #fff;
height: 450px;
padding: 76px 0 0 320px;
border-radius: 40px;
box-shadow: inset 0 0 0 5px var(--color-primary),inset 0 0 0 15px #fff , inset 0 0 0 20px var(--color-primary);
position: relative;
margin-top: 140px;
}
.common-inner2 h2,.common-inner2 h3{
text-align: left;    
}
.common-inner2 p{
margin-top: 20px;
line-height: 1.3;
}
.about .common-inner2 .img{
width: 220px;
position: absolute;
left: 50px;
top: 110px;
}
.common-inner2 strong{
display: block;
font-size: 20px;
margin-bottom: 30px;
line-height: 1.4;
color: #333;
}
.features-in{
padding-top: 40px;
}
.features-list-in{
display: flex;
align-items: center;
gap:40px;
}
.features-list li{
padding: 76px 0;
}
.features-list-in .img-wrap{
width: 49%;
min-width: 49%;
padding-top: 49%;
border-radius: 50%;
position: relative;
}
.features-list li:nth-of-type(2n - 1) .features-list-in{
flex-direction: row-reverse;
justify-content: flex-end;
}
.features-list li:nth-of-type(2n) .img-wrap{
background: #fff;
}
.features-list-in .img-wrap img{
height: 114%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.features-list-in .text-wrap{
flex: 1;
max-width: 390px;
font-size: 32px;
font-weight: 600;
line-height: 1.3;
}
.features-list-in strong{
display: block;
font-size: 28px;
font-weight: 700;
border-left: 1px solid var(--color-primary);
border-bottom: 1px solid var(--color-primary);
padding: 7px 0 7px 12px;
line-height: 1;
margin-bottom: 16px;
}
.correspondence{
padding: 166px 0 180px;
}
.correspondence .common-inner .img {
width: 260px;
position: absolute;
right: 28px;
top: 40px;
}
.by-category{
padding-bottom: 120px;
}
.by-category h3{
color: #fff;
}
.by-category h3 br{
display: none;
}
.by-category-list{
display: flex;
gap:25px;
}
.by-category-list li{
background: #fff;
border-radius: 20px;
flex: 1;
text-align: center;
font-size: 20px;
font-weight: 800;
padding: 32px 0 28px;
}
.by-category-list img{
width:100%;
margin-bottom: 15px;
}
.notice{
padding: 50px 0 60px;
}
.notice h2{
color: #27211e;
}
.notice-list{
box-shadow:inset 0 0 0 7px #aeaeb2;
border-radius: 20px;
padding: 15px 15px 15px 25px;
/*padding: 15px;*/
}
.notice-list ul{
height: 400px;
overflow-y: scroll;
padding-right: 2px;
}
.notice-list li{
border-bottom: 1px solid #f2f2f7;
margin-right: 15px;
}
.notice-list li:last-child{
border-bottom: 0;
}
.notice-list a{
display: flex;
align-items: center;
height: 64px;
gap:25px;
padding-left: 10px;
}
.notice-list time{
color: #aeaeb2;
min-width: max-content;
}
.notice-list .tag{
min-width: 114px;
text-align: center;
color: #fff;
border-radius: 3px;
}
.notice-list .tag.red{
background: #ff2a46;
}
.notice-list .tag.orange{
background: #ff9900;
}
.notice-list .tag.purple{
background: #756ece;
}
.notice-list .tag.green{
background: #33d89e;
}
.notice-list .title{
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.app-detail{
display: flex;
justify-content: center;
align-items: center;
gap:84px;
padding: 70px 0 66px;
}
.app-detail .img{
width: 194px;
}
.app-detail-in{
line-height: 1.3;
transform: translateY(12px);
}
.app-detail h2{
color: #27211e;
font-size: 24px;
margin-bottom: 50px;
text-align: left;
}
.detail-row{
display: flex;
}
.detail-row dt:after{
content: '：';
}
.detail-row dd{
margin: 0;
}
.detail-row dd br.sp{
display: none;
}
.app-detail .store-buttons{
transform: translateX(30px);
margin-top: 50px;
}


/*---------------------------
FV調整
---------------------------*/

.store-wrapper{
width: 100%;
max-width: 600px;
text-align: center;
border-radius: 16px;
background-color: #fff;
padding: 16px;
}

.store-wrapper br.spbr{
display: none;
}

.store-wrapper .spview{
display: none;
}


.store-buttons{
width: fit-content !important;
margin-left: auto !important;
margin-right: auto !important;
}

.store-top strong{
font-size: 24px;
}

.store-top p{
margin-bottom: 10px;
margin-top: 16px;
}

.store-top span{
color: #aaa;
}

.store-wrapper p.note{
width: 100%;
font-size: 11px;
color: #aaa;
padding: 4px;
}

img.img-inline-p{
width: 130px;
display: inline;
margin-bottom: 6px;
}

img.img-inline-o{
width: 150px;
display: inline;
margin-bottom: 6px;
}


@media screen and (max-width : 950px){

.store-wrapper{
width: 100%;
max-width: 100%;
text-align: center;
border-radius: 0;
background-color: #fff;
padding: 16px;
}

.store-wrapper .spview{
display: block;
}

.store-wrapper .pcview{
display: none;
}

.about{
padding-top: 130px;
}
}

@media (max-width:680px){
.store-top{
width: 100%;
padding: 8px 8px;
}

.store-top strong{
font-size: 20px;
}

.store-top p{
margin-bottom: 0;
margin-top: 16px;
}

.store-wrapper p.note{
font-size: 11px;
padding: 4px;
}


img.img-inline-p{
width: 140px;
height: auto;
display: inline;
}

img.img-inline-o{
width: 160px;
height: auto;
display: inline;
}
}


/*---------------------------
追従バッジ
---------------------------*/
.download-badge-panel {
position: fixed;
left: 0;
right: 0;
bottom: 0;
width: 100%;
background: #fff;
border-top: 1px solid #e6e6e6;
box-shadow: 0 -10px 24px rgba(0, 0, 0, 0.08);
padding: 10px 16px;
display: flex;
justify-content: center;
gap: 12px;
align-items: center;
transform: translateY(100%);
opacity: 0;
transition: transform 0.28s ease, opacity 0.28s ease;
z-index: 9999;
pointer-events: none;
}
.download-badge-panel.visible {
transform: translateY(0);
opacity: 1;
pointer-events: auto;
}

.download-badge-panel a {
display: inline-flex;
align-items: center;
text-decoration: none;
}

.download-badge-panel img {
display: block;
height: 44px;
width: auto;
}

@media (max-width: 520px) {
.download-badge-panel {
padding: 6px 10px;
gap: 20px;
}

.download-badge-panel img {
height: 50px;
}
}

/*---------------------------
TOP　レスポンシブ
---------------------------*/
@media screen and (max-width : 1300px){
.fv .store-buttons {
transform: translateX(0px);
gap: 30px;
}
.fv-main-img{
right: auto;
left: 100%;
}
}

@media screen and (max-width : 1220px){
.fv-in{
left: 50px;
}
.fv-main-img{
display: none;
}
.fv:after{
content: '';
display: block;
width: calc(100% - 700px);
min-width: 350px;
height:100% ;
background: url(https://tcg-price.jp/img/fv-image.png) no-repeat center top / contain;
position: absolute;
right: 20px;
top: 60px;
pointer-events: none;
}
}

@media screen and (max-width : 1150px){
.fv{
padding: 96px 0 160px;
}
.fv-bg{
max-height: 750px;
}
.catchphrase:before{
width: 776px;
background: url(https://tcg-price.jp/img/fv-bgtext_1.png) no-repeat left -100px center / cover;
left: -60px;
}
}

@media screen and (max-width : 1100px){
.fv {
padding: 96px 0 110px;
}
}

@media screen and (max-width : 1050px){
.fv {
padding: 80px 0 70px;
}
.fv-bg {
max-height: 710px;
}
.catchphrase{
font-size: 52px;
}
.catchphrase:before{
left: -110px;
}
}

@media screen and (max-width : 1000px){
header nav ul{
gap: 40px;
}
.catchphrase {
font-size: 48px;
}
.fv .store-buttons {
gap: 20px;
}
.store-buttons .app-icon {
height: 120px;
}
}

@media screen and (max-width : 950px){
.fv {
padding: 40px 0 0;
}
.fv-in{
display: block;
width: auto;
left: auto;
}
.fv-text-img {
width: 380px;
display: block;
margin: 0 auto 8px;
}
.catchphrase{
font-size: 48px;
background: url(https://tcg-price.jp/img/fv-bgtext_1_sp.png) no-repeat center / contain;
height: 170px;
max-height: calc(100vw * (220 / 1034));
margin-bottom: 30px;
}
.catchphrase:before{
display: none;
}
.fv-main-img-sp {
display: block;
margin: 0 auto 20px;
/*margin: 0 auto 40px;*/
width: 540px;
}
.fv .store-buttons {
position: relative;
background: #fff;
display: grid;
grid-template-columns: repeat(2, auto);
justify-content: center;
padding: 24px 0 ;
gap: 30px 20px;
}
.fv .store-buttons .app-icon{
grid-column: 1 / 3;
justify-self: center;
}
.fv-bg {
max-height: none;
}
.fv:after{
display: none;
}

}

@media screen and (max-width : 850px){
.common-inner,.common-inner2{
padding-left: 60px;
}
.about .common-inner .img ,.about .common-inner2 .img {
width: 44%;
}
.correspondence .common-inner .img{
width: 30%;
}
.app-detail{
gap: 70px;
}
.store-buttons {
gap: 30px;
}
}

@media screen and (max-width : 800px){
header .logo{
z-index: 101;
}
.hamburger {
display: block;
width: 30px;
height: 24px;
margin-left: auto;
position: relative;
z-index: 101;
}
.hamburger input{
display: none;
}
.hamburger:before,.hamburger:after,.hamburger span{
content: '';
display: block;
width: 100%;
height: 3px;
border-radius: 10px;
background: #27211e;
position: absolute;
left: 0;
transition: transform 0.6s;
}
.hamburger:before{
top: 0;
}
.hamburger span{
top: 0;
bottom: 0;
margin: auto;
}
.hamburger:after{
bottom: 0;
}
.hamburger:has(input:checked):before{
bottom: 0;
margin: auto;
transform: rotate(45deg);
}
.hamburger:has(input:checked):after{
top: 0;
margin: auto;
transform: rotate(-45deg);
}
.hamburger:has(input:checked) span{
opacity: 0;
}
header nav{
position: fixed;
left: 100%;
top: 0;
width: 100%;
height: 100%;
margin: 0;
background: #fff;
z-index: 100;
transition: left 0.6s;
padding: 120px 20px 0;
}
.hamburger:has(input:checked) + nav{
left: 0;
}
header nav ul{
display: block;
}
header nav li{
border-bottom: 2px solid #f2f2f7;
}
header nav li a{
display: block;
padding: 15px 0;
font-size: 20px;
}
.fv-text-img{
width: calc(100vw * (240 / 430));
min-width: 220px;
}
.catchphrase{
font-size: calc(9.08px + 4.865vw);
}
.fv-main-img-sp{
width: 70%;
}
.fv-bg {
min-width: 190%;
}
.app-detail {
gap: 40px;
}

.store-wrapper{
padding: 8px;
}

}

@media screen and (max-width : 750px){
h2, .correspondence .common-inner h3, .by-category h3{
font-size: 40px;
margin-bottom: 30px;
}
.about {
padding: 166px 0 100px;
}
.about .common-inner .img {
width: 38%;
}
.features-list-in .img-wrap img{
height: 130%;
}
.correspondence {
padding: 166px 0 120px;
}
.app-detail {
gap: 30px;
}
.store-buttons {
gap: 20px;
}
}

@media screen and (max-width : 700px){
.common-inner,.common-inner2 {
height: 380px;
border-radius: 30px;
padding: 50px 0 0 60px;
width: 600px;
box-shadow: inset 0 0 0 4px var(--color-primary),inset 0 0 0 12px #fff , inset 0 0 0 16px var(--color-primary);
}

.common-inner:before{
width: 190px;
left: 10px;
}
.about .common-inner .img,.about .common-inner2 .img,.correspondence .common-inner .img{
right: 0;
left: 0;
margin: auto;
}
.about .common-inner .img{
width: 280px;
top: 80%;
}
.about .common-inner2 .img{
width: 240px;
top: 90%;
}
.correspondence .common-inner .img {
width: 220px;
top: 76%;
}
.correspondence .common-inner strong {    
margin-top: 34px;
}

.common-inner2{
height: 390px;
padding: 50px 50px 0 60px;
margin-top: 340px;
}

.about .common-inner2 br.pcbr{
display: none;
}

.about {
padding: 116px 0 360px;
}
.correspondence {
padding: 116px 0 380px;
}
.features-list-in{
display: block;
}
.features-list li {
padding: 50px 0 76px;
}
.features-list li:first-child{
padding-top: 40px;
}
.features-list-in .text-wrap{
max-width: none;
text-align: center;
}
.features-list-in strong {
max-width: 400px;
text-align: left;
margin: 0 auto 20px;
font-size: 30px;
}
.features-list-in .img-wrap {
width: 400px;
height: 450px;
max-width: 100%;
padding-top: 0;
margin: 70px auto 0;
}
.features-list-in .img-wrap img {
height: 112%;
}
.by-category {
padding-bottom: 70px;
}
.by-category-list {
gap: 16px;
}
.by-category-list li{
padding: 10px 0 14px;
border-radius: 14px;
}
.by-category-list img {
margin-bottom: -4px;
}
.notice-list a{
gap: 16px;
}
.app-detail{
position: relative;
padding: 60px 0 160px;
gap: 20px;
}
.app-detail-in{
transform: none;
}
.app-detail .store-buttons{
width: 100%;
position: absolute;
bottom: 60px;
left: 0;
justify-content: center;
margin: 0;
}
.app-detail .img {
width: 130px;
}
}

@media screen and (max-width : 650px){
.notice-list{
padding: 15px 15px 15px 10px;
}
.notice-list a {
flex-wrap: wrap;
gap: 0 15px;
height: auto;
padding: 8px 10px;
}
.notice-list .tag{
line-height: 22px;
font-size: 14px;
}
.notice-list .title{
width: 100%;
-webkit-line-clamp: 1;
}
}

@media screen and (max-width : 600px){
header{
height: 70px;
}
header .logo {
width: 120px;
}
.by-category h3 {
line-height: 1.3;
}
.by-category h3 br {
display: block;
}
.fv .pcview{
display: none;
}
.pcview{
display: none;
}


.common-inner2{
padding: 50px 50px 0 50px;
box-shadow: inset 0 0 0 3px var(--color-primary),inset 0 0 0 10px #fff , inset 0 0 0 13px var(--color-primary);
border-radius: 25px;
margin-top: 370px;
}

.common-inner2 h2{
font-size: 30px;
}

.common-inner2 br{
display: none;
}
.about .common-inner2 .img{
width: 240px;
top: 90%;
}

.app-detail{
position: relative;
padding: 60px 0 60px;
gap: 20px;
}

}

@media screen and (max-width : 550px){
.store-buttons {
gap: 16px;
}
.store-buttons img {
height: 62px;
}
.fv .store-buttons{
gap: 28px 16px;
padding: 6px 0 18px;
/*padding: 18px 0;*/
}
.store-buttons .app-icon {
height: 100px;
}
.store-wrapper br.spbr{
display: block;
}
h2, .correspondence .common-inner h3, .by-category h3 {
font-size: 38px;
}
.common-inner{
padding: 50px 0 0 50px;
box-shadow: inset 0 0 0 3px var(--color-primary),inset 0 0 0 10px #fff , inset 0 0 0 13px var(--color-primary);
border-radius: 25px;
}
.common-inner:before {
width: 160px;
}

.common-inner strong{
line-height: 1.4;
}

.by-category-list li{
font-size: 16px;
}
.app-detail .img {
width: 114px;
}
.app-detail h2{
font-size: 20px;
margin-bottom: 40px;
}
.detail-row {
display: block;
}
.detail-row dt,.detail-row dd{
display: inline;
}
.detail-row dd br.sp{
display: block;
}
}

@media screen and (max-width : 494px){
.features-list-in, .by-category-list, .notice-list {
max-width: calc(100% - 30px);
}
header {
height: 60px;
}
.fv{
overflow: hidden;
padding: 30px 0 0;
}
.fv:before{
content: '';
display: block;
width: 100%;
height: calc(100vw * (711 / 494));
position: absolute;
left: 0;
top: 0;
background: url(https://tcg-price.jp/img/fv_sp.png) no-repeat center bottom / 100%;
z-index: -1;
transform: translateY(-10%);
}
.fv-bg{
display: none;
}
.fv-main-img-sp {
width: 320px;
max-width: calc(100% - 30px);
}

.catchphrase{
margin-bottom: 20px;
}
h2, .correspondence .common-inner h3, .by-category h3 {
font-size: 32px;
margin-bottom: 24px;
}
.by-category-list {
gap: 10px;
}
.common-inner,.common-inner2{
box-shadow: inset 0 0 0 2px var(--color-primary),inset 0 0 0 7px #fff , inset 0 0 0 9px var(--color-primary);
border-radius: 20px;
padding: 35px 0 0 35px;
height: 340px;
max-width: calc(100% - 26px);
}

.common-inner2{
margin-top: 340px;
padding: 35px 35px 0 35px;
}
.common-inner:before {
width: 130px;
}
.about .common-inner .img{
width: 250px;
top: calc(100% - 54px);
}
.about .common-inner2 .img  {
width: 200px;
top: calc(100% - 30px);
}
.common-inner p,.common-inner2 p {
font-size: 14px;
}
.common-inner strong,.common-inner2 strong  {
font-size: 22px;
}
.about {
padding: 60px 0 340px;
/*padding: 100px 0 340px;*/
}
.correspondence {
padding: 100px 0 380px;
}
.features-in {
padding-top: 30px;
}
.features-list-in .text-wrap{
font-size: 28px;
}
.correspondence .common-inner .img {
width: 210px;
}
.by-category-list li {
border-radius: 10px;
}
.by-category {
padding-bottom: 44px;
}
.notice {
padding: 24px 0 40px;
}
.app-detail{
gap: 16px;
}
.footer-link{
gap: 28px;
}
}

@media screen and (max-width : 450px){
.app-detail h2 {
font-size: 18px;
}

.common-inner2 strong {
font-size: 18px;
}
}

@media screen and (max-width : 430px){
.store-buttons img {
height: 60px;
}
.store-buttons {
gap: 15px;
}
.fv .store-buttons {
gap: 28px 15px;
}
.features-list-in .img-wrap{
height: calc((100vw - 30px) * (450 / 400));
}
.by-category-list li {
font-size: 15px;
}
.app-detail-in{
font-size: 15px;
}
.app-detail h2 {
font-size: 17px;
}
}

@media screen and (max-width : 420px){
.common-inner,.common-inner2{
padding: 35px 30px 0 30px;
}
.common-inner{
height: 310px;
}

.about .common-inner .img {
top: 86%;
}
.about .common-inner2 .img {
width: 180px;
top: 92%;
}
.common-inner strong{
font-size: 18px;
line-height: 1.4;
}
.correspondence .common-inner strong {
margin-top: 20px;
}
.common-inner2{
padding: 35px 35px 0 35px;
}
.common-inner2 h2{
font-size: 26px;
}
.common-inner2 strong{
font-size: 16px;
line-height: 1.3;
}
}

@media screen and (max-width : 410px){
header nav li a {
font-size: 18px;
}
h2, .correspondence .common-inner h3, .by-category h3 {
font-size: 30px;
}
.store-buttons img {
height: 56px;
}
.store-buttons {
gap: 14px;
}
.fv .store-buttons {
gap: 28px 14px;
}
.common-inner strong {
font-size: 18px;
}
.app-detail .img {
width: 106px;
}
}

@media screen and (max-width : 400px){
.app-detail {
gap: 14px;
}
.app-detail-in {
font-size: 14px;
}
.app-detail h2 {
font-size: 16px;
}
}

@media screen and (max-width : 390px){
.store-buttons img {
height: 52px;
}
.store-buttons {
gap: 13px;
}
.fv .store-buttons {
gap: 28px 13px;
}
.by-category-list li {
font-size: 14px;
}
.common-inner,.common-inner2 {
padding: 35px 25px 0 25px;
}
.store-top strong{
font-size: 16px;
}
.store-top p{
font-size: 14px;

}
img.img-inline-p{
width: 100px;
height: auto;
display: inline;
}

img.img-inline-o{
width: 120px;
height: auto;
display: inline;
}
}

@media screen and (max-width : 380px){
.catchphrase {
font-size: calc(9.08px + 4.5vw);
}
h2, .correspondence .common-inner h3, .by-category h3 {
font-size: 28px;
}
.common-inner,.common-inner2{
height: 300px;
}
.common-inner p,.common-inner2 p {
font-size: 13px;
}
.common-inner strong {
font-size: 19px;
}
.common-inner2 strong{
font-size: 17px;
}
.features-list li:first-child {
padding-top: 34px;
}
.app-detail {
gap: 12px;
}
.app-detail .img {
width: 100px;
}
.app-detail h2 {
margin-bottom: 30px;
}
.footer-link a{
font-size: 15px;
}
}

@media screen and (max-width : 370px){
.fv-main-img-sp{
margin-bottom: 30px;
}
.features-list-in .text-wrap {
font-size: 26px;
}
.by-category-list li {
font-size: 13px;
}
.app-detail-in {
font-size: 13px;
}
.app-detail h2 {
font-size: 15px;
}
.footer-link a{
font-size: 14px;
}
}

@media screen and (max-width : 360px){
.common-inner,.common-inner2 {
padding: 30px 20px 0 20px;
height: 290px;
}

h2, .correspondence .common-inner h3, .by-category h3 {
font-size: 24px;
}

.common-inner strong {
margin-top: 20px;
font-size: 16px;
}

.correspondence {
padding: 100px 0 320px;
}

.correspondence .common-inner .img {
width: 180px;
}

}


.privacymark{
width: fit-content;
display: flex;
margin: 30px auto 12px auto;
gap: 16px;
color: #fff;
line-height: 1.4;
font-size: 12px;
font-weight: 300;
align-items: center;
}

.privacymark img{
width: 60px;
}


/*---------------------------
下層ページ
---------------------------*/

.area-information{
width: 900px;
padding: 20px 0;
margin: auto;
background-color: #fff;
}

.article{
width:100%;
max-width:800px;
margin: 60px auto;
}


.article h3{
color: #FE9900;
border-top:1px solid #FE9900;
border-bottom:1px solid #FE9900;
padding: 4px 10px;
margin-top: 48px;
margin-bottom: 12px;
}

.article p{
margin-top: 24px;
}


.article h4{
background-color: #F2F2F7;
padding: 4px 24px;
margin-bottom: 12px;
position: relative;
font-size: 15px;
}


.article h4::before{
content:"";
position:absolute;
left:12px;
top:50%;
transform:translateY(-50%);
width:6px;
height:60%;
background:#8582af;
border-radius:3px;
box-shadow:0 6px 18px rgba(254,153,0,0.18);
}

.area-information a{
color: #FE9900;
text-decoration: none;
border-bottom: 1px dashed rgba(254,153,0,0.25);
}
.area-information a:focus,
.area-information a:hover{
color: #CC7A00;
border-bottom-style: solid;
}


table.company-table{
width:100%;
max-width:800px;
margin:20px auto;
border-collapse:separate;
border-spacing:0;
background: transparent;
border-radius:10px;
overflow:hidden;
box-shadow: 0 8px 24px rgba(15,15,15,0.06);
}

table.company-table tbody tr{
display:grid;
grid-template-columns: 28% 1fr;
align-items:start;
gap:0;
border-bottom:1px solid rgba(0,0,0,0.04);
background:#FFF7E9;
}

table.company-table th{
padding:14px 18px;
text-align:center;
font-weight:700;
background:#FFF7E9;
color: #CC7A00;
position:relative;
font-size:15px;
}

table.company-table th::before{
content:"";
position:absolute;
left:12px;
top:50%;
transform:translateY(-50%);
width:6px;
height:60%;
background:#FE9900;
border-radius:3px;
box-shadow:0 6px 18px rgba(254,153,0,0.18);
}

table.company-table td{
padding:14px 18px;
background: #fff;
font-size:15px;
text-align:left;
}

table.company-table a{
color: #FE9900;
text-decoration: none;
border-bottom: 1px dashed rgba(254,153,0,0.25);
}
table.company-table a:focus,
table.company-table a:hover{
color: #CC7A00;
border-bottom-style: solid;
}


ol.tos-list{
list-style: none;
counter-reset: tos;
margin: 0 0 16px 0;
padding: 0;
}

ol.tos-list > li{
counter-increment: tos;
padding: 16px 0 16px 46px;
border-bottom: 1px solid #F6E8D8;
line-height: 1.6;
font-size: 15px;
position: relative;
}

ol.tos-list > li::before{
content: "（" counter(tos) "）";
font-weight: 700;
margin-right: 10px;
display: inline-block;
min-width: 20px;
text-align: left;
position:absolute;
left: 0;
}


ol.tos-number{
list-style: none;
counter-reset: tos;
margin: 0 0 16px 0;
padding: 0;
}

ol.tos-number > li{
counter-increment: tos;
padding: 16px 0 16px 46px;
border-bottom: 1px solid #F6E8D8;
line-height: 1.6;
font-size: 15px;
position: relative;
}

ol.tos-number > li::before{
content:  counter(tos);
font-weight: 700;
margin-right: 10px;
display: inline-block;
min-width: 20px;
text-align: left;
position:absolute;
left: 16px;
}
ol.tos-inline{
list-style: none;
counter-reset: tosInline;
display: inline;
padding: 0;
margin: 0;
}

ol.tos-inline > li{
counter-increment: tosInline;
display: inline;
margin-right: 0.5rem;
color: var(--text);
font-size: 0.92rem;
}

ol.tos-inline > li::before{
content: "（" counter(tosInline) "）";
color: var(--accent);
font-weight: 700;
margin-right: 0.35rem;
}

@media (max-width:680px){

.wrap-information{
width: 100%;
padding: 0;
margin:  auto;
}
.area-information{
width: 100%;
padding: 20px 15px;
margin: auto;
background-color: #fff;
border-radius: 0px ;
}

table.company-table tbody tr{
grid-template-columns: 1fr;
gap:6px;
padding:0;
}
table.company-table th{
text-align:left;
padding-left:18px;
}
table.company-table th::before{ left:6px; }
table.company-table td{ padding-left:18px; padding-right:18px; }
}


/* =========================================
FAQリスト
========================================= */

.faq{
background-color: #fff;
padding: 50px 0 60px;
}
.faq h2{
color: #27211e;
}

.faq-list {
width:100%;
max-width:800px;
margin-left: auto;
margin-right: auto;
display: flex;
flex-direction: column;
gap: 20px; 
}

.faq-item {
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
border: 1px solid #f3f4f6;
}

/* 開閉用のチェックボックス（画面上は非表示） */
.faq-toggle {
display: none;
}



@media screen and (max-width : 640px) {
.faq-list {
width:96%;
max-width:96%;
}
}

/* =========================================
質問部分 (クリックエリア)
========================================= */
.faq-question {
display: flex;
align-items: flex-start;
justify-content: space-between;
width: 100%;
padding: 20px;
cursor: pointer;
background-color: transparent;
transition: background-color 0.2s;
border-radius: 12px;
}
.faq-question:hover {
background-color: #f9fafb;
}
/* キーボード操作時のフォーカスリング */
.faq-toggle:focus-visible + .faq-question {
outline: 2px solid #FE9900;
outline-offset: 2px;
}
@media (min-width: 640px) {
.faq-question {
align-items: center;
padding: 20px 24px;
}
}

.faq-q-inner {
display: flex;
align-items: flex-start;
gap: 12px;
padding-right: 16px;
}
@media (min-width: 640px) {
.faq-q-inner { align-items: center; gap: 16px; }
}

.faq-q-mark {
color: #FE9900;
font-weight: 700;
font-size: 20px;
line-height: 1;
margin-top: 2px;
}
@media (min-width: 640px) {
.faq-q-mark { font-size: 24px; margin-top: 0; }
}

.faq-q-text {
font-weight: 500;
font-size: 15px;
line-height: 1.5;
margin-top: 4px;

}
@media (min-width: 640px) {
.faq-q-text { font-size: 16px; }
}

/* =========================================
アイコンとアニメーション
========================================= */
.faq-icon {
color: #FE9900;
flex-shrink: 0;
margin-top: 4px;
transition: transform 0.3s ease;
}
.faq-icon svg {
width: 24px;
height: 24px;
}
@media (min-width: 640px) {
.faq-icon { margin-top: 0; }
}
/* チェックされたらアイコンを45度回転（＋から×へ） */
.faq-toggle:checked + .faq-question .faq-icon {
transform: rotate(45deg);
}

/* =========================================
回答部分とスムーズな開閉アニメーション
========================================= */
.faq-answer-wrapper {
/* CSS Gridを活用して高さを0frから1frへなめらかに変化させる */
display: grid;
grid-template-rows: 0fr;
transition: grid-template-rows 0.3s ease-in-out;
}
/* チェックされたら高さをコンテンツに合わせて広げる */
.faq-toggle:checked ~ .faq-answer-wrapper {
grid-template-rows: 1fr;
}

.faq-answer-inner {
overflow: hidden;
}

.faq-answer-content {
display: flex;
align-items: flex-start;
gap: 12px;
padding: 4px 20px 20px 20px;
}
@media (min-width: 640px) {
.faq-answer-content {
gap: 16px;
padding: 4px 24px 24px 24px;
}
}

.faq-a-mark {
color: #d1d5db;
font-weight: 700;
font-size: 20px;
line-height: 1;
margin-top: 2px;
}
@media (min-width: 640px) {
.faq-a-mark { font-size: 24px; }
}

.faq-a-text {
color: rgba(39, 33, 30, 0.8);
font-size: 14px;
line-height: 1.625;
margin: 0;
margin-top: 4px;
}
@media (min-width: 640px) {
.faq-a-text { font-size: 15px; }
}

/* =========================================
404notfound
========================================= */

.notfound{
text-align: center;
}
.notfound img{
width: 40%;
}
.notfound p{
font-size: 20px;
font-weight: bold;
}
.notfound p.notice{
margin-top: 14px;
font-size: 14px;
font-weight: normal;
}

@media screen and (max-width : 890px){

.notfound img{
width: 50%;
}
.notfound p{
font-size: 18px;
}

}


