/* button 

http://www.webdesignerwall.com/demo/css-buttons.html

usage:

html ex:
<div>
  <input class="btn pink" type="btn" value="Input Element" /> 
  <button class="btn pink">btn Tag</btn>
  <span class="btn pink">Span</span> 
  <div class="btn pink">Div</div> 
  <p class="btn pink">P Tag</p> 
  <h3 class="btn pink">H3</h3> 
</div>

color:
  black, gray, orange, red, blue, rosy, green, pink

style
  round, square

size:
  medium, big, exbig

---------------------------------------------- */
.btn {
  display: inline-block;
  zoom: 1; /* zoom and 
display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 1px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: 14px Arial, Helvetica, sans-serif;
  padding: .4em .5em .275em;
  text-shadow: 0 -1px 1px rgba(0,0,0,.3);
  -webkit-border-radius: .5em; 
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);

/* white */
  color: #606060;
  border: solid 1px #b7b7b7;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  background: -moz-linear-gradient(top,  #fff,  #ededed);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.btn:hover {
  text-decoration: none;

/* white */
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
  background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}

.round {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.square {
  -webkit-border-radius: 0em;
  -moz-border-radius: 0em;
  border-radius: 0em;
}
.medium {
  font-size: 20px;
  padding: .4em 1.5em .42em;
}
.big {
  font-weight: bold;
  font-size: 24px;
  padding: .5em 2em .55em;
}
.exbig {
  font-weight: bold;
  font-size: 30px;
  padding: .5em 2em .55em;
}
.wide {
  font-size: 20px;
  padding: .4em 1.5em .42em;
  width:94%;
  margin:0 3% 0 3%;
display:inline;
}

h1,h2,h3,h4,h5,h6,ul,li{
  margin:0;
  padding:0;
}

/*index28*/

.toroku{
  text-align: center;
  padding: 26px 0;
}

.toroku img{
  width:100%;
}

.button_grid{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 88%;
  margin: 0 auto;
}

.button_grid .toroku{
  flex: 0 0 calc(100% / 2 - 8px);
}

/*-----------------------------
ダウンロードボタン
-----------------------------*/

.download_button{
  height: 40px;
  width: 75%;
  margin: 0 auto;
  background-color: 0080ff;
  background: -webkit-gradient(linear,left top,left bottom, from(#ebebeb),  to(#f8f8f8));
  background: -moz-linear-gradient(top, #ebebeb, #f8f8f8);
  border: solid 1px #d2d2d2;
  border-radius: 16px;
  box-shadow: 0 -1px 2px #d2d2d2 inset;
}

.download_button a{
  text-decoration: none;
  text-align: center;
  display: block;
  color: #000;
  font-weight: bold;
  line-height: 39px;
  text-shadow: 0 1px 0 #d2d2d2;
}

/*-----------------------------
退会確認ボタン
-----------------------------*/

.taikai_no{
  height: 30px;
  width: 60%;
  margin: 0 auto;
  background-color: #091980;
  background: -webkit-gradient(linear,left top,left bottom, from(#8edef8),  to(#091980));
  background: -moz-linear-gradient(top, #8edef8, #091980);
  border: solid 1px #091980;
  border-radius: 10px;
  box-shadow: 0 -1px 2px #509aff inset;
}

.taikai_no a{
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0 2px 0 #091980;
}

.taikai_yes{
  height: 30px;
  width: 60%;
  margin: 0 auto;
  background-color: #850404;
  background: -webkit-gradient(linear,left top,left bottom, from(#f69c66),  to(#850404));
  background: -moz-linear-gradient(top, #f69c66, #850404);
  border: solid 1px #850404;
  border-radius: 10px;
  box-shadow: 0 -1px 2px #ff5050 inset;
}

.taikai_yes a{
  text-decoration: none;
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  text-shadow: 0 2px 0 #850404;
}/* ==============================================
   Neon Gallery Styles - START
   ============================================== */

#my-neon-gallery {
    /*background-color: #050510;*/
    color: #fff;
    padding: 20px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}

#my-neon-gallery * {
    box-sizing: border-box;
}

#my-neon-gallery .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 10px;
    line-height: 1.5;
}

#my-neon-gallery .header-title-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

#my-neon-gallery .deco-icon {
    width: 12px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
    flex-shrink: 0;
}

#my-neon-gallery .deco-pink {
    background: #ff00de;
    box-shadow: 0 0 8px #ff00de;
}

#my-neon-gallery .deco-blue {
    background: #00eaff;
    box-shadow: 0 0 8px #00eaff;
}

#my-neon-gallery .deco-yellow {
    background: #ffea00;
    box-shadow: 0 0 8px #ffea00;
}

#my-neon-gallery .deco-purple {
    background: #aa00ff;
    box-shadow: 0 0 8px #aa00ff;
}

#my-neon-gallery .section-title {
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 20px rgba(0, 200, 255, 0.3);
    margin: 0;
    border: none;
}

#my-neon-gallery .nav-link {
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    opacity: 0.8;
}

#my-neon-gallery .scroll-container {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 10px 10px 30px 10px;
    margin: 0;
    list-style: none;
}

#my-neon-gallery .scroll-container::-webkit-scrollbar {
    height: 8px;
}

#my-neon-gallery .scroll-container::-webkit-scrollbar-track {
    background: #111;
    border-radius: 4px;
}

#my-neon-gallery .scroll-container::-webkit-scrollbar-thumb {
    background: #444;
    border-radius: 4px;
}

#my-neon-gallery .scroll-item {
    flex: 0 0 auto;
    width: 120px;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    background: #000;
    border: 2px solid transparent;
    transition: transform 0.2s;
    text-decoration: none;
    margin: 0;
    display: block;
}

#my-neon-gallery .scroll-item:hover {
    transform: scale(1.02);
}

#my-neon-gallery .neon-border-pink {
    border-color: #ff00de;
    box-shadow: 0 0 8px #ff00de, inset 0 0 8px #ff00de;
}

#my-neon-gallery .neon-border-blue {
    border-color: #00eaff;
    box-shadow: 0 0 8px #00eaff, inset 0 0 8px #00eaff;
}

#my-neon-gallery .item-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

/* Neon Gallery Styles - END */.manage_body{
  padding: 10px;
}

.content_title{
  font-size: 1.2rem;
  padding: 10px 0;
}

/* TABLE detail START */
table.manage_detail {
  width: 320px;
  border: 1px #A3A3A3 solid;
  border-collapse: collapse;
  border-spacing: 0;
}

table.manage_detail th {
  padding: 5px;
  border: #A3A3A3 solid;
  border-width: 0 0 1px 1px;
  background: #E3E3E3;
  font-weight: bold;
  line-height: 120%;
  text-align: right;
  white-space: nowrap; 
}
table.manage_detail th.error {
  padding: 5px;
  border: #A3A3A3 solid;
  border-width: 0 0 1px 1px;
  background: #FF6666;
  font-weight: bold;
  line-height: 120%;
  text-align: right;
  white-space: nowrap; 
}
table.manage_detail td {
  padding: 5px;
  border: 1px #A3A3A3 solid;
  border-width: 0 0 1px 1px;
}

table.manage_detail td.inner {
  text-align:center;
  padding:0;
  border:none;
  white-space:nowrap;
}

/* TABLE detail END */

/* TABLE LIST START */
table.manage_list {
  width: 320px;
  border-color: #A3A3A3;
  border-style: solid;
  border-width: 1px;
  border-collapse: collapse;
  border-spacing: 0;
}

table.manage_list th {
  padding: 3px;
  background: #e3e3e3;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
  border-color: #A3A3A3;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
}

table.manage_list th a:link,a:visited {
  text-decoration: none;
}

table.manage_list tr:hover td {
  background: #efefef;
}

table.manage_list td {
  padding: 3px;
  border-color: #A3A3A3;
  border-style: solid;
  border-width: 1px;
}

/* TABLE LIST END */
div.pagination {
  padding: 3px;
  margin: 15px;
  text-align:center;
}
 
div.pagination a {
  border: 1px solid #dedfde;
  margin-right:3px;
  padding:6px 9px;
  background-color:#ffffff;
  background-position:bottom;
  text-decoration: none;

  color: #962929;  
}

div.pagination span {
  margin-right:3px;
  padding:6px 9px;

  background-position:bottom;
  background-color:#ffffff;
  border: 1px solid #dedfde;
  background-image:none;
  background-color:#962929;
  color: #fff;
}

div.pagination a:hover, div.meneame a:active {
  border: 1px solid #000;
  background-image:none;
  background-color:#962929;
  color: #fff;
}
.retire_wrap{
  margin: 13px 7px;
  color: #232323;
}

.retire_text{
  font-size: 0.75rem;
}
.attention{
  color: #cc0000;
}

.retire_title{
  text-align: center;
  font-size: 1rem;
  margin: 15px 0 7px;
  padding: 0;
}

.retire_course{
  display: block;
  width: 75%;
  margin: 18px auto;
  padding: 8px 0;
  background: #1857b7;
  border-radius: 5px;
  color: #ffffff;
  font-size: 0.9rem;
  text-align: center;
}

.retire_after{
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 22px;
}

.retire_button1,
.retire_button2,
.retire_button3{
  display: block;
  width: 50%;
  margin: 16px auto;
  padding: 8px 0;
  border-radius: 3px;
  font-size: 0.9rem;
  text-align: center;
}
.retire_button1{
  border: solid 2px #F2B700;
  color :#F2B700;
}
.retire_button2{
  border: solid 2px #ff5b65;
  color :#ff5b65;
}
.retire_button3{
  border: solid 2px #911616;
  color :#911616;
}

.reason{
  line-height: 1.5rem;
}

.anke{
  margin: 18px 12px;
  font-size: 0.85rem;
  color: #000000;
}
.anke dt{
  margin-bottom: 6px;
  font-size: 1rem;
}
.anke dd{
  margin: 0 0 12px 7px;
}

/*********************************
form内
*********************************/
.retire_wrap select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  outline: none;
  padding: 4px 9px;
  background: transparent;
  border: solid 1px #606060;
  border-radius: 2px;
}
.retire_wrap input[type="text"],
.retire_wrap textarea{
  border: solid 1px #606060;
}
.retire_wrap input[type="text"]{
  padding: 4px 0;
}

.retire_wrap input[type='radio'],
.retire_wrap input[type='checkbox'] {
  display: none;
}
.retire_wrap input[type='radio'] + label,
.retire_wrap input[type='checkbox'] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 10px;
}
.retire_wrap input[type='radio'] + label:before,
.retire_wrap input[type='radio'] + label:after,
.retire_wrap input[type='checkbox'] + label:before,
.retire_wrap input[type='checkbox'] + label:after {
  content: '';
  font-family: helvetica;
  display: inline-block;
  width: 18px;
  height: 18px;
  left: 0;
  bottom: 0;
  text-align: center;
  position: absolute;
}
.retire_wrap input[type='radio'] + label:before,
.retire_wrap input[type='checkbox'] + label:before {
  box-sizing: border-box;
  background-color: #ffffff;
  border: solid 1px #232323;
  transition: all 0.3s ease-in-out;
}
.retire_wrap input[type='radio'] + label:after,
.retire_wrap input[type='checkbox'] + label:after {
  color: #ffffff;
}
.retire_wrap input[type='radio']:checked + label:before,
.retire_wrap input[type='checkbox']:checked + label:before {
  box-shadow: inset 0 0 0 10px #ff5b65;
  border: none;
}
 
/*Radio Specific styles*/
.retire_wrap input[type='radio'] + label:before {
  border-radius: 50%;
}
.retire_wrap input[type='radio']:checked + label:after {
  content: '\2022';
  position: absolute;
  top: 0px;
  font-size: 19px;
  line-height: 18px;
}
 
.retire_wrap input[type='checkbox'] + label:before {
  border-radius: 3px;
}
.retire_wrap input[type='checkbox']:checked + label:after {
  content: "\2713";
  font-size: 14px;
  line-height: 18px;
}/**************************/
/* PHP Rails scaffold.css */
/**************************/

/*
http://predic8.com/iphone-css-layout-theme.htm
http://connecre.com/connelog/connelog00000172.php
*/


/* HTML BASIC START */

body { 
;margin: 0; padding: 0
-webkit-touch-callout:none; /* リンク長押しのポップアップを無効化 */
-webkit-user-select:none; /* テキスト長押しの選択ボックスを無効化 */
 }

a {
  text-decoration: none;
}
ul{
  list-style: none;
}

.b {font-weight:bold;}

.cWhite {color:#fff;}
.cBlue {color:#00adee;}

.m0 {margin:0;}
.m5 {margin:5px;}
.m10 {margin:10px;}
.mT5 {margin-top:5px;}
.mT10 {margin-top:10px;}
.mB5 {margin-bottom:5px;}
.mB10 {margin-bottom:10px;}
.mL5 {margin-left:5px;}
.mL10 {margin-left:10px;}
.mR5 {margin-right:5px;}
.mR10 {margin-right:10px;}

.p0 {padding:0;}
.p5 {padding:5px;}
.p10 {padding:10px;}
.pT5 {padding-top:5px;}
.pT10 {padding-top:10px;}
.pB5 {padding-bottom:5px;}
.pB10 {padding-bottom:10px;}
.pL5 {padding-left:5px;}
.pL10 {padding-left:10px;}
.pR5 {padding-right:5px;}
.pR10 {padding-right:10px;}

.nb {white-space:nowrap;}

.aL {text-align:left;}
.aC {text-align:center;}
.aR {text-align:right;}

/* HTML BASIC END */

* {
  word-break: break-all;
  -webkit-touch-callout:none;
  -webkit-tap-highlight-color:rgba(255,255,0,0.4);
  -webkit-text-size-adjust:none;
}

body {
  color: #333333;
  font-size: 16px;
  line-height: 1.3;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3"; /* iPhoneバンドル */
  -webkit-text-size-adjust: none; /* 文字の拡大縮小を防ぐ */
}


/* clearfix */
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

em{ color: #db0000;}

p { margin: 0 0 10px 0; padding: 0; }

form { margin-top: 0px; margin-bottom: 0px; }

h1 {
  background: #110f32;
  margin: 0px;
  height: 34px;
  font-size: 18px;
  color: #f4d81a;
  padding: 9px 0 0 0;
  text-align: center;
}

h2{
  text-align: left;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.btn-left {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  padding:7px;
}

.btn-left a{
  background: #c155ee;
  border-radius: 1px;
  font: bold 12px Arial;
  text-align: center;
  line-height: 28px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  -webkit-tap-highlight-color: white;
  padding: 8px 5px;
  text-decoration: none;
  min-width: 30px;
  width: auto !important;
  width: 30px;
}

.btn-right {
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
  padding:7px;
}

.btn-right a{
  background: -moz-linear-gradient(#e66a6a, #f39797);
  background: -webkit-gradient(linear, 0 0%, 0 100%, from(#e66a6a), to(#f39797));

  box-shadow: 1px 1px 1px 0px #db5e5e inset;
  text-shadow: 0px -1px 1px #9b5353;
  border: 1px solid #932121;
  border-radius: 4px;
  font: bold 12px Arial;
  text-align: center;
  line-height: 28px;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  -webkit-tap-highlight-color: white;
  padding: 8px 5px;
  text-decoration: none;
  min-width: 30px;
}

input[type="checkbox"],
input[type="radio"],
select { display:inline; vertical-align: baseline ;margin-right: 5px ;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999 ;
}

input[type="text"],
input[type="password"] {
  color: #5a5c63;
  font-size: 100% ;
  width: 100% ;
  padding: 3px ;
}
select {
  color: #5a5c63;
  font-size: 100% ;
  padding: 3px ;
}
textarea {
  color: #5a5c63;
  font-size: 100% ;
  width: 100% ;
  height: 100px ;
  padding: 3px ;
  margin-bottom: 10px ;
}

.detail{
  border-spacing: 0 3px;
  width: 100%;
  padding: 0 10px 0 10px;
  empty-cells:show;
}

.detail th{
  text-align: left;
  border-color:#878787;
  border-style:solid;
  border-width:1px 0 1px 1px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding:0 10px 0 10px;
  background-color: #fff;
  padding: 10px;
}

.detail td{
  border-color:#878787;
  border-style:solid;
  border-width:1px 1px 1px 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
  
}

.detail input[type="text"],
.detail input[type="password"]
{
  border:0;
}

/* TABLE LIST_IMAGE END */


/* LIST LINK START */
.link {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

.link li{
  border-color:#878787;
  border-style:solid;
  border-width:0 0 1px 0;
  background-color: white;
}

.link .arrow{
  background-image: url("/images/sp/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
}

.link .arrow a{
  background: none;
  padding: 12px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: black;
}

.link li .right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}

/* LIST LINK END */

/* LIST TEXT START */
.text {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

.text li{
  border-color:#878787;
  border-style:solid;
  border-width:1px 0 1px 0;
  margin-bottom: -2px;
}

.text li .right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}
/* LIST TEXT END */

/* LIST RADIUS START */
.radius {
  font-size: 12pt;
  padding: 0;
  height: auto;
  width: auto;
  list-style: none;
}

.radius li{
  padding: 10px;
  margin:10px;
  border-style:solid;
  border-width: 1px;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
}

.radius li .right{
  position:absolute;
  right: 45px;
  text-align: right;
  color: #385487;
  font-weight: normal;
}
/* LIST RADIUS END */

.link .list_more{
  text-align:center;
  border-bottom:none;
  padding-top:10px;
}

.link .arrow2 a{
  background-image: url("/images/sp/arrow.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding: 12px 15px;
  display: block;
  width: auto;
  text-decoration: none;
  color: black;
}

.content_title{
  padding:11px 0 11px 10px;
  background: #ee821f;
  color: #ffffff;
  font-size: 1rem;
}

ul.radius li {
    font-size: 12px;
}
ul.radius p {
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 0;
}

div.qa {
    margin: 15px 20px 10px 20px;
    font-size: 80%;
}
div.qa h3 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 5px 5px;
    margin: 10px 0px 10px 0px;
    border-left: 5px solid #b3b3b3;
    border-bottom: 1px dashed #b3b3b3;
}

/*---------------------------
__footer
---------------------------*/
#footer{
  padding:40px 0;
  /*background: #2c2c2c;*/
  color: #ffffff;
  font-weight: bold;
}

#footer-base {
	margin: 0;
	padding: 2px 0;
	text-align: center;
	background-color: #1ec5aa;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
        font-size: 13px;
}

#footer-base #footer-nav {
	display: table;
	height: 14px;
	margin: 3px auto 3px;
	padding: 5px;
	width: 97%;
	background-color: #ff7a9e;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}


#footer-base small {
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-moz-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
-webkit-text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.footer_wrap{
  padding: 20px 10px;
  background: #110f32;
  color :#ffffff;
}

.footer_list{
  display: flex;
  flex-flow: row wrap;
  justify-content: center
}
.footer_list li{
  margin: 2px 4px;
}
.footer_list a{
  color: #ffffff;
  font-size: 0.75rem;
}

.copy{
  text-align: center;
  font-size: .9rem;
  font-weight: bold;
}

.container:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(/images/bg.png) no-repeat center/cover;
}

/*
.container{
  background: #2f2c5e;
}
*/

.header{
  width:100%;
  height: auto;
  position:relative;
}

.logo{
  width:100%;
  height: auto;
  margin:0;
  padding:0;
  background:none;
  border: none;
}
.logo img{
  width: 100%;
  hight: auto;
}

.content_wrap{
  margin: 18px 12px 32px;
/*  padding: 16px 18px;*/
  border-radius: 3px;
}
.button_grid + .content_wrap{
  margin-top: 0;
}

.content_top_title {
  margin: 0px 0px 15px 0px;
  padding: 0;
  font-size: 1rem;
  color: #ffffff;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.content_inner{
}

.content_inner a{
  color: #212121;
}
.content_item{
  margin-bottom: 16px;
  background: #ffffff;
  border: solid 1px #dbdbdb;
}
.content_item a{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}


.content_inner.flex{
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.content_inner.flex .content_item{
  flex: 0 0 150px;
}

.content_img{
  width: 150px;
}

.content_img img{
  width: 150px;
  height: 150px;
}

.content_description{
  order: -1;
  flex: 0 0 calc(100% - 150px);
  box-sizing: border-box;
  padding: 8px 12px;
  color: #535353;
}
.content_description h3{
  margin: 7px 0;
  font-size: .875rem;
}
.content_description p{
  font-size: .75rem;
  color: #4f4f4f;
  line-height: 1.5;
}

.rank_caption{
  margin: 0 0 -4px 2px;
  color: #ec3a3a;
  font-size: .875rem;
  font-weight: bold;
}

.more{
  width: 40%;
  margin: 9px auto;
}

.more a{
  display: block;
  padding: 6px;
  background: rgba(0,0,0,.3);
  border: solid 1px #ffffff;
  border-radius: 2px;
  text-align: center;
  color: #ffffff;
  font-size: .875rem;
}

.category_search{
  box-sizing: border-box;
  display:flex;
  flex-flow:row wrap;
  justify-content:space-between;
  align-content:space-between;
  width:94%;
  margin:22px auto;
  background: #ffffff;
  border-radius:
}
.category_search li{
  box-sizing: border-box;
  width: calc(100% / 2);
  text-align:center;
  border-bottom: solid 1px #a3a3a3;
}
.category_search li:last-of-type,
.category_search li:nth-last-of-type(2){
  border-bottom: none;
}
.category_search li:nth-of-type(odd){
  border-right: solid 1px #a3a3a3;
}
.category_search li a{ 
  display: block;
  padding: 10px 0;
  font-size: .75rem;
  color: #4f4f4f;
}

.content_title{
  padding: 12px 0 12px 8px;
  font-size: 1rem;
  background: #2dc0f7;
  color: #ffffff;
}

.content_list li{
  margin-bottom: 0;
  background: #ffffff;
  border-top: none;
  border-bottom: solid 1px #9c9c9c;
}

.detail_wrap{
  padding: 16px 14px;
  text-align: center;
  font-size: .875rem;
}
.detail_content{
  margin: 0 0 18px;
}
.detail_title{
  margin-bottom: 12px;
  text-align: center;
}
.detail_img img{
  width: 200px;
  height: auto;
}
.detail_description{
  margin: 12px 0;
}

.download_btn a,
.point_btn a{
  display: block;
  width: 60%;
  margin: 6px auto;
  padding: 16px 0;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.download_btn a{
  background: #5ed914;
}
.point_btn a{
  background: #f64545;
}

.detail_point{
  margin: 14px 0 22px;
}

.detail_point p{
  margin: 0 0 5px 0;
}

.detail_attention{
  font-size: .75rem;
}

.content_list li a{
  display: block;
  padding: 10px 12px;
  color: #757575;
}

.course_list{
  background: #ffffff;
}
.course_list a{
  display: block;
  padding: 9px 5px;
  color: #4b4b4b;
  border-bottom: solid 1px #7a7a7a;
}

/*--------------------------------------
登録画面の説明文設定
--------------------------------------*/
.au,
.docomo,
.softbank,
.credit{
  padding: 0;
  margin: 10px 0 0 0;
}

.au span{
  color: #EB5505;
  font-size: 24px;
  font-weight: bold;
}

.docomo span{
  color: #C03;
  font-size: 24px;
  font-weight: bold;
}

.softbank span{
  color: #B7BBBE;
  font-size: 24px;
  font-weight: bold;
}

.credit span{
  color: #585658;
  font-size: 18px;
  font-weight: bold;
}




.toroku_freetext {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-top: px;
    -webkit-text-stroke: 1px deeppink;
    text-stroke: 2px black;
    paint-order: stroke;
    margin-bottom: 25px;
    margin-top: -10px;
}


/*--------------------------------------
lp用登録ボタンアニメーションa
--------------------------------------*/

.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

.keyframe6 {
  animation-name: poyopoyo;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}




/*
 * 新デザイン用の標準CSSコード
 * 既存の scaffold.css の末尾に追記してください。
 */

/* =========================================
   Local Reset for New Design
   ========================================= */
.page-wrapper *,
.page-wrapper *::before,
.page-wrapper *::after {
    box-sizing: border-box;
}

.page-wrapper h2,
.page-wrapper h3,
.page-wrapper h4,
.page-wrapper p {
    margin: 0;
}

.page-wrapper img {
    max-width: 100%;
    height: auto;
}

.page-wrapper a {
    text-decoration: none;
}

/* =========================================
   Utility styles
   ========================================= */
.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.bubbly-text {
    text-shadow: 4px 4px 0px rgba(255, 107, 186, 0.3);
}
.inner-glow {
    box-shadow: inset 2px 2px 8px rgba(255, 255, 255, 0.4);
}
.floating {
    animation: floating 3s ease-in-out infinite;
}
@keyframes floating { 
    0% { transform: translateY(0px); } 
    50% { transform: translateY(-15px); } 
    100% { transform: translateY(0px); } 
}
.no-scrollbar::-webkit-scrollbar {
    display: none;
}
.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* =========================================
   Layout & Common Classes
   ========================================= */


.page-wrapper {
    /* もっとカラフルな4色のパステルグラデーション */
    background: linear-gradient(
        135deg, 
        #ffeaf2 0%,   /* パステルピンク */
        #f2eaff 33%,  /* パステルパープル */
        #eafbff 66%,  /* パステルブルー */
        #fff9ea 100%  /* パステルイエロー */
    );
    background-attachment: fixed;
    color: #181a2e;
    overflow-x: hidden;
    min-height: 100vh;
}


.main-container {
    padding-bottom: 8rem; /* pb-32 */
    padding-top: 2rem; /* pt-8 */
    max-width: 56rem; /* max-w-4xl */
    margin-left: auto;
    margin-right: auto;
}
.section-title-wrapper {
    margin-bottom: 1.5rem; /* mb-6 */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 1.5rem; /* px-6 */
    padding-right: 1.5rem;
}
.section-title {
    color: #181a2e; /* text-on-surface */
    font-size: 1.75rem; /* text-headline-md */
    font-weight: bold; /* font-headline-md */
}
.more-link {
    color: #ab2575; /* text-primary */
    font-weight: bold; /* font-label-bold */
}
.notice-message {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-top: 1rem;
    color: #ef4444; /* text-red-500 */
    font-weight: bold;
    text-align: center;
}
.footer-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

/* Dynamic Tailwind Colors Replaced */
.bg-primary { background-color: #ff6bba; }
.bg-secondary-container { background-color: #e2e8f0; }
.bg-tertiary-container { background-color: #fce7f3; }
.neon-border-blue { border-color: #5ed8ff; }
.neon-border-pink { border-color: #ff6bba; }

/* =========================================
   Seasonal Banner
   ========================================= */
.seasonal-section {
    padding-left: 1.5rem; /* px-6 */
    padding-right: 1.5rem;
    padding-bottom: 2rem; /* pb-8 */
}
.seasonal-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem; /* gap-2 */
    margin-bottom: 1.5rem; /* mb-6 */
}
.star-icon-primary { color: #FF6BBA; }
.star-icon-secondary { color: #ab2575; }
.seasonal-title {
    font-size: 1.75rem; /* text-headline-md */
    font-weight: bold;
    color: #FF6BBA;
    text-align: center;
}
.seasonal-banners-container {
    display: flex;
    flex-direction: column;
    gap: 1rem; /* gap-4 */
}
.seasonal-banner {
    display: block;
    border-radius: 0.75rem; /* rounded-xl */
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
    border: 2px solid #ffffff;
    transition: transform 0.15s ease-in-out;
}
.seasonal-banner:hover {
    transform: scale(1.02);
}
.seasonal-banner img {
    width: 100%;
    display: block;
}

/* =========================================
   Popular Games
   ========================================= */
.popular-section {
    padding-top: 2rem; /* py-8 */
    padding-bottom: 2rem;
}
.popular-list {
    display: flex;
    overflow-x: auto;
    gap: 1rem; /* gap-4 */
    padding-left: 1.5rem; /* px-6 */
    padding-right: 1.5rem;
    padding-bottom: 2rem; /* pb-8 */
    scroll-snap-type: x mandatory; /* snap-x */
    /* スクロールバー非表示対応 */
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.popular-list::-webkit-scrollbar {
    display: none;
}
.popular-item {
    flex: none;
    width: 10rem; /* w-40 */
    scroll-snap-align: center; /* snap-center */
}
@media (min-width: 640px) {
    .popular-item { width: 12rem; /* sm:w-48 */ }
}
.popular-card {
    display: block;
    position: relative;
    background-color: #ffffff;
    border-radius: 0.75rem; /* rounded-xl */
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    border: 4px solid #ffffff;
    transition: transform 0.15s ease-in-out;
    aspect-ratio: 1 / 1;
}
.popular-card:hover {
    transform: scale(1.02);
}
.popular-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.popular-card-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
}
.popular-card-info {
    position: absolute;
    bottom: 0.75rem; /* bottom-3 */
    left: 0.75rem; /* left-3 */
}
.popular-card-badge {
    color: #1e293b;
    font-size: 10px;
    font-weight: bold;
    padding: 0.125rem 0.5rem; /* px-2 py-0.5 */
    border-radius: 9999px; /* rounded-full */
}
.bg-primary { color: #ffffff; } /* Override text color for dark backgrounds */

.popular-card-title {
    color: #ffffff;
    font-weight: bold;
    margin-top: 0.25rem; /* mt-1 */
    font-size: 0.875rem; /* text-sm */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 640px) {
    .popular-card-title { font-size: 1rem; /* sm:text-base */ }
}
.play-button {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    background-color: #ff6bba; /* bg-primary-container */
    padding: 0.5rem;
    border-radius: 9999px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 2px solid #ffffff;
    transition: transform 0.15s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon {
    color: #ffffff;
    font-size: 1.25rem; /* text-sm to base equivalent */
}
@media (min-width: 640px) {
    .play-button {
        bottom: 0.75rem;
        right: 0.75rem;
        padding: 0.75rem;
        border-width: 4px;
    }
}
.popular-card:hover .play-button {
    transform: scale(1.1);
}

.lp-banner-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem; /* max-w-xs */
    width: 75%;
}

/* =========================================
   New Games
   ========================================= */
.new-game-section {
    padding: 2rem 0; /* py-8 */
    background-color: #f4f2ff; /* surface-container-low */
    border-radius: 1.5rem; /* rounded-3xl */
    margin: 0 1rem 2rem 1rem; /* mx-4 mb-8 */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
}
.new-game-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem; /* gap-4 */
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
@media (min-width: 640px) {
    .new-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.new-game-card-wrapper {
    position: relative;
    background-color: #0f172a; /* slate-900 */
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(255, 107, 186, 0.3); /* border-[#FF6BBA]/30 */
    aspect-ratio: 1 / 1;
}
.new-game-card-link {
    display: block;
    width: 100%;
    height: 100%;
}
.new-game-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    display: block;
}
.new-game-card-wrapper:hover .new-game-card-img {
    opacity: 1;
}
.new-game-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1rem;
    background: linear-gradient(to top, rgba(2,6,23,1), rgba(15,23,42,0.4), transparent);
}
.new-game-badge {
    background-color: #ff6bba;
    width: max-content;
    color: #ffffff;
    font-size: 10px;
    font-weight: 900;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}
@media (min-width: 640px) {
    .new-game-badge { margin-bottom: 0.5rem; }
}
.new-game-title {
    font-size: 0.875rem; /* text-sm */
    font-weight: 900;
    color: #ffffff;
    filter: drop-shadow(0 4px 3px rgba(0,0,0,0.07));
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 640px) {
    .new-game-title { font-size: 1.125rem; /* sm:text-lg */ }
}

/* =========================================
   Ranking
   ========================================= */
.ranking-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.ranking-container {
    background-color: #ffffff;
    border-radius: 1.5rem;
    padding: 1.5rem;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    border: 1px solid #d7d8f4; /* surface-dim */
}
.ranking-title-wrapper {
    margin-bottom: 1.5rem;
    padding-left: 0;
    padding-right: 0;
}
.ranking-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem; /* space-y-3 */
}
.ranking-item {
    display: flex;
    align-items: center;
    /* gap: 1rem; */
    background-color: #f4f2ff; /* surface-container-low */
    padding: 0.75rem;
    border-radius: 9999px; /* rounded-full */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.15s ease-in-out;
}
.ranking-item:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.rank-icon-1 {
    color: #facc15; /* yellow-400 */
    font-size: 2.25rem; /* text-4xl */
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
    margin-left: 0.25rem;
}
.rank-num-2 {
    font-weight: 900;
    color: #94a3b8; /* slate-400 */
    font-size: 1.5rem;
    width: 2.5rem;
    text-align: center;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}
.rank-num-3 {
    font-weight: 900;
    color: #cd9800;
    font-size: 1.5rem;
    width: 2.5rem;
    text-align: center;
    filter: drop-shadow(0 1px 1px rgba(0,0,0,0.05));
}
.rank-num-other {
    font-weight: 900;
    color: #cbd5e1; /* slate-300 */
    font-size: 1.25rem;
    width: 2.5rem;
    text-align: center;
}
.ranking-thumb {
    width: 3.5rem; /* w-14 */
    height: 3.5rem; /* h-14 */
    border-radius: 9999px;
    background-color: #e2e8f0; /* slate-200 */
    overflow: hidden;
    flex-shrink: 0;
    border-style: solid;
    border-width: 2px;
}
.ranking-thumb-1 { border-color: #facc15; }
.ranking-thumb-other { border-color: #ffffff; }

.ranking-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.ranking-title {
    font-weight: bold;
    flex: 1 1 0%;
    font-size: 0.875rem;
    color: #1e293b; /* slate-800 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 640px) {
    .ranking-title { font-size: 1rem; }
}
.ranking-chevron {
    color: #cbd5e1; /* slate-300 */
    margin-right: 0.5rem;
}

/* =========================================
   Pick Up
   ========================================= */
.pickup-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.pickup-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
@media (min-width: 640px) {
    .pickup-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.pickup-card {
    display: block;
    position: relative;
    background-color: #ffffff;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9; /* slate-100 */
    transition: all 0.15s ease-in-out;
}
.pickup-card:hover {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: translateY(-0.25rem); /* -translate-y-1 */
}
.pickup-img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
}
.pickup-info {
    padding: 0.75rem;
}
.pickup-title {
    color: #1e293b;
    font-weight: bold;
    font-size: 0.75rem;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (min-width: 640px) {
    .pickup-title { font-size: 0.875rem; }
}

/* =========================================
   Categories
   ========================================= */
.category-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 3rem; /* mb-12 */
}
.category-title {
    text-align: center;
    margin-bottom: 1.5rem;
}
.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem; /* gap-3 */
    margin-top: 25px;
}
.category-btn {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 9999px;
    font-weight: bold;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    transition: transform 0.15s ease-in-out;
}
.category-btn:hover {
    transform: scale(1.05);
}
.cat-action { background-color: #ff6bba; color: #6f0048; }
.cat-puzzle { background-color: #5ed8ff; color: #005c72; }
.cat-table { background-color: #ffd8e7; color: #8b005b; }
.cat-brain { background-color: #ffdea2; color: #5c4200; }
.cat-casual { background-color: #d7d8f4; color: #181a2e; }

/* =========================================
   Navigation
   ========================================= */
.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 2rem;
    padding-top: 0.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
@media (prefers-color-scheme: dark) {
    .bottom-nav { background-color: rgba(15, 23, 42, 0.9); }
}
.nav-item-active {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ff6bba;
    color: #ffffff;
    border-radius: 9999px;
    padding: 0.5rem 1rem;
    transform: translateY(-0.5rem);
    box-shadow: 0 4px 10px rgba(255, 107, 186, 0.5);
    transition: all 0.3s ease;
}
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8; /* slate-400 */
    padding: 0.5rem 1rem;
    transition: color 0.15s ease-in-out;
}
.nav-item:hover {
    color: #ff6bba;
}
.nav-label {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin-top: 0.125rem;
}
.nav-bg-decoration {
    position: absolute;
    inset-inline-start: 1rem;
    inset-inline-end: 1rem;
    bottom: 1.5rem;
    z-index: -10;
    height: 4rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 9999px;
    border: 4px solid rgba(255, 107, 186, 0.1);
    box-shadow: 0 10px 25px -5px rgba(255, 107, 186, 0.4);
}
@media (prefers-color-scheme: dark) {
    .nav-bg-decoration { background-color: rgba(30, 41, 59, 0.5); }
}





/* =========================================
   下部メニューの文字デザイン修正
   ========================================= */

/* 固定メニュー内の文字（nav-label）にタグデザインが当たらないようにリセット */
.nav-item .nav-label, 
.nav-item-active .nav-label,
[class*="nav"] span:not(.material-symbols-outlined) {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    color: inherit !important; /* 親要素の色を引き継ぐ */
    display: block !important;
}

/* もし「footer_list」以外の場所でタグ風デザインが暴走している場合、
   footer_listだけに限定して適用し直します */
.footer_list li a {
    display: inline-block !important;
    background: rgba(255, 255, 255, 0.1) !important;
    padding: 6px 12px !important;
    border-radius: 20px !important;
    color: #ff9cdb !important;
    font-size: 0.7rem !important;
    border: 1px solid rgba(255, 156, 219, 0.3) !important;
    margin: 2px !important;
}

/* 固定メニュー（ホーム・ゲーム等）全体の微調整 */
.bottom-nav, nav[class*="bottom"] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-around !important;
}




/* --- 1個目：ロゴに被せる特別なスタイル --- */
.btn-regist-top {
    position: relative;
    z-index: 10;
    margin-top: -110px !important; /* ここでロゴに被せる */
    margin-bottom: 20px;
    text-align: center;
}

/* --- 2個目・3個目：通常のスタイル --- */
.btn-regist-standard {
    position: relative;
    z-index: 5;
    margin: 20px auto !important; /* 上下に程よい余白 */
    text-align: center;
}

/* --- 共通の画像設定（どちらのボタンにも適用） --- */
.btn-regist-top img,
.btn-regist-standard img {
    display: block;
    margin: 0 auto;
    max-width: 80%; /* 画面幅に合わせる */
    height: auto;
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.2));
    transition: transform 0.2s ease;
}

.btn-regist-top img:hover,
.btn-regist-standard img:hover {
    transform: scale(1.05);
}


/* =========================================
   見出し（h2）と more の干渉防止・最新版
   ========================================= */

/* 見出し全体のレイアウト：横並びにする */
.section-title-wrapper,
.content_top_title_wrap,
.ranking-title-wrapper {
    display: flex !important;
    align-items: baseline !important; /* 下のラインを揃える */
    justify-content: space-between !important; /* 両端に分ける */
    margin: 30px 15px 10px !important;
    padding-bottom: 5px !important;
    border-bottom: 2px solid #ffccf2 !important; /* 全体に薄いピンクの下線 */
}

/* メインの見出し（人気のゲーム、◆NEW GAMEなど） */
h2, 
.section-title, 
.content_top_title {
    background: none !important;
    box-shadow: none !important;
    color: #ff6bba !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    text-shadow: none !important;
    display: inline-block !important;
}

/* 「more」「もっと見る」のリンク */
.more-link, 
.more, 
[class*="more"] {
    color: #ff9cdb !important;
    font-size: 0.8rem !important;
    font-weight: bold !important;
    text-decoration: none !important;
    margin: 0 0 0 auto !important; /* 右側に固定 */
    white-space: nowrap !important;
}

/* 見出しの前に控えめなアクセント（●） */
h2::before, 
.section-title::before, 
.content_top_title::before {
    content: '●' !important;
    font-size: 8px !important;
    color: #ffccf2 !important;
    margin-right: 8px !important;
    vertical-align: middle !important;
}

/* 見出しの下に短い強調線を入れたい場合 */
.section-title-wrapper::after {
    display: none !important; /* 干渉防止のため一旦オフ */
}





/* =========================================
   ランキング：さらに左詰め＆タイトに調整
   ========================================= */

/* 1位〜3位の行全体の左余白を削る */
.ranking-item {
    padding-left: 8px !important; /* 左の余白を最小限に */
}

/* 順位エリア（王冠・数字）の幅を詰め、左寄せにする */
.rank-icon-1, 
.rank-num-2, 
.rank-num-3 {
    width: 35px !important;     /* 45pxから35pxに短縮 */
    min-width: 35px !important;
    margin-right: 5px !important; /* 右側（ゲーム画像）との間隔も詰める */
    justify-content: center !important;
}

/* ゲーム画像（サムネイル）をさらに左に寄せる */
.ranking-thumb {
    margin-right: 8px !important; /* 画像とタイトルの間隔も少し詰める */
}

/* 王冠アイコン自体のサイズ微調整（詰めすぎると小さく見えるため） */
.rank-icon-1 .material-symbols-outlined {
    font-size: 22px !important;
}

/* 2位・3位の数字も少しだけ左に寄せる */
.rank-num-2, .rank-num-3 {
    font-size: 1.3rem !important;
    letter-spacing: -1px; /* 数字の余白を詰める */
}
