@charset "UTF-8";
/*----------------
base
-----------------*/

a {
    vertical-align: baseline;
    background: transparent;
    transition: 0.3s;
    color: #1a1a1a;
}

a:hover,
.btn_more span:hover {
    opacity: 0.6;
}

ul {
    list-style: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

.main p a,
.main li a {
    text-decoration: underline;
    color: #006ea6;
}

.main p a:hover,
.main li a:hover {
    text-decoration: none;
    opacity: 1;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.cf {
    overflow: hidden;
    /* DW 用 */
}
.wrap_glonav .glonav .cf {
    overflow: visible;
}
.cf::after {
    content: "";
    display: block;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
b {
    font-weight: bold;
}

table {
    border-collapse: collapse;
}

.c_r {
    font-weight: bold;
    color: #e00013;
}
/*---------------------------------
  min-width:1280px-
----------------------------------*/

.lower_temp .main {
    margin-bottom: 80px;
}

.lower_temp .pageHeader {
    margin-bottom: 80px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.12);
}

.wrap_contents {
    padding: 0 10px;
}

.contents {
    width: 840px;
    margin: 0 auto;
}

.lower_temp .bg_gdn {
    border-top: 1px solid #f2f2f2;
}

.ttl01 {
    margin: 60px 0 40px;
    padding: 20px 10px 16px 10px;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.3;
    font-size: 33px;
    color: #736e45;
    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);
    background: url(../images/images_temp/bg_ttl01.svg) repeat-x bottom left;
}

.ttl01 + .ttl02,
.ttl01 + .wrap_txt + .ttl02,
.ttl_premium + .ttl02,
.ttl01 + .ttl03,
.ttl01 + .wrap_txt + .ttl03 {
    margin-top: 40px;
}

.ttl02,
.ttl04 {
    position: relative;
    margin: 60px 0 40px;
    padding: 14px 10px 14px 20px;
    line-height: 1.3;
    font-size: 23px;
    color: #736e45;
    border-bottom: 2px solid #eae9e3;
    background: #f7f6ed;
}

.ttl04 {
    padding: 10px 10px 10px 20px;
    margin: 0 0 30px;
    font-size: 20px;
}

.ttl02::before,
.ttl04::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: #736e45;
}

.ttl02.bg_gy {
    background: #f5f5f5;
}

.ttl03 {
    margin: 60px 0 20px;
    padding: 25px 20px;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    line-height: 1.55;
    font-size: 24px;
    color: #736e45;
    background: #f7f6ed;
    border-top: 3px solid #736e45;
    border-bottom: 2px solid #eae9e3;
}

.ttl05 {
    padding: 6px 0 4px 10px;
    margin-bottom: 25px;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
    border-left: 5px solid #8c8b85;
}

.ttl_premium {
    margin: 80px 0 40px;
    padding: 2px 20px;
    text-align: center;
    background: #736c34;
    background: -moz-linear-gradient(left, #736c34 0%, #9e986d 50%, #736c34 100%);
    background: -webkit-linear-gradient(left, #736c34 0%, #9e986d 50%, #736c34 100%);
    background: linear-gradient(to right, #736c34 0%, #9e986d 50%, #736c34 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#736c34', endColorstr='#736c34', GradientType=1);
    border-bottom: 4px solid #736e45;
    box-shadow: 0px 3px 0px 0px rgba(229, 229, 229, 1);
}

.wrap_2col_box {
    margin: 40px 0;
}

.box_2col {
    float: left;
    width: 47.6190476%;
}

.box_2col.box_rt {
    float: right;
}

.wrap_2col_box .wrap_fig {
    margin: 30px 0;
}

.wrap_2col_box .wrap_txt {
    margin: 30px 0;
}

.box_2col div:last-child {
    margin-bottom: 0;
}

.wrap_txt {
    margin: 40px 0;
}

.wrap_txt p {
    margin-bottom: 25px;
    font-size: 16.5px;
    line-height: 1.8;
}

.wrap_txt p:last-child {
    margin-bottom: 0;
}

.wrap_fig {
    margin: 40px 0;
}

.fig_2col_liquid .fig {
    float: left;
    width: 47.6190476%;
    height: auto;
}

.fig_2col_liquid .fig_rt {
    float: right;
}

.fig_2col_fixed .fig {
    float: left;
    margin-right: 40px;
}

.fig_2col_fixed .fig:nth-child(even) {
    margin-right: 0;
}

.fig_1col_liquid {
    text-align: center;
}

.wrap_fig_gdn {
    width: 500px;
    margin: 40px auto;
    border: 1px solid #e5e5e5;
}

.wrap_fig_gdn .inner {
    display: block;
    text-align: center;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2f2f2 98%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #ffffff), color-stop(98%, #f2f2f2));
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 50%, #f2f2f2 98%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #f2f2f2 98%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2', GradientType=0);
    border: 1px solid #fff;
}

.fig_caption {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
    color: #737373;
}

.wrap_list,
.wrap_table {
    margin: 40px 0;
}

.ttl_list {
    padding: 12px 10px;
    text-align: center;
    line-height: 1.3;
    font-weight: bold;
}

.list01 .ttl_list {
    font-size: 20px;
    color: #fff;
    background: #736e45;
}

.list02 .ttl_list {
    font-size: 20px;
    color: #1a1a1a;
    background: #dcdcdc;
}

.inner_list {
    padding: 30px;
    padding-left: 35px;
    background: #fff;
    border: 5px solid #736e45;
    border-top: none;
}

.list02 .inner_list {
    border: 5px solid #dcdcdc;
    border-top: none;
}

.inner_list ul {
    margin-bottom: 30px;
}

.inner_list ul:last-child {
    margin-bottom: 0;
}

.inner_list li,
.list_link li {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
}

.list_link li {
    line-height: 1.8;
}

.list01 .inner_list li {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: bold;
}

.list02 .inner_list li {
    margin-bottom: 8px;
    font-size: 16.5px;
}

.list01 .inner_list li:last-child,
.list02 .inner_list li:last-child {
    margin-bottom: 0;
}

.inner_list span.bullet_list {
    margin-left: -5px;
    padding-right: 5px;
    color: #8c8b85;
}

.list_link li {
    margin-bottom: 18px;
}

.list_link li:last-child {
    margin-bottom: 0;
}

.list_link span.bullet_list {
    padding-right: 5px;
}
/*  btn  */

.btn {
    text-align: center;
}

.btn a {
    text-decoration: none;
}

.btn a:hover {
    opacity: 0.5;
}

.wrap_btn_more {
    margin: 40px 0;
}

.btn_more span:hover {
    opacity: 0.6;
}

.btn_more span {
    transition: 0.3s;
}

.btn_more {
    float: right;
    width: 240px;
}

.btn_more span {
    position: relative;
    display: block;
    width: 240px;
    padding: 14px 0;
    line-height: 1;
    font-size: 16.5px;
    color: #ededed;
    background: #1a1a1a;
    cursor: pointer;
    box-sizing: border-box;
}

.btn_more span::before,
.btn_more span::after {
    display: block;
    content: "";
    position: absolute;
}

.btn_more span::after {
    top: 50%;
    right: 10px;
    margin-top: -2px;
    width: 20px;
    height: 2px;
    background: #ededed;
}

.btn_more span::before {
    top: 50%;
    right: 19px;
    margin-top: -10px;
    width: 2px;
    height: 20px;
    background: #ededed;
}

.btn_close span {
    background: #fff;
    color: #1a1a1a;
    border: 2px solid #1a1a1a;
}

.btn_close span::after {
    background: #1a1a1a;
}

.btn_close span::before {
    display: none;
}
/*  btn end  */

.wrap_movie {
    display: block;
    width: 560px;
    margin: 40px auto;
}

.wrap_movie .inner_movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.inner_movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.wrap_reviewInfo {
    text-align: right;
    margin-bottom: 40px;
}

.box_reviewInfo {
    display: inline-block;
    margin-bottom: 10px;
}

.reviewInfo_name,
.reviewInfo_label {
    line-height: 1;
    font-size: 15px;
}

.reviewInfo_label {
    padding: 5px 10px;
    margin-right: 10px;
    color: #595959;
    border: 1px solid #e5e5e5;
}

.reviewInfo_label.model {
    margin-left: 20px;
}

.accordion_txt {
    display: none;
    margin: 40px 0 0;
}
/* faq */

.wrap_box_faq {
    margin: 40px 0;
}

.box_faq {
    font-size: 16.5px;
    line-height: 1.625;
}

.box_faq span.txt_faq {
    display: table-cell;
}

.box_q,
.box_a {
    border: 1px solid #8c8b85;
    margin-bottom: 15px;
}

.box_q {
    position: relative;
    cursor: pointer;
}

.box_a {
    display: none;
    border: 1px solid #75704b;
}

.box_faq span.txt_faq {
    padding: 13px 50px 13px 20px;
}

.box_a span.txt_faq {
    padding: 13px 10px 13px 20px;
}

.box_faq span.mark {
    display: table-cell;
    padding: 11px 13px;
    line-height: 1;
    vertical-align: middle;
    font-family: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "HGS明朝E", 'ＭＳ 明朝', 'MS Mincho', serif;
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}

.box_q span.mark {
    background: #8c8b85;
}

.box_a span.mark {
    background: #75704b;
}

.box_q::before,
.box_q::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    background: #8c8b85;
}

.box_q::before {
    right: 15px;
    margin-top: -2px;
    width: 20px;
    height: 2px;
}

.box_q::after {
    right: 24px;
    margin-top: -10px;
    width: 2px;
    height: 20px;
}

.box_q.close::after {
    display: none;
}
/* table */

.tbl01 {
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.tbl01 tr {
    border-bottom: 1px solid #e5e5e5;
}

.tbl01 th {
    text-align: center;
    background: #f7f7f7;
}

.tbl01 th,
.tbl01 td {
    font-size: 16.5px;
    line-height: 1.6;
    padding: 13px 10px 13px 20px;
}
/*---------------------------------
  max-width: 1000px
----------------------------------*/

@media screen and (max-width: 1000px) {
    a:hover {
        opacity: 1;
    }
}
/*---------------------------------
  max-width: 860px
----------------------------------*/

@media screen and (max-width: 860px) {
    .contents,
    .wrap_fig_gdn,
    .wrap_movie {
        width: auto;
    }
    .wrap_fig_gdn {
        max-width: 500px;
    }
    .wrap_movie {
        max-width: 560px;
    }
    .list-frame {
        padding: 0 10px;
    }
    .ttlBullet {
        padding-left: 10px;
    }
    .wrap_cart .wrap_fig {
        float: none;
        text-align: center;
        margin: 0 auto 15px;
    }
    .wrap_cart .box_rt {
        float: none;
        width: auto;
    }
    .fig_2col_fixed {
        margin: 20px 0;
    }
    .fig_2col_fixed .fig {
        float: none;
        width: auto;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .fig_2col_fixed .fig:last-child {
        margin-bottom: 0;
    }
}
/*---------------------------------
  max-width: 750px
----------------------------------*/

@media screen and (max-width: 750px) {
    .lower_temp .main {
        margin-bottom: 40px;
    }
    .lower_temp .pageHeader {
        margin-bottom: 60px;
    }
    .wrap_txt,
    .accordion_txt {
        margin: 20px 0;
    }
    .wrap_txt p {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.65;
    }
    .ttl_premium {
        margin: 40px 0 20px;
        font-size: 23px;
    }
    .ttl01 {
        margin: 30px 0 20px;
        padding: 10px 10px 13px;
        padding-bottom: 13px;
        font-size: 23px;
        background: url(../images/images_temp/bg_ttl01_sp.svg) repeat-x bottom left;
    }
    .ttl02,
    .ttl04 {
        margin: 30px 0 20px;
        padding: 12px 10px 12px 15px;
        font-size: 17px;
    }
    .ttl01 + .ttl02,
    .ttl_premium + .ttl02,
    .ttl01 + .ttl04,
    .ttl_premium + .ttl04 {
        margin-top: 20px;
    }
    .ttl03 {
        padding: 15px 10px;
        font-size: 17px;
    }
    .main {
        margin-bottom: 60px;
    }
    .ttl01 + .ttl02,
    .ttl01 + .wrap_txt + .ttl02,
    .ttl_premium + .ttl02 {
        margin: 20px 0;
    }
    .ttl01 + .ttl03,
    .ttl01 + .wrap_txt + .ttl03 {
        margin: 20px 0 10px;
    }
    .wrap_list,
    .wrap_fig_gdn,
    .wrap_box_faq,
    .wrap_table {
        margin: 20px auto;
    }
    .ttl03 {
        margin: 30px 0 15px;
    }
    .ttl05 {
        padding: 4px 0 2px 10px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .wrap_2col_box {
        margin: 0;
    }
    .box_2col {
        float: none;
        width: auto;
    }
    .box_2col.box_rt {
        float: none;
    }
    .wrap_2col_box .wrap_fig {
        margin: 20px 0;
        text-align: center;
    }
    .wrap_2col_box .wrap_txt {
        margin: 20px 0;
    }
    .list01 .ttl_list {
        font-size: 16px;
    }
    .list02 .ttl_list {
        font-size: 14px;
    }
    .inner_list {
        padding: 15px;
        padding-left: 20px;
    }
    .list01 .inner_list li {
        font-size: 16px;
    }
    .list_link li,
    .list02 .inner_list li {
        font-size: 14px;
    }
    .wrap_fig {
        margin: 20px 0;
    }
    .fig_2col_liquid .fig {
        float: none;
        width: auto;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .fig_2col_liquid .fig:last-child {
        margin-bottom: 0;
    }
    .fig_caption {
        font-size: 12px;
    }
    .wrap_movie {
        margin: 20px auto;
    }
    .wrap_reviewInfo {
        margin-bottom: 15px;
    }
    .reviewInfo_name,
    .reviewInfo_label {
        font-size: 12px;
    }
    /* btn */
    
    .wrap_btn_more {
        margin: 20px 0 30px;
    }
    .btn_more {
        float: none;
        margin: 0 auto;
    }
    .box_faq {
        font-size: 14px;
    }
    .box_faq span.mark {
        font-size: 19px;
    }
    .tbl01 th,
    .tbl01 td {
        font-size: 14px;
        padding: 11px 10px 11px 10px;
    }
    .btn_more span {
        font-size: 14px;
    }
    /* btn end */
}