html, body {
  overflow-x: hidden;
  width: 100%;
}

/* =================================================
  pageContainer
================================================= */
#pageContainer {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #270900;
}
#pageContainer .sp_only {
  display: none;
}
#pageContainer .centered {
  text-align: center;
}
#pageContainer .centered img {
  margin: 0 auto;
}
#pageContainer .container {
  width: min(100%, 1036px);
  padding: 0 18px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #pageContainer .sp_only {
    display: block;
  }
  #pageContainer .pc_only {
    display: none;
  }
}

.area_ttl {
  font-size: 50px;
  text-align: center;
  font-weight: 600;
  line-height: 1.44;
  position: relative;
}
.area_ttl .leaf {
  position: relative;
}
.area_ttl .leaf::before, .area_ttl .leaf::after {
  content: "";
  position: absolute;
}
.area_ttl .under_line {
  background: url(./img/line_yel.png) repeat-x center bottom/138px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .area_ttl {
    font-size: 26px;
    line-height: 1.69;
  }
  .area_ttl .under_line {
    background: url(./img/line_yel.png) repeat-x left bottom/138px;
    padding-bottom: 20px;
  }
}
.area_ttl .brackets {
  position: relative;
}
.area_ttl .brackets::before, .area_ttl .brackets::after {
  content: "";
  position: absolute;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(100%, 1050px);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

/* ----------------------------------------
  #area01
---------------------------------------- */
#area01 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), color-stop(50%, rgb(250, 248, 234)), to(rgb(255, 255, 255)));
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgb(250, 248, 234) 50%, rgb(255, 255, 255));
  padding: 60px 18px 92px;
  margin-top: 65px;
  position: relative;
  z-index: 2;
}
#area01::after {
  content: "";
  background: url(./img/arrow.png) no-repeat center/contain;
  width: 365px;
  height: 94px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: -35px;
}
#area01 .grid li p {
  width: min(100%, 309px);
  padding-bottom: 0.5em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(./img/area01_round.png) no-repeat left top/71px;
  color: #ED6B44;
  font-size: 25px;
  height: 93px;
  font-weight: 600;
  text-align: center;
  line-height: 1.24;
  position: relative;
}
#area01 .grid li p::after {
  content: "";
  background: url(./img/line_org.png) no-repeat center/75px;
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#area01 .grid li p span {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  #area01 {
    padding: 20px 18px;
    margin-top: 0;
  }
  #area01::after {
    width: 201px;
    height: 52px;
    bottom: -35px;
  }
  #area01 .grid li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #area01 .grid li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #area01 .grid li:nth-child(2) p {
    margin-left: -25px;
  }
  #area01 .grid li:not(:first-child) {
    margin-top: -20px;
  }
  #area01 .grid li .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% + 20px);
    margin: 0 -10px;
  }
  #area01 .grid li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    background-position: left top 25px;
    background-size: 60px;
    height: 100%;
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 40px;
    margin: 0;
    font-size: 20px;
    text-align: left;
    line-height: 1.45;
  }
  #area01 .grid li p::after {
    display: none;
  }
  #area01 .grid li p span {
    font-size: 15px;
    padding-top: 0.3em;
  }
}

/* ----------------------------------------
  #area02
---------------------------------------- */
#area02 {
  background: url(./img/area02_bg.jpg) no-repeat center top/cover;
  padding: 100px 0 95px;
}
#area02 .area_ttl {
  color: #ED6B44;
  position: relative;
}
#area02 .area_ttl .leaf::before {
  background: url(./img/leaf_left.png) no-repeat center/contain;
  width: 194px;
  height: 169px;
  top: -40px;
  left: -300px;
}
#area02 .area_ttl .leaf::after {
  background: url(./img/leaf_right.png) no-repeat center/contain;
  width: 158px;
  height: 207px;
  right: -140px;
  top: -90px;
}
#area02 .area_ttl .brackets::before {
  background: url(./img/brackets_left.svg) no-repeat center/contain;
  width: 47.78px;
  height: 53.28px;
  top: -15px;
  left: -30px;
}
#area02 .area_ttl .brackets::after {
  background: url(./img/brackets_right.svg) no-repeat center/contain;
  width: 48.89px;
  height: 56.48px;
  right: -15px;
  bottom: -15px;
}
#area02 .box {
  background: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(237, 107, 68, 0.3);
          box-shadow: 5px 5px 10px rgba(237, 107, 68, 0.3);
  border-radius: 20px;
  padding-top: 45px;
}
#area02 .box img {
  margin: -10px auto 0;
}
@media screen and (max-width: 767px) {
  #area02 {
    padding: 55px 0 35px;
  }
  #area02 .box {
    -webkit-box-shadow: 5px 5px 10px rgba(237, 107, 68, 0.3);
            box-shadow: 5px 5px 10px rgba(237, 107, 68, 0.3);
    border-radius: 20px;
    padding-top: 50px;
  }
  #area02 .box img {
    margin-top: 0;
    border-radius: 20px;
  }
  #area02 .area_ttl .under_line {
    padding-bottom: 15px;
  }
  #area02 .area_ttl .leaf::before {
    width: 83px;
    height: 72px;
    top: -68px;
    left: -35px;
  }
  #area02 .area_ttl .leaf::after {
    width: 66px;
    height: 86.47px;
    right: -87px;
    top: auto;
    bottom: -- 35px;
  }
  #area02 .area_ttl .brackets {
    position: static;
  }
  #area02 .area_ttl .brackets::before {
    width: 37.83px;
    height: 38.53px;
    top: -20px;
    left: auto;
    right: -60px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #area02 .area_ttl .brackets::after {
    background-image: url(./img/brackets_left.svg);
    width: 37.12px;
    height: 38.53px;
    right: auto;
    left: -10px;
    bottom: 10px;
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
}

/* ----------------------------------------
  #area03
---------------------------------------- */
#area03 {
  background: url(./img/area03_bg.jpg) no-repeat center top/cover;
  padding: 100px 0 120px;
}
#area03 .grid {
  gap: 20px;
}
#area03 .grid li {
  background: url(./img/area03_list_bg.png) no-repeat center top/100%, #fff;
  border-radius: 20px;
  border: 1px solid #F2E8A0;
  -webkit-box-shadow: 5px 5px 10px rgba(237, 107, 68, 0.12);
          box-shadow: 5px 5px 10px rgba(237, 107, 68, 0.12);
  padding: 40px 10px 23px;
}
#area03 .grid li h3 {
  color: #711A00;
  font-weight: bold;
  text-align: center;
  font-size: 27px;
  margin-bottom: 50px;
}
#area03 .grid li .read {
  margin-bottom: 20px;
  color: #ED6B44;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#area03 .grid li .txt {
  width: 70%;
  margin: 0 auto 35px;
}
#area03 .grid li .img {
  width: 72%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #area03 {
    background-image: url(./img/area03_bg_sp.jpg);
    padding: 35px 0 50px;
  }
  #area03 .grid {
    padding: 0 12px;
  }
  #area03 .grid li {
    background-image: url(./img/area03_list_bg_sp.jpg);
    padding: 27px max(5.33vw, 20px) 20px;
  }
  #area03 .grid li h3 {
    font-size: 26px;
    line-height: 1.42;
    margin-bottom: 30px;
  }
  #area03 .grid li .read {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #area03 .grid li .txt {
    width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
  }
  #area03 .grid li .img {
    width: 83%;
  }
}

/* ----------------------------------------
  #area04
---------------------------------------- */
#area04 {
  background: url(./img/area04_bg.jpg) no-repeat center top/cover;
  padding: 125px 0 110px;
}
#area04 .area_ttl {
  color: #711A00;
}
#area04 .area_ttl .leaf::before {
  background: url(./img/leaf_left_org.png) no-repeat center/contain;
  width: 234px;
  height: 203px;
  top: -70px;
  left: -250px;
}
#area04 .area_ttl .leaf::after {
  background: url(./img/leaf_right_org.png) no-repeat center/contain;
  width: 204px;
  height: 247px;
  right: -230px;
  top: -55px;
}
#area04 .area_ttl .brackets::before {
  background: url(./img/brackets_left_wht.svg) no-repeat center/contain;
  width: 47.78px;
  height: 53.28px;
  top: -25px;
  left: -40px;
}
#area04 .area_ttl .brackets::after {
  background: url(./img/brackets_right_wht.svg) no-repeat center/contain;
  width: 47.78px;
  height: 53.28px;
  right: -55px;
  bottom: -15px;
}
#area04 .area_ttl .under_line {
  background-image: url(./img/line_yel2.png);
}
@media screen and (max-width: 767px) {
  #area04 {
    padding: 70px 18px 55px;
  }
  #area04 .area_ttl .leaf::before {
    width: 118px;
    height: 103px;
    top: -61px;
    left: -92px;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  #area04 .area_ttl .leaf::after {
    width: 110px;
    height: 134px;
    top: auto;
    right: -95px;
    bottom: -80px;
  }
  #area04 .area_ttl .brackets::before {
    width: 37.12px;
    height: 38.53px;
    top: -15px;
    left: auto;
    right: -23px;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
  #area04 .area_ttl .brackets::after {
    width: 33.46px;
    height: 37.72px;
    right: auto;
    left: -47px;
    bottom: -31px;
    -webkit-transform: scale(-1, 1) rotate(10deg);
            transform: scale(-1, 1) rotate(10deg);
  }
}
#area04 .list {
  margin-top: 55px;
}
#area04 .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 23px;
}
#area04 .list li .img {
  width: 373px;
}
#area04 .list li h3 {
  margin-bottom: 18px;
  color: #711A00;
  font-size: 33px;
  font-weight: bold;
}
#area04 .list li .read {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.55;
}
#area04 .list li .txt {
  font-weight: 500;
}
#area04 .list li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#area04 .list li:nth-child(even) h3, #area04 .list li:nth-child(even) p {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #area04 .list {
    margin-top: 45px;
  }
  #area04 .list li {
    display: block;
    text-align: center;
  }
  #area04 .list li:not(:last-child) {
    margin-bottom: 25px;
  }
  #area04 .list li .img {
    width: 69%;
    margin: 0 auto;
  }
  #area04 .list li h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  #area04 .list li .read {
    margin-bottom: 15px;
    font-size: 20px;
  }
  #area04 .list li .txt {
    font-size: 16px;
  }
  #area04 .list li:nth-child(even) h3, #area04 .list li:nth-child(even) p {
    text-align: center;
  }
}

/* ----------------------------------------
  products
---------------------------------------- */
#products {
  background: #fff;
  padding: 90px 18px 120px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #products {
    padding: 45px 18px 55px;
  }
}
#products h2 {
  margin-bottom: 60px;
  color: #ED6B44;
}
@media screen and (max-width: 767px) {
  #products h2 {
    margin-bottom: 40px;
  }
  #products h2 .under_line {
    padding-bottom: 20px;
  }
}
#products h3 {
  padding-bottom: 15px;
  margin-bottom: 45px;
  color: #711A00;
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
#products h3::after {
  content: "";
  border-bottom: 3px solid currentColor;
  width: 42px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #products h3 {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 24px;
  }
  #products h3::after {
    width: 35px;
  }
}
#products .read {
  margin-bottom: 28px;
  color: #000;
  font-size: 22px;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #products .read {
    margin-bottom: 33px;
    font-size: 16px;
  }
}
#products .products_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 22px;
  width: min(100%, 974px);
  margin: 0 auto;
}
#products .products_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  padding: 30px 5px 33px;
}
#products .products_list li p {
  margin-bottom: 25px;
  font-size: 37px;
  line-height: 1.4;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  text-align: center;
}
#products .products_list li p small {
  font-size: 19px;
}
#products .products_list li p span {
  font-size: 31px;
}
#products .products_list li .img {
  margin: auto 0 25px;
}
#products .products_list li .img img {
  -webkit-box-shadow: 3px 3px 5px rgba(123, 123, 123, 0.5);
          box-shadow: 3px 3px 5px rgba(123, 123, 123, 0.5);
}
#products .products_list li a {
  width: calc(100% - 36px);
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border-radius: 5px;
  color: #fff;
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  text-align: center;
}
#products .products_list li a:hover {
  opacity: 0.7;
}
#products .products_list li:nth-child(1) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 248, 255)), to(rgb(208, 226, 255)));
  background: linear-gradient(180deg, rgb(234, 248, 255) 0%, rgb(208, 226, 255) 100%);
}
#products .products_list li:nth-child(1) p {
  font-size: 36px;
}
#products .products_list li:nth-child(1) p small {
  font-size: 18px;
}
#products .products_list li:nth-child(2) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 248, 255)), to(rgb(208, 253, 255)));
  background: linear-gradient(180deg, rgb(234, 248, 255) 0%, rgb(208, 253, 255) 100%);
}
#products .products_list li:nth-child(2) p {
  font-size: 32px;
}
#products .products_list li:nth-child(2) p small {
  font-size: 18px;
}
#products .products_list li:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 247, 254)), to(rgb(247, 223, 248)));
  background: linear-gradient(180deg, rgb(255, 247, 254) 0%, rgb(247, 223, 248) 100%);
}
#products .products_list li:nth-child(4) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(222, 244, 255)), to(rgb(192, 228, 250)));
  background: linear-gradient(180deg, rgb(222, 244, 255) 0%, rgb(192, 228, 250) 100%);
}
#products .products_list li:nth-child(4) p {
  font-size: 34px;
}
#products .products_list li:nth-child(5) {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(234, 240, 255)), to(rgb(209, 228, 255)));
  background: linear-gradient(180deg, rgb(234, 240, 255) 0%, rgb(209, 228, 255) 100%);
}
#products .products_list li:nth-child(1) p {
  color: #307AF2;
}
#products .products_list li:nth-child(1) a {
  background: #307AF2;
}
#products .products_list li:nth-child(2) p {
  color: #00B190;
}
#products .products_list li:nth-child(2) a {
  background: #00B190;
}
#products .products_list li:nth-child(3) p {
  color: #D12F7D;
}
#products .products_list li:nth-child(3) a {
  background: #D12F7D;
}
#products .products_list li:nth-child(4) p {
  color: #0479D0;
}
#products .products_list li:nth-child(4) a {
  background: #0479D0;
}
#products .products_list li:nth-child(5) p {
  color: #124BA7;
}
#products .products_list li:nth-child(5) a {
  background: #124BA7;
}
@media screen and (max-width: 767px) {
  #products .products_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px 10px;
  }
  #products .products_list li {
    padding: 10px 5px 18px;
  }
  #products .products_list li p {
    margin-bottom: 15px;
    font-size: 5vw;
  }
  #products .products_list li p small {
    font-size: 2.66vw;
  }
  #products .products_list li p span {
    font-size: 4.26vw;
  }
  #products .products_list li .img {
    margin-bottom: 14px;
  }
  #products .products_list li .img img {
    width: 72%;
  }
  #products .products_list li a {
    width: 91%;
    height: 6.93vw;
    line-height: 6.93vw;
    font-size: 2.4vw;
  }
  #products .products_list li:nth-child(1) p {
    font-size: min(4.8vw, 18px);
  }
  #products .products_list li:nth-child(1) p small {
    font-size: min(2.4vw, 9px);
  }
  #products .products_list li:nth-child(2) p {
    font-size: min(4.26vw, 16px);
  }
  #products .products_list li:nth-child(2) p small {
    font-size: min(2.4vw, 9px);
  }
  #products .products_list li:nth-child(4) p {
    font-size: min(4.8vw, 18px);
  }
}

.brand-btns.-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  left: -301px;
  right: auto;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.brand-btns.-fixed.-show {
  left: 0;
}
.brand-btns.-fixed .brand-btns_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 301px;
  height: 334px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: -235px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-btns.-fixed .brand-btns_inner.active {
  left: 0;
}
.brand-btns.-fixed .brand-btns_inner.active .cart_btn::before {
  opacity: 1;
}
.brand-btns.-fixed .cart_btn {
  background: url(./img/icon_cart.svg) no-repeat center top 64px, #ED6B44;
  border-radius: 0 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0.2em 0 0;
  width: 65px;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.4em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-orientation: upright;
  pointer-events: auto;
  cursor: pointer;
  position: relative;
}
.brand-btns.-fixed .cart_btn::before {
  opacity: 0;
  content: "";
  background: url(./img/btn_close.svg) no-repeat center/100%;
  width: 29px;
  height: 29px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 16px;
  left: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.brand-btns.-fixed .online_area {
  padding: 16px 0 16px 17px;
  width: 235px;
  background: #ED6B44;
  pointer-events: auto;
}
.brand-btns.-fixed .online_area ul {
  display: grid;
  gap: 10px 0;
}
.brand-btns.-fixed .online_area ul li a {
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .brand-btns.-fixed {
    height: 100%;
    left: -176px;
  }
  .brand-btns.-fixed .brand-btns_inner {
    position: absolute;
    width: 176px;
    height: 196px;
    top: 50%;
    left: -133px;
  }
  .brand-btns.-fixed .brand-btns_inner.active .cart_btn {
    background-position: center top 43px;
    background-size: 14px;
    padding-top: 35px;
    width: 38px;
    font-size: 10px;
    letter-spacing: 0.45em;
  }
  .brand-btns.-fixed .cart_btn {
    background-position: center top 20px;
    border-radius: 0 10px 10px 0;
    padding-top: 30px;
    width: 47px;
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .brand-btns.-fixed .cart_btn::before {
    width: 17px;
    height: 17px;
    top: 12px;
  }
  .brand-btns.-fixed .online_area {
    padding: 10px 0 10px 10px;
    width: 138px;
  }
  .brand-btns.-fixed .online_area ul {
    gap: 5px 0;
  }
}

.float_bnr {
  background: #fff;
  border: 2px solid #ED6B44;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 10px rgba(92, 92, 92, 0.2);
          box-shadow: 0 3px 10px rgba(92, 92, 92, 0.2);
  width: 317px;
  position: fixed;
  right: 24px;
  z-index: 200;
  bottom: 70px;
}
.float_bnr a {
  display: block;
  padding: 17px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.float_bnr a:hover {
  opacity: 0.7;
}
.float_bnr a p {
  margin-bottom: 10px;
  color: #ED6B44;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.02em;
  padding-left: 0.5em;
}
.float_bnr a p br {
  display: none;
}
.float_bnr a img {
  width: 278px;
  margin: 0 auto;
  text-indent: 10px;
}
.float_bnr_close {
  background: url(./img/btn_close.svg) no-repeat center/100%;
  width: 29px;
  height: 29px;
  position: absolute;
  top: -15px;
  right: -15px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .float_bnr {
    width: 162px;
    bottom: 60px;
    right: 10px;
  }
  .float_bnr a {
    padding: 8px 0 4px;
  }
  .float_bnr a p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  .float_bnr a p br {
    display: block;
  }
  .float_bnr a img {
    width: 145px;
    text-indent: 5px;
  }
  .float_bnr_close {
    width: 22px;
    height: 22px;
    top: -8px;
    right: -8px;
  }
}