@charset "UTF-8";

/* ------------------------------------------
common
------------------------------------------ */

/* ------------------------------------------
color
------------------------------------------ */

:root {
  --bs-red: #dd2c00;
  --bs-wt: #fff;
  --bs-brown: #3b1410;
  --bk-beige: #f8f4f4;

  /* 修正時に色追加 */
  --bs-red_2: #e44d3c;
  --bs-orange: #f88102;
  --bs-gray: #777;
  --bs-pink: #ffc2b5;
  --bs-beige_2: #fce9d3;
  --bk-pink_2: #fff7f7;
  /* tool-design用 */
  --bs-orange_2: #ff5400;  
  --bs-beige_3: #f8e9ce;
  --bk-yellow: #fef9e9;
  --bk-gray: #efefef;
  --bk-gray_flow: #f5f5f5;
  --bs-yellow: #ffcd00;
  --bs-bk: #3c3c3c;
  --bs-txt-bk:#222;
  --bk-item-pink:#fff7f7;
  --bs-txt-yellow: #ffc639;
 /* estimation02用 */
  --bk-orange_ttl: #fe704e;
  --bs-red_txt: #df3a2a;
  --bs-red_btn-hover:#d70000;
  --bk-orange_btn-hover:#fff6f4;
  --bs-gray_btn:#dadada;
  --bs-blue: #377cbc;
  /* menu-book_custom-name */
  --bs-red_ttl-line: #c91000;
  --bs-bk_ttl: #000;
  --bk-beige_merit: #f8eecc;
  --bs-gray_line:#9d9d9d;
  --bs-blue_how-to: #4c7a8b;
  --bs-gold_how-to: #a98420;
  --bs-green_how-to: #548f5a;
  --bk-beige_step: #f6f3e7;
  --bk-red_step: #b90302;
  --bs-red_step-txt: #d7513f;
  --bk-gray_step: #727272;
  --bs-blue_link: #3672d5;
  
/*
---font
4c7a8b */
}



/* mv周辺 ------------------ */
@media screen and (max-width: 767px) {
  .mv-sp{
    transform: translateX(-4.5%);
    width: 101vw;
    margin: 0px;
  }
  .mv-sp2{
    transform: translateX(-2%);
    width: 95vw;
  }
}

.menu-book_top-txt .check-box__head {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 40px;
}
@media screen and (max-width: 767px) {
  .menu-book_top-txt .check-box__head {
    width: 100%;
    font-size: 1.4rem;
    text-align: center;
    margin: 0px 0 20px;
  }
}

/* 見出し帯 ------------------ */
.menu-book_guide-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-bk_ttl);
  padding: 15px 20px 10px;
  color: var(--bs-wt);
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 4px solid var(--bs-red_ttl-line);
}
@media screen and (max-width: 767px) {
  .menu-book_guide-header {
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    padding: 10px 0 5px;
    margin: 20px 0 15px;
  }
}

/* 効果・メリット ------------------ */
.merit_cont{
  width: calc(100% - 40px);
  margin: 0 auto 60px;
  display: flex;
  column-gap: 20px;
}
.merit_box{
  width: calc(100% / 2);
  background: var(--bk-beige_merit);
  border-radius: 15px;
  height: 260px;
  padding: 0px 20px 20px ;
}
.merit_box ul{
  width: 320px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  .merit_cont{
  width: 100%;
  margin: 0 auto 45px;
  display: block;
  }
  .merit_box{
  width: 100%;
  height: 210px;
  padding: 20px 20px 20px ;
  margin: 0 0 10px;
  }
  .merit_box ul{
  width: 90%;
  margin: 0 auto;
  }
}
.merit-icon_01{
  height: 75px;
  margin: 25px 0 0;
  background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_menu-book_merit_ico-1.png") no-repeat center center/contain;
}
.merit-icon_02{
  height: 75px;
  margin: 25px 0 0;
  background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_menu-book_merit_ico-2.png") no-repeat center center/contain;
}
.merit_box h3{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 15px 0;
}
.merit_box ul li{
 font-size: 16px;
 margin-bottom: 5px;
}

@media screen and (max-width: 950px) {
  .merit-icon_01{
  height: 50px;
  margin: 0px 0 0;
  background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_menu-book_merit_ico-1.png") no-repeat center center/contain;
  }
  .merit-icon_02{
  height: 50px;
  margin: 0px 0 0;
  background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_menu-book_merit_ico-2.png") no-repeat center center/contain;
  }
  .merit_box h3{
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 20px 0 0;
  }
  .merit_box ul{
  margin: 8px 0 0;
  }
  .merit_box ul li{
  font-size: 14px;
  margin-bottom: 5px;
  }
}



/* 名入れ方法 ------------------ */
.menu-book_how-to{
  margin: 0 0 60px;
}

.how-to_cont{
  width: 100%;
  display: flex;
  column-gap: 8px;
}

.menu-book_how-to h3{
  border-radius: 4px 4px 0 0;
  height: 45px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: var(--bs-wt);
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  margin: 0 0 5px 0;
  padding: 13px 0 0;
}

.how-to_box-01,
.how-to_box-02,
.how-to_box-03{
  width: calc(100% / 3);
  border-radius: 5px;
  height: 555px;
}

@media screen and (max-width: 767px) {
  .menu-book_how-to{
  margin: 0 0 45px;
}

.how-to_cont{
  width: 100%;
  display: block;
  column-gap: 0px;
}

.menu-book_how-to h3{
  /* border-radius: 4px 4px 0 0; */
  height: 30px;
  font-size: 16px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  margin: 0 0 0px 0;
  padding: 5px 0 0;
}

.how-to_box-01,
.how-to_box-02,
.how-to_box-03{
  width: 100%;
  border-radius: 5px;
  height: 295px;
  margin: 0 0 10px;
}
}


/* how-to_1 */
.how-to_box-01{
  border: 1px solid var(--bs-blue_how-to);
}
.how-to_box-01 h3{
  background:  var(--bs-blue_how-to);
}

/* how-to_2 */
.how-to_box-02{
  border: 1px solid var(--bs-gold_how-to);
}
.how-to_box-02 h3{
  background:  var(--bs-gold_how-to);
}
.how-to_box-02 h3 span{
  font-size: 13px;
}

/* how-to_3 */
.how-to_box-03{
  border: 1px solid var(--bs-green_how-to);
}
.how-to_box-03 h3{
  background:  var(--bs-green_how-to);
}

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


.how-to_photo{
  height: auto;
  margin: 0 5px 25px;
  display: flex;
  justify-content: space-around;  
}
.how-to_photo img{
  width: 98%;
  height: auto;  
}
@media screen and (max-width: 767px) {
  .how-to_photo{
  height: 145px;
  margin: 0 5px 25px;
  display: block;
  justify-content: space-around;  
  }
  .how-to_photo img{
  width: 100px;
  height: auto;  
  margin: 0 15px 0 0;
  }
}

.how-to_fb{
 font-size: 2rem;
 margin: 0 0 20px 5px;
}

.how-to_text-1{
  font-weight: bold;
  color: var(--bs-blue_how-to);
}
.how-to_text-1 .border_b{
  display: inline-block;
  padding: 5px 0 0 ;
  border-bottom: 1px solid var(--bs-blue_how-to);
}

.how-to_text-2{
  font-weight: bold;
  color: var(--bs-gold_how-to);
}
.how-to_text-2 .border_b{
  display: inline-block;
  padding: 5px 0 0 ;
  border-bottom: 1px solid var(--bs-gold_how-to);
}

.how-to_text-3{
  font-weight: bold;
  color: var(--bs-green_how-to);
}
.how-to_text-3 .border_b{
  display: inline-block;
  padding: 5px 0 0 ;
  border-bottom: 1px solid var(--bs-green_how-to);
}
@media screen and (max-width: 767px) {
  .how-to_fb{
  font-size: 1.5rem;
  margin: 0 0 10px 5px;
  }

  /* .how-to_text-1{
  font-weight: bold;
  color: var(--bs-blue_how-to);
  }
  .how-to_text-1 .border_b{
  display: inline-block;
  padding: 5px 0 0 ;
  border-bottom: 1px solid var(--bs-blue_how-to);
  }

  .how-to_text-2{
  font-weight: bold;
  color: var(--bs-gold_how-to);
  }
  .how-to_text-2 .border_b{
  display: inline-block;
  padding: 5px 0 0 ;
  border-bottom: 1px solid var(--bs-gold_how-to);
  }

  .how-to_text-3{
  font-weight: bold;
  color: var(--bs-green_how-to);
  }
  .how-to_text-3 .border_b{
  display: inline-block;
  padding: 5px 0 0 ;
  border-bottom: 1px solid var(--bs-green_how-to);
  } */
}

.how-to_item{
  padding: 25px 10px;
}
@media screen and (max-width: 767px) {
  .how-to_item{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px;
  column-gap: 10px;
  }
  /* .how-to_item div{
    width: calc(100% -160px);
  } */
}


.how-to_item dl{
  display: flex;
  flex-wrap: wrap;
  column-gap: 0px;
  font-size: 14px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .how-to_item dl{
  line-height: 1.2;
  }
}

.how-to_item dl dt{
  width: 33%;
  font-weight: bold;
  margin: 0 0 13px;
}
.how-to_item dl dd{
  width: 67%;
  /* font-size: 14px; */
  margin: 0 0 13px;
}
@media screen and (max-width: 767px) {
  .how-to_item dl{
  display: flex;
  flex-wrap: wrap;
  column-gap: 0px;
  font-size: 12px;
  justify-content: space-between;
  line-height: 1.5;
  }

  .how-to_item dl dt{
  width: 33%;
  font-weight: bold;
  margin: 0 0 8px;
  }
  .how-to_item dl dd{
  width: 67%;
  margin: 0 0 8px;
  }
}


.how-to_text-17{
  font-size: 17px;
  transform: translateY(-3px);
}
.how-to_text-20{
  font-size: 20px;
  transform: translateY(-5px);
}
.how-to_item dl dd ul{
  padding: 0 0 0 5px ;
  list-style: none;
  margin: 0;
  transform: translateX(-5px);
}
.how-to_item dl dd ul li{
  position: relative;
  margin: 0 0 5px;
}
.how-to_item dl dd ul li::before{
  content: "・";
  top: -5px;
  left: -5px;
  /* transform: translateX(-50%);
  width: 29px;
  height: 17px; */
}

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



/* 名入れメニューブック 作成例 ------------------ */
.menu-book_example{
  margin: 0 0 60px;
}

.example_cont{
  border: 1px solid var(--bs-red_ttl-line);
  border-radius: 5px;
  margin: 15px 0;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  justify-content: center;
}

.example_item{
  width: calc((100% - 16px) / 3);
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .menu-book_example{
  margin: 0 0 45px;
  }

  .example_cont{
  padding: 15px;
  gap: 15px 8px; 
  justify-content: flex-start;
  }

  .example_item{
  width: calc((100% - 8px) / 2);
  margin: 0 0 0px;
  }
  .example_item p{
  margin: 0 0;
  }
}



/* ご依頼から納品までの流れ ------------------ */
.menu-book_step{
  margin: 0 0 45px;
}
@media screen and (max-width: 767px) {
  .menu-book_step{
  margin: 0 0 25px;
  }
}

.step_cont{
  width: 100%;
  display: flex;
  margin: 10px 0;
}

.step_cont .step_num{
  width: 50px;
  padding: 25px 5px;
  background: var(--bk-red_step);
  color: var(--bs-wt);
  text-align: center;
  font-size: 1rem;
  line-height: 1.1;
}
.step_cont .step_num span{
  font-size: 2rem;
  font-weight: bold;
}

.step_cont .step_text{
  width: calc(100% - 50px);
  padding: 25px 25px;
  background: var(--bk-beige_step);
  font-size: 1.4rem;
  line-height: 1.8;
}
.step_cont .step_text h3{
  margin: 10px 0 20px;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  /* .menu-book_step{
  margin: 0 0 45px;
  }

  .step_cont{
  width: 100%;
  display: flex;
  margin: 10px 0;
  } */

  .step_cont .step_num{
  width: 30px;
  padding: 22px 1px;
  font-size: 0.8rem;
  line-height: 1.5;
  }
  /* .step_cont .step_num span{
  font-size: 2rem;
  font-weight: bold;
  } */

  .step_cont .step_text{
  width: calc(100% - 30px);
  padding: 25px 15px 25px 10px;
  font-size: 1.3rem;
  line-height: 1.6;
  }
  .step_cont .step_text h3{
  margin: 0px 0 15px;
  font-size: 1.5rem;
  }
}


/* 入稿形式について */

.step_size2 button{
  color: var(--bs-blue_link);
  border-top: none;
  border-right: none;
  border-bottom: 1px solid var(--bs-blue_link);
  border-left: none;
  background: none;
}
.keishiki{
  color: var(--bs-blue_link);
  border-bottom: 1px solid var(--bs-blue_link);
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 20px 20px;
}
.keishiki span{
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin: 0 0 3px 8px;
}
@media screen and (max-width: 767px) {
  .keishiki{
  /* color: var(--bs-blue_link);
  border-bottom: 1px solid var(--bs-blue_link);
  display: inline-block; */
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 5px ;
  }
  .keishiki span{
  /* display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;*/
  margin: 0 0 2px 7px;
  } 
}


/* 行間調整 */
.mgn-btm_10{
  margin-bottom: 10px;
}
.mgn-btm_15{
  margin-bottom: 15px;
}
.mgn-btm_20{
  margin-bottom: 20px;
}
.mgn-btm_30{
  margin-bottom: 30px;
}
.mgn-btm_40{
  margin-bottom: 40px;
}
/* インデント */
.tr-x_20{
  display: inline-block;
  transform: translateX(20px);
}
@media screen and (max-width: 767px) {
  
}


/* 背景色 高さ調整 */
.step_size1{
  height: 615px;
}
.step_size2{
  height: 445px;
}
.step_size3{
  height: 360px;
}
.step_size4{
  height: 360px;
}
.step_size5{
  height: 210px;
}
.step_size6{
  height: 590px;
}
@media screen and (max-width: 950px) {
  .step_size1{
  height: 735px;
  }
  .step_size2{
  height: 475px;
  }
  .step_size3{
  height: 480px;
  }
  .step_size4{
  height: 420px;
  }
  .step_size5{
  height: 250px;
  }
  .step_size6{
  height: 720px;
  }
}
@media screen and (max-width: 767px) {
  .step_size1{
  height: 680px;
  }
  .step_size2{
  height: 490px;
  }
  .step_size3{
  height: 405px;
  }
  /* .step_size4{
  height: 360px;
  } */
  .step_size5{
  height: 250px;
  }
  .step_size6{
  height: 650px;
  }

  .step_size6 ul{
    padding-inline-start: 20px;
  }
}


.step_text p.mgn-btm{
  margin: 0 0 25px;
}

.step_text span.text-blue{
  display: block;
  color: var(--bs-blue_how-to);
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 10px;
}

p.step_text-fb{
  padding: 0 0 0 20px;
  margin: 0 0 20px;
}

p.step_text-fb span{
  display: block;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 0 10px;
  transform: translateX(-20px);
}

span.step-text-red{
  color: var(--bs-red_step-txt);
}
@media screen and (max-width: 767px) {
  .step_text p.mgn-btm{
  margin: 0 0 15px;
  }

  .step_text span.text-blue{
  display: block;
  color: var(--bs-blue_how-to);
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 20px;
  line-height: 1.6;
  }

  p.step_text-fb{
  padding: 0 0 0 15px;
  margin: 0 0 15px;
  }

  p.step_text-fb span{
  /* display: block;
  font-weight: bold; */
  font-size: 1.4rem;
  margin: 0 0 0px;
  transform: translateX(-20px);
  }

  span.step-text-red{
  color: var(--bs-red_step-txt);
  }
}


dl.step_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0 ;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  dl.step_box{
  width: 100%;
  display: block;
  /* flex-wrap: wrap;
  margin: 10px 0 0 ; */
  font-size: 1.2rem;
  }
}


dl.step_box dt{
  width: 13vw;
  background: var(--bk-gray_step);
  color: var(--bs-wt);
  text-align: center;
  padding: 30px 0 20px;
  margin: 0 0 5px;
  font-size: 1.6rem;
}
dl.step_box dt.pdg-tp{
  padding: 45px 0 30px;
}
@media screen and (max-width: 767px) {
  dl.step_box dt{
  width: 100%;
  /* background: var(--bk-gray_step);
  color: var(--bs-wt); */
  text-align: left;
  padding: 5px 10px 3px;
  margin: 0 0 0px;
  font-size: 1.2rem;
  }
  dl.step_box dt.pdg-tp{
    padding: 5px 10px 3px;
  }
}


dl.step_box dd{
  width: calc(100% - 13vw);
  background: var(--bs-wt);
  color: var(--bs-bk_ttl);
  text-align: left;
  padding: 20px 20px;
  line-height: 2;
  margin: 0 0 5px;
}
dl.step_box dd span{
  color: var(--bs-red_step-txt);
}
@media screen and (max-width: 767px) {
  dl.step_box dd{
  width: 100%;
  /* background: var(--bs-wt);
  color: var(--bs-bk_ttl);
  text-align: left; */
  padding: 8px 10px;
  line-height: 1.5;
  margin: 0 0 10px;
  }
  /* dl.step_box dd span{
    color: var(--bs-red_step-txt);
  } */
}


/* 高さ調整 */
dl.step_box-2{
  padding: 0px 0 20px;
}

dl.step_box-2 dt{
  padding: 20px 0 15px;
  }

dl.step_box-2 dd{
  padding: 20px 20px;
  line-height: 2;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  /* dl.step_box-2{
  padding: 0px 0 20px;
  } */

  dl.step_box-2 dt{
  padding: 5px 10px 3px;
  }

  dl.step_box-2 dd{
  padding: 8px 10px;
  /* line-height: 2;
  margin: 0 0 5px; */
  }
}



/*  ｢テンポスで一括制作！｣バナー ------------------ */
.banner_cont p{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: var(--bs-red_ttl-line);
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .banner_cont p{
  font-size: 1.6rem;
  }
}


/* ------------------------------------------
モーダルウィンドウ modal window
------------------------------------------ */
/* モーダルを開くボタンのスタイル */
        /* #openModal {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 250px;
            height: 60px;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            background: #000;
            border: none;
            border-radius: 14px;
            cursor: pointer;
            transform: translate(-50%, -50%);
        } */

        /* モーダルウィンドウの基本スタイル */
        #myModal {
            display: none;
        }

        /* モーダルウィンドウの背景スタイル */
        /* 「jquery-ui.css」のtitle部分を非表示 */
        .ui-widget-header{
          display: none;
        }
        /* 背景を半透明に設定 */
          .ui-widget-overlay {
            background:var(--bs-bk_ttl);
            opacity: 0.5; 
        }
        /* 202509 add */
        .ui-resizable {
            width: 75vw !important;
            max-width: 900px;
            border-radius: 10px;
            left: 58% !important;
            transform: translateX(-50%);
            padding: 40px;
            font-size: 15px;
            font-weight: normal;
        }
        .ui-dialog-buttonpane{
          border-width: 0px 0 0 0 !important;
          position: relative;
          margin: 0 0 20px;
          padding: 0;
        }
        @media screen and (max-width: 767px) {
          .ui-resizable {
            width: calc(100% - 30px) !important;
            max-width: 700px;
            /* border-radius: 10px; */
            left: 50% !important;
            transform: translateX(-50%);
            padding: 30px 15px 40px;
            font-size: 13px;
            font-weight: normal;
            text-align: justify;
          }
          .ui-dialog-content{
          padding: 0 5px 0 0  !important;
          }
          .ui-resizable .step_text span.text-blue{
            transform: translateX(5px);
          }
          .ui-resizable p.step_text-fb span{
            font-size: 1.4rem;
            margin: 0 0 0px;
            transform: translateX(-10px);
          }
        }
        /* 表示されたときのボタン設定 */
        .ui-dialog-buttonpane button{
          width: 100px;
          text-align: left;
          padding: 5px 15px 7px;
        }

        /* 「閉じる」ボタン部分の既存設定を打消し */
        .ui-dialog-buttonset{
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
        }
         .ui-button{
          background: var(--bk-wt);
          border-radius: 0;
          position: relative;
        }
        .ui-button::after{
          position: absolute;
          content:"×";
          right: 10px;
          top: 1px;
          font-size: 3rem;
          font-weight:lighter;
          color: var(--bs-gray_line);
        }
        @media screen and (max-width: 767px) {
          .ui-button::after{
            content:"";
            top: -1px;
          }
        }
         .ui-button:focus{
          background-color: var(--bk-wt);
          border-radius: 0;
          /* background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_close-btn_ico.png") no-repeat calc(100% - 15px) 55% / 15%; */
        }
         .ui-button:active{
          background-color: var(--bk-gray);
          border-radius: 0;
          color: var(--bs-bk);
          border: 1px solid var(--bk-gray);
          /* background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_close-btn_ico.png") no-repeat calc(100% - 15px) 55% / 15%; */
        }
        .ui-button:hover{
          background-color: var(--bk-gray);
          border-radius: 0;
          color: var(--bs-bk);
          border: 1px solid var(--bk-gray);
          /* background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_close-btn_ico.png") no-repeat calc(100% - 15px) 55% / 15%; */
        }
        @media screen and (max-width: 767px) {
           .ui-button:focus{
          background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_close-btn_ico.png") no-repeat calc(100% - 15px) 55% / 15%;
        }
         .ui-button:active{
          background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_close-btn_ico.png") no-repeat calc(100% - 15px) 55% / 15%;
        }
        .ui-button:hover{
          background: url("https://tools.itembox.design/item/category/instore-promotion/menu-all/menu-book/menu-book-type/custom-name/img/img_close-btn_ico.png") no-repeat calc(100% - 15px) 55% / 15%;
        }
        }
        /* 表示されたときのボタン設定　end */