@charset "Shift_JIS";
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
}

label:hover {
    opacity: 0.7;
}

.uniform-content__inner {
    width: 100%;
    margin: auto;
}

#background_container {
	background-color: #fdf5e6;
}

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

.jsc-tab-contents .item__main h3 {
    line-height: 1.4;
    margin-bottom: 10px;
    font-size: 23px !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__comment {
    margin-bottom: 10px;
    font-size: 12px;
}

.item__main {
	width: 100%;
}

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

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

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

/* change img */

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

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

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

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

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

img.off1000banner {
    width: 364px;
}
 
/* モーダルパート */
.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;
}

#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 {
	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: 650px;
	z-index: 10002;
	font-size: 13px;
	overflow-y: auto;
	width: 40%;
    text-align: center;
}

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

.js-modal-close,
.js-modal-stsize-close,
.js-modal-prsize-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 {
    z-index: 20000;
}

.modal-inner {
    z-index: 20000;
    top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}
/* モーダルパート終了 */

.content__inner {
    padding: 20px;
    background-color: #ffffff;
    display: flex;
}

.item {
    position: relative;
}

.size {
	width: 100%;
}

.sizepr {
	width: 100%;
}

.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 #ff0000;
    outline-offset: -3px;
    color: #333333;
    font-weight: bold;
    height: auto;
    box-shadow: 0 0 0 1px #ff0000;
    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: 97px;
    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: 97px;
    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: #FFFFFE;
}
.item__sub .sizepr li input {
	display: none;
}

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

.marking-catch {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 10px;
}

.marking-catch::before {
    content: '';
    top: 5px;
    bottom: 0;
    left: 22px;
    height: 32px;
    width: 1px;
    background-color: #000;
    transform: rotate(-25deg);
    -webkit-transform: rotate(-25deg);
    position: absolute;
}

.marking-catch::after {
    content: '';
    top: 5px;
    bottom: 0;
    right: 22px;
    height: 32px;
    width: 1px;
    background-color: #000;
    transform: rotate(25deg);
    -webkit-transform: rotate(25deg);
    position: absolute;
}

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

.price {
    color: #ea0000;
    font-size: 20px;
    margin-top: -17px;
    font-weight: bold;
}

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

/*対応用CSS*/
.radio-square label {
    width: 93px;
}

.radio-round label {
    width: 100px;
}

/* モデル選択切替 */

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

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

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

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

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

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

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

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

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

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

.pr_away {
    position: relative;
    display: inline-block;
    width: 190px;
    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 #ff0000;
    outline-offset: -3px;
    font-weight: bold;
    height: auto;
    box-shadow: 0 0 0 1px #ff0000;
    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: #22345a;
    text-align: center;
}

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

.menu_bar {
    background-color: #ffffff;
}

.title3 {
    border: solid 1px #ccc;
    padding: 1em;
    display: block;
    color: #fffffe;
    font-weight: bold;
    background-color: #22345a;
    margin:240px 0 10px 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;

}

.marking__notice {
    font-size: 12px;
    background: #fdf5e6;
    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;
}

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

.uniform_photo .mb20 {
	width: 100%;
}

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

.price_info {
    margin-right: 20px;
}

.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;
    width: 95%;
}

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

.uniform_banners li {
	display: inline-block;
}

.uniform_banners {
	text-align: center;
}

.product_off5banner {
    max-width: 80%;
    margin: 20px auto;
}

.uniform_off10banner {
    max-width: 80%;
    margin: 20px auto;
}

/* ローディング画面 */
#loading {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 1s;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
}
  
.spinner {
    border: 4px solid #ccc;
    border-top: 4px solid #22345a;
    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;
}