html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: calc(100vw / 1024 * 10);
  }
}
.max-1200 {
  margin: auto;
  max-width: 120rem;
}
.max-1000 {
  margin: auto;
  max-width: 100rem;
}
.cpn {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: calc(33 / 18);
  margin-bottom: 15rem;
}
.cpn img {
  width: 100%;
}
.mb-none {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 767.9px) {
  .max-1000 {
    padding: 0 2rem;
  }
  .cpn {
    font-size: 1.6rem;
    line-height: calc(30 / 16);
    margin-bottom: 8.5rem;
  }
}



/* ---------------------------------------------------------------------------
//  cpn05
--------------------------------------------------------------------------- */
.cpn05 .ul01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpn05 .ul01::after {
  content: "";
  width: calc((100% - 1rem) / 3);
}
.cpn05 .ul01 > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: calc((100% - 1rem) / 3);
}
.cpn05 .ul01 > li .head {
  background: #1268b7;
  height: 12.1rem;
  padding: 1rem;
}
.cpn05 .ul01 li .head .logo {
  margin-bottom: 1rem;
  width: 12rem;
}
.cpn05 .ul01 > li .head h4 {
  -webkit-box-orient: vertical;
  color: #fff;
  display: -webkit-box;
  font-size: 1.8rem;
  -webkit-line-clamp: 2;
  line-height: calc(28 / 18);
  overflow: hidden;
}
.cpn05 .ul01 > li .img {
  padding-top: 100%;
  position: relative;
}
.cpn05 .ul01 > li .img img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.cpn05 .ul01 > li .wrap {
  border: solid 1px #d8d8d8;
  flex-grow: 2;
  padding: 1rem 1rem 10rem 1rem;
  position: relative;
}
.cpn05 .ul01 li .wrap .table {
  margin-bottom: 1rem;
  width: 100%;
}
.cpn05 .ul01 > li .wrap .table .tr + .tr {
  margin-top: 0.5rem;
}
.cpn05 .ul01 > li .wrap .table .tr {
  display: flex;
}
.cpn05 .ul01 > li .wrap .table .tr .th {
  align-items: center;
  background: #0068b7;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  font-weight: 500;
  justify-content: center;
  line-height: calc(21 / 16);
  min-height: 5.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 12.5rem;
}
.cpn05 .ul01 > li .wrap .table .tr .td.pink {
  color: #fc5252;
  font-size: 2.4rem;
  font-weight: bold;
}
.cpn05 .ul01 > li .wrap .table .tr .td {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  justify-content: center;
  line-height: 1;
  min-height: 5.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
  width: calc(100% - 12.5rem);
}
.cpn05 .ul01 > li .wrap .table .tr .td .price01 {
  font-size: 2.2rem;
}
.cpn05 .ul01 > li .wrap .table .tr .td .price02 {
  font-size: 3rem;
  font-weight: bold;
}
.cpn05 .ul01 > li .wrap .table .tr .td small {
  font-size: 1.1rem;
}
.cpn05 .ul01 > li .wrap .table .tr .td .text {
  align-items: center;
  display: flex;
}
.cpn05 .ul01 > li .wrap .table .tr:last-of-type .th {
  background: linear-gradient(to top, #ff5252, #f48fb1);
}
.cpn05 .ul01 > li .wrap .table .tr:last-of-type .td {
  background: #fff;
  border: solid 1px#ff5252;
  border-left: none;
  color: #fc5252;
  font-size: 3rem;
}
.cpn05 .ul01 > li .wrap .table .tr .td.contact {
  color: #101010;
  font-size: 1.4rem;
  line-height: 1.4;
}
.cpn05 .ul01 > li .wrap .ul02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpn05 .ul01 > li .wrap .ul02 li {
  align-items: center;
  background: #fff;
  border-radius: 100px;
  color: #0068b7;
  display: flex;
  flex-direction: column;
  font-size: 1.15rem;
  font-weight: 450;
  height: 4rem;
  justify-content: center;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  text-align: center;
  width: calc((100% - 0.5rem) / 2);
  border: 1px solid #0068b7;
}
.cpn05 .ul01 > li .wrap .ul02 li small {
  font-size: 1.7rem;
  height: 1rem;
  /* zoom: .5; */
  transform: scale(0.5);
  white-space: nowrap;
}
.cpn05 .ul01 > li .wrap a {
  align-items: center;
  background: #0068b7;
  border: solid 1px;
  border: solid 1px #0068b7;
  border-radius: 100px;
  bottom: 3.5rem;
  box-shadow: 0 4px 0 #0a367c;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  height: 4.5rem;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  transition: 0.2s;
  width: 18rem;
}
.cpn05 .ul01 > li .wrap a::after {
  background: url(../img/common/icon-arrow03.svg) no-repeat center;
  background-size: 1.4rem;
  content: "";
  height: 1.5rem;
  margin-left: 1.1rem;
  transition: 0.2s;
  width: 1.5rem;
}
.cpn05 .ul01 > li .wrap a:hover {
  background: #fff;
  color: #0068b7;
}
.cpn05 .ul01 > li .wrap a:hover:after {
  margin-left: 0;
  width: 0;
}
@media only screen and (max-width: 767.9px) {
  .cpn05 .ul01 {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: calc(100vw - 2rem);
  }
  .cpn05 .ul01::after {
    display: none;
  }
  .cpn05 .ul01 > li {
    flex-shrink: 0;
    margin-bottom: 0;
    max-width: 33.5rem;
    width: 100%;
  }
  .cpn05 .ul01 > li + li {
    margin-left: 0.5rem;
  }
  .cpn05 .ul01 li .head {
    display: flex;
    height: 12rem;
    justify-content: space-between;
  }
  .cpn05 .ul01 li .head .logo {
    margin-bottom: 0;
    margin-top: 0.5rem;
    width: 4.5rem;
  }
  .cpn05 .ul01 > li .head h4 {
    font-size: 1.6rem;
    line-height: calc(27 / 16);
    width: initial;
  }
  .cpn05 .ul01 > li .wrap {
    padding: 1rem 1rem 9rem 1rem;
  }
  .cpn05 .ul01 > li .wrap .table .tr .th {
    font-size: 1.5rem;
    line-height: calc(20 / 15);
    width: 11.4rem;
  }
  .cpn05 .ul01 > li .wrap .table .tr .td {
    width: calc(100% - 11.4rem);
  }
  .cpn05 .ul01 > li .wrap .table .tr .td small {
    font-size: 1rem;
  }
  .cpn05 .ul01 > li .wrap .ul02 li {
    font-size: 1.1rem;
    height: 4rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
    width: calc((100% - 0.5rem) / 2);
  }
  .cpn05 .ul01 > li .wrap .ul02 li small {
    /* font-size: 1.7rem;
    zoom: .5; */
  }
  .cpn05 .ul01 > li .wrap a {
    background-image: url(../img/common/icon-arrow03_sp.svg);
    background-position: center right 3rem;
    background-repeat: no-repeat;
    background-size: 1.3rem;
    bottom: 2.5rem;
    height: 5rem;
    width: 19rem;
  }
  .cpn05 .ul01 > li .wrap a::after {
    display: none;
  }
}

/* お気に入りボタン */
.favorite_outer_inner {
  display: grid;
  column-gap: 20px;
}
.itemA {
  grid-row: 1;
}
.itemB {
	grid-row: 1;
  grid-column: 2;
  width: 16.6vw;
  max-width: 158px;
}
.itemC {
	grid-row: 2;
  grid-column: 1 / 3;
}
.favorite_btn {
  background: #1268b7;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 3px;
  padding: 0.4vh 0 0.4vh 26px;
  position: relative;
  width: 100%;
  margin-top: -3px;
  transition: .2s ease-in;
}
button.favorite_btn:focus-visible {
  outline: 2px solid #333;
  box-shadow: 0 0 3px 4px #fff;
}
.favorite_btn:hover {
  background: #fff;
  color: #1268b7;
}
.favorite_btn::before{
  position: absolute;
  content: "";
  background-image: url(../img/common/favorite_off.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 20px;
  height: 100%;
  left: 12%;
  top: 50%;
  transform: translateY(-50%);
}
.favorite_btn:hover::before{
  background-image: url(../img/common/favorite_over.png);
}
.favorite_btn.is-favorite{
  color: #9b9b9b;
}
.favorite_btn.is-favorite::before{
  background-image: url(../img/common/favorite_on.png);
}

@media only screen and (max-width: 767.9px){
  .cpn05 .ul01 li .head.favorite_outer{
    display: initial;
  }
  .favorite_outer_inner {
    grid-template-columns: 45px 1fr;
    gap: 14px 10px;
  }
  .itemA {
    grid-row: 1;
  }
  .itemB {
    grid-row: 2;
    grid-column: 1 / 3;
    width: 100%;
    max-width: 100%;
  }
  .itemC {
    grid-row: 1;
    grid-column: 2;
  }
  .cpn05 .ul01 > li .head h4.itemC {
    line-height: initial;
    width: initial;
  }
  .favorite_btn {
    margin-top: 0;
  }
  .favorite_btn::before{
    left: 29.6%;
  }
}/* //お気に入りボタン */



/* ---------------------------------------------------------------------------
//  page-favorite.php　お気に入り一覧
--------------------------------------------------------------------------- */
@media screen and (min-width: 768px){
  .favorite_list_area{
    padding: 0 10px;
  }
}
.favorite_list_area h2 {
  color: #FFF;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 40px; /* 100% */
  letter-spacing: 0.2rem;
  background: #0068B7;
  padding: 25px 0 26px;
  margin-bottom: 48px;
}
.favorite_list_area h2 span{
  font-size: 2rem;
}
.favorite_list_area h3 {
  color: #0068B7;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 140%; /* 33.6px */
  letter-spacing: 0.96px;
  max-width: 1000px;
  margin: 0 auto 40px;
  border-bottom: 2px solid #0068B7;
  padding: 0 10px 16px;
}
.favorite_list_area h3 span{
  font-size: 1.8rem;
}
.favorite_list_area .attention {
  color: #101010;
  font-size: 1.8rem;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.72px;
  max-width: 1000px;
  margin: 0 auto 48px;
  font-weight: 400;
  padding: 0 20px;
}
.favorite_list_area .attention span {
  color: #F44336;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.8px;
  display: block;
}
.favorite_list_area .filter-container {
  margin-bottom: 40px;
}
.favorite_list_area .part-filter {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
}
.favorite_list_area .filter-item {
  background-color: #fff;
  width: calc(100% / 5);
  border-top: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
  border-left: 1px solid #0068B7;
  position: relative;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
}
.favorite_list_area .filter-item:last-child{
  border-right: 1px solid #0068B7;
}
.favorite_list_area .filter-item:hover,
.favorite_list_area .filter-item.active {
  background-color: #0068B7;
  color: #fff;
}
.favorite_list_area .cpn05 .ul01 {
  justify-content: flex-start;
  column-gap: 20px;
  flex-wrap: wrap;
}
.favorite_list_area .cpn05 .ul01::after {
  content: none;
}
.favorite_list_area .cpn05 .ul01 > li {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
  width: calc((100% - 8rem) / 5);
  position: relative;
}
/* お気に入り削除ボタン */
.delete_favorite_area{
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.delete_favorite_area .delete_favorite_adjust{
  width: 35px;
}
.delete_favorite_btn {
  position: absolute;
  border: 1px solid #fff;
  background-color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  cursor:pointer;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 100;
  transition: all 0.3s ease;
}
.delete_favorite_btn:hover{
  background-color: #0068B7;
}
.delete_favorite_btn span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1268B7;
  font-weight: bold;
  font-size: 2.7rem;
}
.delete_favorite_btn:hover span{
  color: #fff;
}
.cpn05 .ul01 > li .head .delete_outer h4 {
  font-size: 1.2rem;
}
a.favorite_delete{
  transition: all 0.3s ease;
}
a.favorite_delete:hover{
  opacity: .8;
}
.favorite_list_area .cpn05 .ul01 > li .wrap {
  display: none;
}
.favorite_list_area .cpn {
  margin-bottom: 72px;
}
/* お気に入りが空の時 */
.favorite_list_area .cpn05 .ul01 > li.no_favorite{
  display: block;
  margin-bottom: 0;
  width: 100%;
  background: #F7F7F7;
  padding: 32px 0;
}
.no_favorit_inner {
  display: flex;
  justify-content: center;
  gap: 42px;
}
.no_favorit_txt {
  color: #101010;
  font-size: 2rem;
  line-height: normal;
  letter-spacing: 0.8px;
}
.no_favorit_txt span{
  display: block;
  color: #0068B7;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767.9px){
  .favorite_list_area h2 {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    padding: 26px 0;
    margin-bottom: 40px;
  }
  .favorite_list_area h2 span{
    font-size: 1.6rem;
  }
  .favorite_list_area h3 {
    font-size: 2.2rem;
    letter-spacing: 0.88px;
    padding-bottom: 8px;
    margin: 0 20px 24px;
    padding: 0 0 8px;
  }
  .favorite_list_area .attention {
    font-size: 1.4rem;
    line-height: 160%; /* 22.4px */
    letter-spacing: 0.72px;
    max-width: 1000px;
    margin: 0 auto 48px;
    padding: 0 20px;
  }
  .favorite_list_area .attention span {
    font-size: 1.6rem;
    letter-spacing: 0.64px;
  }
  .favorite_list_area .part-filter {
    padding: 0 20px;
  }
  .favorite_list_area .cpn05 .ul01 {
    justify-content: space-between;
    column-gap: 10px;
    width: initial;
    overflow-x: unset;
  }
  .favorite_list_area .cpn05 .ul01::after {
    content: none;
  }
  .favorite_list_area .cpn05 .ul01 > li + li {
    margin-left: 0;
  }
  .favorite_list_area .cpn05 .ul01 > li {
    width: calc((100% - 1rem) / 2);
  }
  .favorite_list_area .cpn {
    margin-bottom: 80px;
  }
  .favorite_list_area .cpn05 .ul01 li .head {
    flex-direction: column;
  }
  .favorite_list_area .cpn05 .ul01 li .head .logo {
    margin-top: 0;
  }
  /* お気に入りが空の時 */
  /* .favorite_list_area .cpn05 .ul01.favorite-list:has(li.no_favorite){
    display: block;
    background-color:rgb(0, 136, 255);
  } */
  .favorite_list_area .cpn05 .ul01 > li.no_favorite{
    max-width: 100%;
    padding: 26px 30px;
  }
  .no_favorit_inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    /* display: flex;
    justify-content: center;
    gap: 42px; */
  }
  .no_favorit_txt {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.64px;
  }
  .no_favorit_txt span{
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.8px;
    margin-bottom: 8px;
  }
}



.cpn19 .favorite_btn{
  display: flex;
  width: 350px;
  margin: 0 auto;
  height: 58px;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 40px;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 4px 0px 0px #13449D;
  border: 1px solid #1268b7;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.64px;
}
.cpn19 .favorite_btn::before{
  left: 28%;
}
.cpn19 .favorite_btn:hover {
  border-color: #1268b7;
}
.cpn19 .favorite_btn_top{
  margin: 28px auto;
}
.cpn19 .favorite_btn_under{
  margin: 60px auto 0;
}
