@charset "UTF-8";
/*=== TOP MV ===*/
.bx-wrapper .bx-pager {
  padding-top: 0 !important;
  bottom: -35px !important;
}
.bx-wrapper .bx-pager .bx-pager-item {
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #D1C3BD !important;
  margin: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #8B6B59 !important;
}
/*=== 検索 ===*/
.search-container {
  margin-top: 60px;
    margin-bottom: 65px;
    padding: 15px 0;
    background-color: rgb(139 107 89 / 20%);
}
.search-container form {
    width: 90%;
    margin: 0 auto !important;
    border: 1px solid #8B6B59;
    background-color: #fff;
    position: relative;
}
.search-container form::after {
    content: "";
    display: block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(https://img21.shop-pro.jp/PA01499/350/etc_base64/c2VhcmNo.png?cmsp_timestamp=20241019153731);
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0.35em;
    right: 0.5em;
}
input.header-search__box {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0.5em;
    border: none;
    border-radius: 0;
    background-color: transparent;
    font-family: 'Zen Old Mincho', serif;
    font-size: 12px;
}
::placeholder {
  color: #AAA;
}
/*=== バナー ===*/
.banner_slider {
    padding-left: calc(58* 100% / 750);
    padding-right: calc(58* 100% / 750);
    margin-bottom: 65px;
}
.free {
    width: min(80vw, 700px);
    margin: auto;
}
.banner_slider .slick-slide a {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    aspect-ratio: 140 / 27;
    overflow: hidden;
}
.banner_slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner_slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.banner_slider .slide-arrow {
    display: block;
    width: 10px;
    height: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}
.banner_slider .slide-arrow.prev-arrow {
    left: -20px;
}
.banner_slider .slide-arrow.next-arrow {
  right: -20px;
}
.banner_slider .slick-dots {
  bottom: -35px;
}
.banner_slider .slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #8B6B59;
  border-radius: 30vh;
}
@media screen and (max-width: 644px) {  
.banner_slider .slide-arrow.prev-arrow {
    left: -5px;
}
.banner_slider .slide-arrow.next-arrow {
  right: -5px;
}
}
/*=== 共通 ===*/
.title {
  margin: 0;
  color: #8C695A;
  font-family: 'Cormorant Garamond', serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.025em;
  text-align: center;
}
.title span {
  display: block;
  font-family: 'Zen Old Mincho', serif;
  font-size: 0.41em;
  font-weight: bold;
  line-height: 1.5;
}

/* 商品 */
.c-item-list__item {
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-item-list__item a:hover {
  opacity: 0.6;
}
.item-img {
  display: block;
  width: 100%;
  margin: 0;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.item-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c-item-list__ttl {
  margin: 0.7em 0;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #8C695A;
}
.c-item-list__price {
    margin-top: 0;
    font-family: "Crimson Text", serif;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.025em;
}
/* リンクボタン */
.link-btn {
    display: block;
    max-width: 181px;
    margin: auto;
    padding: 6px 0;
    background-color: transparent;
    border: 0.5px solid #8B6B59;
    color: #8B6B59;
    font-size: 16px;
    text-align: center;
    position: relative;
    transition: all .3s ease;
}
.link-btn:hover {
    background-color: #8B6B59;
    border-color: transparent;
    color: #fff;
}
.link-btn::after {
    content: "";
    display: block;
   width: 25px;
    height: 0.5px;
    background-color: #8B6B59;
    position: absolute;
    top: 50%;
    right: -12.5px;
    transition: all .3s ease;
}
.link-btn:hover::after {
    background-color: #fff;
    right: -20px;
}
@media print,screen and (min-width: 1025px){
  .link-btn {
    max-width: 211px;
    padding: 12px 0;
  }
  .link-btn::after {
    width: 30px;
    right: -15px;
  }
}
/*=== おすすめ ===*/
.p-recommend .c-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 25px;
  margin: 25px 0 0;
}

/*=== ランキング ===*/
.p-ranking {
    margin-top: 60px;
    margin-bottom: 65px;
}
.p-ranking-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 12px;
    grid-row-gap: 30px;
  margin-top: 45px;
}
.p-ranking-list__item {
  display: block;
  position: relative;
}
.p-ranking-list__item a:hover {
  opacity: 0.6;
}
.p-ranking-list__item::before {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -12px;
  left: 0;
  z-index: 10;
}
.p-ranking-list__item:first-of-type:before {
  background-image: url(https://img21.shop-pro.jp/PA01513/299/etc_base64/aWNvbi1yYW5raW5nMDE.png?cmsp_timestamp=20241204170904);
}
.p-ranking-list__item:nth-of-type(2):before {
  background-image: url(https://img21.shop-pro.jp/PA01513/299/etc_base64/aWNvbi1yYW5raW5nMDI.png?cmsp_timestamp=20241204170940);
}
.p-ranking-list__item:nth-of-type(3):before {
  background-image: url(https://img21.shop-pro.jp/PA01513/299/etc_base64/aWNvbi1yYW5raW5nMDM.png?cmsp_timestamp=20241204170954);
}
.p-ranking-list__item:nth-of-type(4):before {
  background-image: url(https://img21.shop-pro.jp/PA01513/299/etc_base64/aWNvbi1yYW5raW5nMDQ.png?cmsp_timestamp=20241204171015);
  width: 33px;
  height: 33px;
  top: 0;
}
.p-ranking-list__item:nth-of-type(5):before {
  background-image: url(https://img21.shop-pro.jp/PA01513/299/etc_base64/aWNvbi1yYW5raW5nMDU.png?cmsp_timestamp=20241204171029);
  width: 33px;
  height: 33px;
  top: 0;
}
.p-ranking-list__item .item-img {
    border-top-left-radius: 85px;
}
.p-ranking-list__ttl {
  color: #444;
  font-size: 13px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 1em 0;
}

/*=== カテゴリ ===*/
.category-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 20px;
  margin-top: 30px;
}
.category-icon a:hover {
    opacity: 0.6;
}
.category-icon p {
    color: #444;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}
@media screen and (max-width: 1024px) {
  .category-icon figure {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    border: 1px solid #444;
    border-radius: 30vh;
    background-color: #fff;
  }
  .category-icon figure img {
    width: 50%;
  }
  .category-icon p {
    margin: 0.5em 0 0;
    text-align: center;
  }
}

/*=== シリーズ ===*/
.series {
  margin-top: 60px;
  margin-bottom: 65px;
}
ul.p-category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 10px;
}
a.p-category-list__link {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-column-gap: 0.5em;
  align-items: center;
  padding: 3px;
  color: #444;
  font-size: 12px;
  font-weight: bold;
}
a.p-category-list__link:hover {
  background-color: rgb(139 107 89 / 20%);
  color: #8B6B59;
}
.p-category-list__img {
  border-radius: 30vh;
  overflow: hidden;
}
.p-category-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*=== 価格帯別 ===*/
.price-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
  margin-top: 30px;
}
.price-list a {
    display: block;
    padding: 0.3em 0;
    border: 1px solid #8B6B59;
    background-color: #fff;
    text-align: center;
}
.price-list a:hover {
  background-color: rgb(139 107 89 / 20%);
}

/*=== ギフトサービス ===*/
.gift {
  margin-top: 60px;
  margin-bottom: 65px;
}
.gift-list {
  display: grid;
  grid-row-gap: 12px;
  margin-top: 30px;
}
.gift-list a {
  display: block;
  aspect-ratio: 70 / 27;
  border-radius: 30vh;
  overflow: hidden;
}
.gift-list a img {
  width: 100%;
  object-fit: cover;
}
.gift-list a:hover {
  opacity: 0.6;
}

/*=== カレンダー ===*/
.side_cal {
  display: grid;
  margin-top: 30px;
  padding: 30px 0 5px;
  background-color: rgb(139 107 89 / 20%);
}
.tbl_calendar {
  width: 90%;
  margin-left: 0;
  background-color: #fff;
  font-family: "Crimson Text", serif;
}
.tbl_calendar caption {
  margin-bottom: 0;
  padding: 0.5em 0;
  background-color: #fff;
}
table.tbl_calendar tr:first-of-type {
  font-family: 'Zen Old Mincho', serif;
  color: #7A7A7A;
}
.tbl_calendar th {
  font-weight: 400;
}
.side_cal_memo {
  width: 90%;
  margin: auto;
  padding-top: 1em;
  border-top: 1px dotted #8C695A;
  color: #8C695A;
}
.side_cal_memo p:first-of-type {
  margin-bottom: 0.5em;
  color: #992C2C;
}
.side_cal_memo p:first-of-type span {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  background-color: #cea29f;
  vertical-align: sub;
}
.side_cal_memo p:last-of-type {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 500px) {
  .side_cal .tbl_calendar:last-of-type {
    display: none;
  }
}

/*=== コラム ===*/
.column {
  margin-top: 65px;
  margin-bottom: 65px;
}
.blog_list {
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: grid;
  grid-row-gap: 12px;
}
.blog_list li a {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  grid-column-gap: 15px;
  align-items: center;
  font-size: 12px;
  transition: var(--hover-transition);
}
.blog_list li a:hover {
    opacity: 0.6;
}
.blog_list li figure {
  margin: 0;
  aspect-ratio: 10/7;
  overflow: hidden;
}
.blog_list li figure img {
    width: 100%;
  height: 100%;
    object-fit: cover;
}
.post-title {
    margin-bottom: 0.5em;
    color: #8C695A;
    font-size: 15px;
    font-weight: bold;
}
.post-text {
  color: #444;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* ブラウザがサポートしていない場合のフェールセーフ */
    max-height: 5em;
}
@media print,screen and (max-width: 1024px){
  .post-title {
    margin: 0 !important;
  }
  .blog_list p.post-text {
    display: none;
  }
}
@media print,screen and (min-width: 1025px){
    .blog_list {
      margin-top: 50px;
        margin-bottom: 70px;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 110px;
        grid-row-gap: 40px;
    }
  .blog_list li a {
    grid-template-columns: 0.7fr 1fr 8px;
    grid-column-gap: 15px;
  }
  .blog_list li a::after {
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    background-image: url(https://img21.shop-pro.jp/PA01513/299/etc_base64/YXJyb3c.png?cmsp_timestamp=20241206080521);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .post-title {
    font-size: 20px;
    line-height: 1.5;
  }
  .post-text {
    font-size: 16px;
  }
}

/*=== お知らせ一覧 ===*/
.news {
  margin-bottom: 65px;
}
.news-list {
    margin: 24px 0 48px;
}
.news-list ul {
    display: grid;
    grid-row-gap: 10px;
}
.news-list li a {
  display: grid;
  grid-template-columns: 85px 1fr;
  align-items: flex-start;
  font-size: 15px;
  font-weight: bold;
}
.news-list li a:hover {
    opacity: 0.6;
}
.news-list li a time {
  font-family: "Cormorant Garamond", serif;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.025em;
}
/*=== みんなの投稿 ===*/
.Review {
  margin-top: 65px;
}
.front_review-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.review-btn {
  display: block;
  width: 120px;
  margin: auto;
  transition: all .3s ease;
}
.review-btn:hover {
  opacity: 0.6;
}
.review-btn span {
  display: inline-block;
  padding-right: 4em;
  color: #8B6B59;
  font-size: 13px;
  position: relative;
  outline: none;
  text-align: right;
}
.review-btn span::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8B6B59;
}
.review-btn span::after {
  content: '';
  position: absolute;
  bottom: -3px;
  right: 0;
  width: 15px;
  height: 1px;
  background: #8B6B59;
  transform: rotate(35deg);
}
.front_review-list li a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  transition: all 0.1s ease;
}
.front_review-list li a:hover {
  opacity: 0.6;
}
.front_review-list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .Review .pc_only,
  .front_review-list li:nth-child(n+7) li,
  .front_review-list li:nth-child(n+7) a,
  .front_review-list li:nth-child(n+7) a img {
    display: none;
    width: 0;
    height: 0;
  }
}

/*=== pc ===*/
@media screen and (min-width: 1025px) {
  br.sp_only {
    display: none;
}
  .bx-wrapper .bx-viewport {
    height: 65vh !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    overflow: hidden !important;
  }
  #slider {
    position: relative;
    left: 15vw; /* (100vw - SlideWidth) / 2 */
    overflow: visible !important;
  }
  #slider > div {
    width: 70vw !important;
    height: 65vh;
  }
  #slider > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bx-wrapper .bx-pager {
    bottom: -40px !important;
  }
  /* 検索 */
  .search-container {
    margin-top: 75px;
    margin-bottom: 100px;
    padding: 20px 0;
  }
  input.header-search__box {
    padding: 1em;
    font-size: 14px;
  }
  .search-container form::after {    
    width: 2em;
    height: 2em;
    top: 0.6em;
    right: 1em;
  }
  /* バナー */
  .banner_slider {
    padding-left: calc(130* 100% / 1025);
    padding-right: calc(130* 100% / 1025);
    margin-bottom: 150px;
  }
  .banner_slider .slick-dots {
    bottom: -40px;
  }
  /* 共通 */
  .title {
    font-size: 48px;
  }
  .title span {
    font-size: 20px;
  }
  .c-item-list__price {
    font-size: 15px;
  }
  .c-item-list__ttl {
    height: 4.5em;
    letter-spacing: 0.03em;
  }
  /* おすすめ */
  .p-recommend .c-item-list {
    margin-top: 50px;
  }
  .p-recommend .c-item-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0;
  }
  /* ランキング */
  .p-ranking {
    margin-top: 95px;
    margin-bottom: 95px;
  }
  .p-ranking-list {
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 17px;
    grid-row-gap: 0;
    margin-top: 50px;
  }
  .p-ranking-list__item::before {
    width: 64px;
    height: 64px;
  }
  .p-ranking-list__item:nth-of-type(4):before,
  .p-ranking-list__item:nth-of-type(5):before {
    width: 46px;
    height: 46px;
   }
  .p-ranking-list__item .item-img {
      border-top-left-radius: 130px;
  }
  .p-ranking-list__ttl {
    height: 3.5em;
    font-size: 14px;
    line-height: 1.75;
  }
  /* カテゴリ */
  .category-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
    grid-row-gap: 35px;
    margin-top: 50px;
  }
  .category-icon a {
    display: grid;
    grid-template-columns: 26px 1fr;
    grid-column-gap: 15px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 0.5px solid #444;
  }
  .category-icon figure {
    width: 100%;
    margin: 0;
  }
  .category-icon p {
    margin-bottom: 0;
    font-size: 16px;
    position: relative;
    padding-right: 1em;
  }
  .category-icon p::after {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-image: url(https://img21.shop-pro.jp/PA01513/299/etc_base64/YXJyb3c.png?cmsp_timestamp=20241206080521);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
  }
  /* シリーズ */
  .series {
    margin-top: 100px;
    margin-bottom: 95px;
  }
  .series h3 {
    margin: 35px 0 0.6em;
    font-size: 20px;
  }
  ul.p-category-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  a.p-category-list__link {
    grid-template-columns: 85px 1fr;
    font-size: 18px;
  }
  /* 価格帯別 */
  .price-list {
    grid-template-columns: repeat(3, 255px);
    grid-column-gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
  }
  .price-list a {
    padding: 0.5em 0;
    font-size: 16px;
  }
  /* オプション */
  .gift {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  .gift-list {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 60px;
    margin-top: 45px;
  }
  /* カレンダー */
  .side_cal {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 60px;
    grid-row-gap: 35px;
    margin: 45px 0;
    padding: 50px 120px;
  }
  .tbl_calendar {
    width: 100%;
  }
  .tbl_calendar td {
    font-size: 16px;
}
  .side_cal_memo {
    width: 100%;
    grid-area: 2 / 1 / 3 / 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
  }
  /* コラム */
  .column {
    margin-top: 130px;
    margin-bottom: 130px;
  }
  /* お知らせ */
  .news {
    margin-bottom: 130px;
  }
  .news-list-wrap {
    display: flex;
    margin-bottom: 58px;
  }
  .news-list-wrap .title {
    padding-right: 80px;
    border-right: 1px solid #D2C6C3;
  }
  .news-list {
    margin: 0;
    margin-left: 64px;
  }
  .news-list li a {
    grid-column-gap: 28px;
    font-size: 16px;
  }
  .news-list li a time {
    font-size: 18px;
  }
  /* みんなの投稿 */
  .Review {
    margin-top: 100px;
  }
  .Review .sp_only {
    display: none;
  }
  .front_review-list {
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 15px;
    margin-top: 25px;
    margin-bottom: 0;
  }
  .review-btn {
    width: 165px;
    margin-right: 0;
    margin-left: auto;
  }
  .review-btn span {
    display: inline-block;
    padding: 0;
    width: 165px;
    font-size: 16px;
    text-align: left;
  }
}
/* レイアウト */
.wrap_m {
    margin-left: calc(58* 100% / 750);
    margin-right: calc(58* 100% / 750);
}
@media screen and (min-width: 1025px) {
  .wrap_m {
        margin-left: calc(130* 100% / 1025);
        margin-right: calc(130* 100% / 1025);
    }
}
@media screen and (min-width: 1440px) {
  .wrap_m {
        margin-left: calc((100% - 1180px) / 2);
        margin-right: calc((100% - 1180px) / 2);
    }
}
/* ポップアップ */
body.open_popup {
  overflow: hidden;
}
.bg_onetime_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%, rgba(255,255,255,0) 70%);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
body.open_popup .bg_onetime_popup {
  opacity: 1;
  visibility: visible;
}
.onetime_popup {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%) translateY(-80%);
  width: 90%;
  min-width: 300px;
  max-width: 450px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 4px 0px rgba(140,140,140,0.2);
}
.onetime_popup_title {
  position: relative;
  padding: 20px 40px 0.5em;
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}
.onetime_popup_title_close {
  position: absolute;
  top: 20%;
  right: 10px;
  width: 15px;
  height: 15px;
  transform: translateY(-20%);
  cursor: pointer;
}
.onetime_popup_title_close::before,
.onetime_popup_title_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #333;
  content: "";
}
.onetime_popup_title_close::before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.onetime_popup_title_close::after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.onetime_popup_content {
  padding: 0 15px 20px;
  font-size: 14px;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: center;
}
.line_color {
  color: #06c755;
  font-weight: 500;
}
.onetime_popup_content a {
  display: block;
  width: 65%;
  max-width: 250px;
  margin: 0.5em auto;
  padding: 0.5em 1em;
  background-color: #06c755;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.onetime_popup_content a img {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.3em;
  filter: brightness(0) invert(1);
  vertical-align: middle;
}
@media print,screen and (min-width: 1025px){
  .onetime_popup {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 600px;
    max-width: 850px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0px rgba(140,140,140,0.2);
  }
  .onetime_popup_title {
    padding: 45px 80px 0.5em;
    margin: 0px;
    font-size: 30px;
  }
  .onetime_popup_title_close {
    right: 15px;
    width: 20px;
    height: 20px;
  }
  .onetime_popup_content {
    padding: 0 30px 45px;
    font-size: 18px;
  }
  .onetime_popup_content a {
    display: block;
    width: 60%;
    max-width: 450px;
    padding: 1em 1.5em;
    font-size: 25px;
  }
}