@charset "Shift_JIS";
label:hover {
    opacity: 0.7;
}

.uniform-content__inner {
	/* padding: 30px 40px; */
	width: 100%;
	margin: auto;
}

.uniform-content__inner--sub {
	padding: 25px 40px;
}

.uniform__head {
	position:relative;
	z-index:0;
}

.uniform-concept__button {
	position:relative;
	z-index:2;
	background-color: #fff;
	color: #0066b3;
	text-decoration: none;
	padding: 14px 30px;
	border-radius: 10px;
	line-height: 1.4;
	font-weight: bold;
	text-align:center;
	box-shadow :0 0 0 5px #f39800, 0 0 0 10px #fff;
}

.uniform-concept__button.icon-arrow-circle--blue::before {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	right:10px;
	margin-top: -7px;
}

.uniform-concept__button.icon-arrow--bottom::after {
	right: 16px;
	margin-top: -3px;
}

.jsc-tab-contents {
    float: left;
}

.jsc-tab-contents .item__main h3 {
    line-height: 1.4;
    font-size: 25px!important;
}

.uniform-content__inner .item {
	position: relative;
}

.uniform-content__inner .item .size.radio-square label {
    width: 100px;
    height: 40px;
    display: table;
    padding: 0;
    line-height: 1.2;
}

.uniform-content__inner .item .size.radio-square label span {
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
}

.item__main {
	width: 495px;
}

.item__sub {
	padding: 20px 20px;
	float: right;
	box-sizing: border-box;
    width: 100%;
}

.item__sub-is_name {
    margin-bottom: 10px;
}

.item__sub__delivery {
    font-size: 12px;
    line-height: 1.1;
    font-weight: bold;
}

.jsc-content::after {
    content: '';
    clear: both;
    display: block;
}

.item__note {
    margin-bottom: 30px;
    font-size: 12px;
}

.uniform-content__item-bottom {
    float: left;
}

.uniform-content__fanclub {
    float: left;
    width: 497px;
    margin-top: 15px;
    border: 1px solid #f00;
    padding: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}

.uniform-content__fanclub {
    font-size: 12px;
    line-height: 1.4;
}

.uniform-content__fanclub-notes {
    text-indent: -1em;
    margin-left: 1em;
}

.uniform-content__fanclub .uniform-content__fanclub-tit {
    font-weight: bold;
    font-size: 14px;
}

/* change img */

.nav li + li {
	margin-left: 15px;
}

.photo {
	display: flex;
	justify-content: center;
	align-items: center;
    width: 100%;
    height: auto;
	border: 1px solid #0066b3;
}

.thumbnail {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
    height: auto;
    border: 1px solid #0066b3;
}

.thumbnail > img {
	width: 100%;
	cursor: pointer;
}

.thumbnail > img:hover {
	opacity: 0.7;
}

.marking__notice > li {
	font-size:12px;
	line-height: 1.4;
}

img.off1000banner {
    width: 364px;
}

.radio-square label {
    width: 93px;
}

/*** ユニLPデザイン追加(20230517山田) ***/
#background_container {
	background-color: #fdf5e6;
}

.normal_marking_ranking {
	width: 55%;
    margin: -84px auto 30px 35px;
    cursor: pointer;
}

.marking_ranking_top5_img {
	height: 700px;
	width: auto;
}

.js_modal_marking_ranking {
	z-index: 10002;
}

.js_modal_close_marking_ranking {
	border: solid 1px #CCCCCC;
	font-weight: bold;
    width: 80%;
    margin: 10px auto;
    padding: 0.6em;
    display: block;
    color: #ffffff;
    background: url(/shopping/i/sp/member/img/icon_arrow_wh_nx.svg) 94% center #666 no-repeat;
    background-size: 0.6em;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    font-size: initial;
    cursor: pointer;
}

.js-modal-close,
.js-modal-close-stsize,
.js-modal-close-prsize {
    border: solid 1px #CCCCCC;
    margin: auto;
    padding: 1em;
    width: 70%;
    display: block;
    color: #ffffff;
    background: url(/shopping/i/sp/member/img/icon_arrow_wh_nx.svg) 94% center #666 no-repeat;
    background-size: 0.6em;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: initial;
    cursor: pointer;
}

.js-modal-close-playerlist {
    border: solid 1px #CCCCCC;
    margin: auto;
    padding: 1em;
    width: 70%;
    display: block;
    color: #ffffff;
    background: url(/shopping/i/sp/member/img/icon_arrow_wh_nx.svg) 94% center #666 no-repeat;
    background-size: 0.6em;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: bold;
    font-size: initial;
    cursor: pointer;
}

#overlay{
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:120%;
	background: rgba(0,0,0,0.6);
}

#normal_overlay{
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,0.6);
}

.modal_content_msg{
	background: #ffffff;
	left: 50%;
	padding: 7px 7px 15px 7px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	height: auto;
	font-size: 13px;
	text-align: center;
	z-index: 10001;
	overflow-y: auto;
}

.modal_normal_content_msg{
    background: #ffffff;
    left: 50%;
    padding: 10px 5px 3px 5px;
    position: fixed;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 800px;
    overflow-y: auto;
    font-size: 13px;
    text-align: center;
    z-index: 10001;
}

.modal{
	display: none;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}
.modal_bg{
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgb(80 80 80 / 50%);
	z-index: 100;
	transform: scale(1);
}

.modal_content_msg-stsize {
	background: #ffffff;
	left: 50%;
	padding: 7px 7px 15px 7px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 800px;
	z-index: 10002;
	font-size: 13px;
	overflow-y: auto;
	width: 40%;
}

.modal_content_msg-prsize {
	background: #ffffff;
	left: 50%;
	padding: 7px 7px 15px 7px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 550px;
	z-index: 10002;
	font-size: 13px;
	overflow-y: auto;
	width: 40%;
}

.modal_content_msg-playerlist {
	background: #ffffff;
	left: 50%;
	padding: 7px 7px 15px 7px;
	position: fixed;
	top: 50%;
	transform: translate(-50%,-50%);
	height: 800px;
	z-index: 10002;
	font-size: 13px;
	overflow-y: auto;
	width: 40%;
}

.modal_bg.js_modal_marking_ranking_close{
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    transform: scale(1);
    background: rgba(0,0,0,0.6);
    display: none;
}

.js-modal-close,
.js-modal-stsize-close,
.js-modal-prsize-close,
.js-modal-playerlist-close {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 10000;
    transform: scale(1);
    background: rgba(0,0,0,0.6);
    display: none;
}

.js-modal-stsize,
.js-modal-prsize,
.js-modal-playerlist {
    z-index: 20000;
}

.modal-inner {
    z-index: 20000;
    top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}

#member_overlay {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:120%;
	background: rgba(0,0,0,0.6);
}

#playerlist_modal {
	height: 695px;
    width: 750px;
}

/**** ユニLPSP版css流用 ****/
@charset "UTF-8";

.content__inner {
    padding: 20px;
    /* margin-bottom: 3vw; */
    background-color: #fdf5e6;
    display: flex;
}

.content__inner--sub {
    padding: 20px 10px;
    font-weight: normal;
}

.uniform-marking__info {
    background: #4e4e4e;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    padding: 10px 0;
    font-weight: bold;
    height: 50%;
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.item {
    position: relative;
}

.item__main {
    width: 100%;
}

.size {
	text-align: center;
	width: 100%;
}

.sizepr {
	text-align: center;
	width: 95%;
}

.size>li {
    position: relative;
    display: inline-block;
	margin-bottom: 10px;
}

.sizepr>li {
    position: relative;
    display: inline-block;
	margin-bottom: 10px;
}

.radio-square input[type="radio"]:checked+label {
    outline: 4px solid #ed6d35;
    outline-offset: -3px;
    color: #333333;
    font-weight: bold;
    height: auto;
    box-shadow: 0 0 0 1px #ed6d35;
    background: #ffffff;
}

.radio-square input:disabled+label {
    pointer-events: none;
    filter: brightness(0.5);
}

.item__sub .size li label {
    display: block;
    box-sizing: border-box;
    width: 130px;
    background-color: #FFFFFE;
    border: 1px solid #333333;
    text-align: center;
    height: auto;
    border-radius: 10px;
}
.item__sub .size li label span {
    line-height: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}

.item__sub .size li label.is-active {
	background-color: #0066b3;
	color: #FFFFFE;
}

.item__sub .size li input {
	display: none;
}

.item__sub .sizepr li label {
    display: block;
    box-sizing: border-box;
    width: 130px;
    background-color: #FFFFFE;
    border: 1px solid #333333;
    text-align: center;
    height: auto;
    border-radius: 10px;
}
.item__sub .sizepr li label span {
    line-height: 2;
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
}
.item__sub .sizepr li label.is-active {
	background-color: #0066b3;
	color: #fff;
}
.item__sub .sizepr li input {
	display: none;
}

/* モデル選択切替 */

.selectModels {
    display: flex;
    flex-wrap: wrap;
}

.selectModels_normaluni {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-left: 25px;
}

.selectModels_eventuni {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-left: 25px;
}

.standard_model {
	z-index: 100;
}

.st_model {
    position: relative;
    display: flex;
    width: 190px;
}

.pr_model {
    position: relative;
    display: flex;
    width: 190px;
}

.peace_model {
    position: relative;
    display: flex;
    width: 190px;
    margin-top: 35px;
}

img.standard {
    margin: 0 !important;
    position: absolute;
}

img.pro {
    margin-left: 15px !important;
    position: absolute;
}

img.peace {
	margin: 0 !important;
    position: absolute;
}

img.design_st1stFP {
    margin: 0 !important;
    position: absolute;
}

.st_1stFP_design{
    position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

img.design_st1stGK {
    margin: 0 !important;
    position: absolute;
}

.st_1stGK_design{
    position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

img.design_st2ndFP {
    margin-top: 0 !important;
    position: absolute;
}

.st_2ndFP_design{
    position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

img.design_st2ndGK{
    margin-top: 0 !important;
    position: absolute;
}

.st_2ndGK_design{
    position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

img.design_pr1st {
    margin: 0 !important;
    position: absolute;
}

.pr_1st {
    position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

img.design_pr2nd {
    margin: 0 !important;
    position: absolute;
}

.pr_2nd {
    position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

img.design_peaceFP {
    margin: 0 !important;
    position: absolute;
}

img.design_peaceGK {
    margin: 0 !important;
    position: absolute;
}

.peace_FP {
	position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

.peace_GK {
	position: relative;
    display: inline-block;
    width: 110px;
    height: fit-content;
}

.radio-round {
    border-radius: 8px;
    padding-top: 20px;
}

.radio-round input {
    display: none;
}

.radio-round label {
    position: relative;
    cursor: pointer;
    width: 40%;
    padding: 10px 0;
    background: #fff;
    color: #333333;
    font-size: 20px;
    text-align: center;
    line-height: 2;
    border: 1px solid #333333;
    border-radius: 8px;
    font-weight: bold;
}

.radio-round input[type="radio"]:checked+label {
    outline: 4px solid #ed6d35;
    outline-offset: -3px;
    font-weight: bold;
    height: auto;
    box-shadow: 0 0 0 1px #ed6d35;
    background: #ffffff;
    color: #000000;
}

/*カートに入れる*/
.SumPrice {
    color: #ff0000;
    font-size: 40px;
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}

.SumPrice .tax {
    font-size: 14px;
}

.send_price {
	font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
    font-weight: bold;
}

.sendtax {
	font-size: 14px;
}

.CartAdd {
    text-align: center;
    margin-top: 20px;
}

.CartAdd_hidden {
    text-align: center;
    margin-top: 20px;
}

.cartButton{
    width: 80%;
    cursor: pointer;
}

.accordion {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    padding: 10px 0;
    font-weight: bold;
    border-radius: 10px;
    width: 50%;
    cursor: pointer;
    margin: 10px auto 0 auto;
}

.accordion__content {
    padding: 0;
}

.accordion__content__inner {
    padding: 20px;
}

section {
    margin-top: 0vw;
}

.wrap {
    position: relative;
}

.box2 {
    width: 50%;
    position: relative;
    display: flex;
}


/* ラジオボタン画像差しかえ */
input[type="radio"]{
    display:none;
}

.title1 {
    border: solid 1px #ccc;
    padding: 1em;
    display: block;
    color: #fffffe;
    font-weight: bold;
    background-color: #0066b3;
    text-align: center;
}

.title2 {
    border: solid 1px #ccc;
    padding: 1em;
    display: block;
    color: #fffffe;
    font-weight: bold;
    background-color: #0066b3;
    text-align: center;
    margin: 20px 0;
}

.menu_bar {
    background-color: #fdf5e6;
}

.title3 {
    border: solid 1px #ccc;
    padding: 1em;
    display: block;
    color: #fffffe;
    font-weight: bold;
    background-color: #0066b3;
    margin:20px 0;
    text-align: center;
}

.marking_explain1 {
    margin: -10px;
    padding: 0.5em 0.5em 0.5em;
    font-size: 0.9em;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.marking_explain2 {
    margin: -10px;
    padding: 0.5em 0.5em 0.5em;
    font-size: 0.9em;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.itemtitle_model {
    padding: 0.5em 0.5em 0.5em;
    font-size: 0.9em;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.itemtitle_kinds {
    padding: 0.5em 0.5em 0.5em;
    font-size: 0.9em;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.itemtitle_size {
    margin: -10px;
    padding: 0.5em 0.5em 0.5em;
    font-size: 0.9em;
    line-height: 1.5;
    font-size: 18px;
    font-weight: bold;
}

.displaywindow {
    border: 2px solid #f9cf00;
    background-color: #fffffe;
    height: auto;
    bottom: 0;
    display: block;
    width: 100%;
    z-index: 10000;
    }

.window_title{
    top: 0;
    padding: 10px;
    /* border-radius: 5px; */
    background-color: #f9cf00;
    color: #333;
    font-size: 20px;
    width: 100%;
    font-weight: 700;
    text-align: center;

}

.radio-square input[type="radio"]:checked + label .maru {
	color:#f19f4d;
}

.marking__notice{
    font-size: 12px;
    background: #fffffe;
    padding: 10px;
    margin-top: 10px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 10px;
    line-height: 1.5;
}

.notification_title{
    font-size: 12px;
    background: #7c7c7c;
    color: #FFFFFE;
    margin: 0 0 10px 0;
    width: 35%;
    padding: 4px;
    border-radius: 5px;
    text-align: center;
}

#type_st_model {
    height: 115px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-content: flex-start;
}

#type_pr_model {
    height: 115px;
    display: flex;
    justify-content: space-evenly;
}

#type_peace_model {
    height: 115px;
    display: flex;
    justify-content: space-evenly;
}

.uniform_photo .mb20 {
	width: 100%;
}

.uniform_photo .mb15 {
	display: flex;
	justify-content: center;
}

.accordion_info {
	width: 50%;
	margin-left: 20px;
}

#st_marking {
	display: flex;
	justify-content: center;
}

#pr_marking {
	display: flex;
	justify-content: center;
}

.radio-round label:before {
	display: none !important;
}

.radio-round label:after {
	display: none !important;
}

.off10_banner {
	margin-top: 20px;
	text-align: center;
}

.naire_banner {
	margin-top: 20px;
	text-align: center;
	width: 40%;
}

.design_concept {
	margin-top: 20px;
	text-align: center;
	width: 50%;
}

.uniform_photo {
	margin-top: 15px;
}

.marking-catch-tax {
	font-size: 13px;
}

.uniform_banners li {
	display: inline-block;
}

.uniform_banners {
	text-align: center;
}

/* ローディング画面 */
#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
  
.spinner {
    border: 4px solid #ccc;
    border-top: 4px solid #0034ff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s infinite ease-in-out;
}
  
/* ローディングアニメーション */
@keyframes spin {
    0% { 
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loaded {
    opacity: 0;
    visibility: hidden;
}
