@charset 'UTF-8';
/*smart_phone_config*/
/*共通パーツ化が困難だったため追記*/
/* *****************************
 *
 * INDEX file to Scss or Sass.
 *
 **************************** */
body
{
    overflow-x: hidden; 
    overflow-y: scroll;
}

h1.ttl_product_list
{
    font-size: 272%;

    margin: 0 0 5% 0;
    padding: 0;

    text-align: center; 

    color: #606060;
    border: none;
}

h2.groupList
{
    font-size: 243%;
    line-height: 123.1%; 

    display: inline-block;

    width: 39%;
    margin: 0 28%;
    padding: 1% 3%;

    text-align: center;

    color: #fff;
    background-color: #29a297;
}

h3
{
    font-size: 123.1%;
    font-weight: normal;
    line-height: 123.1%;

    margin: 0;
    padding: 4%;
    padding-top: 0;

    text-align: left; 

    color: #fff;
    border: none;
    text-shadow: none;
}

.ss-row a img
{
    max-width: 240px; 
    margin: 0 auto;
    padding: 0;
}
.ss-row .logodate
{
    font-size: 108%;
    line-height: 50px;

    right: 0;

    display: inline-block;

    height: 50px;

    text-align: left; 
    vertical-align: middle;
}
.ss-row .logodate img
{
    display: inline-block;

    width: 37%; 
    margin-right: 2%;
    /* for IE6-7 */
    margin-left: -2%;

    vertical-align: middle;

    *zoom: 1;
    /* for IE6-7 */
    *display: inline;
}
.ss-row .logodate p
{
    display: inline-block;

    vertical-align: middle;

    *zoom: 1;
    /* for IE6-7 */
    *display: inline;
    /* for IE6-7 */
}
.ss-row .rightDetail
{
    margin-top: 6%; 
    margin-right: 5%;
    margin-left: 1%;
}
.ss-row .rightDetail .logodate
{
    padding-bottom: 1%; 
    padding-left: 5%;
}
.ss-row .rightDetail p.info
{
    font-size: 123.1%;

    margin: 3%;

    text-align: left;

    color: #505050;
}
.ss-row .rightDetail .headblue
{
    font-size: 123.1%;

    margin-bottom: 0;
    padding: 1%; 

    color: #fff;
    border-left: solid 7px #2b63a1;
    background-color: #357ac7;
}
.ss-row .rightDetail .headred
{
    font-size: 123.1%;

    padding: 1%; 

    color: #fff;
    border-left: solid 7px #831937;
    background-color: #ef4e74;
}
.ss-row .rightDetail .headred p
{
    font-weight: normal;
}
.ss-row .leftDetail
{
    margin-top: 6%; 
    margin-right: 1%;
    margin-left: 5%;
}
.ss-row .leftDetail .logodate
{
    font-size: 108%;
    line-height: 50px;

    float: right; 

    width: 100%;
    height: 50px;
    padding-right: 4%;

    text-align: right;
    vertical-align: middle;
}
.ss-row .leftDetail .logodate h3
{
    float: right;
}
.ss-row .leftDetail .logodate img
{
    display: inline-block;

    width: 20%; 
    margin-right: 2%;
    /* for IE6-7 */
    margin-left: -2%;

    vertical-align: middle;

    *zoom: 1;
    /* for IE6-7 */
    *display: inline;
}
.ss-row .leftDetail p.info
{
    font-size: 123.1%;

    margin: 3%;

    text-align: left;

    color: #505050;
}
.ss-row .leftDetail .headblue
{
    font-size: 123.1%;

    margin-bottom: 0;
    padding: 1%; 

    color: #fff;
    border-right: solid 7px #2b63a1;
    background-color: #357ac7;
}
.ss-row .leftDetail .headblue h3
{
    float: right;
}
.ss-row .leftDetail .headred
{
    font-size: 123.1%;

    margin-bottom: 0;
    padding: 1%; 

    color: #fff;
    border-right: solid 7px #831937;
    background-color: #ef4e74;
}
.ss-row .leftDetail .headred h3
{
    float: right;
}

.ss-row a.btnRed
{
    font-size: 153.9%;

    display: block;
    float: left;

    width: 43%;
    padding: 3%;

    text-align: center;

    color: #fff;
    background-image: url(../images/hallpage/daiichiYazirushi.png);
    background-repeat: no-repeat;
    background-position: 15% 56%;
}

.ss-row a.btnBlue
{
    font-size: 153.9%;

    display: block;
    float: right;

    width: 43%;
    padding: 3%;

    text-align: center;

    color: #286f69;
    border-color: #286f69;
    background-color: #e8e8e8;
    background-image: url(../images/hallpage/d-lightYazirushi.png);
    background-repeat: no-repeat;
    background-position: 10% 56%;
}

.iconSweetRight
{
    position: absolute;
    top: -8%; 
    right: 30%;
}

.iconSweetLeft
{
    position: absolute;
    top: -8%;
    left: 30%;
}

/*プラグインスタイルシートコピー*/
h2.ss-subtitle
{
    font-size: 52px;

    position: relative;

    padding: 10px 10px 40px;

    text-transform: uppercase;

    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

h2.ss-subtitle:before
{
    position: absolute;
    right: 75%;
    bottom: -4px;

    width: 4px;
    height: 40px;
    margin-right: -4px;

    content: '';

    -webkit-border-radius: 2px 2px 0 0;
       -moz-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0; 
    background: rgba(17, 17, 22, .8);
}

h2.ss-subtitle:after
{
    position: absolute;
    right: 50%;
    bottom: -4px; 

    width: 25%;
    height: 0;
    margin-right: -1px;

    content: '';

    border-bottom: 4px dotted rgba(17, 17, 22, .8);
}

.ss-links
{
    position: fixed;
    z-index: 100; 
    top: 166px;
    left: 10px;

    width: 25%;
}

.ss-links a
{
    font-size: 16px;
    line-height: 40px;

    display: block;
    float: left;

    width: 40px;
    height: 40px;
    margin: 5px;

    -webkit-transition: background .2s linear;
       -moz-transition: background .2s linear;
        -ms-transition: background .2s linear;
         -o-transition: background .2s linear;
            transition: background .2s linear; 
    text-align: center;

    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
}

.ss-links a:hover
{
    background: rgba(0, 0, 0, .4);
}

.ss-container
{
    position: relative;

    float: left;

    width: 100%;
    padding-bottom: 100px; 

    text-align: left;
}

.ss-container:before
{
    position: absolute;
    top: 0;
    left: 50%;

    width: 4px;
    height: 100%; 
    margin-left: -2px;

    content: '';

    background: rgba(17, 17, 22, .8);
}

.ss-row
{
    position: relative;

    float: left;
    clear: both;

    width: 100%;
    padding: 30px 0;
}

.ss-left,
.ss-right
{
    position: relative; 

    float: left;

    width: 50%;
}

.ss-right
{
    padding-left: 2%;
}

.ss-left
{
    float: left;

    padding-right: 2%; 

    text-align: right;
}

.ss-circle
{
    position: static; 
    z-index: 200;

    display: block;

    text-align: left;
    text-indent: -9000px;

    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.ss-circleBlue
{
    -webkit-box-shadow: 0 0 0 #357ac7 inset,  0 0 0 12px #357ac7;
       -moz-box-shadow: 0 0 0 #357ac7 inset,  0 0 0 12px #357ac7;
            box-shadow: 0 0 0 #357ac7 inset,  0 0 0 12px #357ac7;
}

.ss-circleRed
{
    -webkit-box-shadow: 0 0 0 #ef4e74 inset,  0 0 0 12px #ef4e74;
       -moz-box-shadow: 0 0 0 #ef4e74 inset,  0 0 0 12px #ef4e74;
            box-shadow: 0 0 0 #ef4e74 inset,  0 0 0 12px #ef4e74;
}

.ss-small .ss-circle
{
    width: 100px;
    height: 100px;
}

.ss-medium .ss-circle
{
    width: 200px;
    height: 200px;
}

.ss-large .ss-circle
{
    width: 300px;
    height: 300px;
}

.ss-circleBlue:before
{
    position: absolute;
    top: 50%;

    width: 10%;
    height: 0;
    margin-top: -3px; 

    content: '';

    border-bottom: 5px dotted #357ac7;
    -webkit-box-shadow: 0 1px 1px #fff;
       -moz-box-shadow: 0 1px 1px #fff;
            box-shadow: 0 1px 1px #fff;
}

.ss-blueleft .ss-circleBlue:before
{
    right: 2%;
}

.ss-blueright .ss-circleBlue:before
{
    left: 2%;
}

.ss-circleRed:before
{
    position: absolute;
    top: 50%;

    width: 10%;
    height: 0;
    margin-top: -3px; 

    content: '';

    border-bottom: 5px dotted #ef4e74;
    -webkit-box-shadow: 0 1px 1px #fff;
       -moz-box-shadow: 0 1px 1px #fff;
            box-shadow: 0 1px 1px #fff;
}

.ss-redleft .ss-circleRed:before
{
    right: 2%;
}

.ss-redright .ss-circleRed:before
{
    left: 2%;
}

.ss-circle-deco:after
{
    position: absolute;
    top: 50%;

    width: 0;
    height: 0;
    margin-top: -10px; 

    content: '';

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.ss-left .ss-circle-deco:before
{
    right: 2%;
}

.ss-right .ss-circle-deco:before
{
    left: 2%;
}

.ss-blueleft .ss-circle-deco:after
{
    right: -10px;

    border: 10px solid #357ac7;
    border-radius: 10px;
}

.ss-blueright .ss-circle-deco:after
{
    right: -10px;

    margin-left: -10px; 

    border: 10px solid #357ac7;
    border-radius: 10px;
}

.ss-redleft .ss-circle-deco:after
{
    right: -10px;

    margin-left: -10px; 

    border: 10px solid #ef4e74;
    border-radius: 10px;
}

.ss-redright .ss-circle-deco:after
{
    right: -10px;

    margin-left: -10px; 

    border: 10px solid #ef4e74;
    border-radius: 10px;
}

.ss-right .ss-circle-deco:after
{
    left: 0;
}

.ss-left .ss-circle
{
    float: right;

    margin-right: 11%;
}

.ss-right .ss-circle
{
    float: left;

    margin-left: 11%;
}

.ss-container h3 span
{
    font-size: 13px;

    display: block;

    padding-bottom: 5px; 

    color: rgba(255, 255, 255, .8);
}

.ss-container h3 a
{
    font-size: 28px;

    display: block; 

    color: rgba(255, 255, 255, .9);
}

.ss-container h3 a:hover
{
    color: white;
}

.ss-row a img
{
    position: relative;
    top: -12px; 

    margin: 15px auto;
    padding: 0;
}
