﻿
.title {
	background-image: url("../image_210318/main.jpg");

    background-size: cover;
    background-position: right center;
    height: 150px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
h1 {	color: #FFFFFF;
    text-align: left;
    font-weight: 700;
    font-size: 13.5vw;
    letter-spacing: 0.05em;
    margin-left: 10px;
     /*  text-shadow: 1px 1px 2px rgba(10,10,10,0.7);*/
  text-shadow:3px 2px 20px #000000;
	margin-left: 10px
}
section{
    margin: 0 0 40px;
}
#main .breadcrumb {
    box-sizing: border-box;
    color: #83838f;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    line-height: 1.5;
    margin-bottom: 10px;
}
#main .breadcrumb a {
    color: #83838f !important;
    text-decoration: none;
}
    #main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0.3em;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
        display: flex;
        align-items: center;
    }
    #main .eventbnr li a{
    display: flex;
    flex-direction: row-reverse;
    }
    #main .eventbnr li .linksTxt{
    font-size: 1.2em;
    margin: auto auto auto 10px;
    display: flex;
    flex-wrap: wrap;
    width: calc(80% - 20px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    padding: 0.5em 0;
	font-weight: 700;
        font-size: 1em;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(100% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto auto auto auto;
    width: calc(38% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
        height: auto;
}
#main h2.headingMiddle {
    margin: 40px 0 20px 0;
}
#main h3.checkPoint {
    position: relative;
    font-size: 1.25em;
    font-weight: bold;
    margin: 60px 0 20px 0;
    padding: 0 0 10px 0;
    text-align: left;
    border-bottom: #aaaaaa 2px solid;
    display: flex;
    align-items: center;
}
#main h3.checkPoint .st0{fill:#aaaaaa;}
#main h3.checkPoint .st1{fill:none;stroke:#ffffff;stroke-width:3;stroke-miterlimit:10;}
#main h3.checkPoint.h2under {
    margin: 20px 0 20px 0;
}
#main h3.checkPoint span {
    margin: 0 0 0 20px;
}

.btnstyle{
display: flex;
flex-wrap: wrap;
justify-content:space-between;
}
.btnstyle li{
width:100%;
margin-bottom: 10px;	
border-radius: 5px;
border:1px solid #ababab;
background: #f1f1f1;	
display: flex;
overflow: hidden;	
}
.btnstyle .images{
height: 6em;
background: #fff;	
border-right: 1px solid #ababab;
display: inline-block;
padding: 5px;
box-sizing: border-box;
}
.btnstyle .images img{
    width: auto;
height:100%;
}
.btnstyle .textBox{
padding:0.5em;
font-weight:700;
line-height: 1.3em;	
}

.btnstyle a{
display: flex !important;
align-items:center;
width: 100%;
}
.btnstyle .arrow{
background: #aaa;
height: 100%;
width: 2em;
display: flex;
color: #fff;
align-items: center;
justify-content: center;
}

	#main .links li{
		text-align: center;
	}
	#main .links li img{
		width: 100%;
    height: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    margin: 0;
	}
    #main .scrolltxt.bottom{
        margin: 15px 0 60px 0;
    }
    #main .slideTable{
        overflow-x: scroll;
    }
    #main .slideTable .cpt{
        width: 1200px; 
    }
    #main p.scrolltxt span {
    /* background-color: #FAE2DE; */
    padding: 8px 6px;
    font-size: 0.95em;
    border: 2px solid #E00012;
    box-sizing: border-box;
}
    #main p.scrolltxt {
    color: #E00012;
    font-weight: bold;
    margin: 15px 0 40px 0;
    text-align: left;
}
    #main .links.cpanel-cols{
        
    }
    #main .links.cpanel-cols li img{
		width: 100%;
        max-width: 180px;
    height: auto;
    display: block;
    padding: 10px;
    box-sizing: border-box;
    margin: auto;
	}
    #main .links.cpanel-cols li a{
        
    }
    #main .links.cpanel-cols li a .text-box{
        font-feature-settings: "palt" 1;
        padding:0 0.5em 0.5em;
    }
    #main .links.cpanel-cols li a .text-box p{
        
    }
    #main .links.cpanel-cols li a .text-box p:first-child{
        margin: 0 0 10px;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    }
    #main .links.cpanel-cols li a .text-box p:last-child{
        text-align: left;
    }
    #main .feature-img-solo img {
    width: 100%;
    height: auto;
}

    #main .cpanel-table{
        width: 1320px;
        border-spacing: 0;
  border-collapse: separate;
        border: solid 1px #333;
    } 
    #main tr.cpanel-table--back-b,#main tr.cpanel-table--back-b td.fix-block{
        background-color: #666;
        color: #fff;
    } 
    #main tr.cpanel-table--back-g,#main tr.cpanel-table--back-g td.fix-block{
        background-color: #ccc;
    } 
    #main tr.cpanel-table--back-w,#main tr.cpanel-table--back-w td.fix-block{
        background-color: #fff;
    } 
    #main .cpanel-table tr{
    }
    #main .cpanel-table tr.hover-color:hover{
        background: #efefef;
    }
    #main .cpanel-table td{
        padding: 5px;
        border-right: solid 1px #333;
        border-bottom: solid 1px #333;
        border-collapse: collapse;
        line-height: 1.2;
        text-align: center;
    } 
    #main .cpanel-table tr:last-child td{
        border-bottom: none;
    } 
    #main .cpanel-table tr td:last-child{
        border-right: none;
    } 
    #main .cpanel-table td.fix-block{
        position: sticky;
    position: -webkit-sticky;
    left: 1px;
    top: 0px;
    width: 180px;
    z-index: 1;
    }
    #main .cpanel-table td.fix-block img{
        width: 3em;
        height: auto;
    }
    #main .cpanel-table td.fix-block::after{
        content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    height: calc(100% + 1px);
    z-index: 2;
    border-left: solid 1px #333;
    }
    #main .cpanel-table td.or-block{
       width: 5em;
    }
    #main .cpanel-table td.or-block-02{
       width: 6em;
    }
    #main .mark{
       font-size: 2em;
    }
    #main .cpanel-table td.t-left{
        text-align: left;
    }
    #main .cpanel-table td.exp{
        width: 16em;
    }
    #main .cpanel-table td.fix-block:nth-child(2){
        left: 192px;
    width: 12%;
        border-left: none;
    }
    #main .cpanel-table td.fix-block:nth-child(2)::after{
        content: '';
    position: absolute;
    left: -1px;
    top: 0px;
    }
    #main .cpanel-table td a.fsMedium{
        padding: 0.75em 0.85em;
        height: auto;
        width: auto;
        max-width: 10em;
        margin: 10px auto;
        position: relative;
    } 
#main .cpanel-table td a.fsMedium.arrow-r::after {
right: 10px;
}
    @media screen and (max-width:767px) {
        #main .cpanel-table td a.fsMedium {
    padding: 0.75em 0.85em;
    height: auto;
    width: auto;
    max-width: 10em;
    margin: auto;
    font-size: 0.8em;
}
        #main .cpanel-table td.fix-block {
    position: sticky;
    position: -webkit-sticky;
    left: 1px;
    top: 0px;
    width: 120px;
    z-index: 1;
}
        #main .cpanel-table td.fix-block:nth-child(2) {
    left: 122px;
    width: 6%;
    border-left: none;
}
        #main .cpanel-table td.exp{
        width: 16em;
    }
    }
#main .arrow-r::after {
content: "";
position: absolute;
right: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
width: 8px;
height: 8px;
-webkit-transform: rotate( 45deg);
transform: rotate( 45deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .tab-menu-nav {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#main .tab-menu-nav .fs-medium {
padding: 0.5rem 2rem 0.5rem 1rem;
font-feature-settings: "palt";
min-height: 3rem;
line-height: 1.3; 
}
#main .tab-menu-nav li {
width: calc(50% - 0.4rem);
margin-bottom: 1.25em;
font-size: 0.85rem;
}
#main .arrow-d::after {
content: "";
position: absolute;
right: 15px;
border-top: 2px solid #B6B6B6;
border-right: 2px solid #B6B6B6;
width: 8px;
height: 8px;
-webkit-transform: rotate( 135deg);
transform: rotate( 135deg);
top: 0;
bottom: 0;
margin: auto;
}
#main .border-btn {
border: 1px solid #B6B6B6;
}
#main .border-btn:hover{
border-color: #E5002D;
}
#main .border-btn.selected {
border-color: #d4122c;
}
#main .flatbtn {
box-sizing: border-box;
text-align: center;
border-radius: 25px;
color: #333; 
display: flex;
opacity: 1.0;
width: auto; 
height: 100%;
align-items: center;
justify-content: center;
cursor: pointer;  
}
#main .flatbtn:hover,
#main .flatbtn:focus {
text-decoration: none;
opacity: 0.75;
transition: 0.6s; 
}
#main .flatbtn:active,
#main .flatbtn.active {
outline: 0;
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.125); 
}
#main .arrow-r,#main .arrow-d {
    position: relative;
}


#main .pc-only {
    display: none;
}
#main .sp-only {
    display: block;
}
#main .flex_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#main .flex_container::before,
#main .flex_container::after {
    content: '';
    display: block;
    height: 0;
    width: 49%;
}
#main .flex_container::before {
    order: 1;
}
#main .flex_content {
    box-sizing: border-box;
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

#main .flex_content {
    box-sizing: border-box;
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    text-decoration: none;
    color: #000;
}
#main .labels_content {
    border: 1px solid #ccc;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
}
#main .img_container {
    margin-bottom: 10px;
}
#main .img_container > img {
    width: 100%;
    height: auto;
}
#main .single {
    width: 95%;
    margin: 0 auto;
    font-size: 0.95em;
    margin-bottom: 10px;
}
#main .single p {
    text-align: center;
    margin-bottom: 5px;
}
#main .bulk p {
    text-align: center;
    margin-bottom: 15px;
    font-size: 0.90em;
    line-height: 1.15;
}
#main .bulk {
    width: 100%;
    border: 1px solid #ff0000;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #ff0000;
    font-size: 1.1em;
}
#main .price {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#main .yen {
    font-size: 1.5em;
}
#main .yen span {
    font-size: 0.6em;
    margin-left: 3px;
}
#main .bulk .yen {
    font-weight: bold;
}

#main .menu-btn-list a {
    color: #fff !important;
}