/*
Theme Name: MYTREX Official Site
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/poc_shampoo/
Description:MYTREX POC シャンプー
Version: 1.0
*/

@media screen and (min-width: 768px){
.footer_menu_product::after {
width: 29.4vw !important;
}
}

#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) {
main {
margin-top: 20vw;
}
.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 (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;
}

/* 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;
}
.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 20%;
}
#pd_l{
padding: 10% 0 10%;
background: #ffffff;
}
}
@media screen and (min-width: 768px) {
#pd_b{
margin-bottom:3vw;
}
#pd_c{
padding: 5% 0 5%;
}
#pd_l{
padding: 5% 0 5%;
}
}
/***          section          ***/


/***          b          ***/
@media screen and (max-width: 767px) {
.pd_b_sp{
padding:0vw;
}
.pd_b_pc{
display:none;
}
.pd_b{
width:100%;
}
.pd_b img{
width:100%;
}
}
@media screen and (min-width: 768px) {
.pd_b_sp{
display:none;
}
.pd_b_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 0vw;
font-size: 3.5vw;
line-height: 1.6;
letter-spacing: .5vw;
}
.pd_c_nm3{
padding: 2vw 0 5vw;
font-size: 6.9vw;
font-weight: 800;
line-height: 11vw;
letter-spacing: .3vw;
border-bottom: 1px solid #000;
margin: 4vw;
}

.pd_c_text{
padding: 0 4vw 6vw;
font-size: 3.5vw;
line-height: 1.6;
letter-spacing: .25vw;
}
.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;
}
}
@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.2vw;
line-height: 2vw;
letter-spacing: .05vw;
padding-bottom: 1vw;
}
.pd_c_nm3{
padding: 0 0 2vw;
font-size: 2.1vw;
font-weight: 800;
line-height: 1.3;
letter-spacing: .06vw;
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_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          ***/

/***          cmn          ***/
.pd_wrap {
color: #4d4d4d;
}
@media screen and (max-width: 767px) {
.pd_wrap img {
width: 100%;
vertical-align: bottom;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
min-height: 0;
}
}

@media screen and (min-width: 768px) {
.pd_wrap img {
width: 100%;
display: block;
vertical-align: bottom;
}
.full-width {
display: block;
margin: 0 calc(50% - 50vw);
}
}
/***          cmn          ***/


/***          b          ***/
@media screen and (max-width: 767px) {
#poc_b {
margin-bottom: 25vw;
}
}

@media screen and (min-width: 768px) {
#poc_b {
margin-bottom: 10vw;
}
}
/***          b          ***/

/***          c          ***/
@media screen and (max-width: 767px) {
.poc_c1 {
text-align: center;
position: relative;
z-index: 1;
}
.poc_c1 span:nth-child(1) {
display: block;
font-size: 5.7vw;
letter-spacing: 0.2em;
line-height: 1.6;
padding-bottom: 2.5vw;
}
.poc_c1 span:nth-child(2) {
display: block;
font-size: 10vw;
letter-spacing: 0.3em;
line-height: 0.9;
}
.poc_c2 {
margin-top: -2.5vw !important;
position: relative;
margin-bottom: 18vw;
}
.poc_c2a {
width: 88vw;
margin-left: auto;
margin-right: auto;
}
.poc_c2b {
width: 41vw;
position: absolute;
right: 0;
top: 2vw;
}

.poc_c3 {
position: relative;
margin-bottom: 20vw;
}
.poc_c3a {
width: 77vw;
margin-left: auto;
margin-right: auto;
}
.poc_c3b {
width: 100%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
position: absolute;
top: 50%;
font-size: 5.7vw;
letter-spacing: .2em;
line-height: 2.3;
}

.poc_c4 {
display: flex;
position: relative;
padding-bottom: 8vw;
margin-bottom: 50vw;
}
.poc_c4a {
width: 41.7vw;
}
.poc_c4b {
width: 44.6vw;
}
.poc_c4b_2 {
position: absolute;
left: 0;
right: 0;
top: 100%;
width: 73vw;
margin: auto;
font-size: 3.3vw;
letter-spacing: 0.1em;
line-height: 2;
}

.poc_c4b_1a {
border-bottom: 1px solid #9d7c52;
position: relative;
margin-bottom: 6vw;
}
.poc_c4b_1a img {
margin-bottom: -3vw;
}
.poc_c4b_1a:after, .poc_c4b_1a:before {
border: solid transparent;
content: '';
height: 0;
width: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 50%;
}
.poc_c4b_1a:before {
border-color: rgba(186,117,123,0);
border-top-width: 6.5px;
border-bottom-width: 6.5px;
border-left-width: 4.5px;
border-right-width: 4.5px;
margin-left: -4.5px;
margin-top: 1px;
border-top-color: #9d7c52;
}
.poc_c4b_1a:after {
border-color: rgba(245,243,242,0);
border-top-width: 6px;
border-bottom-width: 6px;
border-left-width: 4px;
border-right-width: 4px;
margin-left: -4px;
border-top-color: #f5f3f2;
}
.poc_c4b_1b > span {
display: block;
text-align: center;
color: #9d7c52;
line-height: 1.5;
letter-spacing: .09em;
padding-bottom: 4vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 1vw;
}
.poc_c4b_1b > span span:nth-child(1) { 
font-size: 5.3vw;
}
.poc_c4b_1b > span span:nth-child(2) {
font-size: 8.2vw;
}
.poc_c4b_1b > span span:nth-child(3) {
font-size: 4.6vw;
}
.poc_c4b_1b small {
display: block;
text-align: right;
font-size: 2.1vw;
}
}

@media screen and (min-width: 768px) {
.poc_c1 {
text-align: center;
font-size: 3.1vw;
letter-spacing: 0.2em;
line-height: 1.8;
margin-bottom: 2.5vw;
}
.poc_c2 {
width: 62vw;
margin-left: auto;
margin-right: auto;
position: relative;
}
.poc_c2a {
margin-bottom: 7vw;
}
.poc_c2b {
width: 25vw;
position: absolute;
right: -7vw;
top: 3vw;
}
.poc_c3 {
position: relative;
margin-bottom: 5vw;
}
.poc_c3a {
width: 44vw;
margin-left: auto;
margin-right: auto;
}
.poc_c3b {
width: 100%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
position: absolute;
top: 50%;

font-size: 3.1vw;
letter-spacing: 0.2em;
line-height: 1.9;
}
.poc_c4 {
display: flex;
margin-bottom: 10vw;
}
.poc_c4a {
width: 38vw;
}
.poc_c4b {
width: calc(100% - 38vw);
width: 62vw;
position: relative;
left: -12vw;
padding-top: 2vw;
}
.poc_c4b_1 {
display: flex;
align-items: center;
}
.poc_c4b_1a {
width: 30vw;
}
.poc_c4b_1b {
position: relative;
width: calc(100% - 30vw);
}
.poc_c4b_1b::after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 1px;
background-color: #9d7c52;
}
.poc_c4b_1b > span {
display: block;
color: #9d7c52;
font-size: 3.0vw;
letter-spacing: 0.18em;
line-height: 1.2;
padding-bottom: 3vw;
padding-top: 2.5vw;
position: relative;
}
.poc_c4b_1b > span::after {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 1.5vw;
width: 100%;
height: 1px;
background-color: #9d7c52;
}
.poc_c4b_1b > span strong {
font-size: 5.2vw;
font-weight: normal;
letter-spacing: 0.18em;
}
.poc_c4b_1b > small {
display: block;
text-align: right;
font-size: 0.7vw;
}
.poc_c4b_2 {
font-size: 1.5vw;
letter-spacing: 0.03em;
line-height: 2.1;
padding-left: 6.5vw;
}

}
/***          c          ***/

/***          d          ***/
@media screen and (max-width: 767px) {
#poc_d {
background-color: #f4f5f7;
padding: 12vw 0 8vw;
}
.poc_d1a {
width: 78vw;
margin-left: auto;
margin-right: auto;
white-space: nowrap;
text-align: center;
color: #9d7c52;
font-size: 5vw;
/* letter-spacing: 0.18em; */
line-height: 2;
border-bottom: 1px solid #9d7c52;
margin-bottom: 8vw;
position: relative;
}
.poc_d1a:after, .poc_d1a:before {
border: solid transparent;
content: '';
height: 0;
width: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 50%;
}
.poc_d1a:before {
border-color: rgba(186,117,123,0);
border-top-width: 6.5px;
border-bottom-width: 6.5px;
border-left-width: 4.5px;
border-right-width: 4.5px;
margin-left: -4.5px;
margin-top: 1px;
border-top-color: #9d7c52;
}
.poc_d1a:after {
border-color: rgba(245,243,242,0);
border-top-width: 6px;
border-bottom-width: 6px;
border-left-width: 4px;
border-right-width: 4px;
margin-left: -4px;
border-top-color: #f5f3f2;
}
.poc_d1b {
width: 78vw;
margin-left: auto;
margin-right: auto;
}
}

@media screen and (min-width: 768px) {
#poc_d {
background-color: #f4f5f7;
padding-top: 8vw;
padding-bottom: 10vw;
}
.poc_d1 {
display: flex;
justify-content: center;
}
.poc_d1a {
padding-right: 3vw;
color: #9d7c52;
font-size: 2vw;
letter-spacing: 0.16em;
line-height: 2.1;
}
.poc_d1b {
width: 50vw;
}
}
/***          d          ***/

/***          e          ***/
@media screen and (max-width: 767px) {
#poc_e {
margin-top: -6.5vw !important;
margin-bottom: 10vw;
}
.poc_e1 {
width: 76vw;
height: 6.5vw;
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
background-color: #9d7c52;
position: relative;
color: #fff;
font-size: 3.3vw;
letter-spacing: 0.18em;
top: 3.5vw;
}
.poc_e1::after {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 1vw 1vw 0;
border-color: transparent #f4f5f7 transparent transparent;
}

.poc_e2 {
background-color: #f4f5f7;
}
.poc_e2b_1 {
text-align: center;
padding: 10vw 0 10vw;
color: #9d7c52;
font-size: 6.6vw;
letter-spacing: 0.22em;
}
}

@media screen and (min-width: 768px) {
#poc_e {
margin-top: -4vw !important;
margin-bottom: 10vw;
}
.poc_e1 {
width: 48vw;
height: 4vw;
display: flex;
align-items: center;
justify-content: center;
margin-left: auto;
margin-right: auto;
background-color: #9d7c52;
position: relative;
color: #fff;
font-size: 2vw;
letter-spacing: 0.18em;
}
.poc_e1::after {
content: '';
display: block;
position: absolute;
right: 0;
top: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 1vw 1vw 0;
border-color: transparent #f4f5f7 transparent transparent;
}
.poc_e2 {
display: flex;
}
}
/***          e          ***/

/***          f          ***/
@media screen and (max-width: 767px) {
#poc_f {
margin-bottom: 28vw;
}
.poc_f1a {
position: relative;
padding-top: 20vw;
}
.poc_f1a_1b-a {
margin-left: 25vw;
width: calc(100% - 25vw);
position: absolute;
left: 0;
top: 0;
}
.poc_f1a_1b-a > span {
display: block;
color: #9d7c52;
font-size: 5.0vw;
letter-spacing: 0.2em;
}
.poc_f1a_1b-a > span:not(:last-child) {
font-size: 4.0vw;
padding-top: 1.5vw;
padding-bottom: 1.0vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 4.0vw;
}
.poc_f1a_1a {
width: 86vw;
margin-bottom: 6.5vw;
}
.poc_f1a_1b-b {
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 10vw;
font-size: 3.3vw;
letter-spacing: 0.1em;
line-height: 2;
}
.poc_f1b_1a {
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 6.5vw;
}
.poc_f1b_1b {
width: 88vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 20vw;
}

.poc_f2 {
background-color: #f4f5f7;
padding-top: 10vw;
padding-bottom: 10vw;
margin-bottom: 20vw;
}
.poc_f2a {
position: relative;
padding-top: 20vw;
}
.poc_f2a_1b-a {
text-align: right;
margin-right: 10vw;
width: calc(100% - 10vw);
position: absolute;
left: 0;
top: 0;
}
.poc_f2a_1b-a > span {
display: block;
color: #9d7c52;
font-size: 5.0vw;
letter-spacing: 0.2em;
}
.poc_f2a_1b-a > span:not(:last-child) {
font-size: 4.0vw;
padding-top: 1.5vw;
padding-bottom: 1.0vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 4.0vw;
}
.poc_f2a_1a {
margin-left: 13vw;
margin-bottom: 7vw;
}
.poc_f2b {
margin-left: 13vw;
margin-bottom: 8vw;
color: #9d7c52;
font-size: 4.8vw;
letter-spacing: 0.18em;
line-height: 1.9;
}
.poc_f2c_1b {
margin-bottom: 8vw;
}
.poc_f2c_1a {
width: 73vw;
margin-left: auto;
margin-right: auto;
}
.poc_f2c_1a > picture {
display: block;
margin-bottom: 6.5vw;
}
.poc_f2a_1b-b {
font-size: 3.3vw;
letter-spacing: 0.1em;
line-height: 2;
}

.poc_f3a {
position: relative;
padding-top: 20vw;
}
.poc_f3a_1b-a {
margin-left: 25vw;
width: calc(100% - 25vw);
position: absolute;
left: 0;
top: 0;
}
.poc_f3a_1b-a > span {
display: block;
color: #9d7c52;
font-size: 4.8vw;
}
.poc_f3a_1b-a > span:not(:last-child) {
font-size: 4.0vw;
letter-spacing: 0.2em;
padding-top: 1.5vw;
padding-bottom: 1.0vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 4.0vw;
}
.poc_f3a_1a {
margin-right: 13vw;
margin-bottom: 6.5vw;
}
.poc_f3a_1b-b {
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 13vw;
font-size: 3.3vw;
/* letter-spacing: 0.1em; */
line-height: 2;
}
.poc_f3b_1a {
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 3vw;
}
.poc_f3b_1b {
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 6.5vw;
font-size: 2.6vw;
/* letter-spacing: 0.1em; */
line-height: 2;
}

.poc_f3d_1a {
width: 73vw;
margin-left: auto;
margin-right: auto;
}
.poc_f3c {
text-align: center;
color: #9d7c52;
font-size: 4.8vw;
letter-spacing: 0.18em;
line-height: 1.8;
margin-bottom: 5vw;
}
.poc_f3d_1b {
width: 73vw;
margin-left: auto;
margin-right: auto;
}
}

@media screen and (min-width: 768px) {
.poc_f1a {
display: flex;
margin-bottom: 10vw;
}
.poc_f1a_1a {
width: 55vw;
margin-right: 5vw;
}
.poc_f1a_1b {
width: calc(100% - 55vw);
}
.poc_f1a_1b-a {
margin-bottom: 2.0vw;
}
.poc_f1a_1b-a > span {
display: block;
color: #9d7c52;
font-size: 2.6vw;
letter-spacing: 0.2em;
}
.poc_f1a_1b-a > span:not(:last-child) {
padding-top: 1.5vw;
padding-bottom: 0.5vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 1.5vw;
}
.poc_f1a_1b-b {
width: 28vw;
font-size: 1.3vw;
letter-spacing: 0.1em;
line-height: 1.9;
}
.poc_f1b {
display: flex;
padding-left: 13vw;
margin-bottom: 8vw;
}
.poc_f1b_1a {
width: 19vw;
}
.poc_f1b_1b {
margin-left: 3vw;
width: 59vw;
}

.poc_f2 {
background-color: #f4f5f7;
padding-top: 8vw;
padding-bottom: 10vw;
margin-bottom: 10vw;
}
.poc_f2a {
display: flex;
flex-direction: row-reverse;
margin-bottom: 6vw;
}
.poc_f2a_1a {
width: 58vw;
margin-left: 5vw;
}
.poc_f2a_1b {
width: calc(100% - 55vw);
}
.poc_f2a_1b-a {
margin-bottom: 2.0vw;
}
.poc_f2a_1b-a > span {
display: block;
color: #9d7c52;
font-size: 2.6vw;
letter-spacing: 0.2em;
line-height: 1.5;
text-align: right;
}
.poc_f2a_1b-a > span:not(:last-child) {
padding-top: 1.5vw;
padding-bottom: 0.5vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 1.5vw;
}
.poc_f2a_1b-b {
width: 28vw;
font-size: 1.3vw;
letter-spacing: 0.1em;
line-height: 1.9;
margin-left: auto;
}

.poc_f2b {
text-align: center;
color: #9d7c52;
font-size: 2.5vw;
letter-spacing: 0.15em;
line-height: 1.8;
margin-bottom: 3vw;
}

.poc_f2c {
display: flex;
flex-direction: row-reverse;
width: 73vw;
margin-left: auto;
margin-right: auto;
}
.poc_f2c_1a {
margin-right: 3vw;
padding-top: 0.8vw;
}

.poc_f3a {
display: flex;
margin-bottom: 5vw;
}
.poc_f3a_1a {
width: 55vw;
margin-right: 5vw;
}
.poc_f3a_1b {
width: calc(100% - 55vw);
}
.poc_f3a_1b-a {
margin-bottom: 2.0vw;
}
.poc_f3a_1b-a > span {
display: block;
color: #9d7c52;
font-size: 2.6vw;
letter-spacing: 0.2em;
}
.poc_f3a_1b-a > span:not(:last-child) {
padding-top: 1.5vw;
padding-bottom: 0.5vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 1.5vw;
}
.poc_f3a_1b-b {
width: 28vw;
font-size: 1.3vw;
letter-spacing: .1em;
line-height: 1.9;
}

.poc_f3b_1a {
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 8vw;
}
.poc_f3c {
text-align: center;
color: #9d7c52;
font-size: 2.5vw;
letter-spacing: .2em;
line-height: 1.8;
margin-bottom: 3vw;
}

.poc_f3d {
display: flex;
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 8vw;
}
.poc_f3d_1a {
margin-right: 3.5vw;
}
}
/***          f          ***/

/***          g          ***/
@media screen and (max-width: 767px) {
#poc_g {
margin-bottom: 20vw;
}
.poc_g1 {
text-align: right;
margin-right: 12vw;
width: calc(100% - 12vw);
margin-bottom: 7vw;
}
.poc_g1 > span {
display: block;
color: #9d7c52;
font-size: 5.0vw;
letter-spacing: 0.18em;
}
.poc_g1 > span:not(:last-child) {
font-size: 4.0vw;
padding-top: 1.5vw;
padding-bottom: 1.0vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 4.0vw;
}
}

@media screen and (min-width: 768px) {
#poc_g {
background-color: #f4f5f7;
padding-top: 3.5vw;
padding-bottom: 5vw;
margin-bottom: 10vw;
}
.poc_g1 {
text-align: center;
color: #9d7c52;
font-size: 2.6vw;
letter-spacing: 0.05em;
line-height: 1.5;
margin-bottom: 2vw;
}
.poc_g2 {
width: 73vw;
margin-left: auto;
margin-right: auto;
}
}
/***          g          ***/

/***          h          ***/
@media screen and (max-width: 767px) {
.poc_h1 {
position: relative;
padding-top: 20vw;
}
.poc_h1a_1 {
margin-left: 25vw;
width: calc(100% - 25vw);
position: absolute;
left: 0;
top: 0;
}
.poc_h1a_1 > span {
display: block;
color: #9d7c52;
font-size: 4.8vw;
}
.poc_h1a_1 > span:not(:last-child) {
font-size: 4.0vw;
letter-spacing: 0.2em;
padding-top: 1.5vw;
padding-bottom: 1.0vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 4.0vw;
}
.poc_h1b {
margin-right: 13vw;
margin-bottom: 6.5vw;
}
.poc_h1a_2 {
width: 73vw;
margin-left: auto;
margin-right: auto;
margin-bottom: 26vw;
font-size: 3.3vw;
/* letter-spacing: 0.1em; */
line-height: 2;
}
}

@media screen and (min-width: 768px) {
.poc_h1 {
display: flex;
flex-direction: row-reverse;
margin-bottom: 5vw;
}
.poc_h1a {
width: calc(100% - 55vw);
margin-right: 5vw;
}
.poc_h1a_1 {
margin-bottom: 2vw;
}
.poc_h1a_1 > span {
display: block;
color: #9d7c52;
font-size: 2.6vw;
letter-spacing: 0.2em;
text-align: right;
}
.poc_h1a_1 > span:not(:last-child) {
padding-top: 1.5vw;
padding-bottom: 0.5vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 1.5vw;
}
.poc_h1a_2 {
width: 28vw;
font-size: 1.1vw;
letter-spacing: .06em;
line-height: 1.9;
margin-left: auto;
}
.poc_h1b {
width: 55vw;
margin-bottom: 2.0vw;
}
}
/***          h          ***/

/***          i          ***/
@media screen and (max-width: 767px) {
#poc_i {
margin-bottom: 20vw;
}
.poc_i1 {
position: relative;
}
.poc_i1b {
position: absolute;
left: 57vw;
top: 12vw;
font-size: 4.6vw;
letter-spacing: 0.2em;
line-height: 2;
}
}

@media screen and (min-width: 768px) {
.poc_i1 {
display: flex;
align-items: center;
margin-bottom: 10vw;
}
.poc_i1a {
width: 62.5vw;
}
.poc_i1b {
margin-left: -5.4vw;
font-size: 3.5vw;
letter-spacing: .1em;
line-height: 1.8;
}
}
/***          i          ***/

/***          j          ***/
@media screen and (max-width: 767px) {
.poc_j1 {
margin-left: 25vw;
color: #9d7c52;
font-size: 4.0vw;
letter-spacing: 0.2em;
padding-top: 1.5vw;
padding-bottom: 1.0vw;
border-bottom: 1px solid #9d7c52;
margin-bottom: 4.0vw;
}
.poc_j2 {
margin-left: 25vw;
display: block;
color: #9d7c52;
font-size: 4.6vw;
margin-bottom: 8.5vw;
}
.poc_j3a {
display: flex;
margin-bottom: 4vw;
}
.poc_j3a_1 {
width: 48vw;
}
.poc_j3a_2 {
width: calc(100% - 48vw);
padding-left: 4vw;
padding-right: 7vw;
font-size: 2.6vw;
letter-spacing: 0.1em;
line-height: 1.85;
}
}

@media screen and (min-width: 768px) {
#poc_j {
background-color: #f4f5f7;
padding-top: 4vw;
padding-bottom: 4vw;
}
.poc_j1 {
text-align: center;
color: #9d7c52;
font-size: 2.6vw;
letter-spacing: 0.05em;
margin-bottom: 1vw;
}
.poc_j2 {
text-align: center;
font-size: 1.5vw;
letter-spacing: 0.1em;
margin-bottom: 3vw;
}
.poc_j3 {
display: flex;
justify-content: space-between;
width: 60vw;
margin-left: auto;
margin-right: auto;
}
.poc_j3a {
width: 18vw;
}
.poc_j3a_1 {
margin-bottom: 1.5vw;
}
.poc_j3a_2 {
font-size: 0.8vw;
letter-spacing: 0.1em;
line-height: 2;
}
}
/***          j          ***/


/*** l ***/
@media screen and (max-width: 767px) {
.pd_l_area {
padding: 4vw 4vw;
}
.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;
}
.pd_l_box_are2 {
padding: 0vw 4vw;
display: flex;
justify-content: center;
}
.pd_l_box1 {
padding: 4vw 23vw;
text-align: center;
}
.pd_l_box2 {
padding: 0vw 0vw 5vw;
}
.pd_l_box3 {
float: left;
width: 33%;
padding: 0.5vw;
}
.pd_l_icon {
padding: 0vw;
width: 100%;
line-height: 0;
}
.pd_l_icon img {
width: 100%;
}
.pd_l_text {
font-size: 3vw;
line-height: 5.0vw;
letter-spacing: 0.2vw;
color: #231815;
padding: 1.0vw 0.0vw;
text-align: left;
}
.pd_l_ttl {
font-size: 3vw;
line-height: 3vw;
letter-spacing: 0.2vw;
color: #231815;
padding: 2vw 1.0vw;
text-align: center;
}
.pd_l_area {
padding: 15vw 0 15vw;
background-color: #ffffff;
}
.pd_l_item_ttl{
font-size: 1.1vw;
line-height: 1.6vw;
letter-spacing: 0.1vw;
color: #231815;
text-align: left;
display:none;
}
}
@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;
}
.pd_l_box_are2 {
padding: 0vw 0vw;
display: flex;
justify-content: center;
}
.pd_l_box1 {
float: left;
width: 33%;
padding: 0.5vw 0vw 1.0vw;
}
.pd_l_box2 {
float: left;
width: 66%;
padding: 0.5vw;
}
.pd_l_box3 {
float: left;
width: 33%;
padding: 0.5vw 0vw 1.0vw;
}
.pd_l_icon {
padding: 1vw 1vw 1vw 0vw;
width: 100%;
line-height: 0;
}
.pd_l_icon img {
width: 100%;
}
.pd_l_text {
font-size: 0.9vw;
line-height: 2.4vw;
letter-spacing: 0vw;
color: #231815;
padding: 1vw 0vw 1.0vw 1vw;
text-align: left;
}
.pd_l_ttl {
font-size: 1.0vw;
line-height: 2vw;
letter-spacing: 0.1vw;
color: #231815;
padding: 0.5vw 1.0vw 0vw;
text-align: center;
}
.pd_l_area {
padding: 0 0vw 1vw;
}
.pd_l_item_ttl{
font-size: 1.1vw;
line-height: 1.6vw;
letter-spacing: 0.1vw;
color: #231815;
text-align: center;
}
}
/*** l ***/

/***  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;
}
}
/***          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          ***/

@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%;
}
}

