/*
Theme Name: Kyuden FanClub
Theme URI: https://mens.kyuden-group.com
Author: Crazy Monster Developer (CMD)
Description: Kyuden FanClub Theme
Version: 2.0
License: Crazy Monster Developer (CMD) (Kyuden Group is granted internal-use permission)
License Description: Crazy Monster Developer (CMD) retains all rights including reproduction, modification, and redistribution.
*/

*{
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	margin:0;
	padding:0;
	font-weight:bold;
}

img{
	/* PCの右クリック禁止
	pointer-events: none;
	/* SPの長押し禁止
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none; */
}

body{
	/*background-image:url('/img/bg_oshitsuma_1920x1344.jpg');*/
	background: #07cbab;
	/*background: #efefef;*/
	background-size: cover;
	min-width: 320px;
	height:100dvh;
}

header {
	position: fixed;
	top: 9px;
	right: 10px;
	z-index: 1100;
}

#hamburger {
  background: transparent;
  border: none;
  cursor: pointer;
	color: #aaaaaa;
}

#sidemenu {
position: fixed;
    top: 0;
    right: 0;
	width: 100%;
    max-width: 500px;
    height: 100vh;
	/*background: rgba(110, 110, 110, 0.9);*/
	background: #ffffff;
    transform: translateX(100%);
    transition: transform 0.3s ease,opacity 0.3s ease;
	opacity: 0;
    z-index: 1050;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #ffffff;
}

#sidemenu.open {
	transform: translateX(0);
	opacity: 1;
	box-shadow: -3px 0 6px rgba(0,0,0,0.3);
}
#sidemenu .sidemenu-header{
	display: flex;
    flex-direction: column;
    align-items: center;
}
#sidemenu .sidemenu-header img{
	width: 100%;
    height: auto;
}
#sidemenu .sidemenu-header h1{
	font-size:14px;
}
#sidemenu ul{
	list-style:none;
	margin: 20px 0;
}
#sidemenu ul li{ 
	line-height: 4;
	position: relative;
	color: #4c988e;
	border-bottom: 1px solid #aaaaaaaa;
}
#sidemenu p{
	font-size:12px;
	margin:20px 0;
}
#sidemenu a {
	color: #4c988e;
	text-decoration: none;
	transition: all .3s;
}
#sidemenu a:hover{
	color: #f93b6b;
}
#closemenu {
	font-size: 28px;
	line-height: 28px;
	background: transparent;
	border: none;
	cursor: pointer;
	margin-bottom: 20px;
	margin-left: calc(100% - 22px);
	color: #ffffff;
}

#soundToggleBtn {
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	width: 40px;
	height: 20px;
	border-radius: 999px;
	background: #ccc;
	color: #fff;
	border: none;
	position: relative;
	top: -1px;
	cursor: pointer;
	transition: 0.3s;
}
#soundToggleBtn::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 18px;
	top: 1px;
	left: 1px;
	background: #fff;
	border-radius: 50%;
	transition: 0.3s;
}
/* ON状態（クラスで切り替え） */
#soundToggleBtn.on {
  background: #07cbab;
}
#soundToggleBtn.on::before {
  transform: translateX(20px);
}



#mens_form, #mens_mypage, #mens_page{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	/*background: rgba(255, 255, 255, 0.4);*/
}
#mens_form {
    height: 100%;
    min-height: 500px;
    width: 100%;
    margin: 0 auto;
	max-width: 500px;
}

#img_logo{
	width: 317px;
    height: auto;	
}
#mens_form h1{
font-size: 18px;
    color: #4c988e;
	text-align: center;
}

#mens_form > div{
	/*display: flex; JSで制御*/
	flex-direction: column;
	align-items: center;
	    background: #ffffff;
    padding: 40px 20px;
    box-sizing: border-box;
	width: 100%;
}

#mens_form #edit_section{
	display: flex;
}

#mens_form form{
	margin: 20px 0;
}

#mens_form form label{
	display: block;
	color: #4c988e;
}
#mens_form form label span{
	 font-size: 10px;
}
#mens_form form input{
	display: block;
    height: 30px;
	border: 1px solid #4c988e;
	width: 100%;
	padding: 0 5px;
    box-sizing: border-box;
	font-size: 16px;
	font-weight: normal;
}

#mens_form form input::placeholder {
	font-size: 12px;
}

#mens_form form input::-webkit-input-placeholder {
	font-size: 12px;
}

#mens_form form button{
	margin: 15px 0 0 0;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    color: #ffffff;
    background-color: #07cbab;
    border: 1px solid #07cbab;
	font-size: 16px;
}
#mens_form div p{
	color: #4c988e;
}

#show_register, #show_login{
	background: #f93b6b;
	color: #ffffff;
	text-decoration: none;
	width: 197px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f93b6b;
	border-radius: 10px;
	margin-bottom: 20px;
}
#show_login{
	width: 264px;
}


#mens_form label[for="edit_mens_icon"]{
	margin: 15px 0 0 0;
}

#mens_icon_frame{
	position: relative;
	vertical-align: bottom;
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 50%;
	border: 1px solid #07cbab;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	margin: 5px auto;
	padding: 0 !important;
	box-sizing:border-box;
}

#mens_icon_preview {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    cursor: grab;
    transform-origin: top left;
    width: auto;
    height: auto;
    max-width: none;
    max-height: none;
    object-fit: unset;
    object-position: unset;
}

.icon-wrap {
	position: relative;
    width: 100%;
    height: 200px;
    margin: 5px auto;
    padding: 0 !important;
}

/* ボタンは外に出す */
.icon-delete-btn {
	position: absolute;
    bottom: 0px;
    right: calc(50% - 100px);
    width: 50px !important;
    height: 50px !important;
    border-radius: 50% !important;
    cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

#mens_icon_controls{
	padding: 0 !important;
	margin-bottom: 20px;
	display:none;
}
#mens_icon_controls input{
	padding: 0 !important;
}

#edit_mens_icon{
	padding: 1px !important;
	height: auto !important;
	margin: 15px 0 0 0;
	font-size:12px !important;
}
#edit_mens_icon::-webkit-file-upload-button{
	height: 26px;
	box-sizing:border-box;
}

#mens_page{
	min-height: 100%;
	display: flex;
	justify-content: center;
}

#page_header {
	width: 100%;
	min-width: 320px;
	max-width: 500px;
	background: #ffffff;
	padding: 30px 0;
	text-align: center;
	color: #ffffff;
	user-select: none;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: nowrap;
	justify-content: space-around;
}

#page_header img{ 
	width: 317px;
    height: auto;
}
#page_header h1 {
	font-size: 18px;
	text-align: center;
	color: #4c988e;
}
#page_content{
	background: #ffffff;
	padding: 40px 20px;
	min-width: 320px;
	max-width: 500px;
	box-sizing: border-box;
}

#page_content h2{
	font-size: 16px;
	margin-bottom: 14px;
	color: #4c988e;
}
#page_content ol{
	margin: 0 0 14px 30px;
}
#page_content p, #page_content li{
	font-weight:normal;
	font-size: 14px;
}
#page_content p{
	margin-bottom: 14px;
}
.qanda{
	margin-bottom:20px;
}
.qanda dt{
	font-size: 16px;
    color: #4c988e;
	border-bottom: 1px solid #4c988e;
	padding-bottom: 10px;
}
.qanda dt::before{
	content: 'Q';
    background: #4c988e;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 10px;
	width: 32px;
    height: 32px;
    box-sizing: border-box;
    display: inline-block;
	line-height: 22px;

}
.qanda dd{
	font-size: 14px;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px;
    background: #eff5f5;
}

.line_shop_link{
	/*display: flex;*/
	/*flex-direction: column;*/
	list-style:none;
}
.line_shop_link{
	width:200px;
}
.line_shop_link li a{
	display: inline-flex;
	align-items: center;
	background: #00c300;
	color: #ffffff;
	border-radius: 10px;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 5px 10px 5px 5px;
	flex-direction: row;
	margin: 5px 0;
	width: 100%;
	text-decoration: none;
}
.line_shop_link li a::before{
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background:url('./svg/icon-line.svg') no-repeat center / contain;
}
.page_fansroom_link{
	font-size: 16px !important;
	text-align: center;
	margin: 20px 0;
}


#mens_mypage > p{
	color: #4c988e;
	text-align: right;
	font-size:10px;
	width: 100%;
}

.fabulous-stamp-card {
	width: calc(100% - 50px);
    min-width: 320px;
    max-width: 500px;
    /*background: #ecfbf6;*/
    /* border-radius: 30px; */
	padding: 30px 0;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25), inset 0 0 15px #fff9e1; */
    text-align: center;
	color: #ffffff;
    user-select: none;
    /*margin: 20px auto;*/
    box-sizing: border-box;
}
.fabulous-stamp-card .stamp-header{
	display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 0 0 10px 0;
}
.fabulous-stamp-card .stamp-header img{ 
	width: 60%;
	height: auto;
}
.fabulous-stamp-card .stamp-header h1 {
	font-size: 18px;
	text-shadow: 1px 1px 3px #fff8e7;
	width: 40%;
}

.fabulous-stamp-card .stamp-info{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
	    justify-content: space-around;
    margin: 0 0 10px 0;
}

.fabulous-stamp-card .stamp-info p span{
	font-size: 18px;
}
.fabulous-stamp-card h2 {
	font-size: 18px;
}

.fabulous-stamp-card .stamp-current{
	background: #ffffff;
    padding: 10px 10px 0 0;
	position:relative;
	text-align: right;
	color: #4c988e;
}
.fabulous-stamp-card .stamp-current p:nth-child(2){
	color: #ff0000;
}
.fabulous-stamp-card .stamp-current .stamp-current-cbh{
position: absolute;
    top: 0;
    left: 0;
    background: #ff0000;
    color: #ffffff;
    padding: 5px 10px 15px 10px;
    text-align: center;
    clip-path: polygon(0 0, /* 左上 */ 100% 0, /* 右上 */ 100% 70%, /* 右中下 */ 50% 100%, /* 下のとんがり */ 0 70% /* 左中下 */);
}
.fabulous-stamp-card .stamp-list {
 display: flex;
    flex-direction: row;
    scrollbar-width: thin;
    scrollbar-color: #b89959 transparent;
    flex-wrap: wrap;
    background: #ffffff;
    padding: 10px;
}

.fabulous-stamp-card .stamp-list::-webkit-scrollbar {
  width: 6px;
}

.fabulous-stamp-card .stamp-list::-webkit-scrollbar-thumb {
  background-color: #b89959;
  border-radius: 10px;
}

.fabulous-stamp-card .stamp {
  font-size: 2.2rem;
  line-height: 1;
  color: #c5a957;
  text-shadow:
    0 0 5px #fff8cc,
    0 0 10px #ffd700,
    0 0 15px #a57f00;
  cursor: default;
  transition: color 0.3s ease;
  user-select: none;
	width: 20%;
	/*margin: 5px 0 0 0;*/
}

.fabulous-stamp-card .stamp.active {
  color: #ffd700;
  text-shadow:
    0 0 10px #fff8cc,
    0 0 20px #ffd700,
    0 0 30px #ffcc00;
}
.fabulous-stamp-card .stamp img{
	width: 100%;
	height: auto;
}

.fabulous-stamp-card table{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.fabulous-stamp-card table tr td{
text-align: left;
}
.fabulous-stamp-card table tr td:nth-child(1){
padding-right:10px;
}
.fabulous-stamp-card table tr td span{
    font-size: 12px;
    vertical-align: middle;
    margin-bottom: 3px;
    display: inline-block;
}
.fabulous-stamp-card .fabulous-stamp-card-note{
	margin:20px 0;
	text-align: left;
	font-size: 12px;
}

#mens_lounge{
	height:100%;
	background: #aaaaaa;
}


