/*
Theme Name: Kyuden OshitsumaPoint
Theme URI: https://mens.kyuden-group.com
Author: Crazy Monster Developer
Description: 推し妻選手権 来店スタンプ
Version: 1.0
License: Private
*/

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

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: 10px;
  right: 10px;
  z-index: 1100;
}

#hamburger {
  font-size: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
	color: #ffffff;
}

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

#sidemenu.open {
  transform: translateX(0);
	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 p{
	font-size:12px;
	margin:20px 0;
}
#sidemenu a {
	color: #ffffff;
}
#closemenu {
  font-size: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  margin-bottom: 20px;
	color: #ffffff;
}

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

#mens_form img{
	width: 100%;
    height: auto;	
}
#mens_form h1{
font-size: 16px;
    color: #4c988e;
	text-align: center;
}

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

#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;
}

#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;
}
#mens_form div p{
	color: #4c988e;
}



#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;
}