.garamond, #fair h2 em, .mv_btn em, .contents_nav .nav_list li a em {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

header {
  background: #fff;
}

#screen.show {
  background: rgba(13, 26, 26, 0.7);
}

#contents_menu_fixed {
  position: fixed;
  width: 100%;
}

#screen.active {
  background: rgba(13, 26, 26, 0.7);
}

#main {
  background-color: #000;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 1fr 470px 14.6vw;
  padding-top: 71.86px;
}
@media screen and (max-width: 960px) {
  #main {
    grid-template-columns: 1fr 470px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    display: block;
    padding-top: 63.89px;
  }
}

.pc_contents {
  display: block;
  padding: 6.588vw 0 50px 15%;
  position: sticky;
  top: 72px;
  overflow: hidden;
}
.pc_contents img {
  width: 9.03vw;
  height: 27.3vw;
}
@media screen and (max-width: 960px) {
  .pc_contents {
    display: none;
  }
}

.contents_nav {
  padding: 0 2.78vw 50px;
  position: sticky;
  top: 70px;
  overflow: hidden;
}
.contents_nav::before, .contents_nav::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.contents_nav::before {
  background: url(../img/pc_bg01.webp) no-repeat center/contain;
  width: 8.63vw;
  height: 13.49vw;
  top: 63%;
  left: 5.4%;
}
.contents_nav::after {
  background: url(../img/pc_bg02.webp) no-repeat center/contain;
  width: 5.86vw;
  height: 17.44vw;
  top: 60%;
  right: 7%;
}
@media screen and (max-width: 1200px) {
  .contents_nav::before {
    left: 0;
  }
  .contents_nav::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contents_nav {
    width: 100%;
    height: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
  }
  .contents_nav::before, .contents_nav::after {
    display: none;
  }
}
.contents_nav .pc {
  width: 75%;
  margin: 0 auto;
}
.contents_nav .contents_menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .contents_nav .contents_menu {
    background: url(../img//menu.webp) no-repeat center/contain;
    display: block;
    width: 88px;
    height: 34px;
    position: fixed;
    top: 98px;
    right: 24px;
    cursor: pointer;
    z-index: 500;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .contents_nav .contents_menu.active {
    background: url(../img//menu_close.webp) no-repeat center/contain;
  }
}
.contents_nav .contents_nav_wrap {
  display: contents;
}
@media screen and (max-width: 767px) {
  .contents_nav .contents_nav_wrap {
    display: block;
    width: min(100%, 352px);
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  .contents_nav .contents_nav_wrap.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.contents_nav .nav_list {
  width: min(100%, 378px);
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .contents_nav .nav_list {
    zoom: 90%;
  }
}
@media screen and (max-width: 767px) {
  .contents_nav .nav_list {
    display: block;
    background-color: #F3FFD8;
    border-radius: 0 0 0 30px;
    width: 100%;
    padding: 215px 0 200px;
  }
}
@media screen and (min-width: 768px) {
  .contents_nav .nav_list li:not(:last-child) {
    margin-bottom: 17px;
  }
}
.contents_nav .nav_list li a {
  background-color: #F3FFD8;
  background-image: url(../img//nav_arrow.svg);
  background-repeat: no-repeat;
  background-position: bottom 18px right 35px;
  display: block;
  padding: 17px 45px 17px 39px;
  color: #6D49E5;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}
.contents_nav .nav_list li a span {
  display: block;
  margin-bottom: 4px;
  font-size: 19px;
}
.contents_nav .nav_list li a em {
  display: block;
  margin-bottom: 4px;
  font-size: 36px;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .contents_nav .nav_list li {
    width: 248.54px;
    margin: 0 auto 40px;
  }
  .contents_nav .nav_list li a {
    background-position: bottom 13px right;
    background-size: 15px;
    padding: 10px 0;
    font-size: 14px;
  }
  .contents_nav .nav_list li a span {
    margin-bottom: 0;
    font-size: 16px;
  }
  .contents_nav .nav_list li a em {
    margin-bottom: 0;
    font-size: 30px;
  }
}

.main_contents {
  background: #fff;
}

.mv {
  color: #fff;
  width: 100%;
  padding-top: 128%;
  aspect-ratio: 1/1.92;
  font-weight: bold;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv {
    padding-top: 128vw;
  }
}
.mv h1 {
  position: absolute;
  top: 0;
  z-index: -1;
}
.mv p {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv p {
    margin-bottom: calc(10px * 1.25);
  }
}
.mv_read {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .mv_read {
    font-size: calc(12px * 1.25);
  }
}
.mv_txt {
  color: #F6FF1A;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mv_txt {
    font-size: calc(14px * 1.25);
  }
}
.mv_btn {
  display: block;
  border-radius: 60px;
  background-color: #228E79;
  background-image: url(../img//mv_btn_arrow.svg);
  background-repeat: no-repeat;
  background-position: bottom 7% center;
  margin: 0 auto;
  width: 370px;
  height: 120px;
  text-align: center;
  background-size: 26px;
  padding-top: 14px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .mv_btn {
    background-size: calc(26px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .mv_btn {
    padding-top: calc(14px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .mv_btn {
    font-size: calc(14px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .mv_btn {
    width: min(100%, 295px);
    height: 96px;
  }
}
.mv_btn em {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .mv_btn em {
    font-size: calc(30px * 1.25);
  }
}

.campaign_box {
  background: #FFE2FE;
  position: relative;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .campaign_box {
    padding-top: calc(40px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .campaign_box {
    padding-left: calc(24px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .campaign_box {
    padding-right: calc(24px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .campaign_box {
    padding-bottom: calc(57px * 1.25);
  }
}
.campaign_box::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 34px 0 34px;
  border-color: #FFE2FE transparent transparent transparent;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 98%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .campaign_box::after {
    border-width: 32px 27px 0 27px;
  }
}
.campaign_ttl {
  text-align: center;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
}
@media screen and (min-width: 768px) {
  .campaign_ttl {
    font-size: calc(20px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .campaign_ttl {
    margin-bottom: calc(18px * 1.25);
  }
}
.campaign_ttl img {
  display: block;
  width: 86%;
  margin: 0 auto;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .campaign_ttl img {
    margin-top: calc(8px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .campaign_ttl img {
    width: min(86%, 282px);
  }
}

#app {
  padding-top: 38px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #app {
    padding-top: calc(38px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #app {
    padding-left: calc(24px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #app {
    padding-right: calc(24px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #app {
    padding-bottom: calc(40px * 1.25);
  }
}
#app p {
  color: #E65C86;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 14px;
  margin-bottom: 17px;
}
@media screen and (min-width: 768px) {
  #app p {
    font-size: calc(16px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #app p {
    margin-top: calc(14px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #app p {
    margin-bottom: calc(17px * 1.25);
  }
}

.app_btn {
  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;
  background-color: #E65C86;
  background-image: url(../img//icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center right 15%;
  border-radius: 44px;
  width: 350.85px;
  height: 87.71px;
  padding-right: 1.5em;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background-size: 22px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .app_btn {
    background-size: calc(22px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .app_btn {
    font-size: calc(16px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .app_btn {
    width: min(100%, 280px);
    height: 70px;
  }
}

#fair .ttl_wrap {
  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;
  background-image: url(../img//fair_ttl_bg.webp);
  background-repeat: repeat;
  background-position: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  background-size: 344px;
  padding-top: 60px;
  padding-bottom: 45px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #fair .ttl_wrap {
    -webkit-column-gap: calc(13px * 1.25);
       -moz-column-gap: calc(13px * 1.25);
            column-gap: calc(13px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #fair .ttl_wrap {
    background-size: calc(344px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #fair .ttl_wrap {
    padding-top: calc(60px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #fair .ttl_wrap {
    padding-bottom: calc(45px * 1.25);
  }
}
#fair .ttl_wrap::before, #fair .ttl_wrap::after {
  content: "";
  background: url(../img//fair_ttl.svg) no-repeat center/contain;
  width: 57px;
  height: 71px;
}
@media screen and (min-width: 768px) {
  #fair .ttl_wrap::before, #fair .ttl_wrap::after {
    width: calc(57px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #fair .ttl_wrap::before, #fair .ttl_wrap::after {
    height: calc(71px * 1.25);
  }
}
#fair h2 {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #fair h2 {
    font-size: calc(14px * 1.25);
  }
}
#fair h2 em {
  display: block;
  text-align: center;
  line-height: 1;
  margin-bottom: 4px;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  #fair h2 em {
    margin-bottom: calc(4px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  #fair h2 em {
    font-size: calc(30px * 1.25);
  }
}

.tab_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.tab_list .tab {
  cursor: pointer;
  text-align: center;
}
.tab_list.parent .tab {
  border-bottom: 1px solid #000;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #C3C3C3;
  height: 83px;
  color: #fff;
  font-weight: 900;
  line-height: 1.44;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .tab_list.parent .tab {
    font-size: calc(18px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .tab_list.parent .tab {
    height: 63px;
  }
}
.tab_list.parent .tab:nth-child(2) {
  padding-bottom: 5px;
}
.tab_list.parent .tab span {
  letter-spacing: 0.1em;
}
.tab_list.parent .tab small {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .tab_list.parent .tab small {
    font-size: calc(10px * 1.25);
  }
}
.tab_list.parent .tab.active {
  background: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 0;
  color: #228E79;
  position: relative;
}
.tab_list.parent .tab.active::after {
  content: "";
  border-bottom: 5px solid #228E79;
  width: 135px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .tab_list.parent .tab.active::after {
    width: 107px;
  }
}
.tab_list.child {
  border: 1px solid #707070;
  width: 410px;
  margin: 0 auto 50px;
  padding: 4px;
  border-radius: 22px;
}
@media screen and (min-width: 768px) {
  .tab_list.child {
    border-radius: calc(22px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .tab_list.child {
    width: calc(100% - 24px);
    margin: 0 auto 45px;
  }
}
.tab_list.child .tab {
  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;
  color: #C3C3C3;
  text-align: center;
  font-weight: bold;
  height: 36px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .tab_list.child .tab {
    height: calc(36px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .tab_list.child .tab {
    font-size: calc(14px * 1.25);
  }
}
.tab_list.child .tab.active {
  background: #228E79;
  color: #fff;
  border-radius: 18px;
}
@media screen and (min-width: 768px) {
  .tab_list.child .tab.active {
    border-radius: calc(18px * 1.25);
  }
}

.tab_article {
  display: none;
}
.tab_article.active {
  display: block;
}

.tab_group > .tab_article_list {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .tab_group > .tab_article_list {
    padding-top: 45px;
  }
}

.shop_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1px;
  width: 100%;
  position: relative;
  color: #30261D;
}
.shop_list::before, .shop_list::after {
  content: "";
  position: absolute;
}
.shop_list::before {
  border-right: 1px solid #000;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
}
.shop_list::after {
  border-bottom: 1px solid #000;
  width: 100%;
  left: 0;
  bottom: 0;
}
.shop_list.campaign li:has(a.more) .detail {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.shop_list.campaign .more {
  margin: 0 auto;
}
.shop_list.campaign .more + .btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .shop_list.campaign .more + .btn {
    margin-top: calc(15px * 1.25);
  }
}
.shop_list.campaign .btn {
  margin: 0 auto;
}
.shop_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;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 20px 52px;
}
@media screen and (max-width: 767px) {
  .shop_list li {
    padding: 8px 13px 40px;
  }
}
.shop_list li:nth-child(n+3) {
  margin-top: -1px;
}
.shop_list .img {
  aspect-ratio: 1/0.94;
  width: 100%;
  overflow: hidden;
}
.shop_list .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.shop_list .shop {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url(../img//pin.svg) no-repeat top 14px left;
  color: #E65C86;
  font-weight: 600;
  line-height: 1.1;
  background-size: 13px;
  padding-left: 20px;
  padding-top: 11px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .shop_list .shop {
    background-size: calc(13px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .shop {
    padding-left: calc(20px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .shop {
    padding-top: calc(11px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .shop {
    padding-bottom: calc(12px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .shop {
    margin-bottom: calc(15px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .shop {
    font-size: calc(14px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .shop_list .shop {
    background-position: top 10px left;
  }
}
.shop_list .shop small {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .shop_list .shop small {
    font-size: calc(10px * 1.25);
  }
}
.shop_list .limited {
  display: block;
  border: 1px solid #000;
  text-align: center;
  font-weight: 500;
  border-radius: 12px;
  width: 71px;
  margin-bottom: 13px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .shop_list .limited {
    border-radius: calc(12px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .limited {
    width: calc(71px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .limited {
    margin-bottom: calc(13px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .limited {
    font-size: calc(12px * 1.25);
  }
}
.shop_list .detail {
  overflow: hidden;
  min-height: 84px;
  margin-bottom: 22px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .shop_list .detail {
    min-height: calc(84px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .detail {
    margin-bottom: calc(22px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .shop_list .detail {
    font-size: calc(12px * 1.25);
  }
}

.more, .btn {
  background-repeat: no-repeat;
  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;
  margin: auto auto 0;
  color: #fff;
  font-weight: bold;
  width: 181px;
  cursor: pointer;
  border-radius: 18px;
  padding-right: 25px;
  height: 36px;
}
@media screen and (min-width: 768px) {
  .more, .btn {
    border-radius: calc(18px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .more, .btn {
    padding-right: calc(25px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .more, .btn {
    height: calc(36px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .more, .btn {
    width: min(100%, 145px);
  }
}

.more {
  background-color: #000;
  background-image: url(../img//icon_more.svg);
  background-position: center right 18.75px;
  background-size: 20px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .more {
    background-size: calc(20px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .more {
    font-size: calc(12px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .more {
    background-position: center right 15px;
  }
}

.btn {
  background-color: #EE9AAA;
  background-image: url(../img//icon_blank.svg);
  letter-spacing: 0.05em;
  background-position: center right 27.5px;
  background-size: 12px;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .btn {
    background-size: calc(12px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: calc(10px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .btn {
    background-position: center right 22px;
  }
}

#cboxOverlay {
  background: rgba(0, 0, 0, 0.6);
  z-index: 600;
}

#colorbox {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media screen and (max-width: 767px) {
  #colorbox {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

#cboxContent {
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 400px;
  width: 100%;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  #cboxContent {
    border-radius: calc(30px * 1.25);
  }
}

#cboxLoadedContent {
  margin-bottom: 0;
  background: #fff;
  overflow-x: hidden !important;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  overflow-x: hidden !important;
}

.popup_box {
  width: 400px;
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .popup_box {
    padding-top: calc(50px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box {
    padding-left: calc(25px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box {
    padding-right: calc(25px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box {
    padding-bottom: calc(57px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .popup_box {
    width: 100%;
  }
}
.popup_box .img {
  aspect-ratio: 1/0.6;
  width: 100%;
  overflow: hidden;
}
.popup_box .img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.popup_box .shop {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: url(../img//pin.svg) no-repeat center left 25px;
  color: #E65C86;
  font-weight: 600;
  line-height: 1.1;
  background-size: 20px;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .popup_box .shop {
    background-size: calc(20px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .shop {
    padding-left: calc(50px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .shop {
    padding-right: calc(20px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .shop {
    padding-top: calc(12px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .shop {
    padding-bottom: calc(12px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .shop {
    margin-bottom: calc(15px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .shop {
    font-size: calc(16px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .popup_box .shop {
    background-position: center left 20px;
  }
}
.popup_box .shop small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .popup_box .shop small {
    font-size: calc(12px * 1.25);
  }
}
.popup_box .detail {
  margin: 0;
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .popup_box .detail {
    font-size: calc(12px * 1.25);
  }
}
.popup_box .detail .price {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .popup_box .detail .price {
    font-size: calc(14px * 1.25);
  }
}
.popup_box .btn {
  background-position: center right 31.25px;
  margin: 0 auto;
  border-radius: 22px;
  background-size: 18px;
  width: 200px;
  height: 43px;
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .popup_box .btn {
    border-radius: calc(22px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .btn {
    background-size: calc(18px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .btn {
    width: calc(200px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .btn {
    height: calc(43px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .btn {
    margin-top: calc(40px * 1.25);
  }
}
@media screen and (min-width: 768px) {
  .popup_box .btn {
    font-size: calc(14px * 1.25);
  }
}
@media screen and (max-width: 767px) {
  .popup_box .btn {
    background-position: center right 25px;
  }
}

.popup_close {
  background: url(../img/popup_close.svg) no-repeat center right/43.18px;
  width: 118px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 25px;
  right: 37px;
  cursor: pointer;
}

.pagetop {
  background: #FAA2F7;
}
@media screen and (max-width: 767px) {
  .pagetop.hide {
    opacity: 0;
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .float_menu.hide {
    opacity: 0;
    display: none !important;
  }
}