/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/neck
Description:MYTREX EMS HEAT NECK
Version: 1.0
*/

/*フェイスライン*/
.pd_d_hse_bg .fiv_mt10 {transition-duration: 1s;}
.pd_d_hse_bg .fiv_mt11 {transition-duration: 1s;}
.pd_d_hse_bg .fiv_mt12 {transition-duration: 1s;}
.pd_d_hse_bg .fiv_mt13 {transition-duration: 1s;}

#video-hfb{
position: relative;
width: 100%;
height: auto;
}
#video-btn{
background-image: url("https://mytrex.jp/wp-content/themes/mytrex/img/product/hfb/icon_mv_play.png");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
bottom: 2vw;
width: 10vw;
right: 2vw;
height: 10vw;
}
#video-btn.current{
background-image: url("https://mytrex.jp/wp-content/themes/mytrex/img/product/hfb/icon_mv_stop.png");
background-repeat: no-repeat;
background-size: cover;
position: absolute;
bottom: 2vw;
width: 10vw;
right: 2vw;
height: 10vw;
opacity: 0.1;
}

#header{
/*はじめの高さを設定*/
height: 7vw;
width:100%;
/*以下はレイアウトのためのCSS*/
display: flex;
justify-content: space-between;
align-items: center;
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
position: fixed;
z-index: 999;/*最前面へ*/
height: 0px;
animation: DownAnime 0.5s forwards;
margin-top: -7vw !important;
}

@keyframes DownAnime{
from {
opacity: 0;
transform: translateY(-14vw);
}
to {
opacity: 1;
transform: translateY(0);
}
}

main {
height: 100%;
/*min-height: 100vh;*/
padding: 0 0px;
background-color: #fff;
transition: all .5s;
display: flex;
flex-direction: column;
justify-content: center;
margin-top:8vw;
}
@media screen and (max-width: 767px) {
.wrapper > main {
margin-top: 20vw;
}
}
@media screen and (min-width: 768px) {
main {
margin-top:3vw !important;
}
}

@media screen and (max-width: 767px) {
.pc{
display: none !important;
}
}
@media screen and (min-width: 768px) {
.sp{
display: none !important;
}
}

@media screen and (max-width: 767px) {
.container{

}
}
@media screen and (min-width: 768px) {
.container{
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
}

.fs{
font-family: 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif !important;
}
.fg{
font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Arial', 'Yu Gothic', 'Meiryo', sans-serif !important;
}

/* pagetop -------------------------------------------------------------- */

@media screen and (max-width: 767px) {
#pageTop2 {
position: fixed;
bottom: 12vw;
left: 2vw;
z-index: 10000;
}
}
@media screen and (min-width: 768px) {
#pageTop2 {
position: fixed;
bottom: 2vw;
right: 2vw;
z-index: 10000;
}
}

#pageTop2 img{
width: 100%;
}

#pageTop2 a {
display: block;
z-index: 999;
padding: 8px 8px 8px 8px;
border-radius: 0px;
width: 35px;
height: 35px;
background-color: #231815;
color: #fff;
font-weight: bold;
text-decoration: none;
text-align: center;
}
#pageTop2 a:hover {
text-decoration: none;
background-color: #ffffff;
}
/* pagetop -------------------------------------------------------------- */

/***          menu sub          ***/
@media screen and (max-width: 767px) {
.menu_sp_list_logo {
padding: 18px 0vw 18px 0vw;
text-align: center;
width: 100%;
background: #ffffff;
z-index: 999;
position: fixed;
}
.menu_sub{
background:#d9e5da;
padding: 0.5vw 0.5vw;
width: 100%;
position: fixed;
top: 11vw;
z-index: 999;
}
.menu_sub_item_nm{
font-size: 1.2vw;
font-weight: 800;
letter-spacing: 0.1vw;
line-height: 1vw;
color: #231815;
padding: 0.5vw 0.5vw;
text-align: center;
}
.menu_sub_item_link{
font-size: 3vw;
font-weight: normal;
letter-spacing: 0.1vw;
line-height: 3vw;
color: #b5b5b6;
padding: 2.5vw 0.5vw;
width: 100%;
overflow-x: auto;
white-space: nowrap;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
}
.menu_sub_item_link a{
color: #231815;
display: inline-block;
list-style: none;
padding: 0vw 3vw;
}
.menu_sub_item_link a:hover{
color:#b5b5b6;
}
#mt_pc_top_buy_cartin {
position: fixed;
bottom: 0px;
right: 0px;
background: #0000004f;
padding: 4px 0px 0px;
}
.mt_pc_top_buy{
padding: 0 12vw;
}
/* state */
.menu_sub.is-fixed {
width: 86%;
position: absolute;
top: 0;
transition-duration: 0.2s;
}
.is-fixed .menu_sub_item_link {
padding: 4vw 0.5vw;
}
}
@media screen and (min-width: 768px) {
.menu_sub{
background:#d9e5da;
padding: 0vw;
position: fixed;
z-index: 999;
top: 7.02vw;
width: 100%;
height: 3vw;
}
.menu_sub_item_nm{
font-size: 1.2vw;
font-weight: 800;
letter-spacing: 0.1vw;
line-height: 1vw;
color: #231815;
padding: 1.0vw 0.5vw;
text-align: center;
}
.menu_sub_item_link{
font-size:0.75vw;
font-weight:normal;
letter-spacing:0.08vw;
line-height:1vw;
color:#b5b5b6;
padding: 1.0vw 0vw;
overflow-x: auto;
white-space: nowrap;
}
.menu_sub_item_link::-webkit-scrollbar {display: none;}
.menu_sub_item_link a{
color:#231815;
}
.menu_sub_item_link a:hover{
color:#b5b5b6;
}
#mt_pc_top_buy_cartin {
padding: 0;
}
.mt_pc_top_buy{
padding: 0vw 0vw !important;
}
}

/***          menu sub          ***/

/***          section          ***/
@media screen and (max-width: 767px) {
#pd_b{
margin-bottom: 5%;
}
#pd_c{
padding: 0% 0 10%;
}
#pd_d_hse {
padding: 20vw 0;
position: relative;
}
#pd_e_hse{
padding: 14% 0 16%;
background-color: #F1F5F7;
}
#pd_f{
padding: 10% 0 10%;
}
#pd_g3{
padding: 10% 0 0%;
background: #f1f5f7;
}
#pd_h2{
padding: 10% 0 10%;
}
#pd_i_hse{
padding: 0 0 10%;
}
#pd_j2{
padding: 10% 0 10%;
}
#pd_k2{
padding: 10% 0 10%;
background: #f1f5f7;
}
#pd_l2{
padding: 10% 0 10%;
}
#pd_l_hse{
padding: 45vw 0 10%;
}
#pd_o2{
padding: 15% 0 15%;
}
#pd_p{
padding: 10% 0 10%;
/* background: #f1f5f7; */
}
#pd_mv{
background: #ffffff;
z-index: 1;
}
}
@media screen and (min-width: 768px) {
#pd_b{
margin-bottom:3vw;
}
#pd_c{
padding: 5% 0 5%;
}
#pd_d_hse {
padding: 8% 0 10%;
position: relative;
}
#pd_e_hse{
padding: 5% 0 5%;
position: relative;
}
#pd_f{
padding: 0% 0 0%;
}
#pd_g3{
padding: 5% 0 5%;
background: #f1f5f7;
}
#pd_h2{
padding: 5% 0 5%;
}
#pd_i_hse{
padding: 0% 0 0%;
}
#pd_j2{
padding: 5% 0 5%;
}
#pd_k2{
padding: 5% 0 5%;
background: #f1f5f7;
}
#pd_l2{
padding: 5% 0 5%;
}
#pd_l_hse{
padding: 10vw 0 5vw;
}
#pd_o2{
padding: 5% 0 5%;
}
#pd_p{
padding: 5% 0 5%;
background: #f1f5f7;
}
#pd_mv{
padding: 0% 0 0%;
background: #ffffff;
z-index: 1;
}
}
/***          section          ***/

/***          mv          ***/

/***          mv          ***/

/***          yt          ***/
/***          yt          ***/

/***          b          ***/
@media screen and (max-width: 767px) {
.pd_b_hs_sp{
/* padding: 21vw 0 0vw; */
}
.pd_b_hs_pc{
display:none;
}
.pd_b{
width:100%;
}
.pd_b img{
width:100%;
height: auto;
}
.pd_b_hse_com{
font-size: 1.8vw;
padding: 4vw 4vw 2vw;
line-height: 1.6;
letter-spacing: 0.1vw;
}
.pd_b_hse_com2{
padding-left: 3.5vw;
text-indent: -3.5vw;
}
}
@media screen and (min-width: 768px) {
.pd_b_hs_sp{
display:none;
}
.pd_b_hs_pc{
padding:0vw;
}
.pd_b{
width:100%;
}
.pd_b img{
width:100%;
}
}
/***          b          ***/

/***          c          ***/

@media screen and (max-width: 767px) {
.pd_c_slider{
padding:0vw 4vw 4vw;
}
.pd_c_box{
padding:1vw 1vw;
}
.pd_c_ttl_sub{
padding: 2vw 4vw 2vw;
font-size: 3vw;
line-height: 4.5vw;
letter-spacing: 0.5vw;
}
.pd_c_ttl_sub2{
padding: 0vw 4vw;
font-size: 7vw;
line-height: 7vw;
letter-spacing: 0.5vw;
}
.pd_c_ttl_sub2s{
font-size: 4vw;
line-height: 7vw;
vertical-align: super;
}
.pd_c_nm3{
padding: 2vw 0 5vw;
font-size: 8vw;
font-weight: 800;
line-height: 11vw;
letter-spacing: .3vw;
border-bottom: 1px solid #000;
margin: 4vw;
}

.pd_c_text{
padding: 0vw 4vw 4vw;
font-size: 3vw;
line-height: 5.0vw;
letter-spacing: 0.2vw;
}
.pd_c_text_s2{
padding: 2vw 0vw 1vw;
font-size: 2vw;
line-height: 4.0vw;
letter-spacing: 0.2vw;
}
.pd_c_price1{
padding: 0vw 4vw 1vw;
font-size: 2.5vw;
line-height: 2.5vw;
letter-spacing: 0.05vw;
}
.pd_c_price2{
padding: 0vw 4vw 4vw;
font-size: 8vw;
font-weight: 800;
line-height: 8vw;
letter-spacing: 0.7vw;
}
.outofstock_blank{
padding-bottom: 15% !important;
}
.pd_c_price2b{
font-size: 2.5vw;
line-height: 2.5vw;
padding-left: 2vw;
}
.pd_ccontainer {
}
}
@media screen and (min-width: 768px) {
.pd_c_slider{
padding:0vw 8vw;
}
.pd_c_box{
padding:1vw 1vw;
}
.pd_c_ttl_sub{
padding: 0vw 0vw 0vw;
font-size: 1.3vw;
line-height: 2vw;
letter-spacing: 0.05vw;
}
.pd_c_ttl_sub2{
padding: 1vw 0vw 1vw;
font-size: 2.3vw;
line-height: 2.5vw;
letter-spacing: 0.15vw;
}
.pd_c_ttl_sub2s{
font-size: 1.3vw;
line-height: 2.5vw;
vertical-align: super;
}
.pd_c_nm3{
padding: 0vw 0vw 2vw;
font-size: 2.6vw;
font-weight: 800;
line-height: 4vw;
letter-spacing: 0.1vw;
border-bottom: 1px solid #3c3c3c;
margin-bottom: 2vw;
}
.pd_c_text{
padding: 0vw 0vw 3vw;
font-size: 1.2vw;
line-height: 2.0vw;
letter-spacing: 0.05vw;
}
.pd_c_text_s2{
padding: 0.8vw 0vw 0vw;
font-size: 0.9vw;
line-height: 1.8vw;
letter-spacing: 0.05vw;
}
.pd_c_price1{
padding: 0vw 0vw;
font-size: 1.3vw;
line-height: 2.0vw;
letter-spacing: 0.1vw;
}
.pd_c_price2{
padding:0vw 0vw 0vw;
font-size:3vw;
font-weight:800;
line-height:4vw;
letter-spacing:0.1vw;
}
.pd_c_price2b{
font-size:1.2vw;
line-height:4vw;
}
.pd_ccontainer {
}
}
/***          c          ***/

/***          d          ***/
@media screen and (max-width: 767px) {
.pd_ttl2_hse{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
color: #231815;
padding: 0 4vw;
}
.pd_ttl_hse{
font-size: 5vw;
font-weight: bold;
line-height: 7.0vw;
letter-spacing: 0.5vw;
color: #231815;
padding: 4vw;
}
.pd_sub_l5b_hse{
font-size: 3.5vw;
line-height: 6vw;
letter-spacing: 0.3vw;
color: #231815;
padding: 5vw 4vw 8vw;
text-align: left;
}
.pd_d_hse_bg{
width:100%;
text-align:center;
position: relative;
}
.pd_d_hse_bg img{
width:100%;
}
.pd_d_hse_inner{
width: 100%;
position: absolute;
top: 0%;
left: 0%;
}
.pd_ttl_hse2{
font-size: 5vw;
font-weight: 700;
line-height: 7vw;
letter-spacing: .5vw;
color: #231815;
padding: 4vw;
}
.pd_d_hse_com{
width: 100%;
padding: 0 4vw 8vw;
}
.d_hse_com_list{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.d_hse_com_list_item{
width: 46%;
font-size: 4vw;
font-weight: 700;
letter-spacing: .1vw;
color: #231815;
position: relative;
padding-top: 26px;
}
.d_hse_com_list_item:first-of-type::before{
content: '1';
background-color: #efc3d6;
}
.d_hse_com_list_item:nth-of-type(2)::before{
content: '2';
background-color: #00C8BC;
}
.d_hse_com_list_item:nth-of-type(3)::before{
content: '3';
background-color: #ADD666;
}
.d_hse_com_list_item:nth-of-type(4)::before{
content: '4';
background-color: #FF8F76;
}
.d_hse_com_list_item:nth-of-type(5)::before{
content: '5';
background-color: #A688C8;
}
.d_hse_com_list_item:nth-of-type(6)::before{
content: '6';
background-color: #F4E73F;
}
.d_hse_com_list_item:nth-of-type(7)::before{
content: '7';
background-color: #E03F86;
}
.d_hse_com_list_item::before{
width: 20px;
height: 20px;
border-radius: 50%;
display: inline-block;
font-size: 12px;
font-weight: 700;
letter-spacing: .1vw;
color: #fff;
padding: 4px 6px;
}
.d_hse_com_list_desc{
display: block;
width: 100%;
font-size: 3.5vw;
font-weight: normal;
line-height: 5.2vw;
letter-spacing: .1vw;
color: #231815;
padding-top: 8px;
}
.d_hse_com_list_item2{
width: 100%;
font-size: 3vw;
padding-top: 40px;
line-height: 5.2vw;
}
}
@media screen and (min-width: 768px) {
.pd_ttl_hse{
padding: 2vw 1vw 3vw;
font-size: 2.04vw;
line-height: 2.04vw;
letter-spacing: 0.3vw;
color: #231815;
text-align: center;
font-weight: 800;
}
.pd_ttl_hse2{
padding: 5vw 1vw 3vw;
font-size: 2.04vw;
line-height: 2.04vw;
letter-spacing: 0.3vw;
color: #231815;
text-align: center;
font-weight: 800;
}
.pd_ttl2_hse{
font-size: 1.83vw;
line-height: 1.83vw;
letter-spacing: 0.09vw;
color: #231815;
padding-bottom: 2.2vw;
text-align: center;
}
.pd_sub_l5b_hse{
padding: 0vw 0vw 3vw;
font-size: 0.94vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
text-align: center;
}
.pd_d_hse_bg{
width:100%;
text-align:center;
position: relative;
}
.pd_d_hse_bg img{
width:100%;
}
.pd_d_hse_inner{
width: 100%;
position: absolute;
top: 0%;
left: 0%;
}
.pd_d_hse_com{
width: 100%;
padding-top: 40px;
}
.d_hse_com_list{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.d_hse_com_list_item{
width: 30%;
font-size: 1.25vw;
font-weight: 700;
letter-spacing: .1vw;
color: #231815;
position: relative;
padding-top: 26px;
}
.d_hse_com_list_item:first-of-type::before{
content: '1';
background-color: #efc3d6;
}
.d_hse_com_list_item:nth-of-type(2)::before{
content: '2';
background-color: #00C8BC;
}
.d_hse_com_list_item:nth-of-type(3)::before{
content: '3';
background-color: #ADD666;
}
.d_hse_com_list_item:nth-of-type(4)::before{
content: '4';
background-color: #FF8F76;
}
.d_hse_com_list_item:nth-of-type(5)::before{
content: '5';
background-color: #A688C8;
}
.d_hse_com_list_item:nth-of-type(6)::before{
content: '6';
background-color: #F4E73F;
}
.d_hse_com_list_item:nth-of-type(7)::before{
content: '7';
background-color: #E03F86;
}
.d_hse_com_list_item::before{
width: 24px;
height: 24px;
border-radius: 50%;
display: inline-block;
font-size: 14px;
font-weight: 700;
letter-spacing: .1vw;
color: #fff;
padding: 6px 8px;
}
.d_hse_com_list_desc{
display: block;
width: 100%;
font-size: .94vw;
font-weight: normal;
line-height: 1.4vw;
letter-spacing: .1vw;
color: #231815;
padding-top: 8px;
}
.d_hse_com_list_item2{
width: calc(100% - (30% + 5%));
display: flex;
align-items: flex-end;
}
}

/***          d          ***/

/***          e          ***/
@media screen and (max-width: 767px) {
.pd_e_bg{
width:100%;
text-align:center;
}
.pd_e_bg img{
width:100%;
}
.pd_e_hse_ab_txt{
font-size: 5.34vw;
text-align: center;
line-height: 8vw;
padding-bottom: 6vw;
}
.pd_e_hse_ab_txt sup{
font-size: 1vw;
vertical-align: super;
}
.pd_e_hse_com{
font-size: 3vw;
padding: 0 4vw;
}
.pd_e_hse_box{
padding: 13.4vw 4vw 0;
}
.pd_e_hse_box img{
width: 100%;
}
}
@media screen and (min-width: 768px) {
.pd_e_bg{
width:100%;
text-align:center;
}
.pd_e_bg img{
width:100%;
}
.pd_e_hse_ab{
position: absolute;
bottom: 100px;
}
.pd_e_hse_ab_img{
width: 100%;
}
.pd_e_hse_ab_img img{
width: 100%;
}
.pd_e_hse_ab_txt{
font-size: 1.83vw;
line-height: 3vw;
letter-spacing: 0.09vw;
color: #231815;
padding: 1vw 0;
}
.pd_e_hse_ab_txt sup{
font-size: .5em;
}
.pd_e_hse_box{
width: 78%;
margin: auto;
}
.pd_e_hse_box img{
width: 100%;
}
}
/***          e          ***/

/***          f          ***/
@media screen and (max-width: 767px) {
.pd_f_ttl{
width: 100%;
font-size: 3.4vw;
color: #fff;
background-color: #3E3A39;
border-radius: 17px;
padding: 6px;
text-align: center;
margin-bottom: 6vw;
}
.pd_f_hse_ab{
padding-top: 10%;
}
.pd_f_hse_ab img{
width: 100%;
}
.pd_hse_ab_ttl{
font-size: 5.07vw;
font-weight: bold;
letter-spacing: 0.4vw;
text-align: center;
padding-bottom: 5vw;
}
.pd_hse_ab_ttl_mdl{
font-size: 5.4vw;
line-height: 8vw;
letter-spacing: 0.09vw;
color: #231815;
padding-bottom: 6vw;
text-align: center;
}
.pd_f_hse_md_ttl_sp{
font-size: 4vw;
letter-spacing: 0.1vw;
line-height: 7vw;
color: #231815;
padding: 10vw 4vw 5vw;
font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif !important;
}
.pd_f_hse_md_ttl{
font-size: 3.6vw;
font-weight: bold;
letter-spacing: 0.1vw;
color: #231815;
padding: 12vw 4vw 6vw;
}
.pd_f_hse_txt{
font-size: 3.5vw;
line-height: 6vw;
letter-spacing: .5vw;
color: #231815;
padding: 0 4vw 5vw;
}
.pd_f_hse_com{
font-size: 3vw;
padding: 0 4vw;
}
.pf_f_hse_wave_img{
padding: 0 4vw;
}
.pd_f_hse_care_img{
width: 100%;
padding: 12vw 4vw 10vw;
}
.pd_f_hse_care_img img{
width: 100%;
}
.pd_f_hse_x_wrap{
position: relative;
}
.pd_f_hse_x{
position: absolute;
width: 16vw;
height: 16vw;
top: -18vw;
left: 0;
right: 0;
margin: auto;
}
.pd_f_hse_x img{
width: 100%;
}
}
@media screen and (min-width: 768px) {
.pd_f_ttl{
width: 100%;
font-size: 1.05vw;
color: #fff;
background-color: #3E3A39;
border-radius: 17px;
padding: 6px;
text-align: center;
}
.pd_f_bg_hse{
width: 100%;
text-align: center;
position: relative;
}
.pd_f_bg_hse img{
width: 100%;
}
.pd_f_hse_x{
width: 5.8vw;
position: absolute;
top: -3vw;
left: 25vw;
}
.pd_f_hse_x img{
width: 100%;
}
.pd_f_hse_ab{
width: 70%;
position: absolute;
bottom: 5vw;
left: 0;
right: 0;
margin: auto;
}
.pd_hse_ab_ttl{
font-size: 5.8vw;
font-weight: bold;
letter-spacing: 0.4vw;
text-align: center;
padding-bottom: 1.4vw;
}
.pd_hse_ab_ttl_mdl{
font-size: 1.83vw;
line-height: 2.83vw;
letter-spacing: 0.09vw;
color: #231815;
padding-bottom: 1.4vw;
}
.pd_f_hse_md_ttl{
font-size: 1.25vw;
font-weight: bold;
letter-spacing: 0.1vw;
color: #231815;
padding-bottom: 1.4vw;
}
.pd_f_hse_txt{
width: 84%;
font-size: 0.94vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
}
.pd_f_hse_com{
font-size: 0.7vw;
line-height: 1.8vw;
letter-spacing: 0.05vw;
padding-bottom: 1.6vw;
}
.pf_f_hse_wave_img img{
width: 100%;
}
.pd_f_hse_care_img{
width: 100%;
text-align: center;
padding: 4vw 0 10vw;
}
.pd_f_hse_care_img img{
width: 100%;
}
}
/***          f          ***/

/***          g          ***/
@media screen and (max-width: 767px) {
.pd_g_hse_flex{
width: 100%;
padding: 6vw 4vw 0;
}
.pd_g_hse_flex_inner img{
width: 100%;
}
.pd_g_hse_box{
width: 100%;
display: flex;
justify-content: space-between;
padding: 5vw 0 10vw;
}
.pd_g_hse_box_1,
.pd_g_hse_box_2{
width: 48%;
}
.pd_g_hse_box_2_txt{
font-size: 3.5vw;
line-height: 5vw;
letter-spacing: .5vw;
color: #231815;
font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif !important;
}
.pd_g_hse_com{
font-size: 2.6vw;
line-height: 4vw;
letter-spacing: 0.03vw;
font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif !important;
padding: 0 4vw 12vw;
}
}
@media screen and (min-width: 768px) {
.pd_g_hse_flex{
width: 100%;
display: flex;
justify-content: center;
}
.pd_g_hse_flex_inner{
width: 35vw;
}
.pd_g_hse_flex_inner:last-of-type{
margin-left: 3vw;
}
.pd_g_hse_box{
width: 100%;
display: flex;
}
.pd_g_hse_box_1{
width: 42%;
}
.pd_g_hse_box_1 img{
width: 100%;
}
.pd_g_hse_box_2{
width: 54%;
margin-left: 1vw;
}
.pd_g_hse_box_2 img{
width: 100%;
}
.pd_g_hse_box_2_txt{
font-size: 0.94vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
}
.pd_g_hse_box_2_txt span{
display: block;
font-size: 0.7vw;
line-height: 1.4vw;
letter-spacing: 0.05vw;
}
.pd_g_hse_com{
font-size: 0.7vw;
line-height: 1.4vw;
letter-spacing: 0.05vw;
text-align: center;
padding-top: 2.5vw;
}
}
/***          g          ***/

/***          h          ***/
@media screen and (max-width: 767px) {
/*
.pd_h_hfb2_ttl{
padding-bottom: 1vw;
font-size: 1.4vw;
line-height: 1.6vw;
letter-spacing: .05vw;
font-weight: 600;
}*/
}

/***          h          ***/

/***          i          ***/
@media screen and (max-width: 767px) {
.pd_i_hse_ttl1{
font-size: 5vw;
font-weight: 700;
line-height: 7vw;
letter-spacing: .5vw;
color: #231815;
font-weight: 500;
position: relative;
overflow: hidden;
margin: 0 4vw;
}
.pd_i_hse_ttl1::after{
border-top: 2px solid #9E9F9F;
content: "";
width: 100%;
height: 2px;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
margin-left: 2vw;
}
.pd_i_hse_mid{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
color: #231815;
padding: 7vw 4vw;
font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif !important;
}
.pd_i_hse_mid sup{
font-size: 1vw;
vertical-align: super;
}
.pd_i_hse_txt{
font-size: 3.5vw;
line-height: 5vw;
letter-spacing: .5vw;
color: #231815;
padding: 0 4vw 5vw;
}
.pd_i_hse_txt sup{
font-size: 1vw;
vertical-align: super;
}
.pd_i_hse_com{
font-size: 3vw;
padding: 0 4vw 18vw;
font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif !important;
}
.pd_i_hse_com2{
font-size: 3vw;
padding: 0 4vw 8vw;
font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif !important;
}
.pd_i_hse_care_ttl1,
.pd_i_hse_care_ttl2{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
color: #231815;
font-weight: bold;
position: relative;
margin: 0 4vw;
}
.pd_i_hse_care_ttl1::before,
.pd_i_hse_care_ttl2::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
width: 100%;
height: 2px;
background-color: #9E9F9F;
z-index: 1;
}
.pd_i_hse_care_ttl1 span,
.pd_i_hse_care_ttl2 span{
display: inline-block;
padding: 0 1em;
width: auto;
background: white;
overflow: hidden;
position: relative;
z-index: 10;
left: 50%;
margin: auto;
transform: translateX(-50%);
}
.pd_i_hse_care_icon{
width: 24vw;
margin: auto;
padding: 8vw 0 5vw;
}
.pd_i_hse_care_icon img{
width: 100%;
}
.pd_i_hse_care_txt{
width: 100%;
padding: 2vw 4vw 8vw;
font-size: 3vw;
line-height: 5vw;
}
.pd_i_hse_box{
width: 100%;
padding: 0 4vw;
}
.pd_i_hse_box_inner img{
width: 100%;
padding: 2vw 0;
}
}
@media screen and (min-width: 768px) {
.pd_i_hse_ttl1{
font-size: 2.04vw;
line-height: 2.04vw;
letter-spacing: 0.3vw;
color: #231815;
font-weight: 800;
position: relative;
overflow: hidden;
}
.pd_i_hse_ttl1::after{
border-top: 3px solid #9E9F9F;
content: "";
width: 100%;
height: 3px;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
margin-left: 2vw;
}
.pd_i_hse_mid{
font-size: 1.6vw;
font-weight: bold;
text-align: center;
padding: 2.6vw 0 1.5vw;
}
.pd_i_hse_mid sup{
font-size: 0.5em;
}
.pd_i_hse_txt{
font-size: 0.94vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
text-align: center;
}
.pd_i_hse_txt sup{
font-size: 0.5em;
}
.pd_i_hse_care_ttl_wrap{
width: 100%;
padding-top: 3vw;
}
.pd_i_hse_care_ttl1{
font-size: 1.46vw;
font-weight: bold;
position: relative;
}
.pd_i_hse_care_ttl1::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
width: 100%;
height: 1px;
background-color: #9E9F9F;
z-index: 1;
}
.pd_i_hse_care_ttl1::after{
content: '';
width: 100px;
height: 100px;
background-image: url(./img/product/hse/hse_icon_h_b.png);
position: absolute;
background-size: contain;
background-repeat: no-repeat;
top: 0;
right: -20px;
bottom: 0;
margin: auto;
z-index: 10;
}
.pd_i_hse_care_ttl1 span{
display: inline-block;
padding: 4px 1em;
width: auto;
background: white;
overflow: hidden;
position: relative;
z-index: 10;
left: 50%;
margin: auto;
transform: translateX(-50%);
}
.pd_i_hse_care_ttl2{
font-size: 1.46vw;
font-weight: bold;
position: relative;
}
.pd_i_hse_care_ttl2::before{
content: '';
position: absolute;
top: 0;
bottom: 0;
margin: auto;
display: inline-block;
width: 100%;
height: 1px;
background-color: #9E9F9F;
z-index: 1;
}
.pd_i_hse_care_ttl2::after{
content: '';
width: 100px;
height: 100px;
background-image: url(./img/product/hse/hse_icon_f.png);
position: absolute;
background-size: contain;
background-repeat: no-repeat;
top: 0;
right: -20px;
bottom: 0;
margin: auto;
z-index: 10;
}
.pd_i_hse_care_ttl2 span{
display: inline-block;
padding: 4px 1em;
width: auto;
background: white;
overflow: hidden;
position: relative;
z-index: 10;
left: 50%;
margin: auto;
transform: translateX(-50%);
}
.pd_i_hse_com,
.pd_i_hse_com2{
font-size: 0.7vw;
line-height: 1.4vw;
letter-spacing: 0.05vw;
text-align: center;
}
.pd_i_hse_care_txt{
width: 50%;
margin: auto;
font-size: 0.8vw;
line-height: 1.8vw;
padding-top: 1vw;
}
.pd_i_hse_care_box{
width: 60%;
display: flex;
justify-content: space-evenly;
padding-top: 1vw;
margin: auto;
}
.pd_i_hse_care_box_txt{
width: 48%;
font-size: 0.8vw;
line-height: 1.8vw;
}
.pd_i_hse_box{
width: 80%;
display: flex;
justify-content: space-evenly;
align-items: baseline;
margin: auto;
}
.pd_i_hse_box_inner{
width: 28%;
}
.pd_i_hse_box_img{
width: 100%;
padding-bottom: 10px;
}
.pd_i_hse_box_img img{
width: 100%;
}
.pd_i_hse_box_ttl-h{
font-size: 1.05vw;
font-weight: bold;
border: 1px solid #231815;
border-radius: 20px;
background-color: #FFF6D7;
text-align: center;
padding: 8px 0;
}
.pd_i_hse_box_ttl-f{
font-size: 1.05vw;
font-weight: bold;
border: 1px solid #231815;
border-radius: 20px;
background-color: #FBE8E9;
text-align: center;
padding: 8px 0;
}
.pd_i_hse_box_ttl-d{
font-size: 1.05vw;
font-weight: bold;
color: #fff;
background-color: #727171;
text-align: center;
padding: 8px 0;
}
.pd_i_hse_box_txt{
font-size: 0.8vw;
line-height: 1.8vw;
padding-top: 0.5vw;
padding-bottom: 0.5vw;
}
}
/***          i          ***/

/***          j          ***/
@media screen and (max-width: 767px) {
.pd_j_area_ttl_hse{
font-size: 5vw;
line-height: 5vw;
letter-spacing: 1.0vw;
color: #231815;
padding-bottom: 6vw;
text-align: center;
font-weight: bold;
}
.pd_j_img{
width:100%;
line-height: 0;
padding-bottom:1vw;
}
.pd_j_img img{
width:100%;
}
.pd_j_img_ttl{
background: #3e3a39;
font-size: 3vw;
line-height: 3vw;
letter-spacing: 0.5vw;
color: #ffffff;
padding: 1.0vw 1vw;
text-align: center;
margin-bottom: 2vw;
}
.pd_j_hse_icon{
width: 24vw;
margin: auto;
padding: 0 0 5vw;
}
.pd_j_hse_icon img{
width: 100%;
}
.pd_j_hse_box{
width: 100%;
display: flex;
justify-content: space-between;
padding: 0 4vw;
}
.pd_j_hse_box_inner{
width: 48%;
}
.pd_j_hse_box_inner img{
width: 100%;
}
}
@media screen and (min-width: 768px) {
.pd_j_area_ttl_hse{
font-size: 1.8vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
padding-bottom: 1.5vw;
text-align: center;
}
.pd_j_img{
width:100%;
padding-bottom:1vw;
line-height: 0;
}
.pd_j_img img{
width:100%;
}
.pd_j_img_ttl{
background:#3e3a39;
font-size: 1.0vw;
line-height: 1vw;
letter-spacing: 0.1vw;
color: #ffffff;
padding: 0.5vw 1vw;
text-align: center;
}
.pd_j_hse_icon{
width: 100px;
margin: auto;
padding: 1vw 0 2vw;
}
.pd_j_hse_icon img{
width: 100%;
}
.pd_j_hse_box{
width: 80%;
display: flex;
justify-content: space-evenly;
align-items: baseline;
margin: auto;
}
.pd_j_hse_box_inner{
width: 48%;
}
.pd_j_hse_box_img{
width: 100%;
padding-bottom: 10px;
}
.pd_j_hse_box_img img{
width: 100%;
}
.pd_j_hse_box_ttl{
font-size: 1.05vw;
font-weight: bold;
border: 1px solid #231815;
border-radius: 20px;
background-color: #FFF6D7;
text-align: center;
padding: 8px 0;
}
.pd_j_hse_box_txt{
font-size: 0.8vw;
line-height: 1.8vw;
padding-top: 0.5vw;
padding-bottom: 0.5vw;
}
}
/***          j          ***/

/***          k          ***/
@media screen and (max-width: 767px) {
.pd_k_area{
padding:4vw 4vw;
}
.pd_k_area_ttl{
font-size: 5vw;
line-height: 5vw;
letter-spacing: 1.0vw;
color: #231815;
padding-bottom: 6vw;
text-align: center;
}
.pd_k_box_are2{
padding:0vw 4vw;
}
.pd_k_box1{
padding: 4vw 23vw;
text-align: center;
}
.pd_k_box2{
padding: 0vw 0vw 5vw;
}
.pd_k_box3{
float: left;
width: 33%;
padding: 0.5vw;
}
.pd_k_icon{
padding: 0vw;
width:100%;
line-height: 0;
}
.pd_k_icon img{
width:100%;
}
.pd_k_text{
font-size: 3vw;
line-height: 5.0vw;
letter-spacing: 0.2vw;
color: #231815;
padding: 1.0vw 0.0vw;
text-align: left;
}
.pd_k_ttl{
font-size: 3vw;
line-height: 3vw;
letter-spacing: 0.2vw;
color: #231815;
padding: 2vw 1.0vw;
text-align: center;
}
/*
.pd_k_sup_ttl:before,
.pd_k_sup_ttl:after {
content: '';
position: absolute;
top: 0.5vw;
display: inline-block;
width: 29vw;
height: 18px;
background-color: #f1f5f7;
}
.pd_k_sup_ttl:before {
left: 0;
}
.pd_k_sup_ttl:after {
right: 0;
}
*/
.pd_k_area{
padding:5vw 0 1vw;
}
.pd_k_hse_area{
padding-top: 11vw;
}
.pd_k_hse_box{
width: 100%;
padding: 0 4vw;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.pd_k_hse_box_item{
width: 48%;
padding: 2vw 0;
}
.pd_k_hse_text{
font-size: 3.5vw;
line-height: 5vw;
letter-spacing: .5vw;
color: #231815;
}
.pd_k_hse_text span{
font-size: 3vw;
line-height: 3vw;
}
.pd_k_st_box_desc_ttl{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
color: #231815;
padding: 16vw 0 3vw;
text-align: center;
}
.pd_k_st_box{
width: 100%;
padding: 0 4vw;
}
.pd_k_st_box_img{
width: 100%;
}
.pd_k_st_box_img img{
width: 100%;
}
.pd_k_st_flex{
padding-top: 4vw;
}
.pd_k_st_flex_item{
width: 100%;
}
.pd_k_st_flex_item:last-of-type{
padding-top: 10vw;
}
.pd_k_st_flex_item img{
width: 100%;
}
.pd_k_hse_ems_ttl{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
color: #231815;
padding: 26vw 0 3vw;
text-align: center;
}
.pd_k_hse_ems_box{
width: 100%;
padding: 0 4vw;
display: flex;
justify-content: space-between;
}
.pd_k_hse_ems_box_inner{
width: 48%;
}
.pd_k_hse_ems_box_inner img{
width: 100%;
}
.pd_k_hse_ems_txt{
font-size: 4vw;
font-weight: 500;
line-height: 7vw;
text-align: center;
padding: 8vw 0 12vw;
}
.pd_k_hse_ems_img{
width: 100%;
padding: 0 4vw;
}
.pd_k_hse_ems_img img{
width: 100%;
}
}
@media screen and (min-width: 768px) {
.pd_k_area{
padding:4vw 0vw;
}
.pd_k_area_ttl{
font-size: 1.8vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
padding-bottom: 1.5vw;
text-align: center;
}
.pd_k_box_are2{
padding:0vw 0vw;
}
.pd_k_box1{
float: left;
width: 33%;
padding: 0.5vw 0vw 1.0vw;
}
.pd_k_box2{
float: left;
width: 66%;
padding: 0.5vw;
}
.pd_k_box3{
float: left;
width: 33%;
padding: 0.5vw 0vw 1.0vw;
}
.pd_k_icon{
padding: 1vw 1vw 1vw 0vw;
width:100%;
line-height: 0;
}
.pd_k_icon img{
width:100%;
}
.pd_k_text{
font-size: 0.7vw;
line-height: 1.7;
letter-spacing: 0vw;
color: #231815;
padding: 3vw 0vw 1.0vw 0vw;
text-align: left;
}
.pd_k_ttl{
font-size: 1.0vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
padding: 0.5vw 1.0vw 0vw;
text-align: center;
}
.pd_k_area{
padding:5vw 5vw 1vw;
}
.pd_k_hse_area{
padding-bottom: 2vw;
}
.pd_k_hse_box{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.pd_k_hse_box_item{
width: 32%;
padding-top: 2vw;
}
.pd_k_hse_text{
float: left;
font-size: 0.8vw;
line-height: 1.6vw;
letter-spacing: 0.1vw;
color: #231815;
padding-bottom: 1.0vw;
text-align: left;
}
.pd_k_st_box{
width: 100%;
display: flex;
justify-content: space-between;
padding-bottom: 4.2vw;
}
.pd_k_st_box_img{
width: 32%;
}
.pd_k_st_box_img img {
width: 100%;
}
.pd_k_st_box_desc{
width: calc(68% - 2vw);
}
.pd_k_st_box_desc_ttl,
.pd_k_hse_ems_ttl{
font-size: 1.3vw;
line-height: 1.3vw;
letter-spacing: 0.3vw;
color: #231815;
position: relative;
overflow: hidden;
}
.pd_k_st_box_desc_ttl::after,
.pd_k_hse_ems_ttl::after{
border-top: 1px solid #9E9F9F;
content: "";
width: 100%;
height: 1px;
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
margin-left: 2vw;
}
.pd_k_st_flex{
width: 100%;
display: flex;
}
.pd_k_st_flex_item{
width: 40%;
padding-top: 2vw;
}
.pd_k_st_flex_item:last-of-type{
margin-left: 4vw;
}
.pd_k_st_flex_item img{
width: 100%;
}
.pd_k_hse_ems_txt{
font-size: 0.94vw;
line-height: 0.94vw;
font-weight: bold;
padding: 1.7vw 0;
}
.pd_k_hse_ems_box{
width: 100%;
display: flex;
}
.pd_k_hse_ems_box_inner{
width: 30%;
margin-right: 2vw;
}
.pd_k_hse_ems_box_inner2{
width: 20%;
}
.pd_k_hse_ems_box_inner img,
.pd_k_hse_ems_box_inner2 img{
width: 100%;
}
.pd_k_hse_ems_box_ttl{
font-size: 0.94vw;
font-weight: bold;
border: 1px solid #231815;
border-radius: 15px;
text-align: center;
padding: 8px 0;
}
.pd_k_hse_ems_box_txt{
font-size: 0.8vw;
line-height: 1.8vw;
}
}
/***          k          ***/

/***          l          ***/
@media screen and (max-width: 767px) {
.pd_l_area{
padding:4vw 0vw;
}
.pd_l_area_ttl{
font-size: 5vw;
line-height: 5vw;
letter-spacing: 1.0vw;
color: #231815;
padding-bottom: 6vw;
text-align: center;
}
.pd_l_box_are{
padding:0vw 0vw;
}
.swiper-container {
min-width: 300px;
margin: 30px 0;
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
/* Fix of Webkit flickering */
z-index: 1;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}
.swiper-slide {
flex-shrink: 0 !important;
width: 33%;
height: 100% !important;
position: relative !important;
transition-property: transform !important;
padding: 0vw 0vw !important;
}
.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.pd_l_item{
padding:0.1vw;
text-align:center;
}
.pd_l_item_img{

}
.pd_l_item_img img{
width:100%;
}
.pd_l_item_ttl{
font-size: 1.1vw;
line-height: 1.6vw;
letter-spacing: 0.1vw;
color: #231815;
text-align: left;
display:none;
}
.pd_l_hse_wrap{
width: 100%;
padding: 0 4vw;
position: relative;
}
.pd_l_hse_box{
width: 100%;
}
.pd_l_hse_box_ttl{
font-size: 6vw;
line-height: 6vw;
letter-spacing: 0.5vw;
padding: 5.5vw 0 8vw;
}
.pd_l_hse_box_txt{
font-size: 3.5vw;
line-height: 5.6vw;
letter-spacing: .3vw;
color: #231815;
padding-bottom: 6vw;
}
.pd_l_hse_box_bottom_img{
width: 100%;
padding-bottom: 16vw;
}
.pd_l_hse_box_bottom_img img{
width: 100%;
}
.pd_l_hse_img{
width: 40%;
position: absolute;
top: -25vw;
right: 0;
}
.pd_l_hse_img img{
width: 100%;
}
}
@media screen and (min-width: 768px) {
.pd_l_area{
padding:4vw 0vw;
}
.pd_l_area_ttl{
font-size: 1.8vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
padding-bottom: 1.5vw;
text-align: center;
}
.pd_l_box_are{
padding:0vw 0vw;
}
.swiper-container {
min-width: 500px;
margin: 30px 0;
}
.swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0;
/* Fix of Webkit flickering */
z-index: 1;
}

.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
box-sizing: content-box;
}

.swiper-slide {
flex-shrink: 0 !important;
/* width: 25% !important; */
height: 100% !important;
position: relative !important;
transition-property: transform !important;
padding: 0vw 0vw !important;
background: none !important;
}

.swiper-button-prev,
.swiper-button-next {
position: absolute;
top: 50%;
width: calc(var(--swiper-navigation-size) / 44 * 27);
height: var(--swiper-navigation-size);
margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.pd_l_item{
padding:0.1vw;
text-align:center;
}
.pd_l_item_img{

}
.pd_l_item_img img{
width:100%;
}
.pd_l_item_ttl{
font-size: 1.1vw;
line-height: 1.6vw;
letter-spacing: 0.1vw;
color: #231815;
text-align: left;
}
.pd_l_hse_wrap{
width: 86%;
margin: auto;
position: relative;
}
.pd_l_hse_img{
width: 50%;
position: absolute;
right: 0;
bottom: -7vw;
}
.pd_l_hse_img img{
width: 100%;
}
.pd_l_hse_box{
width: 50%;
padding: 3vw 3vw 0vw 0vw;
}
.pd_l_hse_box_ttl{
font-size: 1.83vw;
line-height: 1.83vw;
letter-spacing: 0.09vw;
color: #231815;
padding-bottom: 1.2vw;
}
.pd_l_hse_box_txt{
font-size: 0.94vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
padding-bottom: 2vw;
}
.pd_l_hse_box_bottom_img{
width: 100%;
}
.pd_l_hse_box_bottom_img img{
width: 100%;
}
}
/***          l          ***/

/***          m          ***/
@media screen and (max-width: 767px) {
.pd_m_buy_area{
width: 100%;
}
}
@media screen and (min-width: 768px) {
.pd_m_buy_area{
width: 100%;
padding: 0vw 2vw 0vw 0vw;
}
}
/***          m          ***/

/***          n          ***/
/***          n          ***/

/***          o          ***/
@media screen and (max-width: 767px) {
.pd_o_ttl_hse{
font-size: 4vw;
line-height: 6vw;
letter-spacing: .5vw;
font-weight: bold;
color: #231815;
padding-bottom: 1vw;
text-align: center;
}
.pd_o_mid_ttl_hse{
font-size: 3vw;
line-height: 6vw;
letter-spacing: .5vw;
text-align: center;
padding-bottom: 5vw;
}
.pd_o_hse_flex{
width: 100%;
padding: 0 4vw;
}
.pd_o_hse_flex_inner{
width: 100%;
padding-top: 6vw;
}
.pd_o_hse_box{
width: 100%;
display: flex;
}
.pd_o_hse_box_1{
width: 42%;
}
.pd_o_hse_box_1 img{
width: 100%;
}
.pd_o_hse_box_2{
width: calc(58% - 5vw);
margin-left: 5vw;
}
.pd_o_hse_box_2_ttl{
font-size: 4vw;
line-height: 6vw;
font-weight: bold;
padding-bottom: 1vw;
}
.pd_o_hse_box_2_txt{
font-size: 2.6vw;
line-height: 5vw;
color: #231815;
padding-bottom: 3vw;
}
.pd_o_hse_com{
font-size: 2.6vw;
line-height: 4vw;
letter-spacing: 0.05vw;
text-align: center;
padding: 9.4vw 4vw 0;
}
.pd_o_hse_buy{
width: 100%;
}
.pd_o_hse_buy_sell{
font-size: 2.6vw;
padding-bottom: 1vw;
}
.pd_o_hse_buy_price{
font-size: 6.8vw;
font-weight: bold;
padding-bottom: 3vw;
}
.pd_o_hse_buy_tax{
font-size: 2.6vw;
}
}
@media screen and (min-width: 768px) {
.pd_o_ttl_hse{
font-size: 1.6vw;
font-weight: bold;
line-height: 1.6vw;
letter-spacing: .4vw;
color: #231815;
padding-bottom: 1vw;
text-align: center;
}
.pd_o_mid_ttl_hse{
font-size: 1.05vw;
letter-spacing: 0.2vw;
text-align: center;
padding-bottom: 5vw;
}
.pd_o_hse_flex{
width: 100%;
display: flex;
justify-content: center;
}
.pd_o_hse_flex_inner{
width: 35vw;
}
.pd_o_hse_flex_inner:last-of-type{
margin-left: 3vw;
}
.pd_o_hse_box{
width: 100%;
display: flex;
}
.pd_o_hse_box_1{
width: 40%;
}
.pd_o_hse_box_1 img{
width: 100%;
}
.pd_o_hse_box_2{
width: calc(60% - 2vw);
margin-left: 2vw;
}
.pd_o_hse_box_2_ttl{
font-size: 1.25vw;
font-weight: bold;
padding-bottom: 1vw;
}
.pd_o_hse_box_2_txt{
font-size: 0.8vw;
line-height: 1.2vw;
letter-spacing: 0.1vw;
color: #231815;
padding-bottom: 1.2vw;
}
.pd_o_hse_com{
font-size: 0.7vw;
line-height: 1.4vw;
letter-spacing: 0.05vw;
text-align: center;
padding-top: 2.5vw;
}
.pd_o_hse_buy{
width: 100%;
}
.pd_o_hse_buy_sell{
font-size: 0.8vw;
padding-bottom: 1vw;
}
.pd_o_hse_buy_price{
font-size: 2.2vw;
font-weight: bold;
padding-bottom: 1.4vw;
}
.pd_o_hse_buy_tax{
font-size: 0.8vw;
}
}
/***          o          ***/

/***  btm  ***/

#cartin_sp {
position: fixed;
bottom: 0px;
right: 0px;
background: #d9e5dade;;
padding: 0px 0px 0px;
height:10vw;
}

.mytrex_buy{
width: 100%;
}

@media screen and (max-width: 767px) {
.mytrex_buy_item{
float: left;
font-size: 3vw;
font-weight: 800;
line-height: 4vw;
color: #231815;
padding: 1vw 3vw 1vw 3vw;
letter-spacing: 0.1vw;
min-width: 30vw;
}
.mytrex_buy{
padding: 0 12vw;
}
}
@media screen and (min-width: 768px) {
.mytrex_buy{
padding: 0 1vw;
}
}
/***  btm  ***/


/***          neck section a          ***/
@media screen and (max-width: 767px) {
.pdct_n_a_sp_ttl{
padding: 6vw 1vw 3vw;
color: #3f3d3e;
font-size: 5.7vw;
font-weight: bold;
line-height: 6vw;
letter-spacing: 0.5vw;
text-align: center;
}
.pdct_n_a_sp_ttl2{
padding: 0vw 1vw 3vw;
color: #3f3d3e;
font-size: 4vw;
font-weight: normal;
line-height: 4vw;
letter-spacing: 0.5vw;
text-align: center;
}
.pdct_n_a_sp_sub{
padding: 5vw 1vw 0vw;
color: #3e3c3d;
font-size: 6vw;
font-weight: normal;
line-height: 10vw;
letter-spacing: 0.2vw;
text-align: center;
position: relative;
}
.pdct_n_a_sp_sub sup{
font-size: 2vw;
position: absolute;
top: 1vw;
left: 42vw;
letter-spacing: 0.3vw;
}
.pdct_n_a_sp_ttl2 sup{
font-size: 2vw;
vertical-align: top;
letter-spacing: 0.2vw;
}
}
/***          neck section a          ***/


/***          modal          ***/
@media screen and (max-width: 767px) {
#btn-close-modal {
width: 23vw;
text-align: center;
cursor: pointer;
color: #3e3c3d;
font-size: 3.5vw;
font-weight: normal;
border: 1px solid #3e3c3d;
padding: 1.5vw 0.2vw;
border-radius: 10vw;
line-height: 3.5vw;
margin: 0 auto 10vw;
}
.modal-content {
width: 94%;
}
}
@media screen and (min-width: 768px) {
#btn-close-modal {
width: 7vw;
text-align: center;
cursor: pointer;
color: #3e3c3d;
font-size: 1vw;
font-weight: normal;
border: 1px solid #3e3c3d;
padding: 0.5vw 0.2vw;
border-radius: 10vw;
line-height: 1vw;
margin: 0 auto 5vw;
}
.modal-content {
width: 80%;
}
}
.modal-content {
margin: 60px auto 80px;
-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
box-shadow: 0 0px 0px rgba(0,0,0,0);
background: rgba(255,255,255,1);
border: 0px solid rgba(0,0,0,0);
border-radius: 0px;
}
/***          modal          ***/


/***          modal e1         ***/

@media screen and (max-width: 767px) {
#pd_md_1{
padding:15% 0% 0%;
}
}
@media screen and (min-width: 768px) {
#pd_md_1{
padding:8% 0%;
}
}

/***          modal e1         ***/

/***          t          ***/
@media screen and (max-width: 767px) {
.pd_t_sup_box1_img {
padding: 5vw 4vw 0;
background: #fff;
line-height: 0;
}
.pd_t_sup_box1_img img {
width: 100%;
height: auto;
}
.pd_t_area {
padding: 5vw 0 1vw;
}
.pd_t_sup_ttl {
font-size: 4.5vw;
line-height: 1;
letter-spacing: 1vw;
color: #231815;
padding: 4vw 4vw 4vw;
width: 100%;
text-align: center;
font-weight: 600;
background: #f5f5f5;
}
.pd_t_sup_ttl_sub{
font-size: 4.3vw;
line-height: 1.5;
text-align: center;
padding: 10vw 0vw 2vw;
letter-spacing: 0.2vw;
}
.pd_t_sup_box1{
padding:0vw 0vw 4vw;
}
.pd_t_sup_box1_ttl1{
text-align: center;
font-size: 3.5vw;
line-height: 1;
letter-spacing: .2vw;
padding: 4vw 4vw;
color: #000;
background: #F0F0F0;
}
.pd_t_sup_box1_ttl1a{
padding-right:1vw;
font-size:1.2vw;
line-height:1.2vw;
}
.pd_t_sup_box1_ttl1b{
padding-left:1vw;
font-size:1.3vw;
line-height:1.3vw;
}
.pd_t_sup_box1_ttl2{
padding: 8vw 0 7vw;
text-align: center;
font-size: 10vw;
line-height: 1.4;
letter-spacing: 1.0vw;
}
.pd_t_sup_box1_ttl2a{
color: #356db2;
font-size: 22vw;
line-height: 1;
letter-spacing: .05vw;
font-weight: normal;
}
.pd_t_sup_box1_ttl2b{
color: #356DB2;
font-size: 15vw;
line-height: 1.3;
letter-spacing: .05vw;
padding-right: 2vw;
}
.pd_t_sup_box1_text{
padding: 0 4vw 1vw;
text-align: left;
font-size: 3.5vw;
line-height: 1.7;
letter-spacing: 0.1vw;
}
.pd_t_sup_box1_texta{
color: #80b4d8;
font-weight: 800;
}
.pd_t_sup_box2{
padding: 2vw 4vw 2vw;
}
.pd_t_sup_box2l{
font-size: 3.4vw;
line-height: 1.6;
text-align: left;
padding-bottom: 5vw;
letter-spacing: 0.2vw;
}
.pd_t_sup_box2r{
font-size: 3.6vw;
line-height: 6.2vw;
text-align: left;
padding-bottom: 2vw;
}
.pd_t_sup_box2_ttl{
color:#80b4d8;
font-size: 2vw;
line-height: 5vw;
vertical-align: super;
}
.pd_t_sup_box2_ttl2{
font-weight: 700;
padding: 0 2vw;
font-size: 5vw;
letter-spacing: 0.3vw;
}
.pd_t_sup_box3{
padding:2vw 4vw 4vw;
}
.pd_t_sup_box3_txt{
font-size: 2vw;
line-height: 1.5;
text-align: left;
}
}
@media screen and (min-width: 768px)  {
#pd_t {
padding: 3% 0 0;
background: #f1f5f7;
}
.pd_t_sup_box1_img {
padding: 5vw 4vw 0;
background: #fff;
line-height: 0;
}
.pd_t_sup_box1_img img {
width: 100%;
height: auto;
}
.pd_t_area{
background-color: #fff;
padding: 5.5vw 12vw 6.5vw;
}
.pd_t_sup_ttl {
font-size: 2.2vw;
line-height: 2.2vw;
letter-spacing: .5vw;
color: #231815;
position: relative;
display: inline-block;
padding: 0 7vw 2vw;
width: 100%;
text-align: center;
}
.pd_t_sup_ttl:before,
.pd_t_sup_ttl:after {
content: '';
position: absolute;
top: 0.5vw;
display: inline-block;
width: 29vw;
height: 18px;
background-color: #f1f5f7;
}
.pd_t_sup_ttl:before {
left: 0;
}
.pd_t_sup_ttl:after {
right: 0;
}
.pd_t_sup_box1{
padding:0vw 0vw 4vw;
}
.pd_t_sup_box1_ttl1{
text-align: center;
font-size: 1.3vw;
line-height: 1.3vw;
letter-spacing: .05vw;
padding: 0 0 1vw;
}
.pd_t_sup_box1_ttl1a{
padding-right:1vw;
font-size:1.2vw;
line-height:1.2vw;
}
.pd_t_sup_box1_ttl1b{
padding-left:1vw;
font-size:1.3vw;
line-height:1.3vw;
}
.pd_t_sup_box1_ttl2{
padding:1vw 0vw 3vw;
text-align:center;
font-size:2.7vw;
line-height:2.7vw;
}
.pd_t_sup_box1_ttl2a{
color:#004984;
font-size:6vw;
letter-spacing:0.05vw;
}
.pd_t_sup_box1_ttl2b{
color:#004984;
font-size:3.8vw;
line-height:3.8vw;
letter-spacing:0.05vw;
padding-right: 1vw;
}
.pd_t_sup_box1_text{
padding: 0vw 0 1vw;
text-align: center;
font-size: 1.2vw;
line-height: 2.1vw;
}
.pd_t_sup_box1_texta{
border-bottom:solid 1px #251e1c;
}
.pd_t_sup_box2{
padding:2vw 0vw 2vw;
border-bottom:solid 1px #251e1c;
}
.pd_t_sup_box2l{
float: left;
width: 50%;
font-size: 1.0vw;
line-height: 1.5vw;
text-align: left;
padding-right: 2vw;
border-right: solid 1px #251e1c;
}
.pd_t_sup_box2r{
float: left;
width: 50%;
font-size: 1.0vw;
line-height: 1.5vw;
text-align: left;
padding-left: 2vw;
}
.pd_t_sup_box2_ttl{
color:#80b4d8;
}
.pd_t_sup_box3{
padding:2vw 0vw;
}
.pd_t_sup_box3_txt{
font-size:0.9vw;
line-height:1.4vw;
text-align:left;
}
}
/***          t          ***/


@media screen and (max-width: 767px) {
.dhn-cpn-box{
position: relative;
padding-bottom: 8vw;
padding-top: 5vw;
}
.dhn-cpn-box img{
width: 100%;
}
.dhn-cpn-box-inner2{
position: absolute;
z-index: 1;
bottom: 28.8vw;
right: 24.5vw;
font-size: 1.5vw;
color: #666;
letter-spacing: .5vw;
}
.dhn-cpn-box-inner{
z-index: 1;
}
.dhn-cpn-box-inne,.comment{
font-size: 2.8vw;
line-height: 1.1;
text-align: left;
float: left;
width: 39vw;
position: absolute;
bottom: 10.50vw;
right: 44vw;
}
.dhn-cpn-box-date {
width: 50vw;
position: absolute;
top: 66.2vw;
left: 37.7vw;
font-size: 2.4vw;
color: #333;
}
.hsp-cpn-box{
position: relative;
padding-bottom: 8vw;
padding-top: 5vw;
}
.hsp-cpn-box img{
width: 100%;
}
.hsp-cpn-box-inner2{
position: absolute;
z-index: 1;
bottom: 28.8vw;
right: 24.5vw;
font-size: 1.5vw;
color: #666;
letter-spacing: .5vw;
}
.hsp-cpn-box-inner{
z-index: 1;
}
.hsp-cpn-box-inne,.comment{
font-size: 2.8vw;
line-height: 1.1;
text-align: left;
float: left;
width: 39vw;
position: absolute;
bottom: 10.50vw;
right: 44vw;
}
.hsp-cpn-box-date {
width: 50vw;
position: absolute;
top: 66.2vw;
left: 37.7vw;
font-size: 2.4vw;
color: #333;
}
button.copy-clink{
background: #bc9a5a;
color: #fff;
border: none;
padding: .5vw 0;
font-size: 3vw;
letter-spacing: .15vw;
width: 36vw;
position: absolute;
bottom: 12vw;
right: 7vw;
}
button.copy-clink:hover{
background: #ffffff;
color: #bc9a5a;
border: #bc9a5a 1px solid;
width: 30vw;
}
}
@media screen and (min-width: 768px) {
.dhn-cpn-box{
position: relative;
padding-bottom: 6vw;
}
.dhn-cpn-box img{
width: 100%;
}

.dhn-cpn-box-inner2{
position: absolute;
z-index: 1;
right: 47.4vw;
font-size: .7vw;
color: #666;
letter-spacing: .5vw;
bottom: 7vw;
}
.dhn-cpn-box-inner{
z-index: 1;
}
.dhn-cpn-box-inne,.comment{
position: absolute;
font-size: .9vw;
padding-bottom: .6vw;
line-height: 1.1;
text-align: left;
bottom: 7.5vw;
width: 14vw;
right: 39.5vw;
}
.dhn-cpn-box-date {
width: 22vw;
position: absolute;
top: 9.4vw;
left: 9.6vw;
font-size: 1vw;
color: #333;
}
.hsp-cpn-box{
position: relative;
}
.hsp-cpn-box img{
width: 100%;
}

.hsp-cpn-box-inner2{
position: absolute;
z-index: 1;
right: 47.4vw;
font-size: .7vw;
color: #666;
letter-spacing: .5vw;
bottom: 1.5vw;
}
.hsp-cpn-box-inner{
z-index: 1;
}
.hsp-cpn-box-inne,.comment{
position: absolute;
font-size: .9vw;
padding-bottom: .6vw;
line-height: 1.1;
text-align: left;
bottom: 1.8vw;
width: 14vw;
right: 39.5vw;
}
.hsp-cpn-box-date {
width: 22vw;
position: absolute;
top: 9.4vw;
left: 9.6vw;
font-size: 1vw;
color: #333;
}
button.copy-clink{
position: absolute;
width: 26vw;
background: #bc9a5a;
color: #fff;
border: none;
padding: .3vw 0;
font-size: 1.1vw;
letter-spacing: .05vw;
bottom: 2.0vw;
right: 15vw;
}
button.copy-clink:hover{
width: 26vw;
background: #ffffff;
color: #bc9a5a;
border: #bc9a5a 1px solid;
}
}

/* 多言語対応(フランス語,英語) */
font + br {
	display: none;
}
@media screen and (min-width: 768px) {
    html:lang(en) .pd_f_hse_ab {
        width: 100%;
    }
    html:lang(en) .pd_f_hse_txt {
        width: 100%;
        line-height: 1.8vw;
    }
}
@media screen and (max-width: 767px) {}