﻿.title {
background-image: url("../image_210429/title_sp.jpg");
background-size: cover;
background-position: center 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: calc(6.5vw + 10px);
/*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;

}

#main .breadcrumb a {
    color: #83838f !important;
    text-decoration: none;
}

#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 {
    margin-left: 10px;
}
#main ul.border li img{
   display:block;
}

#main .oniwa_style_cols{
        display: flex;
        flex-wrap: wrap;
    }
    #main .oniwa_style_cols li{
        width: 100%;
        margin: 0 0 20px 0;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }
    #main .oniwa_style_cols li:nth-child(2n){
        margin: 0 0 20px 0;
    }
    #main .oniwa_style_cols li .style_cols-img{
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        margin: 0 0 10px;
    }
    #main .oniwa_style_cols li .style_cols-img img{
        width: calc(50% - 5px);
        height: auto;
    }
    #main .oniwa_style_cols li .style_cols-img img.goods_img{
        max-width: 150px;
    margin: auto;
    }
#main .oniwa_style_cols li .goods_txt{
        margin: 10px 0;
    }

/*240402*/

#main img {
	width: 100%;
}
#main .subTitle{
background-color: #e46c0a;
    margin: 40px 5px 30px 5px;
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    border: 2px dashed #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px 5px #e46c0a;
}


#main .osusume--unit a {
	width: 100%;
}
#main .sub-title--read {
	text-align: center;
    color: #595656;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

#main .itemization--text{
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 10px 0 20px;
}

#main .features-item {
	display: block;
	justify-content: space-between;
}

#main .features-img {
margin-right: 0%;
}


#main .osusume--lead {
    font-size: 1.25rem;
    display: block;
    align-items: center;
    /*margin-top: 10px;*/
}

#main .under-line {
	font-size: 1.2em;
	padding-bottom: 15px;
	border-bottom: 2px solid #000;
    margin-bottom: 15px;
}

#main .features-text{
    line-height: 1.4;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#main .features-text--content {
	margin: 0 0 30px;
}

#main .lead-text {
	line-height: 1.5em;
}

#main .catch-btn {
    font: inherit;
    vertical-align: baseline;
    margin: 0 auto;
    width: 100%;
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
	position: relative;
}

#main .catch-btn a {
    width: 80%;
    max-width: 600px;
    color: #fff;
    text-decoration: none;
    font-size: 1.0em;
    padding: 0.8rem 0.2rem;
    box-sizing: border-box;
    text-align: center;
    border-radius: 40px;
    display: flex;
    opacity: 1.0;
    height: 100%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#main .search-flex .catch-btn a {
    width: 100%;
}

#main .arrow-r::after {
    content: "";
    position: absolute;
    right: 15%;
    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 .search-flex .arrow-r::after {
    right: 11px;
    top: 2px;
}

#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 .st1 {
    fill: none;
    stroke: #ffffff;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

#main h3.checkPoint .st0 {
    fill: #aaaaaa;
}

#main h3.checkPoint span {
    margin: 0 0 0 20px;
}

#main .search-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 80px;
}

#main .search-flex .search-flex--inner {
	display: block;
    border: 1px solid #ccc;
    padding: 5px;
    color: #333;
    text-decoration: none;
    border-radius: 10px;
    margin-bottom: 6px;
    width: 46%;
}

#main .search-flex .images {
    margin-bottom: 5px;
}

#main .search-flex p {
    margin-top: 10px;
	font-weight: bold;
    font-feature-settings: "palt" 1;
    line-height: 1.3;
    text-align: center;
}

#main .paragraph-bold {
	font-size: 2em;
    font-weight: bold;
    margin: 30px 0 20px 
}

#main .paragraph-regular {
	font-size: 1.2em;
    font-weight: bold;
    margin: 20px 0 10px 
}

#main .cook-ex {
	margin: 20px 0;
}

#main .cover-btn {
    margin: 1em 0 2em;
}

#main video {
	width: 70%;
}


#main .movie_container {
	text-align: center;
}

#main .video-title {
	text-align: center;
	margin-bottom: 20px;
}



#main .osusume--catch {
	margin-bottom: 10px;
}

#main .bannerArea {
    margin: 0 auto !important;
}







