/*====================================================================================*/
/* Common
/*====================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');

body{
	margin:0;            /* 余白消去 */

	/* フォント */
	letter-spacing: 0.08em;
    line-height: 1.8em;
    font-family: 'Source Sans Pro', sans-serif;
    /*	font-family: 'Noto Sans Japanese';	
	letter-spacing:0.1em;
	line-height: 2em;
	font-size:14px;*/
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	-text-size-adjust:none;
	text-size-adjust:none;
}

.CCFont{
	font-family: classica-pro, serif !important;
    font-weight: 300;
    font-style: normal;
}
.mobDisp{
	display:none;
}


/* Layout関連 */
.Clean{
	opacity:0;
}
.AppearClean{
	opacity:1;
}

.hide{
	display:none !important;
}
.LayoutLeft{
	display:inline-block;
	text-align:left;
}
.LayoutRight{
	display:inline-block;
	text-align:right;
}
.LayoutClear{
    clear:both;
}
/* Animation関連 */
.FadeIn{
	opacity:0.0;

	/* animation */	
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.FadeInLeft{
	opacity:0.0;

	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

	/* Layout*/
	-moz-transform   : translateX(50px);
	-webkit-transform: translateX(50px);
	-o-transform     : translateX(50px);
	-ms-transform    : translateX(50px);
	transform        : translateX(50px);
	

}
.FadeInRight{
	opacity:0.0;

	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

	/* Layout*/
	-moz-transform   : translateX(-50px);
	-webkit-transform: translateX(-50px);
	-o-transform     : translateX(-50px);
	-ms-transform    : translateX(-50px);
	transform        : translateX(-50px);
}
.FadeInSlideMaskText{
	
	/* Layout */
	width:0%;
	overflow-x:hidden;
	
	/* animation */	
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}
.SlideMaskText{	
	/* Layout */
	width:0%;
	overflow-x:hidden;
	
	/* animation */	
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
}
.animation{
	/* animation */	
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

.ReadMoreVisible {
      opacity: 1;
      animation-duration: 2s;
      animation-name: fade-in;
      -moz-animation-duration: 2s;
      -moz-animation-name: fade-in;
      -webkit-animation-duration: 2s;
      -webkit-animation-name: fade-in;
}

/* Graphic */
.IfjReadMoreBottom{
	border-style: solid;
	border-width: 1px;
    padding: 5px 15px 5px 15px;
    width:66px;
}
a{
	color: black;
    text-decoration: none;
}   
/* Font */
.fontCurrency{
	font-size:80% !important;
}

.fs0{
	font-size:10pt;
	letter-spacing:0.1em;
}
.fs1{
	font-size:14pt;
	letter-spacing:0.1em;
}
.fs2{
	font-size:16pt;
	letter-spacing:0.1em;
}
.fs3{
	font-size:18pt;
	letter-spacing:0.1em;
}
.fs4{
	font-size:20pt;
	letter-spacing:0.1em;
}
.fs5{
	font-size:22pt;
	letter-spacing:0.1em;
}
.fs6{
	font-size:24pt;
	letter-spacing:0.1em;
}
.fs7{
	font-size:26pt;
	letter-spacing:0.1em;
}
.fs8{
	font-size:28pt;
	letter-spacing:0.1em;
}
.MainTitle{
	font-size:42pt;
	letter-spacing:0.1em;
}
.SubTitle{
	font-size:20px;
	letter-spacing:0.1em;
	line-height:1.6em;
}
.BasicNote{
	font-size:14px;
	letter-spacing:0.1em;
}

.p{
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
}
.attension{
	color:red;
}
.PatternAttention{
	color:red;
	vertical-align: top;
}

/* Form */
.buttonParts{
	display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    /* width: 150px; */
    border-style: solid;
    border-width: 0.5px;
    background-color: black;
    border: solid 1px #dddddd;
    color: white;
    text-align: center;
    transition: background-color 0.75s ease;
    transition: color 0.75s ease;
    font-size: 12pt;
    letter-spacing: 0.1em;
	cursor:pointer;
}
.disablebtn{
    background:#eeeeee;
    color: #888888;
    cursor: default !important;
}
.disablebtn:hover{
    background:#eeeeee;
    color: #888888;
    
}
select{
	min-width: 220px;
    height: initial !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
    border: 1px solid #000000;
    border-color: #dddddd;
    background-color: white !important;
    color: #555555;
    padding-bottom: 10px!important;
    padding-top: 10px !important;
    padding-left: 10px!important;
    padding-right: 25px!important;
    /* margin-right: 20px!important; */
    font-size: 12pt;
    letter-spacing: 0.1em;
}
}

.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	display: inline-flex;
	position: relative;
	border: 1px solid #dddddd;
	border-radius: 2px;
	background: #ffffff;
	margin-right: 15px;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #dddddd;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	color: black;
}
button {
    font-family: Source Sans Pro;
}
.attentionBtn{
	background-color:#cf121c !important;
}
input[type="checkbox"] {
	cursor:pointer;
}
.alertRemoveFromCartAsItem{
	position: fixed;
    width: 100vw;
    height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
    top: 0;
    z-index: 1200;
}
.partsWrapper{
    width: 600px;
    height: 60vh;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	padding: 20px;
	text-align: center;
    border: solid 1px #cccccc;
    overflow-y: scroll;
}
.partsWrapper > .attentionMessage{
	margin-bottom:10px;
	text-align: left;
}
.partsWrapper > .parts{
	margin-bottom: 50px;
	text-align: left;
}
.partsWrapper > .parts > .image{
	display:inline-block;
	margin-right:15px;
	vertical-align: top;
}
.partsWrapper > .parts > .image img{
	width:170px;
	height:auto;
}
.partsWrapper > .parts > .optionWrapper{
	display:inline-block;
	vertical-align: middle;
}
.ProductCaptionParts{
	
}
.ProductCaptionParts > .title{
	display:inline-block;
	margin-right:5px;
    width: 130px;
}
.ProductCaptionParts > .data{
	display:inline-block;
}


.partsWrapper::-webkit-scrollbar {
    width: 8px; /* スクロールバーの幅 */
}

.partsWrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5); /* スクロールバーの色 */
    border-radius: 4px;
}

.partsWrapper::-webkit-scrollbar-track {
    background: #f1f1f1; /* スクロールバーのトラック色 */
}


.alertMessageWrapper{
	position: fixed;
    width: 100vw;
    height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	left: 0;
    top: 0;
    z-index: 1200;
}

.alertMessageWrapper >.alertMessageBox{
	display:inline-block;
    width: 600px;
    height: 60vh;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 50px 70px;
	text-align: center;
    border: solid 1px #cccccc;
	overflow-y: scroll;
    text-align: left;
}
.alertMessageWrapper >.alertMessageBox > .attention{
	padding: 20px;
	padding-top: 20px;
	text-align:left;
}
.alertMessageWrapper >.alertMessageBox > .digest{
	text-align: left;
    padding: 20px;
    padding-top: 20px;
    border: solid 1px #CCCCCC;
    background: #F8F8F8;;
    margin-bottom: 20px;
    max-height: 200px;
    height: 200px;
    overflow-y: scroll;
	
}

.alertMessageWrapper >.alertMessageBox > .checkbox{
	
}
.alertMessageWrapper >.alertMessageBox form{
	text-align:center;
}
.loadingPrint{
    position: relative;
}
.loadingPrint > .caption{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	display:inline-block;
}
/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
	
.alertMessageWrapper >.alertMessageBox {
    display: inline-block;
    width: calc(100% - 80px);
    height: 60vh;
    background: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 10px;
    text-align: center;
    border: solid 1px #cccccc;
    overflow-y: scroll;
    text-align: left;
}
.partsWrapper {
	width: calc(100% - 50px);
	height: 60vh;
}
	
body{
	margin:0;            /* 余白消去 */
}
.pcDisp{
	display:none;
}
.mobDisp{
	display:initial;
}

	
/* Font */
.fs0{
	font-size:100%;
	letter-spacing:0.1em;
}
.fs1{
	font-size:110%;
	letter-spacing:0.1em;
}
.fs2{
	font-size:120%;
	letter-spacing:0.1em;
}
.fs3{
	font-size:130%;
	letter-spacing:0.1em;
}
.fs4{
	font-size:140%;
	letter-spacing:0.1em;
}
.fs5{
	font-size:150%;
	letter-spacing:0.1em;
}
.fs6{
	font-size:160%;
	letter-spacing:0.1em;
}
.fs7{
	font-size:170%;
	letter-spacing:0.1em;
}
.fs8{
	font-size:180%;
	letter-spacing:0.1em;
}
.MainTitle{
	font-size:145%;
	letter-spacing:0.1em;
	line-height:1.6em;
}
.SubTitle{
	font-size:28pt;
	letter-spacing:0.1em;
	line-height:1.6em;
}
.BasicNote{
	font-size:18pt;
	letter-spacing:0.1em;
}
.fontCurrency{
	font-size:90% !important;
}	
	
}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){

}