.title {
background-image: url("../image/title.jpg");
background-repeat: no-repeat;
background-position: top center;
background-size:100% 100%;
width: 870px;
height: 200px;
margin: 0 auto;
position: relative;
}
h1{
    height: 100%;
}
h1 span{
	transform: translate(-50%);
    position: absolute;
}
h1 span.heading01 {
        color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.6rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 64%;
    width: 100%;
    left: 50%;
    text-shadow: 3px 3px 0px #000000;
    font-feature-settings: "palt" 1;
}
h1 span.heading02 {
        font-size: 2em;
    font-weight: bold;
    text-align: center;
    width: 62%;
    padding: 0.25em 0 0.3em;
    border-radius: 0.5em;
    top: 8%;
    left: 50%;
    color: #fff;
    background: #e3561c;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, .5);
}
h1 span.heading02:after {
       content: '';
    height: 0;
    width: 0;
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 15px solid #e3561c;
    border-left: 15px solid transparent;
    border-top-color: #e3561c;
    top: 98%;
    left: calc(10% + 1px);
}

#main .sBbtn{
line-height: 1.2;
    margin: 10px 0 0;
}
#main .links{
margin-bottom: 0px;
}

/*3カラム<-->1カラム*/
#main .cols3-1 li {
text-align: center;
}

#main .cols3-1 li img {
width: 65%;
}


/*3カラム<-->2カラム*/
#main .cols3-2 li{
width:calc(33.33% - 7px);
margin-right:calc(21px / 2);
margin-bottom:20px;
position: relative;
text-align: center;
} 

#main .cols3-2 li img{
width: 65%;
margin: 0 0 10px 0;
}

#main .cols3-2 .text-box{
padding:0.5em;
line-height: 1.6em;
}

#main .cols3-2 .cover-btn{
position: absolute;
bottom: 0%;
width:100%;
}	

#main .cols3-2 .bottomList{
padding: 1em 0.5em;
}
#main .cols2-1 .bottomList{
margin-bottom:0px;
}


#main .nidan{
margin-top:4px!important;
}

/*table*/
#main .tablebox {
width:100%;
margin:20px auto;
}
#main .tablebox table{
margin: 0;
padding:0;
width:100%;
border-collapse:collapse;
border-spacing: 0;
table-layout:auto;
empty-cells:hide;
}
#main .tablebox table th,
#main .tablebox table td {
border:1px solid #CCC;
padding:5px;
box-sizing:border-box;
}
#main .tablebox table th {
width:19%;
text-align:center;
font-weight:normal;
font-size:0.9em;
line-height:1.3;
vertical-align:middle;
}
#main .tablebox table th span{
color:#F00;
font-size:1.3em;
}
#main .tablebox table td {
text-align:center;
vertical-align:middle;
font-size:1.1em;
}
/*table*/

#main p.sizebtn{
font-size:0.8em;
padding-top:9px;
text-align:left;
/*text-indent:30px;*/
font-weight:700;
width:120px;
height:43px;
margin:auto;
}
#main p.sizebtn a{
display:block;
text-decoration:none}
#main a.btnRadius03:hover{
opacity: 0.75;
transition: 0.6s;
}

/*-- font-size --*/ 
#main .fs095em { font-size: 0.95em; }
/*#main .fs10em { font-size: 1.0em; }
#main .fs15em { font-size: 1.5em; }
#main .fs20em { font-size: 2.0em; }
#main .fs25em { font-size: 2.5em; } */

#main .redTxt {
    color: #f00;
    line-height: 1.5;
}
    #main .catchCopyTxt {
    line-height: 1.2;
    margin:20px 0;
}
	#main .osusumeGoods .Free {
    color: #fff;
    background: #f00;
    display: inline-block;
    padding: 0.3em;
    margin: 0.5em 0 0.5em 0;
    font-size: 1.5em;
    font-weight: 700;
}
    #main .osusumeGoods {
    display: flex;
    flex-wrap: wrap;
    margin:0 0 20px;
}
    
     #main .osusumeGoods li{
    width: calc(50% - 5px);
    margin: 0 10px 20px 0;
    border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
        display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
#main .osusumeGoods.layout3 li.noborder{
    border: none;
    padding: 0;
    display: flex;
    justify-content: center;
}
#main .osusumeGoods.layout3 li.noborder p{
    text-align: center;
    margin: 0.5em 0;
}
#main .osusumeGoods.layout3 li.noborder img{
    width: 100%;
}
#main .osusumeGoods.layout3 li{
    width: 282px;
    margin: 0 12px 20px 0;
    border: #ccc 1px solid;
    box-sizing: border-box;
    border-radius: 5px;
}
#main .osusumeGoods.layout3 li:nth-child(2n){
    margin: 0 12px 20px 0;
}
#main .osusumeGoods.layout3 li:nth-child(3n){
    margin: 0 0 20px 0;
}
    #main .osusumeGoods li .goodsImg{
    text-align: center;
    padding: 0 0em;
}
    #main .osusumeGoods li .goodsImg img{
    width: 100%;
    max-width: 400px;
}
#main .osusumeGoods li .goodsName{
    margin: 10px 0 auto;
}
#main .osusumeGoods li .goodsName p{
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.5;
    font-feature-settings: "palt" 1;
}
#main .osusumeGoods li .goodsSpec{
    margin: 10px 0 10px;
}
#main .osusumeGoods li .goodsSpec p{
    line-height: 1.2;
    font-feature-settings: "palt" 1;
    word-break: break-all;
    text-align: center;
}
#main .osusumeGoods li .goodsSpec p span{
    font-size: 0.5em;
}
    #main .osusumeGoods li:nth-child(2n){
    margin: 0 0 20px 0;
}
    #main .catchCopySpace {
    display: flex;
    flex-wrap: wrap;
    margin:0 0 40px;
}
    #main .catchCopySpace div:first-child{
    width: calc(50% - 5px);
}
    #main .catchCopySpace div:first-child ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}
    #main .catchCopySpace div:first-child ul li{
    width: calc(100%/3 - 5px);
}
    #main .catchCopySpace div:first-child ul li img{
    width: 100%;
}
    #main .colorTxt {
    text-align: center;
    margin: 5px 0;
}
    #main .catchCopySpace div:last-child{
    width: calc(50% - 5px);
    text-align: center;
}
    #main .catchCopySpace div:last-child img{
    width: 100%;
}
    #main .fsMedium.shedbtn{
		font-size: 1.0em;
    padding: 1.2em 0.85em;
        line-height: 1.2;
	}	
 #main .fsMedium.shedbtn02{
		font-size: 0.8em;
    padding: 1.2em 0.85em;
    line-height: 1.5;
	}	
#main .viewport {
    width: 100%;
    overflow-x: hidden;
    margin-bottom: 2em;
    position: relative;
}
#main .wakum {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px auto;
    text-align: center;
    width: 870px;
}
#main .wakum th,#main .wakum td {
    padding: 5px;
    border: #CCC 1px solid;
    line-height: 1.4;
}
#main .wakumt {
    background-color: #fff;
    width: 16%;
}
#main .wakumt span {
   color:#f00;
}
#main .two-columns_detail {
display: flex;
flex-wrap: wrap;
-webkit-justify-content: space-between;
-ms-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 1.5em;
} 
#main .imgAreali {
width: 33%;
}
#main .two-columns_detail li img {
width: 100%;
} 
#main .txtAreali {
width: 67%;
} 
#main .noticeTxt {
line-height: 1.5;
padding: 0.5em 0;
margin: 0.5em 0;
} 
#main a.blueBtn {
background: #2c7ec1;
} 
#main .shedTable{
    width: 100%;
    table-layout: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    line-height: 1.5;
}
#main .shedTable .ve{
    width: 20%;
}
#main .shedTable .be{
    width: 80%;
    padding: 0.5em 0;
    font-size: 1.375em;
    font-weight: bold;
}
#main .shedTable .vele{
    width: 50%;
    padding: 0.5em 0;
    font-size: 1.375em;
    font-weight: bold;
}
#main .shedTable td{
    border: 1px solid #cfcfcf;
    text-align: center;
}
#main .shedTable td.vech{
    font-size: 1.375em;
    font-weight: bold;
}
#main .shedTable td.vech span{
    font-size: 0.5em;
    vertical-align: middle;
}
#main .shedTable td.bech{
    padding: 0.5em 0;
    font-size: 1.375em;
    font-weight: bold;
}
#main .shedTable td.bech span{
    font-size: 0.5em;
    vertical-align: middle;
}
#main .shedTable td.btnBox{
    padding: 0.5em;
}
#main .shedTable td.btnBox div{
    margin: 0 1em 0.5em;
    height: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .shedTable td.btnBox div:last-child{
    margin: 0 1em 0;
}
#main .shedTable td.btnBox div a{
    padding: 0.75em 0.85em;
    width: 100%;
}
#main .shedTable td.btnBox a span{
    margin: 0 0.5em 0 0;
}
#main .shedTable caption {
    padding: 1em;
    line-height: 1.5;
    text-align: left;
    background: #b0e0e6;
    border: 1px solid #cfcfcf;
    border-bottom: none;
    font-weight: bold;
}
#main p.sizek{
    font-size: 1.2em;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin: 10px 0;
}
 #main .eventbnr{
        display: flex;
        flex-wrap: wrap;
    }
    #main .eventbnr li{
    width: calc(50% - 10px);
    margin: 0 10px 20px 0;
    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;
    }
    #main .eventbnr li .linksTxt{
    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.DB li .linksTxt{
    height: 6em;
    }
    #main .eventbnr li .linksTxt p{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding: 0.5em 0;
	font-weight: 700;
    font-size: 1em;
}
#main .eventbnr li .linksTxt p span {
    font-size: 0.75em;
    width: calc(90% - 20px);
    line-height: 1.2;
    font-weight: 400;
    padding-top: 0.5em;
    display: block;
}
    #main .eventbnr li .linksImg{
    margin: auto 15px auto auto;
    width: calc(30% - 20px);
    display: flex;
    align-items: center;
    }
    #main .eventbnr li .linksImg img {
    width: 100%;
}

#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 .topBtn ul li a {
    display: flex;
    align-items: center;
    padding-right: 1.5em;
    height: 60px;
    box-sizing: border-box;
}
#main .osusumeGoods li .slider3 li {
    border: none;
}
#main .osusumeGoods li .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}