@charset "utf-8";

/* ===== COMMON.CSS ===== */

/* CSS Document */
/****************************************************************/
/*
/* common style
/*
/****************************************************************/
/* clearfix
--------------------------------*/
.pmb__clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE Mac */
* html .pmb__clearfix {
  height: 1%;
}

body {
  margin: 0;
}

/* hover image
--------------------------------*/
a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: auto;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* float & clear
--------------------------------*/
.pmb__f_l {
  float: left;
}

.pmb__f_r {
  float: right;
}

.pmb__clear {
  clear: both;
}

/* margin
--------------------------------*/
.pmb__mt5 {
  margin-top: 5px !important;
}

.pmb__mt10 {
  margin-top: 10px !important;
}

.pmb__mt15 {
  margin-top: 15px !important;
}

.pmb__mt20 {
  margin-top: 20px !important;
}

.pmb__mt25 {
  margin-top: 25px !important;
}

.pmb__mt30 {
  margin-top: 30px !important;
}

.pmb__mt35 {
  margin-top: 35px !important;
}

.pmb__mt40 {
  margin-top: 40px !important;
}

.pmb__mt45 {
  margin-top: 45px !important;
}

.pmb__mt50 {
  margin-top: 50px !important;
}

.pmb__mt60 {
  margin-top: 60px !important;
}

.pmb__mt70 {
  margin-top: 70px !important;
}

.pmb__ml5 {
  margin-left: 5px !important;
}

.pmb__ml10 {
  margin-left: 10px !important;
}

.pmb__ml15 {
  margin-left: 15px !important;
}

.pmb__ml20 {
  margin-left: 20px !important;
}

.pmb__ml25 {
  margin-left: 25px !important;
}

.pmb__ml30 {
  margin-left: 30px !important;
}

.pmb__ml35 {
  margin-left: 35px !important;
}

.pmb__ml40 {
  margin-left: 40px !important;
}

.pmb__ml45 {
  margin-left: 45px !important;
}

.pmb__ml50 {
  margin-left: 50px !important;
}

.pmb__ml60 {
  margin-left: 60px !important;
}

.pmb__ml70 {
  margin-left: 70px !important;
}

.pmb__mr5 {
  margin-right: 5px !important;
}

.pmb__mr10 {
  margin-right: 10px !important;
}

.pmb__mr15 {
  margin-right: 15px !important;
}

.pmb__mr20 {
  margin-right: 20px !important;
}

.pmb__mr25 {
  margin-right: 25px !important;
}

.pmb__mr30 {
  margin-right: 30px !important;
}

.pmb__mr35 {
  margin-right: 35px !important;
}

.pmb__mr40 {
  margin-right: 40px !important;
}

.pmb__mr45 {
  margin-right: 45px !important;
}

.pmb__mr50 {
  margin-right: 50px !important;
}

.pmb__mr60 {
  margin-right: 60px !important;
}

.pmb__mr70 {
  margin-right: 70px !important;
}

.pmb__mb5 {
  margin-bottom: 5px !important;
}

.pmb__mb10 {
  margin-bottom: 10px !important;
}

.pmb__mb15 {
  margin-bottom: 15px !important;
}

.pmb__mb20 {
  margin-bottom: 20px !important;
}

.pmb__mb25 {
  margin-bottom: 25px !important;
}

.pmb__mb30 {
  margin-bottom: 30px !important;
}

.pmb__mb35 {
  margin-bottom: 35px !important;
}

.pmb__mb40 {
  margin-bottom: 40px !important;
}

.pmb__mb45 {
  margin-bottom: 45px !important;
}

.pmb__mb50 {
  margin-bottom: 50px !important;
}

.pmb__mb60 {
  margin-bottom: 60px !important;
}

.pmb__mb70 {
  margin-bottom: 70px !important;
}

/* font
--------------------------------*/
.pmb__bold {
  font-weight: bold;
}

.pmb__red {
  color: #f80333;
}

.pmb__fs10 {
  font-size: 10px;
}

.pmb__fs11 {
  font-size: 11px;
}

.pmb__fs01vw {
  font-size: 0.1vw;
}

.pmb__fs11vw {
  font-size: 1.1vw;
}

.pmb__fs12vw {
  font-size: 1.2vw;
}

/* HTML
--------------------------------*/
body {
  font-size: 13px;
  line-height: 1;
  font-family: "Yu Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", sans-serif;
  color: #144960;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
}

img {
  border: none;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

/*a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #003465;
  text-decoration: underline;
}

a:active {
  color: #003465;
  text-decoration: underline;
}*/

/* iPhone対応 submit＆textboxデフォルト装飾解除 */
input[type="submit"],
input[type="text"] {
  /* -webkit-appearance: none;*/
  border-radius: 0;
  font-size: 16px;
}

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none;
  font-size: 16px;
}

.pmb__sp_cont {
  display: none;
}

.pmb__tb_cont {
  display: none !important;
}

.pmb__pc_cont {
  display: block !important;
}

/*****下層ページデフォルトcss変更******/
/*コンテンツエリア*/
.pmb__layout_table {
  max-width: 1250px;
  margin: 25px auto 0;
}

/*ライトコンテンツ*/
.pmb__layout_content {
  width: 1000px;
  line-height: 1.7;
  font-size: 14px;
}

.pmb__layout_content .pmb__pager {
  line-height: 1;
}

/*レフトコンテンツ*/
td.pmb__layout_menu {
  padding-bottom: 200px !important;
}

/*ログインフォーム*/
.pmb__FS2_login_layout_table {
  margin: 8px 0 10px 0;
}

.pmb__userTable_01 {
  margin-bottom: 15px;
}

#twitter-widget-0 {
  margin-bottom: 6px;
}

.pmb__itemPrice {
  font-size: 18px;
  color: red !important;
}

.pmb__FS2_itemlayout_td_Right .pmb__itemPrice {
  font-size: 36px;
}

.pmb__FS2_figure_table_td_cart_btn {
  padding-left: 25px;
}

/*PC++++送料とお支払い方法についてページ　配送サービスについて位置調整*/
.pmb__layout_content .pmb__FS2_Config_DeliveryMethod {
  position: relative;
}

.pmb__layout_content .pmb__FS2_Config_DeliveryMethod .pmb__user_content.pmb__FS2_upper_comment {
  position: absolute;
  top: 45px;
  left: 0;
}

.pmb__layout_content .pmb__FS2_Config_DeliveryMethod .pmb__pageTitle {
  margin-bottom: 185px;
}

/*キャンペーンバナーヘッダーPC　→休暇告知こっち　→キャンペーンバナーに使用
---------------------------------------------------------------------------------------*/
.pmb__top-banner {
  display: block;
  width: 100%;
  background-image: url(https://www.pmb__paramount.pmb__shop/images/230918_campaign_pc.pmb__jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #012f60;
  background-size: contain;
  /*background-size: auto;*/
  height: 13.5vw;
  max-height: 50px;
  margin: 12px 0;
  margin: 0 0 0px 0;
  /*表示を消す*/
  /**/display: none;
}

.pmb__top-banner.pmb__tb-2 {
  background-image: url(https://www.pmb__paramount.pmb__shop/images/230907_notice_pc.pmb__jpg);
  background-color: #fff701;
   display: none; 
  display: block;
        max-height: 50px;
}

.pmb__top-banner.pmb__tb-3 {
  background-image: url(https://www.pmb__paramount.pmb__shop/images/top/urigirisale_bn_1000x50.pmb__jpg);
  background-color: #014f9a;
  display: none;
   display: block; 
  max-height: 50px;
}

/* 190905追記(バナーをフローティングにした)*/
.pmb__spHbnr {
  display: none;
}

/*休業の案内PC 2019年はこっち使ってない
---------------------------------------------------------------------------------------*/
.pmb__top-caution {
  display: block;
  width: 100%;
  /*    background-image: url(https://www.pmb__paramount.pmb__shop/images/190424_notice_pc.pmb__gif);*/
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
  height: 92px;
  /* margin: 12px 0; */
  margin: 20px 0 20px 0;
  /*表示を消す*/
  display: none;
}

/* スマホ+++送料とお支払い方法についてページ　+++配送サービスについてを非表示
---------------------------------------------------------------------------------------*/
/*「配送サービスについて」を非表示
（１）デフォルト（※）を非表示→PCとスマホ
スマホ→id="FS2_aboutDeliveryService"
PC→class＝"FS2_Config_DeliveryMethod"の箇所
（２）コメントパターンを登録
構築メニュー＞ページ設定＞コメントパターン一覧＞コメントパターン新規登録
（３）コメントパターンの表示設定
構築メニュー＞ページ設定＞各ページ設定＞店舗情報＞送料とお支払方法について＞下部(配送サービスについて)
*/
#FS2_aboutDeliveryService {
  /*スマホ非表示*/
  display: none;
}

/****************
https://www.pmb__paramount.pmb__shop/fs/paramount/PostageSettleList.pmb__html
追加した送料一覧（カスタマイズ）
****************************************************/
.pmb__shippingttl {
  padding: 0px;
  margin: 0 0 25px 0;
  border-bottom: 2px solid #dddddd;
  border-color: #969696;
}

.pmb__shippingtable {
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  max-width: 600px;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}

.pmb__cell {
  background: #e0e0e0;
  font-weight: normal;
  background: #f6f6f6;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 3px 5px;
  text-align: left;
  width: 30%;
}

.pmb__price,
.pmb__campaign {
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding: 3px 5px;
  text-align: right;
  width: 30%;
  /*母の日父の日キャンペーン追加*/
}

/*PCの表を消す*/
.pmb__FS2_Config_Postage .pmb__userTable_02 {
  display: none;
}

/*スマホの表を消す*/
#FS2_aboutShipping,
#FS2_postageList {
  display: none;
}

/*母の日父の日キャンペーン追加*/
.pmb__campaign {
  color: #dc0000;
}


/****************************************************************/
/*                                                              */
/* left style                                                   */
/*                                                              */
/****************************************************************/
#left {
  width: 220px;
  padding: 0;
  margin: 0 30px 0 0;
  float: left;
  box-sizing: border-box;
}

#left .pmb__side_bnr p {
  margin-bottom: 20px;
}

#left .pmb__side_bnr p:last-child {
  margin-bottom: 0;
}

#left .pmb__left_flow h2 {
  font-size: 14px;
  color: #fff;
  padding: 11px 0 9px;
  background-color: #144960;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#left .pmb__left_flow .pmb__h2 {
  font-size: 14px;
  color: #fff;
  padding: 11px 0 9px;
  background-color: #144960;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

/*
#left .pmb__left_flow h3 {
	background:url(../images/common/side_arrow.pmb__gif) no-repeat;
	background-position:left top;
	padding:0 0 0 19px;
	font-weight: bold;
	font-size:14px;
	margin:0 0 26px 10px;
}*/
#left .pmb__left_flow h3 {
  background-position: left top;
  padding: 0 0 0 19px;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 20px;
  background: #e2f4f7;
  padding: 4.5%;
}

#left .pmb__left_flow h3 a {
  color: #000;
}

#left .pmb__left_flow h3 a:visited {
  color: #000;
}

#left .pmb__left_flow h3 a:hover {
  color: #000;
}

#left .pmb__left_flow .pmb__h3 {
  background-position: left top;
  padding: 0 0 0 19px;
  font-weight: bold;
  font-size: 13px;
  margin: 0 0 20px;
  background: #e2f4f7;
  padding: 4.5%;
}

#left .pmb__left_flow .pmb__h3 a {
  color: #000;
}

#left .pmb__left_flow .pmb__h3 a:visited {
  color: #000;
}

#left .pmb__left_flow .pmb__h3 a:hover {
  color: #000;
}


#left .pmb__left_flow p {
  font-size: 14px;
  font-weight: bold;
  color: #002f5f;
  margin: 0 0 15px 10px;
}

#left .pmb__left_flow ul {
  margin-left: 10px;
}

#left .pmb__left_flow ul li {
  background: url(../images/common/side_arrow.pmb__gif) no-repeat;
  background-position: left top;
  padding: 0 0 0 19px;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23;
}

#left .pmb__left_flow ul:last-child li:last-child {
  margin-bottom: 40px;
}

#left .pmb__iframe_calender {
  width: 180px;
  margin: auto;
}

/* 商品検索
--------------------------------*/
#left .pmb__search_box {
  margin: 32px 0 22px;
}

#left .pmb__search_box form input[type="text"] {
  width: 186px;
  border: none;
  box-sizing: border-box;
  background-color: #f6f6f6;
  font-size: 12px;
  color: #002f5f;
  font-family: "Yu Mincho", "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", sans-serif;
  height: 28px;
  background-color: #f6f6f6;
  padding-left: 9px;
  vertical-align: middle;
}

#left .pmb__search_box form input[type="text"]:placeholder-shown {
  color: #c0c0c0;
}

#left .pmb__search_box form input[type="text"]::-webkit-input-placeholder {
  color: #c0c0c0;
}

#left .pmb__search_box form input[type="image"] {
  width: 30px;
  height: 28px;
  text-align: center;
  vertical-align: middle;
  background-color: #f6f6f6;
}

#left .pmb__search_box form input[type="image"] img {
  width: 18px;
  height: 18px;
}

/*レフトのフローティング追加------------------------------------------------------*/
.pmb__leftfixbnr {
  position: fixed;
  background: url(../images/floation_03.pmb__jpg) no-repeat;
  left: 0;
  top: 153px;
  width: 100px;
  height: 250px;
  z-index: 999;
}

.pmb__leftfixbnr a {
  display: block;
}

/*バツボタンをつけるためのレフトのフローティング*/
.pmb__left_flo {
  position: fixed;
  left: 0;
  top: 135px;
  width: 100px;
  z-index: 99;
  text-align: center;
  vertical-align: middle;
  height: 215px;
  box-sizing: border-box;
}

.pmb__left_flo p {
  position: relative;
}

.pmb__left_flo p span {
  top: -5px;
  width: 22%;
  right: -8px;
  position: absolute;
  display: block;
  cursor: pointer;
}

.pmb__left_flo.pmb__out {
  opacity: 0;
  visibility: hidden;
}

img.pmb__flo_img00 {
  max-width: 100px;
  margin: 5px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* tel popup更新しました190507
--------------------------------*/
/*
iframe.pmb__pc_btmflo{
    width: 100%;
    position: fixed;
    bottom: 0;
}
*/
img.pmb__flo_img {
  max-width: 812px;
  /*margin: 5px 0 0;*/
  margin: 1% 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pmb__tel_pop {
  position: fixed;
  right: 0%;
  bottom: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
  background-color: rgb(1, 49, 97);
  opacity: 0.8;
  text-align: center;
  vertical-align: middle;
  /*padding: 1%;
  height: 60px;*/
  box-sizing: border-box;
}

.pmb__tel_pop p {
  position: relative;
}

.pmb__tel_pop p span {
  /*bottom: 35%;*/
  bottom: 15%;
  right: 1.3%;
  position: absolute;
  display: block;
  cursor: pointer;
}

.pmb__tel_pop.pmb__out {
  opacity: 0;
  visibility: hidden;
}

.pmb__campaign_float {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #a4def4;
}

.pmb__campaign_float img {
  vertical-align: top;
  width: 100%;
  max-width: 1359px;
  height: auto;
}

.pmb__campaign_float img.pmb__pc {
  display: block;
}

.pmb__campaign_float img.pmb__sp {
  display: none;
}

@media screen and (max-width: 639px) {
    /*#content{
        padding-top:12%;
    }*/
  .pmb__campaign_float img.pmb__pc {
    display: none;
  }

  .pmb__campaign_float img.pmb__sp {
    display: block;
  }
    .pmb__spHbnr {
  display: block;
}
}



/*レフトフローティング*/
.pmb__leftflo1_pop {
  position: fixed;
  left: 0%;
  top: 153px;
  width: 200px;
  z-index: 99;
  position: fixed;
  background: url(https://www.pmb__paramount.pmb__shop/images/floation_03.pmb__jpg) no-repeat;
  left: 0;
  top: 153px;
  width: 100px;
  height: 250px;
  z-index: 999;
  /*
    transition: all 0.3s;
    background-color: rgb(1, 49, 97);
    opacity: 0.8;
    text-align: center;
    vertical-align: middle;
    padding: 1%;
    height: 60px;
*/
  box-sizing: border-box;
}

.pmb__leftflo1 p {
  position: relative;
}

.pmb__leftflo1 p span {
  top: 153px;
  left: 1.3%;
  position: absolute;
  display: block;
  cursor: pointer;
}

.pmb__leftflo1.pmb__out {
  opacity: 0;
  visibility: hidden;
}

/*********************休業の時にスマホフローティングのTEL情報は表示********************/
/* 通常	*/
/*    display: none;*/
/* .pmb__floating_holidays_sp {
} */

/****************************************************************/
/*
/* pagetop style
/*
/****************************************************************/
.pmb__pagetop {
  display: none;
  position: fixed;
  z-index: 999999;
  /* bottom: 80px; */
  bottom: 165px;
  right: 3%;
}

.pmb__pagetop a {
  display: block;
  width: 50px;
  height: 50px;
}

.pmb__pagetop a img {
  width: 100%;
}

/***** liquid font *****/
@media screen and (max-width: 1000px) {
  /****************************************************************/
  /*
/* contents style
/*
/****************************************************************/
  /* nav
--------------------------------*/
  #navi nav > ul li.pmb__nav_menu {
    font-size: 1.4vw;
    /*幅1000pxなのでつまり14px */
  }
}

/***** tb style *****/
@media screen and (max-width: 768px) {
  /****************************************************************/
  /*
/* common style
/*
/****************************************************************/
  body {
    /* margin-top: 80px !important; */
    /* 190905追記用（フローティングのバナー） */
    /*	margin-top: 120px!important;*/
  }

  /*****下層ページ追加設定*****/
  .pmb__item li {
    padding: 0 0px 0 7px;
    margin: 0px;
    display: table-cell;
    text-align: left;
  }

  .pmb__pc_cont {
    display: none !important;
  }

  .pmb__tb_cont {
    display: block !important;
  }


  /* menu
  --------------------------------*/
  #h_side {
    position: fixed;
    top: 0;
    right: -50%;
    width: 50%;
    height: 100%;
    margin: 60px 0 0 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    z-index: 9999;
  }

  #overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    margin-top: 60px;
  }

  #h_side .pmb__menu_wrapper {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-x: visible;
    overflow-y: scroll;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner {
    padding: 0 0 30% 0;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner .pmb__sp_nav_top_menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .pmb__sp_nav_top_menu li {
    flex-basis: 33%;
  }

  /* 新メニュー */
  #h_side .pmb__menu_wrapper .pmb__menu_inner .pmb__sp_nav_top_list ul li a {
    display: block;
    padding: 14px 0 14px 15px;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #003465;
    position: relative;
  }

  #h_side
    .pmb__menu_wrapper
    .pmb__menu_inner
    .pmb__sp_nav_top_list
    ul
    li
    a.pmb__accordion_trigger:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #003465;
    position: absolute;
    right: 15px;
    top: calc(50% - 6px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    z-index: 1;
    -webkit-transition: ease 200ms;
    -o-transition: ease 200ms;
    transition: ease 200ms;
  }

  #h_side
    .pmb__menu_wrapper
    .pmb__menu_inner
    .pmb__sp_nav_top_list
    ul
    li
    a.pmb__accordion_trigger.pmb__open:after {
    -webkit-transform: translateY(5px) rotate(-45deg);
    -ms-transform: translateY(5px) rotate(-45deg);
    -o-transform: translateY(5px) rotate(-45deg);
    transform: translateY(5px) rotate(-45deg);
  }

  #h_side
    .pmb__menu_wrapper
    .pmb__menu_inner
    .pmb__sp_nav_top_list
    ul
    li
    a.pmb__accordion_trigger.pmb__navy:after,
  #h_side
    .pmb__menu_wrapper
    .pmb__menu_inner
    .pmb__sp_nav_top_list
    ul
    li
    a.pmb__accordion_trigger.pmb__blue:after {
    border-color: #fff;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner .pmb__sp_nav_top_list ul li a.pmb__navy {
    background: #003465;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner .pmb__sp_nav_top_list ul li a.pmb__blue {
    background: #1069ac;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner .pmb__sp_nav_top_list ul li a.pmb__blue2 {
    background: #15ade0;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner .pmb__sp_nav_top_list ul li a.pmb__gray {
    background: #ededed;
    color: #5f5f5f;
    border-bottom: 1px solid #959595;
  }

  /* 旧メニュー */
  #h_side .pmb__menu_wrapper .pmb__menu_inner section > ul li.pmb__navy a {
    display: block;
    padding: 14px 0 14px 15px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    background: #003465 url(../images/sp_menu_yaw.pmb__png) 95% 50% no-repeat;
    background-size: 2.5%;
    color: #fff;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner section > ul li.pmb__skyblue a {
    display: block;
    padding: 14px 0 14px 15px;
    font-size: 14px;
    border-bottom: 1px solid #fff;
    background: #70cbec url(../images/sp_menu_yaw.pmb__png) 95% 50% no-repeat;
    background-size: 2.5%;
    color: #fff;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner section > ul li.pmb__white a {
    display: block;
    padding: 14px 0 14px 15px;
    font-size: 14px;
    border-bottom: 1px solid #c6c6c6;
    background: url(../images/sp_menu_ya.pmb__png) 95% 50% no-repeat;
    background-size: 2.5%;
    color: #1c1c1c;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner > #menu_close {
    padding: 15px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    color: #ffffff;
    text-align: center;
    background-color: #555555;
  }

  /****************************************************************/
  /*
/* navi style
/*
/****************************************************************/
  #navi nav.pmb__fixed {
    position: static;
  }

  /****************************************************************/
  /*
/* left style
/*
/****************************************************************/
  #left {
    display: none;
  }

  .pmb__layout_menu {
    display: none;
  }
}

/***** sp style *****/
@media screen and (max-width: 640px) {
  /****************************************************************/
  /*
	/* common style
	/*
	/****************************************************************/
  /* body {
    margin-top: 140px !important;
  } */

  .pmb__tb_cont {
    display: none !important;
  }

  .pmb__sp_cont {
    display: block !important;
  }

  a:hover img {
    opacity: 1;
  }

  a:active img {
    opacity: 0.8;
  }

  /*****下層ページ追加設定******/
  .pmb__FS2_InCartButton {
    vertical-align: bottom;
    padding-left: 10px;
    width: 170px;
  }

  .pmb__FS2_contents_container .pmb__itemPrice {
    font-size: 28px;
  }

  td.pmb__layout_menu {
    padding-bottom: 0px !important;
    display: block;
    width: 100%;
  }

  td.pmb__layout_content {
    display: block;
    width: 100%;
  }

  #FS2_SystemNav {
    margin-bottom: 12%;
  }

  /* menu
--------------------------------*/
  #h_side {
    right: -80%;
    width: 80%;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner section > ul li.pmb__navy a {
    font-size: 13px;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner section > ul li.pmb__skyblue a {
    font-size: 13px;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner section > ul li.pmb__white a {
    font-size: 13px;
  }

  #h_side .pmb__menu_wrapper .pmb__menu_inner > #menu_close {
    font-size: 13px;
  }

  /****************************************************************/
  /*                                                              */
  /* left style                                                   */
  /*                                                              */
  /****************************************************************/
  #left {
    width: 100%;
    margin: 0;
    float: none;
  }

  #left .pmb__side_bnr p {
    float: left;
    width: 48%;
    margin: 0 4% 4% 0;
  }

  #left .pmb__side_bnr p:nth-child(even) {
    margin-right: 0;
  }

  #left .pmb__search_box {
    display: none;
  }

  #left .pmb__left_flow {
    display: none;
  }

  #left .pmb__side_bnr02 {
    display: none;
  }

  #left img {
    width: 100%;
    height: auto;
  }

  .pmb__pagetop {
    bottom: 140px;
  }
  .pmb__simulator .pmb__pagetop {
    bottom: 100px;
  }

  /*キャンペーンバナーヘッダー下→告知案内に使いました。→キャンペーンバナーに使用 →カタログ →キャンペーン
---------------------------------------------------------------------------------------*/
  .pmb__top-banner {
    display: block;
    width: 100%;
    /*background-image: url(https://www.pmb__paramount.pmb__shop/images/catalog_sp.pmb__jpg);*/
    background-image: url(https://www.pmb__paramount.pmb__shop/images/230109_intime_sp.pmb__jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #012f60;
    /*background-color: #0a3b70;*/
    background-size: contain;
    /* margin: 0 0 5px 0; */
    max-height: 100px;
    /* 表示を消す */
    display: none;
  }

  .pmb__top-banner.pmb__tb-2 {
    background-image: url(https://www.pmb__paramount.pmb__shop/images/230907_notice_sp.pmb__jpg);
    background-color: #fff701;
    margin: 0;
     display: none; 
    /*display: block;*/
        height: 35px;
    background-size: 70%;
  }
    
    .pmb__spHbnr .pmb__top-banner.pmb__tb-2{
  display: block;
}

  .pmb__top-banner.pmb__tb-3 {
    background-image: url(https://www.pmb__paramount.pmb__shop/images/230918_campaign_sp.pmb__jpg);
    margin: 0;
    display: none;
    /* display: block; */
  }
    
            .pmb__search_head_sp{
                padding:2% 0;
                background-color:#f6f6f6;
                margin:0 0;
            }
            .pmb__search_head_sp form{
                width: 96%;
                margin: 0 auto;
                display: flex;
                justify-content: space-between;
                
            }

            .pmb__search_head_sp .pmb__searchbox{
                    width: 80%;
                    border: 2px solid #144960;
                    border-radius: 8px;
                    padding: 2px 2% 2px;
                }
            
            .pmb__search_head_sp .pmb__search_btn{
                height: 34px;
                margin-left:2%;
            }

  /* 190905追記 （バナーをヘッダーフローティングにする）*/
  /*
.pmb__spHbnr {
	display: block;
	padding: 10px 0 0 0;
}
*/

  /*キャンペーンバナーヘッダー下→告知案内に使いました。→キャンペーンバナーに使用 →カタログのヘッダー
---------------------------------------------------------------------------------------*/
  .pmb__catalog_sp {
    display: block;
    width: 100%;
    background-image: url(https://www.pmb__paramount.pmb__shop/images/catalog_sp.pmb__jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #90d6f1;
    background-color: #0a3b70;
    background-size: contain;
    margin: 0 0 5px 0;
    /*表示を消す*/
    /*    display: none;*/
  }

  /*年末年始の案内PC　2019年はこっち使ってない
---------------------------------------------------------------------------------------*/
  .pmb__top-caution {
    /*
    display: block;
    width: 100%;
    background-image: url(https://www.pmb__paramount.pmb__shop/images/181228_notice_sp.pmb__gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    height: 124px;
    margin: 20px 0 20px 0;
*/
    /*表示を消す*/
    display: none;
  }
}

@media screen and (min-width: 640px) and (max-width: 768px) {
  /*Gナビのパラマウントベッドについて文字サイズ*/
  #navi nav > ul li:first-child.pmb__nav_menu {
    font-size: 10px;
  }

  /* 休業告知案内のタブレット対策
--------------------------------*/
  .pmb__pc_cont {
    display: block !important;
    width: 100%;
  }

  .pmb__h_wrapper {
    display: none !important;
  }

  /* foot_flo
--------------------------------*/
  footer .pmb__foot_flo {
    position: fixed;
    bottom: 0;
  }

  .pmb__foot_flo li.pmb__btn03 {
    display: none;
  }

  img.pmb__flo_img {
    max-width: 768px;
    margin: 1% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80%;
  }

  /********スマホ用*************休業の時にフローティングのTEL情報はコメントアウトします********************/

  .pmb__foot_flo {
    position: fixed;
    bottom: 0;
  }

  .pmb__foot_flo ul li img {
    width: 100%;
  }

  /* foot_flo リニューアル
-----------------------------------------------*/
  /*
footer .pmb__foot_flo ul{
		display: flex;
		display: -webkit-flex;
	}
footer .pmb__foot_flo li {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}

.pmb__foot_flo li.pmb__btn01 {
	border-right: 1px solid #566868;
}
.pmb__foot_flo li.pmb__btn02 {
	border-left: 1px solid #35bcbb;
}
.pmb__foot_flo li a {
	display: block;
	padding: 6px 0 6px;
}
.pmb__foot_flo li.pmb__btn01 a {
	background: url(..pmb__mages/top/sp_floationg_01.pmb__gif) no-repeat;
	background-size: 100% 100%;
}
.pmb__foot_flo li.pmb__btn02 a {
	background: url(..pmb__mages/top/sp_floationg_02.pmb__png) no-repeat;
	background-size: 100% 100%;
}
*/
  /*キャンペーンバナーヘッダー下使ってない
---------------------------------------------------------------------------------------*/
  /*
.pmb__top-banner {
    display: block;
    width: 100%;
    background-image: url(https://www.pmb__paramount.pmb__shop/images/1909_camobi_PC.pmb__png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #90d6f1;
    background-size: contain;
*/
  /*    height: 50px;*/
  /* margin: 12px 0; */
  /*
	margin: 0 0 0px 0;

*/
  /*表示を消す*/
  /*	display: none;*/
  /*}*/
  /*年末年始の案内PC
---------------------------------------------------------------------------------------*/
  .pmb__top-caution {
    display: block;
    width: 100%;
    background-image: url(https://www.pmb__paramount.pmb__shop/images/181228_notice_sp.pmb__gif);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    height: 124px;
    margin: 20px 0 20px 0;

    /*表示を消す*/
    display: none;
  }
}

/*youtube 動画をページにスクロールした時に再生する
----------------------------------------------------------------------------------*/
.pmb__youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.pmb__youtube-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 追加 */
.pmb__floating__box {
  z-index: 999999990;
  position: fixed;
  bottom: 171px;
  border: 0px;
  background: none;
  left: 3px;
  cursor: pointer;
  transition: 0.3s;
}

.pmb__floating__img__box {
  max-width: 196px;
}

.pmb__floating__box img {
  max-width: 100%;
  width: 100%;
}

.pmb__floating__btn {
  position: absolute;
  z-index: 999999999;
  right: 0;
  top: -10px;
  right: -2px;
}

.pmb__floating__box.pmb__click {
  visibility: hidden;
  opacity: 0;
}
@media screen and (max-width: 640px) {
  .pmb__floating__img__box {
    max-width: 142px;
  }
}

.pmb__pc_only,
.pmb__sp_only {
  display: none;
}

@media screen and (min-width: 768px) {
  .pmb__pc_only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .pmb__sp_only {
    display: block;
  }
}
#top__banner .pmb__topbnr_txt{
    display:flex;
    justify-content: center;
    padding:10px 0;
    background-color:#970a0a;
    width:100%;
    text-align: center;
    color:#fff;
    align-items: center;
}
   
#top__banner .pmb__topbnr_txt:hover{
    text-decoration:none;
}

#top__banner .pmb__topbnr_txt em{
    font-size:30px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-weight:bold;
}
#top__banner .pmb__topbnr_txt span{
    font-size: 28px;
    font-weight:400;
    margin-left: 20px;
}


#nav #top__banner .pmb__topbnr_txt{
    display:flex;
    justify-content: center;
    padding:10px 0;
    background-color:#970a0a;
    width:100%;
    text-align: center;
    color:#fff!important;
    align-items: center;
}
   
#nav #top__banner .pmb__topbnr_txt:hover{
    text-decoration:none;
}
#navi .pmb__topbnr_txt:visited{
    color:#fff!important;
}

#nav #top__banner .pmb__topbnr_txt em{
    font-size:30px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    font-weight:bold;
}
#nav #top__banner .pmb__topbnr_txt span{
    font-size: 28px;
    font-weight:400;
    margin-left: 20px;
}


#navi .pmb__top_banner_inner.pmb__pc,
#header .pmb__spHbnr{display: none;}

@media screen and (max-width: 768px) {
/* html body {margin-top: 110px !important;} */
}


.pmb__bnr {width: 100%;padding: 0;margin: 0 auto;box-sizing: border-box;background: #8fd6f4;}
.pmb__bnr a {max-width: 1000px;width: 100%;margin: 0 auto;display: block;}
@media screen and (max-width: 768px) {
/*.pmb__bnr {padding: 20px 0;}*/
}

/* =====================================
== All Common Stylesheet
===================================== */

:root {
  --black: #000000;
  --white: #ffffff;

  --priceColor: #fe0000;
  --buttonColor: darkorange;

  --paramountColorA: #013567;
  --paramountColorB: #75b8d2;
  --paramountColorC: #003567;
  --paramountColorD: #707070;
  --paramountColorE: #8C8C8C;
  --paramountColorF: #F5F5F5;
  --paramountColorG: #57C3EA;
  --paramountColorH: #616161;
  --paramountColorI: #F6F6F6;
  --paramountColorj: #CCCCCC;
  --paramountColorK: #d4d4d4;
  --paramountColorL: #e2f4f8;
  --paramountColorM: #d8eaf8;

  --sizeColorSS: #6A7FAA;
  --sizeColorS: #90958F;
  --sizeColorSD: #88776F;

  --dropShadow: 0 .3rem 1rem #77777740;

  --transitionNormal: all .3s ease-in-out;
  --opacity80: .8;
}

#productDetailsArea img {
  width: 100%;
  height: auto;
}

[blockContents] {display: block;}

main.pmb__fs-l-main {
  padding: 0 1rem;
  box-sizing: border-box;
}

#fs_Top main.pmb__fs-l-main {
  padding: 0;
}

@media only screen and (max-width: 768px) {
  main.pmb__fs-l-main {
    padding: 0 1.6rem;
  }
}

.pmb__productContentsInner a{
  display: flex;
  justify-content: center;
}

/* =====================================
== Top Slider Stylesheet
===================================== */

.pmb__mv {
  margin-bottom: 7rem;
  position: relative;
}

.pmb__mv img {
  width: 100%;
  height: auto;
}

.pmb__mv .pmb__mv_slider.pmb__slick-slider {
  margin-bottom: 0;
}

.pmb__mv .pmb__mv_slider li {
  max-width: 135rem;
  width: 100%;
}
.pmb__mv .pmb__mv_slider li{
  transition: var(--transitionNormal);
}
.pmb__mv .pmb__mv_slider li :hover{
  opacity: var(--opacity80);
}

.pmb__mv .pmb__slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  bottom: -2rem;
  transform: translateY(100%);
}

.pmb__mv .pmb__slick-dots li {
  width: .8rem;
  height: .8rem;
  aspect-ratio: 1 / 1;
  margin: 0;
}

.pmb__mv .pmb__slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.pmb__mv .pmb__slick-dots li button:before {
  content: '';
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 1;
  background: var(--paramountColorj);
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  position: static;
  transition: var(--transitionNormal);
  opacity: 1;
}

.pmb__mv .pmb__slick-dots li.pmb__slick-active button:before {
  background: var(--paramountColorE);
}

.pmb__slideArrows {

}


.pmb__slideArrows .prev,
.pmb__slideArrows .pmb__next {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;

  font-size: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.pmb__slideArrows .prev {left: 0;}
.pmb__slideArrows .pmb__next {right: 0;}

.pmb__slideArrows > *::after {
  content: '';
  width: 4rem;
  height: 8.4rem;
  background: url(https://paramount.itembox.design/item/images/top/slide_arrow.png) center / 100% no-repeat;
  display: block;
}

.pmb__slideArrows .prev::after {transform: scale(-1, 1);}



/* =====================================
== firstguide Stylesheet
===================================== */

.pmb__firstguide {
  max-width: 110rem;
  width: 100%;
  margin: 0 auto 5rem;
}
@media only screen and (max-width: 1100px) {
  .pmb__firstguide {
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}

.pmb__firstguide img {
  width: 100%;
  height: auto;
}

.pmb__firstguide__bnr {
  margin-bottom: 4rem;
}
.pmb__firstguide__bnr a{
  transition: var(--transitionNormal);
}
.pmb__firstguide__bnr a:hover{
  opacity: var(--opacity80);
}
@media only screen and (max-width: 750px) {
  .pmb__firstguide__bnr {
    margin-bottom: 3rem;
  }
}

.pmb__firstguide__list {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
}
@media only screen and (max-width: 1100px) {
  .pmb__firstguide__list {
    gap: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__firstguide__list {
    flex-direction: column;
    gap: 0;
  }
}

.pmb__firstguide__list li {
  max-width: calc((100% - 3.5rem * 3) / 4);
  box-sizing: border-box;
  display: flex;
  position: relative;
  transition: var(--transitionNormal);
}
.pmb__firstguide__list li:hover{
  opacity: var(--opacity80);
}
@media only screen and (max-width: 1100px) {
  .pmb__firstguide__list li {
    max-width: calc((100% - 2rem * 3) / 4);
  }
}
@media only screen and (max-width: 750px) {
  .pmb__firstguide__list li {
    max-width: 100%;
    border-bottom: .1rem solid var(--paramountColorK);
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
}

.pmb__firstguide__list li:not(:last-child) {
  padding-right: 3.5rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__firstguide__list li:not(:last-child) {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__firstguide__list li:not(:last-child) {
    padding: 0 1.5rem;
  }
}

.pmb__firstguide__list li:not(:last-child)::before {
  content: '';
  width: .3rem;
  height: 100%;
  background: var(--paramountColorK);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 750px) {
  .pmb__firstguide__list li:not(:last-child)::before {
    content: none;
  }
}


.pmb__firstguide__list li a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: left;
  color: var(--paramountColorE);
  /* word-break: auto-phrase; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
@media only screen and (max-width: 1100px) {
  .pmb__firstguide__list li a {
    font-size: 1.5rem;
    word-break: auto-phrase;
  }

  .pmb__firstguide__list li a br{
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__firstguide__list li a {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1;
    padding: 2.5rem 0;
    box-sizing: border-box;
    justify-content: start;
    position: relative;
  }

  .pmb__firstguide__list li a::after {
    content: '';
    width: 9px;
    height: 9px;
    border-top: .1rem solid var(--paramountColorH);
    border-right: .1rem solid var(--paramountColorH);
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .5rem;
    display: inline-block;
    transform: rotate(45deg);
    transition: var(--transitionNormal);
  }
}

.pmb__firstguide__list li a img {
  max-width: 5rem;
}


/* =====================================
== simulation Stylesheet
===================================== */

.pmb__simulation {
  max-width: 135rem;
  width: 100%;
  background: var(--paramountColorI);
  padding: 8.5rem 1.5rem;
  margin: 0 auto 10rem;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .pmb__simulation {
    padding: 4rem 1.5rem;
    margin: 0 auto 6rem;
  }
}

.pmb__simulation img {
  width: 100%;
  height: auto;
  transition: var(--transitionNormal);
}
.pmb__simulation img:hover{
  opacity: var(--opacity80);
}

.pmb__simulation__inner {
  max-width: 110rem;
  width: 100%;
  margin: auto;
}

.pmb__simulation__inner__title {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: left;
  color: var(--paramountColorC);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__simulation__inner__title {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__title {
    font-size: 2.8rem;
    margin-bottom: 1em;
  }
}

.pmb__simulation__inner__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: left;
  color: var(--paramountColorE);
  margin-bottom: 8rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__simulation__inner__text {
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}


.pmb__simulation__inner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem;
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__list {
    gap: 2rem;
  }
}

.pmb__simulation__inner__cointents {
  max-width: calc((100% - 4rem) / 2);
  width: 100%;
  border-radius: 1rem;
  padding: 4rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  position: relative;
  filter: drop-shadow(var(--dropShadow));
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents {
    max-width: calc((100% - 2rem) / 2);
    /* max-width: 100%; */
    padding: 2rem 1rem;
    gap: 1.6rem;
  }
}

.pmb__simulation__inner__cointents[data="semisingle"] {background: var(--sizeColorSS);}
.pmb__simulation__inner__cointents[data="single"] {background: var(--sizeColorS);}
.pmb__simulation__inner__cointents[data="semidouble"] {background: var(--sizeColorSD);}

.pmb__simulation__inner__cointents:first-child {
  max-width: 100%;
  flex-direction: row;
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents:first-child {
    flex-direction: column;
    padding: 2rem;
  }
}

.pmb__simulation__inner__cointents:first-child::before {
  content: '';
  width: 29.8rem;
  height: 28.6rem;
  background: url(https://paramount.itembox.design/item/images/common/simulation_women.png) center / 100% no-repeat;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
@media only screen and (max-width: 1000px) {
  .pmb__simulation__inner__cointents:first-child::before {
    content: none;
  }
}

.pmb__simulation__inner__cointents__img {
  max-width: 45rem;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .pmb__simulation__inner__cointents__img {
    max-width: 40.90vw;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents__img {
    max-width: 100%;
  }
}

.pmb__simulation__inner__cointents__textArea {
  width: 100%;
}

.pmb__simulation__inner__cointents__title {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
}
@media only screen and (max-width: 1000px) {
  .pmb__simulation__inner__cointents__title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents__title {
    font-size: 2rem;
    line-height: 1.5;
    word-break: auto-phrase;
  }
}

.pmb__simulation__inner__cointents__price {
  /* font-size: 2.4rem; */
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__simulation__inner__cointents__price {
    /* font-size: 1.8rem; */
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents__price {
    font-size: 1.6rem;
  }
}

.pmb__simulation__inner__cointents__price small{
  font-size: 66.66%;
  font-weight: 500;
}

.pmb__simulation__inner__cointents__text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__simulation__inner__cointents__text {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents__text {
    font-size: 1.6rem;
  }
}

.pmb__simulation__inner__cointents__text b {
  display: block;
}

.pmb__simulation__inner__cointents__button {
  max-width: 39rem;
  width: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.pmb__simulation__inner__cointents__button a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  background: var(--paramountColorC);
  padding: 1.5rem 1.5rem 3rem;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: var(--transitionNormal);
}
.pmb__simulation__inner__cointents__button a:hover{
  opacity: var(--opacity80);
}
@media only screen and (max-width: 1000px) {
  .pmb__simulation__inner__cointents__button a {
    padding: 1rem 1.5rem 2rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents__button a {
    font-size: 1.3rem;
    padding: 1rem 1rem 2rem;
  }
}

.pmb__simulation__inner__cointents__button a::after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: .1rem solid var(--white);
  border-right: .1rem solid var(--white);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  display: inline-block;
  transform: rotate(45deg);
  transition: var(--transitionNormal);
}

@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents:not(:first-child) .pmb__simulation__inner__cointents__button a::after {
    content: none;
  }
}


.pmb__simulation__inner__cointents__button a span {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents__button a span {
    display: block;
  }
}

.pmb__simulation__inner__cointents__button a span::after {
  content: '\203B\30DE\30C3\30C8\30EC\30B9\5E45';
  font-size: 70%;
  white-space: nowrap;
  position: absolute;
  bottom: -.15em;
  left: .5em;
  transform: translateY(100%);
}



/* ↓↓↓ 1番目の場合Styleを変更する ↓↓↓ */
.pmb__simulation__inner__cointents:first-child .pmb__simulation__inner__cointents__img {
  max-width: 51rem;
}
@media only screen and (max-width: 1100px) {
  .pmb__simulation__inner__cointents:first-child .pmb__simulation__inner__cointents__img {
    max-width: 46.36vw;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents:first-child .pmb__simulation__inner__cointents__img {
    max-width: 100%;
  }
}

.pmb__simulation__inner__cointents__textArea .pmb__simulation__inner__cointents__title {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  position: relative;
}

.pmb__simulation__inner__cointents__textArea .pmb__simulation__inner__cointents__title::after {
  content: '';
  width: 7.5rem;
  height: .4rem;
  background: var(--white);
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents:first-child .pmb__simulation__inner__cointents__title {
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents:first-child .pmb__simulation__inner__cointents__text {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents:first-child .pmb__simulation__inner__cointents__button a {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 750px) {
  .pmb__simulation__inner__cointents:first-child .pmb__simulation__inner__cointents__button a span {
    display: inline-block;
  }
}


/* =====================================
== step Stylesheet
===================================== */

.pmb__stepContents {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto 10rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pmb__stepContents {
    margin: 0 auto 6rem;
  }
}

.pmb__stepContents img {
  width: 100%;
  height: auto;
}

.pmb__stepContents__inner {
  max-width: 135rem;
  width: 100%;
  margin: auto;
}

.pmb__stepContents__inner__Ectitle {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  background: var(--paramountColorC);
  padding: 2.5rem 0;
  margin-bottom: 6rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pmb__stepContents__inner__Ectitle {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.pmb__stepContents__inner__title {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
  margin-bottom: 6rem;
}
@media only screen and (max-width: 750px) {
  .pmb__stepContents__inner__title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.pmb__stepContents__inner__list {
  display: flex;
  justify-content: center;
  gap: 1.2rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__stepContents__inner__list {
    flex-direction: column;
    gap: 2rem;
  }
}

.pmb__stepContents__inner__list li {
  max-width: calc((100% - 1.2rem * 4) / 5);
  width: 100%;
  border: .2rem solid var(--paramountColorG);
  padding: 5rem 3rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  gap: 2rem;
  position: relative;
}
@media only screen and (max-width: 1350px) {
  .pmb__stepContents__inner__list li {
    padding: 5rem 1.5rem;
  }
}
@media only screen and (max-width: 1000px) {
  .pmb__stepContents__inner__list li {
    max-width: 100%;
    padding: 3rem 1.5rem;
    flex-direction: row;
    gap: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__stepContents__inner__list li {
    padding: 2rem 1.5rem;
  }
}

.pmb__stepContents__inner__list__step {
  width: 82.5%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  background: var(--paramountColorG);
  padding: 1.6rem 1rem;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1000px) {
  .pmb__stepContents__inner__list__step {
    width: 10.6rem;
    font-size: 1.5rem;
    padding: .7rem 1rem;
    left: 1.5rem;
    transform: translateY(-50%);
  }
}

.pmb__stepContents__inner__list__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
}
@media only screen and (max-width: 1350px) {
  .pmb__stepContents__inner__list__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .pmb__stepContents__inner__list__title {
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: .35rem;
  }
}

.pmb__stepContents__inner__list__img {
  max-width: 79%;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .pmb__stepContents__inner__list__img {
    max-width: 8rem;
  }
}


.pmb__stepContents__inner__list__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorH);
  word-break: break-all;
}
@media only screen and (max-width: 1350px) {
  .pmb__stepContents__inner__list__text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1000px) {
  .pmb__stepContents__inner__list__text {
    text-align: left;
  }
}

.pmb__stepContents__inner__list__text b {
  display: block;
}


/* =====================================
== recommendSet Stylesheet
===================================== */

.pmb__recommendSet {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto 10rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet {
    margin: 0 auto 6rem;
  }
}

.pmb__recommendSet img {
  width: 100%;
  height: auto;
}

.pmb__recommendSet__inner {
  max-width: 135rem;
  width: 100%;
  margin: auto;
}

.pmb__recommendSet__inner__title {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
  margin-bottom: .5rem;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__title {
    font-size: 2.8rem;
  }
}

.pmb__recommendSet__inner__text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorE);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__text {
    font-size: 1.6rem;
  }
}

.pmb__recommendSet__inner__list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list {
    flex-direction: column;
    align-items: center;
    gap: 4.8rem;
  }
}

.pmb__recommendSet__inner__list li {
  max-width: calc((100% - 3rem * 3) / 2);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list li {
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.pmb__recommendSet__inner__list__title {
  width: 100%;
  height: 8.4rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 8.4rem;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  margin-bottom: .8rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__recommendSet__inner__list__title {
    height: 8.4vw;
    font-size: 2rem;
    line-height: 8.4vw;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list__title {
    width: 4rem;
    height: auto;
    font-size: 1.6rem;
    line-height: 4rem;
    letter-spacing: calc(20 / 1000 * 1em);
    margin-bottom: 0;
    writing-mode: vertical-lr;
  }
}

.pmb__recommendSet__inner__list li[data="semisingle"] .pmb__recommendSet__inner__list__title {background: var(--sizeColorSS);}
.pmb__recommendSet__inner__list li[data="single"] .pmb__recommendSet__inner__list__title {background: var(--sizeColorS);}
.pmb__recommendSet__inner__list li[data="semidouble"] .pmb__recommendSet__inner__list__title {background: var(--sizeColorSD);}

.pmb__recommendSet__inner__list__img {
  width: 100%;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list__img {
    max-width: 53.75%;
    margin-bottom: 0;
  }
}

.pmb__recommendSet__inner__textArea {

}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__textArea {
    max-width: calc(100% - 53.75% - 4rem);
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.pmb__recommendSet__inner__list__name {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorH);
  margin-bottom: .25rem;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list__name {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 3rem;
  }

  .pmb__recommendSet__inner__list__name br {
    display: none;
  }
}

.pmb__recommendSet__inner__list__price {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorH);
  margin-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list__price {
    font-size: 1.4rem;
    text-align: left;
  }
}

.pmb__recommendSet__inner__list__price small {
  font-size: 66.66%;
  font-weight: 500;
}

.pmb__recommendSet__inner__list__button {
  max-width: 39rem;
  width: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list__button {
    max-width: 25.7rem;
    margin: 3rem auto 0;
  }
}

.pmb__recommendSet__inner__list__button a {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  background: var(--paramountColorC);
  padding: 3rem 1.5rem;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: var(--opacity80);
}
.pmb__recommendSet__inner__list__button a:hover{
  opacity: var(--opacity80);
}
@media only screen and (max-width: 1000px) {
  .pmb__recommendSet__inner__list__button a {
    padding: 2rem 1.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__recommendSet__inner__list__button a {
    font-size: 1.8rem;
  }
}

.pmb__recommendSet__inner__list__button a::after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: .1rem solid var(--white);
  border-right: .1rem solid var(--white);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  display: inline-block;
  transform: rotate(45deg);
  transition: var(--transitionNormal);
}


/* =====================================
== topics Stylesheet
===================================== */

.pmb__topics {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto 10rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pmb__topics {
    margin: 0 auto 6rem;
  }
}

.pmb__topics img {
  width: 100%;
  height: auto;
}

.pmb__topics__inner {
  max-width: 110rem;
  width: 100%;
  margin: auto;
}

.pmb__topics__inner__title {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
  margin-bottom: 1rem;
}
@media only screen and (max-width: 750px) {
  .pmb__topics__inner__title {
    font-size: 2.8rem;
  }
}

.pmb__topics__inner__list {}

.pmb__topics__inner__list__group {
  border-bottom: .1rem solid var(--paramountColorK);
  padding: 3rem 1.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: start;
  gap: 5.5rem;
}
@media only screen and (max-width: 750px) {
  .pmb__topics__inner__list__group {
    padding: 2rem 1rem;
    flex-direction: column;
    gap: 0;
  }
}


.pmb__topics__inner__list__group:nth-child(n + 4) {display: none;}

.pmb__topics__inner__list__date {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: left;
  color: var(--black);
}
@media only screen and (max-width: 750px) {
  .pmb__topics__inner__list__date {
    font-size: 1.6rem;
  }
}

.pmb__topics__inner__list__group dd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: left;
  color: var(--black);
}
@media only screen and (max-width: 750px) {
  .pmb__topics__inner__list__group dd {
    font-size: 1.6rem;
  }
}

.pmb__topics__inner__list__group dd a {
  color: inherit;
  pointer-events: none;
}


/* =====================================
== series Stylesheet
===================================== */

.pmb__series {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto 10rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pmb__series {
    margin: 0 auto 6rem;
  }
}

.pmb__series img {
  width: 100%;
  height: auto;
}

.pmb__series__inner {
  max-width: 135rem;
  width: 100%;
  margin: auto;
}

.pmb__series__inner__title {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 750px) {
  .pmb__series__inner__title {
    font-size: 2.8rem;
  }
}

.pmb__series__inner__list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 750px) {
  .pmb__series__inner__list {
    flex-direction: column;
    gap: 1rem;
  }
}

.pmb__series__inner__list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}

.pmb__series__inner__list__img {
  width: 100%;
  transition: var(--transitionNormal);
}
.pmb__series__inner__list__img:hover{
  opacity: var(--opacity80);
}

.pmb__series__inner__list__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorH);
}
@media only screen and (max-width: 750px) {
  .pmb__series__inner__list__title {display: none;}
}

.pmb__series__inner__list__text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorH);
}
@media only screen and (max-width: 750px) {
  .pmb__series__inner__list__text {display: none;}
}


/* =====================================
== Item Stylesheet
===================================== */

.pmb__item {
  width: 100%;
  padding: 6rem 1.5rem 8rem;
  margin: 0 auto 4rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pmb__item {
    margin: 0 auto 2rem;
  }
}
.pmb__item[data="mattress"] {
  background:
    url(https://paramount.itembox.design/item/images/common/mattress.jpg) center bottom / cover no-repeat,
    var(--paramountColorM)
;
}
.pmb__item[data="bedding"] {
  background:
    url(https://paramount.itembox.design/item/images/common/bedding.jpg) center bottom / cover no-repeat,
    var(--paramountColorM)
;
}
.pmb__item[data="carebed"] {
  background:
    url(https://paramount.itembox.design/item/images/common/carebed.jpg) center bottom / cover no-repeat,
    var(--paramountColorM)
;
  margin: 0 auto 10rem;
}
@media only screen and (max-width: 750px) {
  .pmb__item[data="carebed"] {
    margin: 0 auto 6rem;
  }
}

.pmb__item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.656 / 1;
}

.pmb__item__inner {
  max-width: 110rem;
  width: 100%;
  margin: auto;
}
.pmb__item[data="bedding"] .pmb__item__inner {max-width: 135rem;}

.pmb__item__inner__title {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
  margin-bottom: 3rem;
}
@media only screen and (max-width: 750px) {
  .pmb__item__inner__title {
    font-size: 2.8rem;
  }
}

.pmb__item__inner__title span {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorE);
  margin-top: .35rem;
}

.pmb__item__inner__list {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 2rem;
}
@media only screen and (max-width: 750px) {
  .pmb__item__inner__list {
    align-items: center;
    gap: 1rem;
  }
}

.pmb__item__inner__list li {
  max-width: calc((100% - 2rem * 3) / 4);
  width: 100%;
  background: var(--white);
  padding-bottom: 2rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  transition: var(--transitionNormal);
}
.pmb__item__inner__list li:hover{
  opacity: var(--opacity80);
}
@media only screen and (max-width: 750px) {
  .pmb__item__inner__list li {
    max-width: calc((100% - 1rem) / 2);
    padding-bottom: 1.6rem;
  }
}

.pmb__item[data="bedding"] .pmb__item__inner__list li {max-width: calc((100% - 2rem * 4) / 5);}
@media only screen and (max-width: 750px) {
  .pmb__item[data="bedding"] .pmb__item__inner__list li {
    max-width: calc((100% - 1rem) / 2);
    padding-bottom: 1.6rem;
  }
}

.pmb__item__inner__list__img {
  width: 100%;
}

.pmb__item__inner__list__name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorE);
}
@media only screen and (max-width: 750px) {
  .pmb__item__inner__list__name {
    max-width: 84.61%;
    width: 100%;
    font-size: 1.6rem;
    margin: auto;
  }
}

.pmb__item__inner__list__name small {
  font-size: 62.5%;
  font-weight: normal;
  margin-top: .35em;
  display: block;
}

.pmb__item__inner__list__button {
  max-width: 84.61%;
  width: 100%;
  border-radius: 1rem;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}

.pmb__item__inner__list__button a {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--white);
  background: var(--paramountColorC);
  padding: 1.5rem;
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: var(--transitionNormal);
}
.pmb__item__inner__list__button a:hover{
  opacity: var(--opacity80);
}
@media only screen and (max-width: 750px) {
  .pmb__item__inner__list__button a {
    font-size: 1.4rem;
  }
}

.pmb__item__inner__list__button a::after {
  content: '';
  width: 9px;
  height: 9px;
  border-top: .1rem solid var(--white);
  border-right: .1rem solid var(--white);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.5rem;
  display: inline-block;
  transform: rotate(45deg);
  transition: var(--transitionNormal);
}


/* =====================================
== ranking Stylesheet
===================================== */

.pmb__tab_content {
  display: none;
}
#tab2{
  display: none;
}
#tab3{
  display: none;
}
.pmb__ranking_tab{
  display: flex;
  gap: 1rem;
  justify-content: center;
  max-width: 88rem;
  margin: 3rem auto;
}
.pmb__ranking_tab li{
  width: calc(100% / 3 - 1rem);
  text-align: center;
  font-size: 1.8rem;
  background: #E2F4F7;
  height: 6.5rem;
  line-height: 6.5rem;
  cursor: pointer;
  font-weight: 600;
}
.pmb__ranking_tab li.pmb__active {
  background: #57C3EA;
  color: #fff;
}
.pmb__ranking_item{
  display: flex;
  gap: 1rem;
}
.pmb__ranking_item li{
  width: calc(100% / 5 - 1rem);
  position: relative;
}
.pmb__ranking_item li::before{
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 2.4rem;
  padding: 0 1rem;
  color: #fff;
  line-height: 3.5rem;
  background-color: #616161;
  transform: translate(50%, -20%);
}
.pmb__ranking_item li:nth-child(1)::before {content: "1";background-color: #CBAB0D;}
.pmb__ranking_item li:nth-child(2)::before {content: "2";background-color: #677A8D;}
.pmb__ranking_item li:nth-child(3)::before {content: "3";background-color: #C98308;}
.pmb__ranking_item li:nth-child(4)::before {content: "4";}
.pmb__ranking_item li:nth-child(5)::before {content: "5";}
.pmb__ranking_item li img{
  width: 100%;
}
.pmb__ranking_text{
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.5rem 0 .8rem;
}
.pmb__ranking_price{
  font-size: 2.4rem;
  font-weight: bold;
  color: #616161;
}
.pmb__ranking_price span{
  font-size: 2rem;
  font-weight: normal;
}
.pmb__ranking_price small{
  font-size: 60%;
  font-weight: normal;
}


/* =====================================
== otherContentsArea Stylesheet
===================================== */

#otherContentsArea {
  max-width: 135rem;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1350px) {
  #otherContentsArea {
    padding: 0 1.5rem;
  }
}

#otherContentsArea img {
  width: 100%;
  height: auto;
}

#otherContentsArea > .pmb__otherContentsArea__list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  #otherContentsArea > .pmb__otherContentsArea__list {
    gap: 1.5rem;
  }
}

#otherContentsArea > .pmb__otherContentsArea__list li {
  max-width: calc((100% - 3rem * 2) / 3);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #otherContentsArea > .pmb__otherContentsArea__list li {
    max-width: calc((100% - 1.5rem * 1) / 2);
  }
}

#otherContentsArea > .pmb__otherContentsArea__list a {
  transition: var(--transitionNormal);
}

#otherContentsArea > .pmb__otherContentsArea__list a:hover {
  opacity: var(--opacity80);
}

#otherContentsArea > .pmb__otherContentsArea__list figure {
  margin: 0;
}

/* =====================================
== TopLink Stylesheet
===================================== */

.pageTop {
  width: 5rem;
  height: 5rem;
  aspect-ratio: 1 / 1;
  position: fixed;
  /* bottom: 2rem; */
  bottom: 12rem;
  right: 2rem;
  z-index: 1;
  transition: var(--transitionNormal);
}
.pageTop:hover{
  opacity: var(--opacity80);
}

.pageTop img {
  width: 100%;
  height: auto;
}


/* =====================================
== jsAdd Stylesheet
===================================== */

.pmb__contentsMenu__list {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: .5rem;
}

.pmb__footer__inner__contents .pmb__contentsMenu__list {
  padding: 0;
}

.pmb__contentsMenu__list li{
  max-width: 9.4rem;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

.pmb__contentsMenu__list li a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
  background: var(--paramountColorF);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .9rem;
}

.pmb__footer__inner__contents .pmb__contentsMenu__list li a {
  border:  .1rem solid var(--paramountColorC);
  box-sizing: border-box;
}

.pmb__contentsMenu__list li a img {
  max-width: 4rem;
}


.product__search {
  margin-bottom: 3rem;
  box-sizing: border-box;
  display: none;
}
@media only screen and (max-width: 1000px) {
  .product__search {
    display: block;
  }
}

.product__search form {
  width: 100%;
  height: 4.3rem;
  display: flex;
}

.product__search__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;

  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: left;
  color: var(--paramountColorC);
  border: .1rem solid var(--paramountColorC);
  padding: 1.2rem;
  box-sizing: border-box;
}

.product__search__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;

  max-width: 4.3rem;
  width: 100%;
  height: 100%;
  font-size: 0;
  background:
    url('https://paramount.itembox.design/item/images/top/icon_search02.png') center / 54% no-repeat,
    var(--paramountColorC)
;
}


.pmb__group__search {
  margin-bottom: 3rem;
  box-sizing: border-box;
}

.pmb__group__search__inner {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__group__search__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
  }
}

.pmb__group__search__inner form {
  max-width: 43rem;
  width: 100%;
  height: 4.3rem;
  display: flex;
}

.pmb__group__search__inner__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;

  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: left;
  color: var(--paramountColorC);
  border: .1rem solid var(--paramountColorC);
  padding: 1.2rem;
  box-sizing: border-box;
}

.pmb__group__search__inner__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;

  max-width: 4.3rem;
  width: 100%;
  height: 100%;
  font-size: 0;
  background:
    url('https://paramount.itembox.design/item/images/top/icon_search02.png') center / 54% no-repeat,
    var(--paramountColorC)
;
}

.pmb__group__search__inner__contents {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.pmb__group__search__inner__contents__text {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: center;
  color: var(--black);
}

.pmb__group__search__inner__contents__list {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 750px) {
  .pmb__group__search__inner__contents__list {
    width: 60vw;
    padding: 1rem 0;
    box-sizing: border-box;
    overflow-x: scroll;
  }
}

.pmb__group__search__inner__contents__list li {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: center;
  color: var(--black);
  background: var(--paramountColorF);
  border-radius: .6rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .pmb__group__search__inner__contents__list li {
    word-break: keep-all;
  }
}

.pmb__group__search__inner__contents__list li a {
  color: inherit;
}





#hiddenArea {
  display: none;
  overflow: hidden;
}





/* =====================================
== shop Stylesheet
===================================== */

.pmb__shop {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 auto 10rem;
  box-sizing: border-box;
}

.pmb__shop img {
  width: 100%;
  height: auto;
}

.pmb__shop__inner {
  max-width: 135rem;
  width: 100%;
  margin: auto;
}

.pmb__shop__inner__title {
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: calc(-20 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorC);
  margin-bottom: 5rem;
}
@media only screen and (max-width: 750px) {
  .pmb__shop__inner__title {
    font-size: 2.8rem;
    margin-bottom: 3rem;
  }
}

.pmb__shop__inner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
@media only screen and (max-width: 1000px) {
  .pmb__shop__inner__list {
    gap: 2rem;
  }
}

.pmb__shop__inner__list li {
  max-width: calc((100% - 3rem * 4) / 5);
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .pmb__shop__inner__list li {
    max-width: calc((100% - 2rem * 2) / 3);
  }
}
@media only screen and (max-width: 750px) {
  .pmb__shop__inner__list li {
    max-width: calc((100% - 2rem) / 2);
  }
}

.pmb__shop__inner__list__img {
  margin-bottom: 1.5rem;
  display: block;
  overflow: hidden;
}

.pmb__shop__inner__list__img img {
  transition: var(--transitionNormal);
}

a:hover .pmb__shop__inner__list__img img {
  transform: scale(1.05);
}

.pmb__shop__inner__list__name {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: calc(0 / 1000 * 1em);
  text-align: center;
  color: var(--paramountColorH);
  background: var(--paramountColorI);
  padding: 1rem;
  box-sizing: border-box;
  display: block;
  transition: var(--transitionNormal);
}
@media only screen and (max-width: 1350px) {
  .pmb__shop__inner__list__name {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .pmb__shop__inner__list__name {
    font-size: 1.4rem;
  }
}

a:hover .pmb__shop__inner__list__name {
  color: var(--white);
  background: var(--paramountColorC);
}

.pmb__shop__inner__list__name em {
  font-weight: inherit;
  display: block
}


/* ===== COMMON_FLO.CSS ===== */
@charset "utf-8";
/* CSS Document */

/****************************************************************/
/*
/* 全ページにわたるfooterflo スマホ
/*
/****************************************************************/
.pmb__foot_flo {
    position: fixed;
    bottom: 0;
    z-index: 99999;
}
.pmb__foot_flo ul li img{
    width: 100%;
}


@media screen and (max-width:768px){
   .pmb__foot_flo {
       width:100%;
}
}


/* ===== Active Sleep BED Eモデル_STYLE.CSS ===== */
img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.pmb__contents section{
    margin: 0 0 60px;
}
/* commmon --------------------*/
.pmb__inner{
    max-width: 1080px;
    margin:0 auto;
}
.pmb__txt_center{ text-align: center;}
.pmb__block h2{
    font-size: 28px;
    color: #144960;
    font-weight: bold;
    margin: 0 0 40px;
    line-height:1.5;
}
.pmb__d-flex{display: flex;}
.pmb__contents section[class^="pmb__sec_"] .pmb__ttl{
    text-align: left;
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
}
/*-------------------- commmon */
.pmb__video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin: 0 0 40px;
}
.pmb__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* sec01 --------------------*/
.pmb__sim_buttons {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    row-gap: 20px;
    margin: 20px auto 60px;
}
.pmb__main_ttl{
    font-size: 42px;
    color: #144960;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.5;
    text-align: center;
}
.pmb__main_ttl span{
    display: block;
    text-indent: 26%;
}
.pmb__sec_01{
    padding: 40px 0;
}
.pmb__block p{
    font-size: 17px;
    line-height: 1.5;
}
.pmb__sec_01 .pmb__block{
    padding: 40px 0;
}

.pmb__sec_01 .pmb__block h2 {
  text-align: center;
}
.pmb__sec_01 .pmb__block:nth-of-type(1) p{
    text-align: center;
}

.pmb__sec_01 .pmb__block:nth-of-type(1) p strong{
    font-size: 18px;
}
.pmb__sec_01 .pmb__block:nth-of-type(1) p + p{
  margin-top: 10px;
}
.pmb__sec_01 .pmb__block .pmb__block__flex {
    display: flex;
    justify-content: space-between;
  gap: 40px;
}

.pmb__sec_01 .pmb__block .pmb__block__flex > * {
  flex: 0 0 50%;
}
.pmb__sec_01 .pmb__block .pmb__txt p {
    margin-bottom: 16px;
}

.pmb__sec_01 .pmb__block .pmb__txt ul {
  margin-left: 1.5em;
}

.pmb__sec_01 .pmb__block .pmb__txt li {
  list-style: disc;
  font-size: 17px;
  line-height: 1.5;
  margin-bottom: 4px;
}
/* -------------------- sec01*/

/* sec02 --------------------*/
.pmb__sec_02{margin: 0 0 20px;}
.pmb__sec_02 .pmb__block:nth-of-type(2){
    display: flex;
    justify-content: flex-start;
}
.pmb__sec_02 .pmb__block .pmb__txt{
    padding: 40px 60px;
}
.pmb__sec_02 .pmb__block{
    margin: 0 0 40px;
}

.pmb__sec_02 .pmb__block h2 {
  text-align: center;
}

.pmb__sec_02 .pmb__block > p {
  text-align: center;
}
/* -------------------- sec02*/
.pmb__sec_04 .pmb__block{
    margin: 0 0 40px;
}
.pmb__sec_04 .pmb__block h2{
    letter-spacing: 4px;
    text-align: center;
}
/* sec03 --------------------*/
.pmb__sec_03 .pmb__d-flex{
    margin:40px auto;
    gap: 40px;
    justify-content: center;
}
.pmb__sec_03 .pmb__d-flex span{
    display: block;
    font-size: 17px;
    margin: 10px 0;
    font-weight: bold;
}
/* -------------------- sec03*/
/* sec05 --------------------*/
.pmb__sec_05 .pmb__d-flex{
    justify-content: center;
    gap: 10%;
}
.pmb__sec_05 .pmb__d-flex li{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.pmb__sec_05 .pmb__d-flex li p{
    font-weight: bold;
    font-size: 23px;
}
.pmb__sec_05 .pmb__d-flex li span{
    font-size: 17px;
    line-height: 1.5;
}
/* sec06 --------------------*/

.pmb__sec_06 .pmb__d-flex li{
    width: 32.3333%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pmb__sec_06 .pmb__d-flex li p{
    font-weight: bold;
    font-size: 23px;
    margin: 0 0 10px;
}
.pmb__sec_06 .pmb__d-flex li span{
    font-size: 17px;
    line-height: 1.7;
}
.pmb__sec_06 .pmb__d-flex img{
    max-width: 120px;
}
/* sec07 --------------------*/
.pmb__sec_07 .pmb__size{
    max-width: 900px;
    margin: 0 auto;
}
.pmb__sec_07 .pmb__table{
    margin: 0 0 20px;
}
.pmb__sec_07 .pmb__table_txt {
    margin: 10px 0;
    font-size: 12px;
}
/* sec08 --------------------*/
.pmb__sec_08 p{
    margin: 0 0 20px;
}
.pmb__sec_08 img{
    max-width: 800px;
}
/* item */
.pmb__single h3,.pmb__double h3{
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0;
    margin: 0 0 40px;
}

.pmb__item .pmb__d-flex{
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 60px;
    gap: 5%;
}
.pmb__item .pmb__d-flex li{
    max-width: 260px;
    width: 33.3333%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 20px 0 60px;
}
.pmb__item .pmb__d-flex img{
    margin: 0 0 20px;
}
.pmb__item .pmb__d-flex a{
    display: block;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    border-radius: 5px;
    font-size: 15px;
    margin: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
}
.pmb__single h2,.pmb__double h2{
    text-align: center;
}
.pmb__single h3,.pmb__single .pmb__d-flex a{ background: #4f7788; }
.pmb__double h3,.pmb__double .pmb__d-flex a{ background: #a59c8e; }

.pmb__item span{
    font-size: 18px;
    font-weight: bold;
}
.pmb__item .pmb__btn-info span{
    font-size: 18px;
    font-weight: 400;
}
.pmb__item .pmb__btn-info{width: 100%;}

/* bed--------------------- */
.pmb__bed h2{text-align: center;}
.pmb__bed .pmb__list{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.pmb__bed_item{
    max-width: 255px;
    width: 25%;
    margin: 0 20px 40px 0;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    gap: 20px;
    line-height: 1.5;
}
.pmb__bed_item:nth-of-type(4n){
    margin-right: 0;
}
.pmb__bed_item .pmb__ttl{
    font-size: 16px;
    font-weight: bold;
}
.pmb__bed_item .pmb__desc{
    color: #648190;
    font-weight: bold;
    text-align: center;
}
.pmb__bed_item .pmb__plus{
    font-size: 26px;
    font-weight: bold;
    color: #9d8b7d;
}
.pmb__bed_item .pmb__spec{
    margin: 0 0 20px;
}
.pmb__bed_item .pmb__price_box{
    justify-content: flex-end;
}
.pmb__bed_item .pmb__value{
    font-size: 26px;
    color: #555533;
    letter-spacing: -0.03em;
   
}
.pmb__bed_item .pmb__tax{
    font-size: 14px;
    color: #555533;
}
/* sec_09 */
.pmb__sec_09 .pmb__item:nth-of-type(2){
    padding: 40px;
}
.pmb__sec_09 .pmb__item p{
    margin: 0 0 20px;
}
.pmb__sec_09 .pmb__item span{
    font-size: 14px;
    font-weight: 400;
}
.pmb__sec_09 .pmb__d-flex{
	padding-bottom: 18rem;
    position: relative;
}
.pmb__sec_09 .pmb__floating-img{
    position: absolute;
    bottom: -20%;
    left: 25%;
}
.pmb__contents .pmb__sec_10{
    margin: 180px 0;
}
.pmb__sp_only{display: none;}
@media screen and (max-width:640px){
    .pmb__pc_only{display: none;}
    .pmb__sp_only{display: block;}
    .pmb__inner{padding: 0 5vw;}
    .pmb__video{
        margin: 0 0 5%;
    }
    .pmb__contents section{
        margin: 0 0 10%;
    }
    .pmb__contents section[class^="pmb__sec_"] .pmb__ttl{
        padding: 0 0 5%;
    }
    .pmb__sec_01 .pmb__block:nth-of-type(1) p{
        text-align: left;
    }
    .pmb__sec_01 .pmb__block:nth-of-type(1) p + p{
      margin-top: 38px;
    }
    .pmb__main_ttl{
        font-size: 40px;
        margin: 0 0 9.5vw;
    }
    .pmb__main_ttl span{
        text-indent: 0;
    }
    .pmb__block h2{
        font-size: 18px;
        margin: 0 0 10%;
        line-height: 1.5;
    }
    .pmb__block p{font-size: 14px;}
    .pmb__sec_01{
        padding: 9.5vw 0 0;
    }
    .pmb__sec_01 .pmb__block{
        padding: 0 0 5%;
    }
    .pmb__sec_01 .pmb__block .pmb__block__flex {
        flex-direction: column;
      gap: 20px;
    }
    .pmb__sec_01 .pmb__block .pmb__block__flex > * {
      flex: 0 0 100%;
    }
    /*.pmb__sec_01 .pmb__block .pmb__txt { padding: 20px 0 0; }*/
    .pmb__sec_02 .pmb__block:nth-of-type(3) div{
        
        width: 50%;
    }
    .pmb__sec_02 .pmb__block .pmb__txt{padding:0 5%;}
    .pmb__sec_03 .pmb__d-flex{
        flex-direction: column;
        width: 70%;
        margin:10% auto 5%;
        text-align: center;
    }
    .pmb__sec_04 .pmb__block h2{border: 0;}
    .pmb__sec_04 .pmb__bgImg{margin: 0 -5vw;}
    .pmb__sec_05 .pmb__d-flex li p{
        font-size: 14px;
    }
    .pmb__sec_05 .pmb__d-flex li span{font-size: 12px;}
    .pmb__sec_06 .pmb__d-flex{
        flex-direction: column;
    }

    .pmb__sec_06 .pmb__d-flex li{
        width: 100%;
        flex-direction: row;
        margin: 0 0 10%;
    }
    .pmb__sec_06 .pmb__d-flex li div{
        width: 50%;
    }
    .pmb__sec_06 .pmb__d-flex li .pmb__info{
        text-align: left;
    }
    .pmb__sec_06 .pmb__d-flex li p{
        font-size: 14px;
    }
    .pmb__sec_06 .pmb__d-flex li span{
        font-size: 12px;
    }
    .pmb__sec_07 .pmb__size{
        display: block;
        margin: 0 5% 5%;
    }
    .pmb__single .pmb__block h2{
        text-align: center;
    }
    .pmb__single h3, .pmb__double h3{
        font-size: 16px;
    }
    .pmb__item .pmb__d-flex{
        padding: 0;
        gap: 0;
        justify-content: flex-start;
    }
    .pmb__item .pmb__d-flex li{
        width: 48%;
        padding: 0;
        margin:0 2% 15% 0;
    }
    .pmb__item .pmb__d-flex li:nth-of-type(2n){
       margin-right: 0;
    }
    .pmb__item .pmb__btn-info span{
        font-size: 14px;
    }
  
    .pmb__bed_item{
        max-width: none;
        width: 100%;
        margin: 0 0 10% 0;
        padding: 0 0 5%;
        border-bottom: 2px solid #ababab;
    }
    .pmb__bed_item .pmb__ttl{
        order: 1;
        color: #648190;
        border-left: 3vw solid #648190;
        padding-left: 5%;
    }
    .pmb__bed_item .pmb__box {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 2px solid #eee;
        padding: 2%;
    }
    .pmb__bed_item .pmb__spec{margin: 0;}
    .pmb__bed_item .pmb__value,.pmb__bed_item .pmb__plus{
        font-size: 18px;
    }
    .pmb__bed_item .pmb__bed_spec{
        order: 3;
        color: #144960;
        font-size: 12px;
    }
    .pmb__bed_item .pmb__img{
        order: 4;
    }
    .pmb__bed_item .pmb__desc {
        order: 5;
        font-weight: bold;
        text-align: left;
        color: #000;
        font-size: 18px;
    }
    .pmb__bed_item .pmb__txt{
        order: 6;
    }
    .pmb__sec_09 .pmb__d-flex{
        flex-direction: column;
	padding-bottom: 0;

    }
    .pmb__sec_09 .pmb__d-flex .pmb__item:nth-of-type(1){
        margin: 0 -5%;
    }
    .pmb__sec_09 .pmb__item:nth-of-type(2){
        padding: 10% 0 ;
    }
    .pmb__sec_09 .pmb__item span{
        font-size: 12px;
    }
    .pmb__item .pmb__d-flex img{
        margin: 0;
    }
    .pmb__sec_09 .pmb__floating-img{
        position: static;
    }
    .pmb__contents .pmb__sec_10{
        margin: 0 0 10%;
    }
    .pmb__sim_buttons {
        flex-direction: column;
        width: 80%;
    }
}
