.wrapper {
    width: 960px;
    margin: auto;
}

.group {
    
}

.row {
    position: relative;
}

.row:after {
    content: '';
    display: block;
    clear: both;
}

.col {
    float: left;
}

.col_l {
    float: left;
}

.col_r {
    float: right;
}

.section {
    width: 960px;
    margin: auto;
}

.common {
    margin-bottom: 100px;
}

.common h3 {
    padding: 50px 0;
    margin-bottom: 40px;
    border-top: 5px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
}

/*----------------------------------------

ヘッダー/header

----------------------------------------*/

.header {
    width: 100%;
    padding: 12px 0;
    background: #b49a40;
    color: #fff;
}

.header .wrapper h1 {
    float: left;
}

.header .wrapper .to_index {
    color: #fff;
    text-decoration: underline;
    float: right;
    transition: 0.3s all ease;
}

.header .wrapper .to_index:hover {
    opacity: 0.7;
    transition: 0.3s all ease;
}

.top_image {
    width: 100%;
}

.top_image img {
    width: 100%;
}

/*----------------------------------------

リンクバー/link_bar

----------------------------------------*/

.link_bar {
    margin: 10px 0;
}

.link_bar.line {
    border: 1px solid #72aada;
}

.link_bar .wrapper {
    box-sizing: border-box;
    height: 90px;
}

.link_bar .row {
    padding: 20px 0;
}

.link_bar .col_l {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
}

.link_bar .col_l img {
    margin: 12px 0;
}

.link_bar a {
}

.link_bar a:hover {
    opacity: 0.7;
}

/*----------------------------------------

商品説明/feature

----------------------------------------*/

#features h2 {
    margin-bottom: 90px;
}

#features .row {
    margin-bottom: 100px;
}

#feature_1 h3 {
    position: absolute;
    top: 10px;
    right: 0;
}

#feature_1 .col_l {
    width: 640px;
}

#feature_1 .col_r {
    position: relative;
    width: 300px;
    height: 364px;
}

#feature_1 .col_r p {
    position: absolute;
    bottom: 0;
}

#feature_2 h3 {
    position: absolute;
    top: 0;
    left: 0;
}

#feature_2 .col_l {
    width: 260px;
}

#feature_2 .col_l p {
    position: absolute;
    width: 260px;
    bottom: 0;
}

/*----------------------------------------

ポイント/point

----------------------------------------*/

#point {
    margin: 70px auto 100px;
}

.point_title {
    margin-bottom: 80px;
}

.point_title li {
    box-sizing: border-box;
    width: 310px;
    height: 310px;
    margin-right: 15px;
}

.point_title li:nth-child(3n) {
    margin-right: 0;
}

.point_content {
    margin-bottom: 50px;
}

.point_content h3 {
    margin-top: -16px;
    margin-bottom: 40px;
}

.point_content#point_1 h3 {
    margin-bottom: 100px;
}

#point p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin: 40px 0;
}

.point_image_list li {
    margin-right: 20px;
}

.point_image_list li:nth-child(2n) {
    margin-right: 0;
}

.point_image_list p {
    margin-top: 15px !important;
}

.point_flow_list {
    margin: 20px 0 50px;
}

.point_flow_list:last-child {
    margin-bottom: 0;
}

.point_flow_list li {
    width: 320px;
    text-align: center;
    float: left;
}

.point_flow_list p {
    margin-top: 30px;
}

.point_flow_list span {
    display: block;
    margin-top: 10px;
}

#point .point_content .kome {
    margin-top: 10px;
    color: #ec4141;
    text-align: left;
}

/*----------------------------------------

利用シーン/scene

----------------------------------------*/

#scene h4 {
    margin: 25px 0;
    text-align: center;
}

#scene h5 {
    margin-bottom: 15px;
}

#scene .row {
    margin-bottom: 60px;
}

#scene .row:last-child {
    margin-bottom: 0;
}

#scene .col_l,
#scene .col_r {
    position: relative;
    height: 340px;
}

#scene .col_l {
    width: 430px;
}

#scene .row:nth-child(2n) .col_l {
    width: auto;
}

#scene .row:nth-child(2n) .col_r {
    width: 430px;
}

#scene .scene_text {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*----------------------------------------

カプセルに込めた想い/mind

----------------------------------------*/

#mind .col_l {
    position: relative;
    width: 420px;
    height: 320px;
}

#mind .name {
    position: absolute;
    bottom: 0;
}

#mind .name span {
    margin-left: 1em;
    font-size: 24px;
    color: #72aada;
}

/*----------------------------------------

レジエのカプセルシリーズ/series

----------------------------------------*/

.series_list li {
    width: 300px;
    margin-right: 30px;
    margin-bottom: 50px;
    float: left;
}

.series_list li:nth-child(3n) {
    margin-right: 0;
}

.series_list a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.series_list a:after {
    content: '商品を見る';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 200px;
    line-height: 200px;
    font-size: 1.2em;
    color: #fff;
    background: #000;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s all ease;
}

.series_list a:hover:after {
    opacity: 0.3;
    transition: 0.3s all ease;
}

.series_list h5 {
    margin: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.series_list p {
    font-size: 14px;
}

.series_list .price {
    margin-top: 12px;
    text-align: right;
    font-size: 18px;
}

.series_list .price span {
    font-size: 30px;
}

#series .btn_series {
    padding: 10px 15px;
    color: #59bded;
    border: 1px solid #59bded;
    transition: 0.3s all ease;
    float: right;
}

#series .btn_series:hover {
    color: #fff;
    background: #59bded;
    transition: 0.3s all ease;
}

/*----------------------------------------

フッター/footer

----------------------------------------*/

#footer {
    border-top: 1px solid #000;
    text-align: center;
}

#footer .copy {
    display: inline;
    padding: 14px;
    margin-top: -14x;
    border: 1px solid #000;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    background: #fff;
}



.btn_side {
    display: none;
    position: fixed;
    right: 0;
    bottom: 10%;
    transition: 0.3s all ease;
}

.btn_side:hover {
    opacity: 0.7;
    transition: 0.3s all ease;
}