#lean_overlay,
iframe[name="google_conversion_frame"] {
    position: absolute;
    top: 0;
}


/*---leadmore--*/

#myList dl {
    display: none;
}

#showLess,
#loadMore {
    margin-bottom: 30px;
    cursor: pointer;
}

#revew_top {
    margin-top: -80px;
    padding-top: 80px;
}




/*--------------------------------
  160801 ãŠçŸ¥ã‚‰ã›
---------------------------------*/
.info_box {
    width: 100%;
    min-width: 980px;
    margin-top: 76px;
}

#myList {
    margin-top: 24px;
}

#infolist {
    margin: 30px auto;
}

.info_box dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #e6e3db;
    font-size: 14px;
}

.info_box dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    color: #707070;
    font-weight: bold;
    padding-left: 14px;
}

.info_box dt a {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: .06em;
}

.info_box dd {
    color: #707070;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
}


/*--------------------------------
160601  -> link cmp160506
---------------------------------*/
.bunner_area {
    width: 100%;
    margin: 64px auto 0;
    min-width: 980px;
    background-color: #fff;
}

.bunner_area ul + ul {
    margin-top: 40px;
}

.bunner_large_list li + li {
    margin-top: 40px;
}

.bunner_small_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.bunner_small_list li:not(:nth-child(3n)) {
    margin-right: 20px;
}

.bunner_small_list li:not(:nth-child(-n+4)) {
    margin-top: 20px;
}

.bunner_small_list a {
    display: block;
    position: relative;
}

.bunner_small_list a p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 313px;
    height: 40px;
    background-color: rgba(37, 37, 37, 0.8);
    color: #fff;
    text-align: center;
}

/*--------------------------------
  kv_area
---------------------------------*/

.kv_wrap {
    width: 100%;
    background: rgba(96, 96, 101, 0.14);
    margin: 0 auto;
}

div.kv_slider ul > ul:not(.slick-initialized) {
    height: 500px;
    overflow: hidden;
}

#kv_arae {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.inbox_wrap {
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width: 980px;
    max-width: 1660px;
}

.inbox1 img,
.inbox2 img,
.inbox3 img {
    width: 100%;
}

.inbox1 {
    width: 50%;
    height: auto;
    float: left;
}

.inbox2 {
    width: 25%;
    height: auto;
    float: left;
}

.inbox3 {
    width: 25%;
    height: auto;
    float: left;
}

.inbox1 figure {
    float: left;
    width: 100%;
    height: auto;
}

.inbox6 figure h3 img,
.inbox5 figure h3 img,
.inbox4 figure h3 img,
.inbox3 figure h3 img,
.inbox2 figure h3 img,
.inbox1 figure h3 img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

/*figure:hover .transform01 {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}*/

.inbox6 figure h3 img:hover,
.inbox5 figure h3 img:hover,
.inbox4 figure h3 img:hover,
.inbox3 figure h3 img:hover,
.inbox2 figure h3 img:hover,
.inbox1 figure h3 img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.inbox6 figure h3,
.inbox5 figure h3,
.inbox4 figure h3,
.inbox3 figure h3,
.inbox2 figure h3,
.inbox1 figure h3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}



/* Effect 01 */
#sample01 figure {
    position: relative;
    overflow: hidden;
}

#sample01 figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0;
}

#sample01 figure:hover figcaption {
    opacity: 1;
}

div.kv_slider ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.kv_slider ul .slick-prev,
div.kv_slider ul .slick-next {
    width: 40px;
    height: 40px;
    z-index: 999;
}

div.kv_slider ul .slick-prev {
    left: 0;
}

div.kv_slider ul .slick-next {
    right: 0;
}

div.kv_slider ul .slick-prev::before,
div.kv_slider ul .slick-next::before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/new_top/arw_slider.png) center no-repeat;
    background-size: contain;
    opacity: 1;
}

div.kv_slider ul .slick-next::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

div.kv_slider ul .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

div.kv_slider ul .slick-dots {
    position: absolute;
    bottom: -27px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    height: auto !important;
}

div.kv_slider ul .slick-dots li {
    width: 60px;
    height: 4px;
    margin: 0 12px;
}

div.kv_slider ul .slick-dots li button {
    width: 60px;
    height: 4px;
    padding: 0;
    border-radius: 4px;
    background: #e8e5df;
}

div.kv_slider ul .slick-dots li button:hover,
div.kv_slider ul .slick-dots li button:focus {
    outline: none;
}

div.kv_slider ul .slick-dots li button:hover:before,
div.kv_slider ul .slick-dots li button:focus:before {
    opacity: 1;
}

div.kv_slider ul .slick-dots li button:before {
    content: none;
}

div.kv_slider ul .slick-dots li.slick-active button {
    opacity: 1;
    background: #c63d44;
}


/*--------------------------------
  content
---------------------------------*/

.common_headding_h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 62px;
    padding-bottom: 24px;
    position: relative;
    border-bottom: none !important;
}

.common_headding_h2::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #c63d44;
}

.common_headding_h2 .txt-ja {
    display: block;
    color: #252525;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: .06em;
}

.common_headding_h2 .txt-en {
    display: block;
    margin-top: 7px;
    color: #929292;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    letter-spacing: .1em;
}

.popular_item {
    height: 1309px;
    margin-top: 80px;
    background: url(../img/new_top/bg_popular_pc.jpg) center top repeat-x;
    overflow: hidden;
}

.popular_item .common_headding_h2 {
    padding-top: 74px !important;
}

.popular_item_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
}

.popular_item_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.popular_item01 {
    height: 523px;
}

.popular_item02 {
    height: 520px;
    padding-top: 76px;
}

.popular_item03 {
    height: 511px;
    padding-top: 116px;
}

.popular_item_img {
    width: 430px;
}

.popular_item_info {
    width: 486px;
}

.popular_item_name {
    color: #c63d44;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.popular_item_name .txt-small {
    font-size: 20px;
}

.popular_item_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 34px;
}

.popular_item_price_trial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background-color: #c63d44;
    color: #fff;
    font-size: 14px;
}

.popular_item_price_trial .price {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
}

.popular_item_price_trial .tax {
    font-size: 12px;
}

.popular_item_price_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    margin-top: 16px;
}

.popular_item_price_price .ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 120px;
    height: 30px;
    margin-right: 8px;
    border: 1px solid #cac3b1;
    font-size: 1.2rem;
}

.popular_item_price_price .price {
    font-size: 1.7rem;
    font-family: 'Lato', sans-serif;
}

.popular_item_price_price .tax {
    font-size: 1rem;
}

.popular_item_recommend {
    margin-top: 24px;
    padding: 20px 24px;
    background-color: #fdfbf8;
}

.popular_item02 .popular_item_recommend {
    background-color: rgba(253, 251, 248, 0.4);
}

.popular_item_recommend_ttl {
    text-align: center;
    color: #c63d44;
    font-size: 18px;
    font-weight: 600;
}

.popular_item_recommend_list {
    padding: 18px 0 10px;
    font-size: 14px;
}

.popular_item_recommend_list li {
    position: relative;
    padding-left: 34px;
}

.popular_item_recommend_list li + li {
    margin-top: 18px;
}

.popular_item_recommend_list li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 22px;
    background: url(../img/new_top/icon_check.png) center no-repeat;
    background-size: contain;
}

.popular_item_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    margin-top: 24px;
}

.popular_item_btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 200px;
    height: 48px;
    border: 1px solid #c63d44;
    background-color: #fff;
    color: #c63d44;
    font-size: 14px;
}

.item_lineup {
    width: 100%;
    margin: 0 auto;
}

.item_lineup .inner {
    width: 980px;
    margin: 0 auto;
    padding: 20px 0 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.item_lineup .inner_p {
    width: 980px;
    margin: 0 auto;
}

.left_item {
    width: 460px;
    float: left;
}

.right_item {
    width: 460px;
    float: right;
    text-align: center;
}

.right_item ul {
    width: 100%;
}

.right_item ul li {
    width: 80px;
    float: left;
    margin: 40px 30px 0 0;
}

.right_item ul li:first-child {
    margin-left: 25px;
}

.right_item ul li:last-child {
    margin-right: 25px;
}

.item_lineup h2 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

/* ã‚«ãƒ«ãƒ¼ã‚»ãƒ«*/
.bg_img3 {
    width: 100%;
    margin: 40px auto 0px;
}

.bg_img .bx-wrapper {
    height: 100%;
}

.bx-window {
    margin-bottom: 10px;
}

#slider li a {
    padding: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 24px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #333333;
}

.slider {
    width: 100%;
    margin: 0px auto;
}

/* å‰ã¸ã€æ¬¡ã¸ã®ãƒœã‚¿ãƒ³ */
.bx-prev,
.bx-next {
    position: absolute;
    font-size: 36px;
    text-decoration: none !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px #333333;
}

.bx-prev {
    background: url(../img/new_top/slide_left.png) no-repeat;
    width: 40px;
    height: 40px;
    left: 0;
    top: 40%;
}

.bx-next {
    background: url(../img/new_top/slide_right.png) no-repeat;
    width: 40px;
    height: 40px;
    right: 0;
    top: 40%;
}

.bx-pager a.thumb {
    border: none;
    padding: 0;
    background-color: none;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
}

.bx-pager a img {
    border: 1px solid #dddddd;
    padding: 0;
    text-decoration: none;
}

.bx-pager a.pager-active img {
    color: #ffffff;
    border: 1px solid #f00;
}

/* 3.ã‚«ãƒ«ãƒ¼ã‚»ãƒ«ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ */

.bg_img3 .bx-wrapper {
    width: 100%;
    min-width: 460px;
}

#slider3 li {
    width: 460px;
    text-align: center;
}

#slider3 a {
    display: inline-block;
}

/* ----lineup_bunner---- */
.item_lineup2 {
    width: 100%;

    margin: 0 auto;
}

.item_lineup2 .inner {
    width: 980px;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}


.item_lineup2-2 .inner {
    width: 980px;
    padding: 50px 0 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.lineup_bunner {
    width: 980px;
}

.lineup_bunner img.left_img {
    float: left;
}

.lineup_bunner img.right_img {
    float: right;
}

.lineup_bunner a.right_A {
    float: right;
}

.lineup_bunner a {
    display: inline-block
}

/* ----userreview_area ãƒ¦ãƒ¼ã‚¶ãƒ¼ãƒ¬ãƒ“ãƒ¥ãƒ¼---- */
#userreview_area {
    width: 100%;
    height: 435px;
    background-size: 100%;
    margin: 0 auto;
    min-width: 980px;
    background: url(../img/new_top/revew_img.jpg) no-repeat center;
}

#user_bg {
    width: 100%;
    height: 435px;
    background: #efe8d7;
    min-width: 980px;
}

.user_R {
    width: 980px;
    margin: 0 auto;
    text-align: center;
    height: 436px;
    position: relative;
}

/* ã‚«ãƒ«ãƒ¼ã‚»ãƒ«2*/
.bg_img4 {
    width: 650px;
    height: 174px;
    margin: 10% auto 0;
    float: right;
    padding-right: 20px;
    overflow: hidden;
}

.bg_img .bx-wrapper {
    height: 100%;
}

.bx-window {
    margin-bottom: 10px;
}

#slider li a {
    padding: 10px 0 0 10px;
    font-size: 24px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #333333;
}

.slider {
    width: 100%;
    margin: 0px auto;
}

/* å‰ã¸ã€æ¬¡ã¸ã®ãƒœã‚¿ãƒ³ */
.bg_img4 .bx-prev,
.bg_img4 .bx-next {
    position: absolute;
    font-size: 36px;
    text-decoration: none !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 2px #333333;
}

.bg_img4 .bx-prev {
    background: url(../img/new_top/slide_left.png) no-repeat;
    width: 40px;
    height: 40px;
    left: -60px;
    top: 40%;
    z-index: 99;
}

.bg_img4 .bx-next {
    background: url(../img/new_top/slide_right.png) no-repeat;
    width: 40px;
    height: 40px;
    right: -10px;
    top: 40%;
    z-index: 99;
}

.bx-pager a.thumb {
    border: none;
    padding: 0;
    background-color: none;
    line-height: 0;
    overflow: hidden;
    display: inline-block;
}

.bx-pager a img {
    border: 1px solid #dddddd;
    padding: 0;
    text-decoration: none;
}

.bx-pager a.pager-active img {
    color: #ffffff;
    border: 1px solid #f00;
}

/* 3.ã‚«ãƒ«ãƒ¼ã‚»ãƒ«ã‚¹ãƒ©ã‚¤ãƒ€ãƒ¼ */

.bg_img4 .bx-wrapper {
    width: 650px;
    min-width: 650px;
}

#slider4 li {
    margin-right: 10px;
}

#slider4 li img {
    width: 155px;
    height: auto;
}

#slider4 a {
    display: block;
}

#slider4 a.thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.txt_area {
    width: 410px;
    margin-left: 24px;
}

.userreview_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 1.4rem;
    font-weight: 600;
}

h2.item_title {
    font-size: 1.6rem;
    color: #252525;
    text-align: left;
    font-weight: bold;
}

#user_bg h2.item_title:hover,
#user_bg .revew_body:hover {
    text-decoration: underline;
}

.star_0 {
    background: url(../img/new_top/star_0.png) no-repeat;
    width: 97px;
    height: 17px;
    margin: 10px 0;
}

.star_1 {
    background: url(../img/new_top/star_1.png) no-repeat;
    width: 97px;
    height: 17px;
    margin: 10px 0;
}

.star_2 {
    background: url(../img/new_top/star_2.png) no-repeat;
    width: 97px;
    height: 17px;
    margin: 10px 0;
}

.star_3 {
    background: url(../img/new_top/star_3.png) no-repeat;
    width: 97px;
    height: 17px;
    margin: 10px 0;
}

.star_4 {
    background: url(../img/new_top/star_4.png) no-repeat;
    width: 97px;
    height: 17px;
    margin: 10px 0;
}

.star_5 {
    background: url(../img/new_top/star_5.png) no-repeat;
    width: 97px;
    height: 17px;
    margin: 10px 0;
}

.revew_body {
    font-size: 1.4rem;
    color: #252525;
    text-align: left;
    line-height: 1.6;
}

#slider4 a.show_detail {
    width: 589px;
    font-size: 1.4rem;
    text-align: right;
    text-decoration: underline;
}

/*---- about_seikansh ----*/
.about_seikansho {
    width: 100%;
    min-width: 980px;
    margin-bottom: 142px;
    padding-top: 98px;
    background: #fff;
}

.common_headding_h2_2 {
    text-align: center;
}

.common_headding_h2_2 span {
    display: inline-block;
    position: relative;
    padding-bottom: 18px;
    font-size: 36px;
    font-weight: 600;
}

.common_headding_h2_2 span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #c63d44;
}

.about_seikansho_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 60px;
}

.about_seikansho_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
}

.about_seikansho_list li:nth-child(1) {
    background: url(../img/new_top/bg_about_01.jpg) center top repeat-y;
    background-size: auto 300px;
}

.about_seikansho_list li:nth-child(2) {
    background: url(../img/new_top/bg_about_02.jpg) center top repeat-y;
    background-size: auto 300px;
}

.about_seikansho_list li:nth-child(3) {
    background: url(../img/new_top/bg_about_03.jpg) center top repeat-y;
    background-size: auto 300px;
}

.about_seikansho_list li:nth-child(4) {
    background: url(../img/new_top/bg_about_04.jpg) center top repeat-y;
    background-size: auto 300px;
}

.about_seikansho_list li:nth-child(5) {
    background: url(../img/new_top/bg_about_05.jpg) center top repeat-y;
    background-size: auto 300px;
}

.about_seikansho_list li:nth-child(even) .inner p {
    padding-left: 420px;
}

.about_seikansho_list li p {
    font-size: 3rem;
    font-family: Lato, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Verdana, sans-serif;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .04em;
}

.about_seikansho_list li p sup {
    position: relative;
    top: -24px;
    font-size: 1.2rem;
}

.about_seikansho_list li p.txt_caution {
    margin-top: 5px;
    color: #929292;
    font-size: 1.2rem;
    line-height: 1.4;
}

.about_seikansho_list li p .txt_red {
    color: #c63d44;
    font-size: 4.8rem;
}

/*---- power é«˜éº—äººå‚ãƒ»ç´…å‚ã®ãƒã‚«ãƒ©----*/
.power {

    width: 100%;
    height: 966px;
    position: relative;
}

.power .inner {
    width: 980px;
    margin: 0 auto;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.power .inner ul {
    margin: 50px 0 0;
}

.power .inner ul li {
    width: 310px;
    height: 480px;
    float: left;
    margin-right: 25px;
}

.power .inner ul li:last-child {
    margin-right: 0;
}

.power .inner ul li p {
    margin: 20px 0;
    width: 280px;
}

.power_lastp {
    width: 290px;
    float: right;
}

.power_centerp {
    padding: 0 0 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--page-top--*/
#page-top {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 999;
}

#page-top2 {
    margin-bottom: 30px;

}
