﻿#main .pc-only {
    display: block;
}
#main .sp-only {
    display: none;
}

@media screen and (max-width:767px) {
    #main .pc-only {
        display: none;
    }
    #main .sp-only {
        display: block;
    }
}

#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 span {
    margin: 0 0 0 20px;
}

#main .osusume {
    display: flex;
    justify-content: space-between;
}
#main .osusume--img {
    min-height: 0%;
    width: 52%;
}
#main .osusume--text {
    width: 44%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#main .osusume--lead {
    flex-grow: 1;
    line-height: 1.3;
}
#main .osusume--price {
    font-weight: bold;
    color: #ff0000;
    font-size: 3.0rem;
    text-align: right;
}
#main .price-tax {
    font-size: 0.45em;
    color: #000;
    font-weight: normal;
    display: inline-block;
    margin-right: 10px;
}
#main .price-yen {
    font-size: 0.8em;
}
#main .osusume--btn {
    margin-top: 30px;
}
#main picture {
    margin: 0 !important;
}

#main .komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
#main .komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
#main .komeri-btn > a {
	text-decoration: none;
}
#main .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 1.0rem 2rem 1.0rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    font-weight: bold;
    font-size: 1.25rem;
}
#main .komeri-btn__orange {
	background-color: #EA6D0D !important;
}
#main .komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}



@media screen and (max-width:767px) {
    #main .osusume {
        flex-wrap: wrap;
    }
    #main .osusume--img {
        width: 100%;
    }
    #main .osusume--text {
        width: 100%;
        margin-top: 20px;
    }
    #main .osusume--price {
        font-size: 2.5rem;
        margin-top: 20px;
    }
    #main .osusume--btn {
        margin-top: 15px;
    }
}


#main .bnr-list .bnr-list--unit:not(:first-child) {
    margin-top: 20px;
}
#main .bnr-list img {
    width: 100%;
    height: auto;
}


#main .komeri-btn {
	position: relative;
	background-color: #979797;
    cursor: pointer;
	border-radius: 40px;
	opacity: 1.0;
}
#main .komeri-btn:hover {
	opacity: 0.75;
    transition: 0.6s;
}
#main .komeri-btn > a {
	text-decoration: none;
}
#main .komeri-btn--inner {
	font-feature-settings: "palt";
	color: #fff;
	padding: 0.75rem 2rem 0.75rem 1.75rem;
	width: auto;
    height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
font-weight: bold;
}
#main .komeri-btn--inner::after {
	content: '';
	position: absolute;   
	top: 50%; 
	right: 18px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 8px;
    height: 8px;
	transform: translateY(-50%) rotate( 45deg);
}

#main .border_radiuse li {
    padding: 10px;
}
#main .product-name {
    font-weight: bold;
    line-height: 1.2;
}
#main .pc-inline {
    display: inline;
}

@media screen and (max-width:767px) {
    #main .pc-inline {
        display: none;
    }
}

#main .bnr-container {
    margin-top: 30px;
}
#main .bnr-container img {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width:767px) {
    #main .bnr-container {
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
}