@charset "UTF-8";
/*---------------------------------------------------------------*\
	$INDEX
\*---------------------------------------------------------------*/
/*
・共通
・◯◯◯◯◯
・◯◯◯◯◯
*/

/*---------------------------------------------------------------*\
	$共通
\*---------------------------------------------------------------*/

h1 {
	background: #dcebff;
}

h1 img {
    margin: 0 auto;
    text-align: center;
    width: auto;
}
.bottle {
    margin: 100px auto 0;
    text-align: center;
}
h2 {
    font-size: 30px;
    font-weight: normal;
    margin: 50px 0 0;
    text-align: center;
    text-shadow: 0 5px 12px rgba(0, 0, 0, 0.2), 0 3px 3px rgba(0, 0, 0, 0.2);
}
.main_text {
    color: #555;
    font-size: 15px;
    font-weight: normal;
    line-height: 50px;
    min-width: 1130px;
    padding: 80px 0 0;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.main_text.mincho > span {
    display: block;
    font-size: 28px;
    font-weight: normal;
    margin-top: 35px;
}

.bottle_design {
    width: 950px;
    margin: 100px auto;
    border-top: 1px solid #ccc;
    padding-top: 100px;
}

.bottle_image {
    width: 380px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
}

.bottle_concept {
    width: 500px;
    display: inline-block;
    line-height: 26px;
    font-size: 1.35rem;
    color: #666;
    vertical-align: middle;
    letter-spacing: 0;
}

.bottle_concept span {
    display: block;
    font-size: 2rem;
    margin-bottom: 20px;
}

.designer_comment {
    padding: 24px;
    background: #f5f5f5;
    margin-top: 20px;
    font-size: 1.2rem;
    border: 1px solid #ddd;
}


/*---------------------------------------------------------------*\
	$980px
\*---------------------------------------------------------------*/
@media screen and (max-width: 980px) {
}
