@charset "utf-8";
body {
    -webkit-text-size-adjust: 100%;
    list-style-type: disc !important;
}
img {
    width: auto;
    max-width: 100%;
}
#product_container {
    width: 80%;
    margin: 0 auto 120px;
    display: flex;
    justify-content: space-between;
}

#product_container>div {
    width: 45.8333%;
}

.product_image {
    margin-bottom: 27px;
}

.product_image img {
    width: 100%;
}

.product_en {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 30px;
    margin-bottom: 10px;
    color: #EA4D07;
    font-weight: bold;
}

.product_title {
    font-size: 20px;
    letter-spacing: .05em;
    line-height: 30px;
    margin-bottom: 27px;
    font-weight: bold;
}

.product_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
}

#product_container a {
    display: block;
}


/* 詳細ページ */

#product_top {
    position: relative;
    height: 694px;
}

.stoolfootmassager_top {
background: #afafa3;
 /*background: #696969;*/
}

.compactseatmassager_top {
 background: #afafa3;
    /*background: #908E60;*/
}

#product_top_gallery {
    position: absolute;
    top: 58px;
    right: 52%;
    max-width: 690px;
    width: 46%;
    height: 610px;
}

#product_top_gallery>div:not(:first-child) {
    display: none;
}

#product_top_gallery img {
    width: 100%;
}

.product_top_gallery_large {
    position: absolute;
    right: 0;
    top: 0;
    width: 87%;
    height: 100%;
    max-width: 600px;
}

.product_top_gallery_large img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.product_top_gallery_thumbs {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.product_top_gallery_thumbs>div {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    cursor: pointer;
}

.product_top_gallery_thumbs>div.on {
    border: 1px solid #fff;
    box-sizing: border-box;
}

.product_top_gallery_thumbs>div.on>img {
    filter: brightness(60%);
}

#product_top_data {
    position: absolute;
    left: 56%;
    max-width: 500px;
    width: 40%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #fff;
}

#product_top_data_en {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 30px;
    margin-bottom: 9px;
}

#product_top_data_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 30px;
    margin-bottom: 35px;
}

#product_top_data_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 40px;
}

#product_top_data_color {
    display: flex;
    margin-bottom: 40px;
}

#product_top_data_color a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    box-sizing: content-box;
    margin: 7px 14px;
    color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
}

#product_top_data_color a:nth-child(3) {
    background: #F08548;
}

#product_top_data_color a:nth-child(1) {
    background: #8B8A93;
}

#product_top_data_color a:nth-child(2) {
    background: #AFAB5C;
}

.stoolfootmassager_top #product_top_data_color a.on {
    box-shadow: 0 0 0 6px #696969, 0 0 0 7px #fff;
}

.compactseatmassager_top #product_top_data_color a.on {
    box-shadow: 0 0 0 6px #908E60, 0 0 0 7px #fff;
}

#product_top_data_table th {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    padding: 11px 49px 11px 0;
}

#product_top_data_table th, #product_top_data_table td {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.2;
}


#product_mechanism {
    background: linear-gradient(#fff, #F7F4DC);
    padding: 122px 0 40px;
}

#product_mechanism.compactseatmassager {
    margin-bottom: 0;
    text-align: center;
}

#product_mechanism_catch {
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}

#product_mechanism_catch em {
    color: #EA4D07;
}

#product_mechanism_title>span {
    font-size: 25px;
    letter-spacing: .1em;
    line-height: 2;
    display: block;
}

#product_mechanism_title {
    margin-bottom: 35px;
    font-size: 30px;
    letter-spacing: .1em;
    text-align: center;
}

.compactseatmassager #product_mechanism_title {
    margin-bottom: 50px;
}
.product_mechanism_Text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
}
#product_mechanism_box {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 72px;
    text-align: left;
}
.product_mechanism_title2 {
    line-height: 1;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
}
.product_mechanism_icon {
    width: 25px;
    margin-right: 10px;
    vertical-align: middle;
}
.product_mechanism_Text2{
    padding-left: 38px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 30px;
}
#product_mechanism_image {
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#product_mechanism_column {
    display: flex;
    max-width: 1198px;
    margin: 0 auto;
    justify-content: space-between;
}

#product_mechanism_column>div {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    padding: 38px 30px;
    position: relative;
}

#product_mechanism_column>div.shortbox {
    width: 32%;
}

#product_mechanism_column>div.longbox {
    width: 62%;
}

.product_mechanism_column_title {
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: .1em;
    margin-bottom: 15px;
    color: #EA4D07;
}

.product_mechanism_column_subtitle {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
    margin-top: 5px;
    margin-bottom: 2px;
    line-height: 1.5;
}

.product_mechanism_column_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5;
}

.product_mechanism_column_subtext {
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 1.7;
    border: 1px solid #999;
    margin-top: 2em;
}

.product_mechanism_column_disclaim{
	font-size: 10px;
	text-align: right;
	padding-top: 62px;
}

.product_mechanism_column_tag {
    display: flex;
    justify-content: start;
    margin-bottom: 10px;
}

.product_mechanism_column_tag>p {
    border: 1px solid #999;
    color: #666;
    width: 6em;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    border-radius: 4px;
    padding: 0 0.3em;
    margin-right: 5px;
}
.product_mechanism_column_image {
    width: 100%;
    max-width: 250px;
    margin: 20px auto 0;
}

.product_mechanism_column_image.product_mechanism_column_imageMT {
    margin-top:4em;
}


.product_mechanism_column_imagesmall {
    width: 70%;
    max-width: 200px;
    margin: 20px auto 0;
}

.product_mechanism_column_image>img,.product_mechanism_column_imagesmall>img {
    width: 100%;
}

.product_mechanism_column_inner {
    display: flex;
    justify-content: space-between;
}

.product_mechanism_column_inner>div {
    width: 48%;
}

#product_scene {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 50px auto;
}
.product_scene_title {
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .1em;
    margin: 100px 0 50px;
    text-align: center;
}
.product_scene_Text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    text-align: center;
    margin: 50px 0 100px;
}



/* 特長*/
#product_features {
    background: #F8F8F4;
    padding: 116px 30px 120px;
    text-align: center;
}

#product_features_title {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 35px;
}

#product_features_body {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    max-width: 1196px;
    margin: auto;
}
#product_features_body_left {
    width: 42%;
    background: #fff;
    padding: 40px 30px 10px 30px;
    text-align: left;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    margin-bottom: 20px;

}
#product_features_body_right {
    width: 55%;
}

.product_features_body_inner {
    display: flex;
    background: #fff;
    padding: 40px 30px 20px 30px;
    text-align: left;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    margin-bottom: 20px;
}

.product_features_body_inner:last-child {
    margin-bottom: 0;
}
.product_features_body_title {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 30px;
    margin-bottom: 21px;
    font-weight: bold;
}

.product_features_body_text em {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
}

.product_features_body_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 30px;
}

.product_features_body_text_disclaim{
	font-size: 12px;
    letter-spacing: .05em;
    line-height: 2;
    text-align: right;
	margin-top: 10px;
    margin-bottom: 10px;
}

.product_features_body_image {
    width: 100%;
}
.product_features_body_inner>.product_features_body_image {
    width: 30%;
    margin-right: 5%;
}

.product_features_body_inner>.product_features_body_text {
    width: 65%;
}
.product_features_body_image img {
    width: 100%;
}


#product_features2 {
    background: #F8F8F4;
    padding: 116px 30px 120px;
    text-align: center;
}

#product_features2_title {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 35px;
}

#product_features2_body {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1196px;
    margin: auto;
}

#product_features2_body>div {
    width: calc(50% - 48px);
    margin: 0 24px 48px;
    background: #fff;
    display: flex;
    padding: 40px 50px 40px 30px;
    text-align: left;
    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
}

.product_features2_body_title {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 30px;
    margin-bottom: 21px;
    font-weight: bold;
}

.product_features2_body_text em {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
}

.product_features2_body_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 30px;
    width: 58%;
}

.product_features2_body_image {
    width: 36%;
    margin-right: 6%;
}

.product_features2_body_image img {
    width: 100%;
}


#product_stoolfootmassager_panel {
    padding: 136px 30px 114px;
    max-width: 1198px;
    margin: auto;
}

#product_stoolfootmassager_panel_title {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 2.24px;
    line-height: 40px;
    margin-bottom: 24px;
    text-align: center;
}

#product_stoolfootmassager_panel_text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-bottom: 58px;
    text-align: center;
}

#product_stoolfootmassager_panel_body {
    background: url(../images/product_stoolfootmassager_panel_bg.jpg) top right no-repeat;
}

.product_stoolfootmassager_panel_body_title {
    line-height: 1;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
}

.product_stoolfootmassager_panel_body_title img {
    width: 40px;
    margin-right: 20px;
    vertical-align: middle;
}

.product_stoolfootmassager_panel_body_text {
    padding-left: 60px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 1.5;
    margin-bottom: 30px;
}

.product_stoolfootmassager_panel_body_text img {
    width: 414px;
    margin-top: 28px;
}

#product_stoolfootmassager_mode {
    padding: 50px 0 30px;
    max-width: 1198px;
    max-height: 508px;
    margin: auto;
    background: url(../images/product_stoolfootmassager_mode_bg.jpg) top left/cover no-repeat;
}

#product_stoolfootmassager_mode_body {
    width: 50%;
    max-width: 500px;
    margin-left: 50%;
}

#product_stoolfootmassager_mode_title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}

#product_stoolfootmassager_mode_text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-bottom: 38px;
}

.product_stoolfootmassager_mode_body_unit {
    display: flex;
}

.product_stoolfootmassager_mode_body_image {
    width: 50px;
    margin-right: 20px;
}

.product_stoolfootmassager_mode_body_image img {
    width: 100%;
}


.product_stoolfootmassager_mode_body_text em {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
}

.product_stoolfootmassager_mode_body_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 30px;
}

#product_color {
    background: #F8F8F4;
    padding: 116px 30px 80px;
    text-align: center;
}

#product_color_title {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 51px;
    margin-bottom: 50px;
}

#product_color_text {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 30px;
}

#product_color_body,
#product_color_body_bottom {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

#product_color_body>div {
    width: 25%;
    max-width: 379px;
    margin: 0 1.7%;
}

#product_color_body_bottom>div {
    width: 15%;
    max-width: 300px;
    margin: 30px 1% 0;
}
#product_color_body_bottom>div:nth-child(1) {
    width: 25%;
    margin-top: 0;
}
.product_color_subtitle {
    font-size: 16px;
    font-weight :bold;
    margin-bottom: 5px;
}
.product_color_name {
    font-size: 14px;
    letter-spacing: .1em;
    margin-top: 10px;
}

#product_color_body_bottom>div>.product_color_name {
    font-size: 12px;
    text-align: left;
}

.product_color_image img {
    width: 100%;
}

/**202207**/
#product_function {
    text-align: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; 
    padding: 5% 0;
}
.product_function_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
}
.product_function_Text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    text-align: center;
}



/**202207製品仕様**/
#product_specification {
    padding: 116px 30px 118px;
    text-align: center;
}

#product_specification_title {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1;
    margin-bottom: 50px;
}
.product_specification_box {
    font-size: 14px;
    line-height: 2em;
    overflow:auto;
}
table.product_specification_form {
    width: 1200px;
    margin: 0 auto;
}
.product_specification_box th {
    border: 1px solid #2c2c2c;
    box-sizing: border-box;
    font-weight: 700;
    white-space:nowrap;
}
.product_specification_box tr:nth-child(2n) {
    background-color: #e3e3e3;
}
.product_specification_box td {
    border: 1px solid #2c2c2c;
    box-sizing: border-box;
    font-size: 14px;
}
.product_specification_box .title {
    color: #fff;
    background-color: #2c2c2c;
}


#product_point {
    position: relative;
    height: 800px;
    background: url(../images/product_compactseatmassager_point_bg.png) top center/cover no-repeat;
    margin-bottom: 255px;
}

#product_point_box {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

#product_point_catch {
    position: relative;
    padding-top: 150px;
    padding-left: 30px;
    width: auto;
    max-width: 55%;
    text-align: center;
}
.product_point_catch_title {
    font-size: 25px;
    letter-spacing: .1em;
    line-height: 43px;
    font-weight: bold;
    line-height: 1.7;
}

.product_point_catch_Text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
}

#product_point_hip {
    position: absolute;
    top: 580px;
    right: 50px;
    width: 183px;
    height: 183px;
    background: rgba(44, 44, 44, .1);
    color: #fff;
    border-radius: 100px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#product_point_hip_en {
    font-size: 61px;
}

#product_point_hip_jp {
    font-size: 16px;
    line-height: 38px;
}

#product_point img {
    width: 100%;
}

#product_point_points {
    position: relative;
    top: 450px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#product_point_points>div {
    width: 285px;
    margin: 0 35px;
    position: relative;
}

.product_point_point_en {
    position: absolute;
    color: #fff;
    top: 34px;
    left: -50px;
    font-size: 63px;
}

.product_point_point_jp {
    font-size: 16px;
    letter-spacing: .1em;
    line-height: 31px;
    margin-top: 11px;
    text-align: center;
}

.product_point_point_image {
    width: 285px;
    height: 285px;
    border-radius: 145px;
    overflow: hidden;
}

#product_point_sp {
    position: relative;
    text-align: center;
    margin: 50px 0;
}
.product_point_sp_img {
    max-width: 280px;
}

.product_point_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 100px;
    margin-bottom: 24px;
    padding: 0 15px;
    letter-spacing: .1em;
    line-height: 1.7;
    text-align: center;
}
.product_point_Text {
    color: #302D2C;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50px;
    text-align: center;
}

.product_point_title {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    margin-top: 100px;
    margin-bottom: 24px;
    padding: 0 15px;
    letter-spacing: .1em;
    line-height: 1.7;
    text-align: center;
}
.product_point_Text {
    color: #302D2C;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 50px;
    text-align: center;
}


#product_pad {
    display: flex;
    max-width: 1000px;
    margin: auto;
    justify-content: space-between;
    padding-bottom: 120px;
}

#product_pad img {
    width: 100%;
}

#product_pad_body {
    width: 48.2%;
}

#product_pad_body_text {
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 34px;
    margin-bottom: 45px;
    font-weight: bold;
}

#product_pad_image {
    width: 40%;
}

#product_compactseatmassager_panel {
    height: 800px;
    margin: auto;
    background: #F8F8F4;
    background: url(../images/product_compactseatmassager_panel_bg.jpg) top center/cover no-repeat;
}

#product_compactseatmassager_panel_title {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 30px;
    margin-bottom: 24px;
    text-align: center;
}

#product_compactseatmassager_panel_text {
    font-size: 14px;
    letter-spacing: .1em;
    line-height: 2;
    margin-bottom: 38px;
    text-align: center;
}

#product_compactseatmassager_panel_image {
    width: 300px;
    margin: 80px auto 58px;
}

#product_compactseatmassager_panel_image img {
    width: 100%;
}

#product_compactseatmassager_panel_body {
    width: 50%;
    max-width: 750px;
    margin: 0 50% 0 auto;
    height: 800px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_compactseatmassager_panel_body_title {
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
}

.product_compactseatmassager_panel_body_title img {
    width: 40px;
    margin-right: 20px;
    vertical-align: middle;
}

.product_compactseatmassager_panel_body_text {
    padding-left: 60px;
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 30px;
}

.product_compactseatmassager_panel_body_text img {
    width: 414px;
    margin-top: 28px;
}

/* サポート */

#support {
    background: #fff;
}



.award_button {
    width: 24em;
    display: block;
    padding: 0;
    margin: 4% auto 4%;
    text-align: center;
    height: 45px;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    padding: 0 33px;
    color: #fff;
    background-color: #EA4D07;
    border-radius: 6px;
    border: 1px solid #EA4D07;
}

.award_button:hover {
    background-color: #FFF;
    color: #EA4D07;
    transition: color, background-color .2s ease-in-out;
}

.shopping_button {
 display: block;
 width: 280px;
 padding: 15px 5px;
 background: #EA4D07;
 color: #fff;
 text-decoration: none;
 border-radius: 6px;
 font-size: 18px;
 letter-spacing: .2em;
 text-align: center;
 margin: 2em auto 0;
 border: 1px solid #EA4D07;
 box-sizing: border-box;
 line-height: 1.5em;
}

.shopping_button:hover {
    color: #EA4D07;
    background: #fff;
    border: 1px solid #EA4D07;
    transition: .2s ease-in-out;}

.shopping_button span.cart_button {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    margin-bottom:5px;
    vertical-align: middle;
    background: url(../images/cart_white.svg); 
}

.shopping_button:hover span.cart_button {
    background: url(../images/cart_orange.svg);
}


/* float cart*/
#intocart {
    display: none;
    width: 180px;
    height: auto;
    position: fixed;
    bottom: 230px;
    right: 10px;
    z-index: 10;
    background: #f8f8f4;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.3);
}
#intocart .pic {
    margin-bottom: 10px;
}
#intocart .icon {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
#intocart .Txt {
    font-size: 13px;
    margin-top: 5px;
}

#sp_cartbtn {
    height: 65px;
    background: #2C2C2C;
}

#intocart-s {
    display: none;
    width: 100%;
    height: 65px;
    position: fixed;
    left: 0;
    bottom: 0;
    background: rgba(248, 248, 244, 0.8);
    z-index: 98;
    text-align: center;
    padding-top: 20px;
}
#intocart-s .icon {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}
#intocart-s .Txt {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px; 
}



/**/
@media screen and (min-width: 961px) and (max-width:1024px) {
    .product_point_point_image {
        width: 100%;
        height: auto;
    }
    }



/**/

@media screen and (max-width: 960px) {
    #product_container {
        width: 100%;
        margin: 0;
        padding: 0 20px;
        display: block;
    }
    #product_container>div {
        width: 100%;
        margin-bottom: 60px;
    }
    .product_en {
        letter-spacing: .1em;
        margin-bottom: 5px;
    }
    .product_title {
        letter-spacing: .1em;
        margin-bottom: 17px;
    }
    .product_text {
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2;
    }
    /* 詳細ページ */
    #product_top {
        position: relative;
        height: auto;
	    padding-bottom: 50px;
    }
    .stoolfootmassager_top {
     background: #afafa3;
        /*background: #696969;*/
    }
    .compactseatmassager_top {
       background: #afafa3;
        /*background: #908E60;*/
    }
    #product_top_gallery {
        position: relative;
        top: 0;
        right: 0;
        max-width: 80%;
        width: 80%;
	    margin: 0 auto;
        height: 420px;
    }
    #product_top_gallery>div:not(:first-child) {
        display: none;
    }
    #product_top_gallery img {
        width: 100%;
    }
    .product_top_gallery_large {
        right: 0;
        left: 0;
        top: 0;
        width: 300px;
        height: 300px;
        max-width: 300px;
        margin: 50px auto 0;
    }
    .product_top_gallery_large img {
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .product_top_gallery_thumbs {
        display: flex;
        position: absolute;
        left: 0;
        top: 370px;
        z-index: 10;
    }
    .product_top_gallery_thumbs>div {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        cursor: pointer;
    }
    .product_top_gallery_thumbs>div.on {
        border: 1px solid #fff;
        box-sizing: border-box;
    }
    .product_top_gallery_thumbs>div.on>img {
        filter: brightness(60%);
    }
    #product_top_data {
        position: relative;
        left: 0;
        max-width: 90%;
        width: auto;
        margin: 0 auto;
	    padding-top: 30px;
        height: 100%;
        display: block;
	    flex-wrap: wrap;
        color: #fff;
    }
    #product_top_data_en {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .05em;
        line-height: 30px;
        margin-bottom: 9px;
    }
    #product_top_data_title {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: .05em;
        line-height: 30px;
        margin-bottom: 35px;
    }
    #product_top_data_text {
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2;
        margin-bottom: 40px;
    }
    #product_top_data_color {
        margin-bottom: 40px;
    }
    #product_top_data_color a {
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 20px;
        box-sizing: content-box;
        margin: 7px 14px;
        color: transparent;
        border: 1px solid #fff;
        cursor: pointer;
    }
    #product_top_data_color a:nth-child(3) {
        background: #F08548;
    }
    #product_top_data_color a:nth-child(1) {
        background: #8B8A93;
    }
    #product_top_data_color a:nth-child(2) {
        background: #AFAB5C;
    }
    .stoolfootmassager_top #product_top_data_color a.on {
        box-shadow: 0 0 0 6px #696969, 0 0 0 7px #fff;
    }
    .compactseatmassager_top #product_top_data_color a.on {
        box-shadow: 0 0 0 6px #908E60, 0 0 0 7px #fff;
    }
    #product_top_data_table th {
        font-weight: normal;
        text-align: left;
        white-space: nowrap;
        padding: 11px 49px 11px 0;
    }
    #product_top_data_table th, #product_top_data_table td {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: .05em;
        line-height: 1;
    }
    /* 機構 */
    #product_mechanism {
        background: linear-gradient(#fff, #F7F4DC);
        padding: 122px 0 1px;
    }
    #product_mechanism.compactseatmassager {
        margin-bottom: 0;
    }
    #product_mechanism_catch {
        font-size: 14px;
        letter-spacing: .1em;
        line-height: 2;
        text-align: center;
        margin-bottom: 60px;
	    padding: 0 1em;
    }
    #product_mechanism_catch em {
        color: #EA4D07;
    }
    #product_mechanism_title>span {
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 2;
        display: block;
    }
    #product_mechanism_title {
        margin-bottom: 35px;
        font-size: 24px;
        letter-spacing: .1em;
        text-align: center;
	    padding: 0 1em;
    }
    .compactseatmassager #product_mechanism_title {
        margin-bottom: 63px;
    }
    #product_mechanism_image {
        text-align: center;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }
	#product_mechanism_column {
	    display: block;
	    max-width: 370px;
	    margin: 0 auto 20px;
	}
	#product_mechanism_column>div.shortbox,
	#product_mechanism_column>div.longbox {
	    width: 100%;
	    height: auto;
	    margin: 0 auto 20px;
	}
	.product_mechanism_column_image {
		position: relative;
		bottom: 0;
		margin: 20px auto;
	}
	.product_mechanism_column_image.product_mechanism_column_imageMT {
    	margin-top:20px;
	}
	.product_mechanism_column_inner, .product_mechanism_column_inner>div {
	    display: block;
	    width: 100%;
	}
    .product_mechanism_column_title {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 25px;
        letter-spacing: .1em;
        margin-bottom: 26px;
    }
    .product_mechanism_column_text {
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 1.5;
    }
	.product_mechanism_column_disclaim{
		font-size: 12px;
		text-align: left;
		padding-top: 2em;
	}

    .product_mechanism_column_image img {
        width: 100%;
    }
    .product_scene {
        width: 100%;
        padding: 0;
        position: relative;
    }
    
    #product_stoolfootmassager_panel {
        padding: 58px 0 10px;
        max-width: 1500px;
        margin: auto;
    }
    #product_stoolfootmassager_panel_title {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 30px;
        margin-bottom: 15px;
        text-align: center;
	    padding: 0 1em;
    }
    #product_stoolfootmassager_panel_text {
        font-size: 14px;
        letter-spacing: .1em;
        line-height: 2;
        margin-bottom: 0;
        text-align: center;
	    padding: 0 1em;
    }
    #product_stoolfootmassager_panel_body {
        background: url(../images/product_stoolfootmassager_panel_bg_sp.jpg) top center/cover no-repeat;
	    background-size: contain;
	    background-repeat: no-repeat;
	    padding: 60% 2em 0;
    }
    .product_stoolfootmassager_panel_body_title {
        line-height: 40px;
        margin-bottom: 3px;
        font-size: 16px;
        letter-spacing: .1em;
    }
    .product_stoolfootmassager_panel_body_title img {
        width: 40px;
        margin-right: 20px;
        vertical-align: middle;
    }
    .product_stoolfootmassager_panel_body_text {
        padding-left: 0;
        font-size: 13px;
        letter-spacing: .05em;
        margin-bottom: 30px;
    }
    .product_stoolfootmassager_panel_body_text img {
        width: 100%;
        margin-top: 28px;
    }
    #product_stoolfootmassager_mode {
        padding: 30px 15px 220px;
        width: 100%;
        margin: auto;
        background: url(../images/product_stoolfootmassager_mode_bg_sp.jpg) bottom left/cover no-repeat;
        min-height: 750px;
    }
    #product_stoolfootmassager_mode_body {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }
    #product_stoolfootmassager_mode_title {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        margin-bottom: 10px;
	    text-align: center;
    }
    #product_stoolfootmassager_mode_text {
        font-size: 14px;
        letter-spacing: .1em;
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .product_stoolfootmassager_mode_body_unit {
        display: flex;
	    width: 400px;
	    margin-left: calc(100% - 400px);
    }
    .product_stoolfootmassager_mode_body_image {
        width: 50px;
        margin-right: 10px;
    }
    .product_stoolfootmassager_mode_body_image img {
        width: 100%;
    }
    .product_stoolfootmassager_mode_body_text em {
        display: block;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .1em;
    }
    .product_stoolfootmassager_mode_body_text {
        font-size: 12px;
        letter-spacing: .05em;
        line-height: 2;
        margin-bottom: 30px;
    }
    #product_color {
        background: #F8F8F4;
        padding: 116px 30px 30px;
        text-align: center;
    }
    #product_color_title {
        font-size: 24px;
        line-height: 1.5;
        margin-bottom: 35px;
    }
    #product_color_text {
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2;
        margin-bottom: 20px;
    }
    #product_color_body {
        display: block;
        justify-content: center;
    }
    #product_color_body>div {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .product_color_name {
        font-size: 14px !important;
                margin-bottom: 21px;
        /* font-weight: bold; */
    }
    .product_color_image img {
        width: 100%;
    }
    #product_color_body_bottom {
        flex-wrap: wrap;
    }
	#product_color_body_bottom>div:nth-child(1) {
	    width: 100%;
	    max-width: 100%;
	    margin-top: 0;
	}
	#product_color_body_bottom>div:nth-child(1) .product_color_image {
	    width: 70%;
	    margin: 0 auto;
	}
	#product_color_body_bottom>div {
	    width: 300%;
	    max-width: 30%;
	    margin-top: 0;
	}
    
    #product_features {
        background: #F8F8F4;
        padding: 70px 0;
        text-align: center;
    }
    #product_features_title {
        font-size: 24px;
        letter-spacing: .1em;
        line-height: 1;
        margin-bottom: 35px;
    }
    #product_features_body {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        margin: auto;
    }
    #product_features_body>div {
        width: 90%;
        margin: 0 24px 0;
        background: #fff;
        display: block;
        padding: 40px 40px;
        text-align: left;
        box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    }
	#product_features_body_right {
	    width: 90%;
            padding: 0 0 0 !important;
	    margin: 20px auto 0 !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0) !important;
	    background-color: rgba(255, 255, 0,0) !important;
	}

	.product_features_body_inner {
	    width: 100%;
	    display: block;
	    background: #fff;
	    padding: 40px 30px 20px 30px;
	    text-align: left;
	    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
	    margin-bottom: 20px;
	}
    .product_features_body_title {
        font-size: 16px;
        letter-spacing: .1em;
        line-height: 30px;
        margin-bottom: 21px;
        font-weight: bold;
    }
    .product_features_body_text em {
        display: block;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .1em;
    }
    .product_features_body_text {
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2;
        margin-bottom: 30px;
        width: 100%;
    }
	.product_features_body_text_disclaim{
		font-size: 13px;
		letter-spacing: .05em;
		line-height: 2;
		text-align: left;
		margin-top: 10px;
		width: 100%;
	}
    .product_features_body_image {
        width: 100%;
    }
    .product_features_body_inner>.product_features_body_image {
        width: 60%;
        margin: 0 auto 20px;
    }
    .product_features_body_inner>.product_features_body_text {
        width: 100%;
    }
    .product_features_body_image img {
        width: 100%;
    }

    #product_features2 {
        background: #F8F8F4;
        padding: 70px 0;
        text-align: center;
    }
    #product_features2_title {
        font-size: 24px;
        letter-spacing: .1em;
        line-height: 1;
        margin-bottom: 35px;
    }
    #product_features2_body {
        display: block;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 100%;
        margin: auto;
    }
    #product_features2_body>div {
        width: 90%;
        margin: 20px 24px 0;
        background: #fff;
        display: block;
        padding: 40px 40px;
        text-align: left;
        box-shadow: 0 0 30px rgba(0, 0, 0, .16);
    }
	#product_features2_body_right {
	    width: 90%;
        padding: 0 0 0 !important;
	    margin: 20px auto 0 !important;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0) !important;
	    background-color: rgba(255, 255, 0,0) !important;
	}

	.product_features2_body_inner {
	    width: 100%;
	    display: block;
	    background: #fff;
	    padding: 40px 30px 20px 30px;
	    text-align: left;
	    box-shadow: 0 0 30px rgba(0, 0, 0, .16);
	    margin-bottom: 20px;
	}
    .product_features2_body_title {
        font-size: 16px;
        letter-spacing: .1em;
        line-height: 30px;
        margin-bottom: 21px;
        font-weight: bold;
    }
    .product_features2_body_text em {
        display: block;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .1em;
    }
    .product_features2_body_text {
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2;
        margin-bottom: 30px;
        width: 100%;
    }
	.product_features2_body_text_disclaim{
		font-size: 12px;
		letter-spacing: .05em;
		line-height: 2;
		text-align: left;
		margin-top: 10px;
		width: 100%;
	}
    .product_features2_body_image {
        width: 100%;
    }
    .product_features2_body_inner>.product_features_body_image {
        width: 60%;
        margin: 0 auto 20px;
    }
    .product_features2_body_inner>.product_features_body_text {
        width: 100%;
    }
    .product_features2_body_image img {
        width: 100%;
    }

    .product_scene_Text {
        margin: 30px 0 60px;
        letter-spacing: 0em;
    }

    #product_point {
        position: relative;
        height: 800px;
        background: url(../images/product_compactseatmassager_point_bg.png) top center/cover no-repeat;
        margin-bottom: 255px;
    }

    #product_point_catch {
        position: absolute;
        top: 161px;
        left: 150px;
        font-size: 25px;
        letter-spacing: .1em;
        line-height: 43px;
        font-weight: bold;
    }
    #product_point_hip {
        position: absolute;
        top: 580px;
        right: 50px;
        width: 183px;
        height: 183px;
        background: rgba(44, 44, 44, .1);
        color: #fff;
        border-radius: 100px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    #product_point_hip_en {
        font-size: 61px;
    }
    #product_point_hip_jp {
        font-size: 14px;
        line-height: 38px;
    }
    #product_point img {
        width: 100%;
    }
    #product_point_points {
        position: absolute;
        top: 680px;
        display: flex;
        justify-content: center;
        width: 100%;
    }
    #product_point_points>div {
        width: 285px;
        margin: 0 35px;
        position: relative;
    }
    .product_point_point_en {
        position: absolute;
        color: #fff;
        top: 34px;
        left: -50px;
        font-size: 63px;
    }
    .product_point_point_jp {
        font-size: 16px;
        letter-spacing: .1em;
        line-height: 31px;
        margin-top: 11px;
        text-align: center;
    }
    .product_point_point_image {
        width: 285px;
        height: 285px;
        border-radius: 145px;
        overflow: hidden;
    }

    .product_scene_title {
        padding: 0 15px;
    }

    #product_pad {
        display: flex;
        max-width: 1000px;
        margin: auto;
        justify-content: space-between;
        padding-bottom: 120px;
    }
    #product_pad img {
        width: 100%;
    }
    #product_pad_body {
        width: 48.2%;
    }
    #product_pad_body_text {
        font-size: 20px;
        letter-spacing: .1em;
        line-height: 34px;
        margin-bottom: 45px;
        font-weight: bold;
    }
    #product_pad_image {
        width: 40%;
    }
    #product_compactseatmassager_panel {
        height: auto;
        margin: auto;
        background: #F8F8F4;
        padding: 30px 0;
    }
    #product_compactseatmassager_panel_title {
        font-size: 25px;
        font-weight: bold;
        letter-spacing: .1em;
        line-height: 30px;
        margin-bottom: 24px;
        text-align: center;
    }
    #product_compactseatmassager_panel_text {
        font-size: 14px;
        letter-spacing: .1em;
        line-height: 2;
        margin-bottom: 38px;
        text-align: center;
    }
    #product_compactseatmassager_panel_image {
        width: 300px;
        margin: 0 auto 58px;
    }
    #product_compactseatmassager_panel_image img {
        width: 100%;
    }
    #product_compactseatmassager_panel_body {
        width: 100%;
        max-width: 750px;
        margin: 80px 50% 80px auto;
        height: 800px;
        padding: 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product_compactseatmassager_panel_body_title {
        line-height: 40px;
        margin-bottom: 3px;
        font-size: 16px;
        letter-spacing: .1em;
    }
    .product_compactseatmassager_panel_body_title img {
        width: 40px;
        margin-right: 20px;
        vertical-align: middle;
    }
    .product_compactseatmassager_panel_body_text {
        padding-left: 60px;
        font-size: 14px;
        letter-spacing: .05em;
        line-height: 2;
        margin-bottom: 30px;
    }
    .product_compactseatmassager_panel_body_text img {
        width: 414px;
        margin-top: 28px;
    }
    
    .shopping_button a {
        padding: 20px;
    }

    
    
    /* サポート */
    #support {
        background: #fff;
    }

    .award_button {
	width: 100% !important;
	padding: 0 !important;
    margin-top: 30px;
    }

    /* point */
    #product_point_sp {
        display: block;
    }
}



@media screen and (max-width: 480px) {
    #product_color_title {
        letter-spacing: -.1em;
    }
    .product_stoolfootmassager_mode_body_unit {
        display: flex;
        width: 100%;
        margin: 0 auto;
    }
    .product_mechanism_title2 {
        letter-spacing: -.05em;
    }
    .product_mechanism_Text2{
        text-align: justify;
        text-justify: auto;
    }
    .product_function_Text {
        letter-spacing: 0em;
    }
}




/**202211  Start**/
#product_top_foot {
    position: relative;
    height: 890px;
}
#product_top_gallery_foot {
    position: absolute;
    top: 107px;
    right: 52%;
    max-width: 690px;
    width: 46%;
    height: 610px;
}
#product_top_gallery_foot>div:not(:first-child) {
    display: none;
}

#product_top_gallery_foot img {
    width: 100%;
}

.product_top_gallery_thumbs_foot {
    display: flex;
    position: absolute;
    left: -20px;
    bottom: -72px;
    z-index: 10;
}

.product_top_gallery_thumbs_foot>div {
    width: 91px;
    height: 91px;
    margin-right: 20px;
    cursor: pointer;
}
.product_top_gallery_thumbs_foot > div.on {
    border: 1px solid #fff;
    box-sizing: border-box;
  }

.product_top_gallery_thumbs_foot > div.on > img {
    filter: brightness(60%);
  }

@media screen and (max-width: 960px) {
    #product_top_foot {
        position: relative;
        height: auto;
        padding-bottom: 16px;
    }
    #product_top_gallery_foot {
        position: relative;
        top: 0;
        right: 0;
        max-width: 80%;
        width: 80%;
        margin: 0 auto;
        height: 420px;
    }
    #product_top_gallery_foot>div:not(:first-child) {
        display: none;
    }
    #product_top_gallery_foot img {
        width: 100%;
    }
    .product_top_gallery_thumbs_foot {
        display: flex;
        position: absolute;
        left: 0;
        top: 370px;
        z-index: 10;
    }
    .product_top_gallery_thumbs_foot>div {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        cursor: pointer;
    }
    .product_top_gallery_thumbs_foot>div.on>img {
        filter: brightness(60%);
    }
}

/**********/
#product_award {
    max-width: 1198px;
    margin: 0 auto;
    text-align: center;
}
#product_award_title {
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 3.5px;
    line-height: 40px;
    margin-top: 85px;
    margin-bottom: 46px;
}

/* Firefox Only */
@-moz-document url-prefix() { 
    #product_award_title {
        letter-spacing: 3px;
    }
  }

#product_award_mainImg {
    margin-bottom: 25px;
}

#product_award_mainImg img{
    width: 100%;
}
#product_award_box {
    margin: 0 auto;
}
#product_award_body {
    display: flex;
    justify-content: center;
}

#product_award_body>div {
    margin: 0 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.product_award_image>img {
    max-width: 100%;
    height: 180px;
    align-items: center;
}
.product_award_name {
    font-size: 14px;
    letter-spacing: .05em;
    line-height: 2;
    padding-top: 39px;
}

@media screen and (max-width: 960px) {
    #product_award {
        margin: 30px;
        text-align: center;
    }
    #product_award_title {
        font-size: 24px;
        letter-spacing: 1.68px;
        line-height: 30px;
        margin-top: 27px;
        margin-bottom: 42px;
    }
    #product_award #content {
        max-width: 292px;
        width: 100%;
        margin: 0 auto;
    }
    #product_award_body {
        display: flex;
        justify-content: center;
    }
    #product_award_body>div {
        margin: 0 3.7%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: auto;
    }
    .product_award_image>img {
        height: auto;
    }
    .product_award_name {
        font-size: 13px;
        line-height: 1.3em !important;
        padding-top: 5px;
    }
}

/**********/
#product_mechanism_point{
    padding: 53px 0 0;
}
#product_mechanism_cotitle {
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: bold;
    line-height: 2;
    text-align: center;
    margin-bottom: 114px;
}
#point_box {
    position: absolute;
    color: #fff;
    margin-left: 360px;
    margin-top: 252px;
    line-height: 2em;
}
#point_box .point {
    border: 1px solid;
    width: 158px;
    padding: 8px 0;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1.75px;
    text-align: center;
}
#point_box h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 25px 0;
    font-weight: bold;
}
#point_box p {
    font-size: 18px;
    line-height: 25px;
}

#point_box2 {
    position: absolute;
    color: #fff;
    margin-left: 360px;
    margin-top: 252px;
    line-height: 2em;
}
#point_box2 .point {
    border: 1px solid;
    width: 158px;
    padding: 8px 0;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 1.75px;
    text-align: center;
}
#point_box2 h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 25px 0;
    font-weight: bold;
}
#point_box2 p {
    font-size: 18px;
    line-height: 25px;
}

#product_mechanism_point1_bg {
    position: relative;
    margin: 0 auto;
    background-image: image-set(url(../images/point1_bg.png) 1x, url(../images/point1_bg@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/point1_bg.png) 1x, url(../images/point1_bg@2x.png) 2x);
    width: 100%;
    height: 100vh;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 60px;
    max-height: 535px;
}

#product_mechanism_point2_bg {
    position: relative;
    margin: 0 auto;
    background-image: image-set(url(../images/point2_bg.png) 1x, url(../images/point2_bg@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/point2_bg.png) 1x, url(../images/point2_bg@2x.png) 2x);
    width: 100%;
    height: 100vh;
    background-position: bottom;
    background-size: cover;
    margin-bottom: 90px;
    max-height: 535px;
}

@media screen and (max-width: 960px) {
    #product_mechanism_point {
        padding: 0;
    }
    #product_mechanism_cotitle {
        font-size: 14px;
        margin-bottom: 50px;
    }
    #point_box {
        margin-left: 9px;
        margin-top: 13px;
    }
    #point_box2 {
        margin-left: 9px;
        margin-top: 21px;
    }
    #product_mechanism_point1_bg {
        max-height: 210px;
        margin-bottom: 30px;
        background-image: image-set(url(../images/point1_bg_sp.png) 1x, url(../images/point1_bg_sp@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/point1_bg_sp.png) 1x, url(../images/point1_bg_sp@2x.png) 2x);
    }
    
    #product_mechanism_point2_bg {
        max-height: 210px;
        margin-bottom: 30px;
        background-image: image-set(url(../images/point2_bg_sp.png) 1x, url(../images/point2_bg_sp@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/point2_bg_sp.png) 1x, url(../images/point2_bg_sp@2x.png) 2x);
    }
    #point_box .point {
        font-size: 18px;
        width: 110px;
        padding: 0;
    }
    #point_box h3 {
        font-size: 24px;
        margin: 9px 0 7px;
        line-height: 30px;
    }
    #point_box p {
        font-size: 14px;
        line-height: 20px;
    }
    #point_box2 .point {
        font-size: 18px;
        width: 110px;
        padding: 0;
    }
    #point_box2 h3 {
        font-size: 24px;
        margin: 19px 0 7px;
        line-height: 30px;
    }
    #point_box2 p {
        font-size: 14px;
        line-height: 20px;
    }
    .point_bk {
        color: #000;
    }
}

#product_mechanism_functionBox {
    background: linear-gradient(#fff, #F7F4DC);
}
#product_mechanism_4function {
    max-width: 1198px;
    margin: 0 auto 25px auto;
    text-align: center;
}
#product_mechanism_4function h3 {
    font-size: 50px;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 3.5px;
    padding-top: 40px;
}

#product_mechanism_4function p {
    border: 1px solid #999;
    color: #666;
    width: 144px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.98px;
    line-height: 30px;
    padding: 0 0.3em;
    padding: 5px;
    margin: 0 auto;
}
.balloon {
    position: relative;
    display: inline-block;
    border-bottom: solid 2px #707070;
    padding: 16px;
    max-width: 100%;
    text-align: center;
    width: 95%;
    margin-bottom: 40px;
}
.balloon:before,
.balloon:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.balloon:before {
    border: solid 12px transparent;
    border-top: solid 12px #525252;
}
.balloon:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
.balloon p {
    margin: 0;
    padding: 0;
}

.function-col-4 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
}
.function-col-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.function-col-4 img.sp {
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .function-col-4 {  
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-bottom: 15px;
    }
    #product_mechanism_4function h3 {
        font-size: 24px;
        padding-top: 22px;
    }
    .balloon {
        max-width: 90%;
        padding: 10px;
        margin-bottom: 23px;
    }
}

.arrow{
    width: 80px;
    height: 60px;
    margin: 0 auto;
}
.arrow::before{
    content: "";
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 30px;
    background: #707070;
}
.arrow::after{
    content: "";
    display: block;
    border-top: 30px solid #707070;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    transform-origin: left top;
    transform: scaleY(.8);
}

#product_mechanism_column > div.twobox {
    width: 48%;
    max-height: 550px;
}

#product_mechanism_column .box {
    margin-bottom: 65px;
}

.twobox .title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-bottom: 10px solid #707070;
    padding-bottom: 10px;
    max-width: 250px;
    margin: 0 auto;
}
.twobox .text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 34px 0 42px;
}
.twobox .gifimg {
    width: 100%;
    max-width: 400px;
    line-height: 1.5em;
    margin: 0 auto;
    text-align: center;
}
.twobox p {
    padding: 40px 0px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.98px;
    max-width: 400px;
    margin: 0 auto;
    line-height: 25px;
}
.twobox .two-column {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}

.two-column .imgarea {
    max-width: 245px;
    width: 100%;
    text-align: center;
}
.two-column .imgarea img {
    max-width: 254px;
}

.twobox .text2 {
    font-size: 14px;
    letter-spacing: 0.98px;
    font-weight: bold;
    margin-left: 23px;
    line-height: 20px;
    width: 172px;
}
.twobox .text3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0 23px;
}
.safebyuse {
    padding: 39px 0 92px 0;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1.75px;
}

#experience_banner {
    margin: 30px auto 50px;
    text-align: center;
}

@media screen and (max-width: 960px) {
    #product_mechanism_column > div.twobox {
        width: 100%;
        height: auto;
        margin: 0 auto 37px;
        max-height: 100%;
        min-height: 370px;
        padding: 0;
     }
     #product_mechanism_column > div.sp-twobox {
        margin: 0 auto 22px;
     }
    .twobox .two-column {
        flex-flow: wrap;
    }
    .twobox .title {
        padding-top: 20px;
    }
    .twobox .text {
        padding: 20px 0;
    }
    .twobox p {
        padding: 15px 0 0 0;
        max-width: 292px;
        width: 100%;
        line-height: 20px;
    }
    .twobox img {
        max-height: 165px;
    }
    .two-column .imgarea {
        max-width: 100%;
    }
    .two-column .imgarea img {
        max-width: 100%;
    }
    .twobox .text2 {
        line-height: 20px;
        margin: 18px 0 10px 0;
        width: 292px;
    }
    .safebyuse {
        padding: 0 0 22px 0;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 1.12px;
    }
    #experience_banner {
        margin: 30px auto 22px;
    }
}


/**********/
#comfortable_use {
    padding: 0 0 30px 0;
    max-width: 1198px;
    margin: auto
}

#comfortable_use .bannerbg .textBox {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-left: 54px;
    margin-bottom: 45px;
    line-height: 2em;
}
.bannerbg h3 {
    font-size: 34px;
    line-height: 40px;
    margin: 10px 0;
    letter-spacing: 1.68px;
    font-weight: bold;
    text-shadow: 0px 2px 5px #00000080;
}
.bannerbg p {
    font-size: 18px;
    line-height: 25px;

}

#comfortable_use .bannerbg {
    position: relative;
    margin: 0 auto;
}
#comfortable_use h2 {
    margin: 91px auto 61px;
    font-size: 32px;
    letter-spacing: 2.24px;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}
.comfortable_use-col-6 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
.comfortable_use-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#comfortable_use .pad-0 {
    padding: 0;
    
}

#comfortable_use .pad-1 {
    padding: 15px 0 0 0;
    max-height: 150px;
}

#comfortable_use .small_intro_bg {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 50px;
    padding: 60px 0;
    width: 100%;
    max-width: 554px;
    text-align: center;
    background-image: image-set(url(../images/warm_icon.png) 1x, url(../images/warm_icon@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/warm_icon.png) 1x, url(../images/warm_icon@2x.png) 2x);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#comfortable_use .small_intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    width: 100%;
    max-width: 558px;
}
#comfortable_use .Title-small_intro {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin: 35px auto 10px;
}

#comfortable_use #advantage {
    margin-top: 103px;
}
#comfortable_use #advantage .boxshadow{
    box-shadow: 0 3px 15px #00000029;
}
#comfortable_use .title {
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 42px;
}
#comfortable_use #advantage .small_intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin-top: 40px;
}


@media screen and (max-width: 960px) {
    .bannerbg h3 {
        font-size: 24px;
        margin: 10px 0;
        line-height: 30px;
    }
    .bannerbg p {
        font-size: 14px;
        line-height: 20px;
    }
    #comfortable_use .bannerbg .textBox {
        margin-left: 10px;
        margin-bottom: 18px;
    }
    #comfortable_use h2 {
        margin: 31px auto;
        font-size: 24px;
        line-height: 30px;
    }
    .use_smartphone {
        background-image: image-set(url(../images/bg_3_sp.png) 1x, url(../images/bg_3_sp@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/bg_3_sp.png) 1x, url(../images/bg_3_sp@2x.png) 2x);
        width: 100%;
        height: 100vh;
        background-position: bottom;
        background-size: cover;
        max-height: 420px;
    }
    #comfortable_use .small_intro_bg {
        text-align: center;
        line-height: 25px;
        margin-top: 20px;
        padding: 20px 0;
    }
    #comfortable_use .title {
        font-size: 24px;
        margin-top: 50px;
        margin-bottom: 15px;
    }
    #comfortable_use #advantage {
        margin-top: 0;
    }
    #comfortable_use #advantage .img {
        margin-bottom: 32px;
    }
    #comfortable_use .Title-small_intro {
        margin: 0 auto 10px;
    }
    #comfortable_use #advantage .small_intro {
        line-height: 25px;
        letter-spacing: 0.98px;
        margin-top: 0;
        max-width: 292px;
        width: 100%;
        margin: 0 auto;
    }
    #comfortable_use .small_intro {
        max-width: 292px;
        margin: 0 auto;
        letter-spacing: 0.98px;
    }
    .box_center {
        text-align: center;
        margin: auto;
    }
    .comfortable_use-col-6 .box_shadow {
        box-shadow: 0px 0px 15px #fbae15;
        max-width: 175px;
        width: 100%;
    }
    .comfortable_use-col-6 .box_shadow2 {
        box-shadow: 0px 0px 15px #fbae15;
        max-width: 175px;
        width: 100%;
        margin-top: 13px;
    }
    .comfortable_use-col-6 .box_shadow3 {
        box-shadow: 0px 0px 15px #00000029;
        max-width: 175px;
        width: 100%;
    }
}
@media screen and (max-width: 415px) and (min-width: 759px) {
    .use_smartphone {
        max-height: 380px;
    }
}
@media screen and (max-width: 414px) {
    .use_smartphone {
        max-height: 220px;
    }
}


#stoolfootmassager_picky {
    background: #F8F8F4;
    padding: 82px 0 112px 0;
}

#stoolfootmassager_picky_box {
    max-width: 1198px;
    margin: 0 auto;
}

#stoolfootmassager_picky .bannerbg .textBox {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-left: 41px;
    margin-bottom: 52px;
    line-height: 2em;
}

#stoolfootmassager_picky .bannerbg {
    position: relative;
    max-width: 1198px;
    margin: 0 auto;
}

#stoolfootmassager_picky .small_intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: 0.98px;
    margin: 57px 0 69px;
    text-align: center;
}

#stoolfootmassager_picky_body,
#stoolfootmassager_picky_body_bottom {
    display: flex;
    justify-content: center;
    max-width: 1198px;
    margin: 0 auto;
}

#stoolfootmassager_picky_body_bottom>div {
    width: 20%;
    margin: 30px 22px 0;
}
#stoolfootmassager_picky_body_bottom>div:nth-child(1) {
    width: 30%;
    margin-top: 0;
}
#stoolfootmassager_picky_body_bottom>div:nth-child(1) img {
    width: 320px;
}

.stoolfootmassager_picky_name {
    font-size: 11px;
    font-weight: bold;
    margin-top: 12px;
    text-align: center;
    line-height: 14px;
}
.stoolfootmassager_picky_image img {
    width: 100%;
}

.stoolfootmassager_picky_image .threebox {
    width: 100%;
    max-width: 220px;
}

@media screen and (max-width: 960px){
    #stoolfootmassager_picky {
        padding: 40px 0 45px;
    }
    .stoolfootmassager_picky_image img {
        width: 100%;
    }
    #stoolfootmassager_picky_body_bottom {
        flex-wrap: wrap;
    }
    #stoolfootmassager_picky_body_bottom>div:nth-child(1) img {
        width: 292px;
    }
    #stoolfootmassager_picky_body_bottom>div:nth-child(1) {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    #stoolfootmassager_picky_body_bottom>div:nth-child(3) {
        margin-left: 12px;
        margin-right: 12px;
    }
    #stoolfootmassager_picky_body_bottom>div:nth-child(1) .stoolfootmassager_picky_image {
        width: 70%;
        margin: 0 auto;
    }
    #stoolfootmassager_picky_body_bottom>div {
        width: auto;
        max-width: 115px;
        margin: 21px 0 0 0;
    }
    #stoolfootmassager_picky_body, #stoolfootmassager_picky_body_bottom {
        margin-bottom: 0;
    }
    .picky_smartphone {
        background-image: image-set(url(../images/bg_4_sp.png) 1x, url(../images/bg_4_sp@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/bg_4_sp.png) 1x, url(../images/bg_4_sp@2x.png) 2x);
        width: 100%;
        height: 100vh;
        background-position: bottom;
        background-size: cover;
        max-height: 420px;
    }
    #stoolfootmassager_picky .bannerbg .textBox {
        margin-left: 10px;
        margin-bottom: 40px;
    }
    #stoolfootmassager_picky .small_intro {
        line-height: 25px;
        margin: 54px 0 15px;
    }
    .stoolfootmassager_picky_name {
        text-align: left;
        margin-top: 5px;
    }
}

@media screen and (max-width: 415px) and (min-width: 759px) {
    .picky_smartphone {
        max-height: 380px;
    }
}
@media screen and (max-width: 414px) {
    .picky_smartphone {
        max-height: 220px;
    }
}


#stoolfootmassager_life {
    background: #F8F8F4;
    padding-bottom: 36px;
}
#stoolfootmassager_life .bannerbg .textBox {
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-left: 363px;
    margin-bottom: 56px;
    line-height: 2em;
}

#stoolfootmassager_life .bannerbg {
    position: relative;
    margin: 0 auto;
    background-image: image-set(url(../images/bg_5.png) 1x, url(../images/bg_5@2x.png) 2x);
    background-image: -webkit-image-set(url(../images/bg_5.png) 1x, url(../images/bg_5@2x.png) 2x);
    width: 100%;
    height: 100vh;
    background-position: bottom;
    background-size: cover;
    max-height: 535px;
}

#stoolfootmassager_life_content {
    max-width: 1198px;
    margin: 0 auto;
    text-align: center;
}

#stoolfootmassager_life_content .top_intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.98px;
    text-align: left;
    margin: 42px auto 45px auto;
    max-width: 585px;
    width: 100%;
}

#stoolfootmassager_life_content .small_intro {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 45px 0 28px 0;
    text-align: center;
}
#stoolfootmassager_life_content .small_intro2 {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0;
    text-align: center;
}
.color-box {
    max-width: 322px;
    margin: 0 9px;
}
.stoolfootmassager_life-col-3.left {
    text-align: left;
}
.stoolfootmassager_life-col-3.right {
    text-align: right;
}
.stoolfootmassager_life-col-3 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
}
.stoolfootmassager_life-col-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
}
#stoolfootmassager_life_content p {
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 15px 0 ;
    text-align: center;
}
.stoolfootmassager_life-color-col-6 {
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left: 1px;
}
.stoolfootmassager_life-color-col-6  {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media screen and (max-width: 960px){
    .color-box {
        margin: 0;
    }
    .stoolfootmassager_life-col-3.left {
        text-align: center;
    }
    .stoolfootmassager_life-col-3.right {
        text-align: center;
    }
    #stoolfootmassager_life {
        padding-bottom: 0;
    }
    .sp_row300 {
        max-width: 300px;
        margin: 0 auto;
    }
    .sp_row440 {
        max-width: 440px;
        margin: 0 auto;
    }
    #stoolfootmassager_life .bannerbg {
        position: relative;
        background-image: image-set(url(../images/bg_5_sp.png) 1x, url(../images/bg_5_sp@2x.png) 2x);
        background-image: -webkit-image-set(url(../images/bg_5_sp.png) 1x, url(../images/bg_5_sp@2x.png) 2x);
        max-height: 400px;
    }
    #stoolfootmassager_life_content .top_intro {
        max-width: 292px;
        text-align: left;
        margin: 30px auto 27px;
    }
    #stoolfootmassager_life .bannerbg .textBox {
        margin-left: 10px;
        margin-bottom: 66px;
    }
    #stoolfootmassager_life_content .small_intro {
        margin: 31px 0;
    }
    #stoolfootmassager_life_content .small_intro2 {
        margin-top: 17px;
        padding-bottom: 46px;
    }
    #stoolfootmassager_life_content p {
        line-height: 20px;
    }
    .stoolfootmassager_life-color-col-6 {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media screen and (max-width: 415px) and (min-width: 759px) {
    #stoolfootmassager_life .bannerbg {
        max-height: 380px;
    }
}
@media screen and (max-width: 414px) {
    #stoolfootmassager_life .bannerbg {
        max-height: 220px;
    }
    .stoolfootmassager_life-col-3 {
        padding-right: 3px;
        padding-left: 3px;
    }
}

#stoolfootmassager_color {
    margin: 0 auto;
    max-width: 1198px;
}

#stoolfootmassager_color h2{
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    margin: 40px auto;
    letter-spacing: 2.24px;
}

.stoolfootmassager_color_name {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    margin-top: 21px;
    text-align: center;
}

.stoolfootmassager_color_image img {
    width: 100%;
    max-width: 292px;
}

#stoolfootmassager_color #box {
    max-width: 1198px;
    margin: 0 auto 109px auto;
}

#stoolfootmassager_color #box .threebox {
    max-width: 322px;
    margin: 0 9px;
}

@media screen and (max-width: 960px){
    #stoolfootmassager_color h2 {
        font-size: 24px;
        line-height: 25px;
        margin: 47px auto 32px;
        letter-spacing: 1.68px;
    }
    .stoolfootmassager_color_name {
        margin-top: 21px;
        margin-bottom: 35px;
    }
    #stoolfootmassager_color #box {
        max-width: 980px;
        margin: 0 auto 0 auto;
    }
    #stoolfootmassager_color #box .threebox {
        margin: 0 auto;
        max-width: 100%;
        text-align: center;
    }
}

.rakuten-point-event {
    margin: 60px auto 0 auto;
    text-align: center;
}

@media screen and (max-width: 960px){
    .rakuten-point-event {
        margin: 30px auto 0 auto;
    }
}

/**製品仕様**/
#product_specification_foot {
    padding: 42px 30px 118px;
    text-align: center;
}
#product_specification_foot_title {
    font-size: 25px;
    letter-spacing: 1.75px;
    line-height: 20px;
    margin-bottom: 50px;
    font-weight: bold;
}
@media screen and (max-width: 960px){
    #product_specification_foot {
        padding: 27px 30px 118px;
    }
    #product_specification_foot_title {
        font-size: 24px;
    }
}


/**202211 end**/