<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*===============
色設計
================*/
select {
  box-sizing: border-box;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  letter-spacing: normal;
  word-spacing: normal;
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-color: inherit;
  font-size: 11px;
  font-family: "Lucida Grande", Meiryo, Verdana, sans-serif;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  cursor: default;
}

keygen, select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

input, textarea, keygen, select, button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  margin-top: 0em;
  color: none;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  padding: 0;
  border-width: 0;
}

input, textarea, keygen, select, button, meter, progress {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  writing-mode: horizontal-tb;
}

.ad_details {
  /*メイン*/
  /*訴求枠*/
  /*広告*/
  /* =============
  新規会員登録
  =============*/
}
.ad_details__wrap {
  width: 1040px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
}
.ad_details__left {
  width: 800px;
}
.ad_details__right {
  width: 200px;
}
.ad_details__to-unlesslogin {
  width: 633px;
  margin: 0 auto 20px;
  border: 1px solid #c1b8b1;
  border-radius: 5px;
  padding: 15px 15px 15px 150px;
  background: url(/img/ad_details/bg_pointbag.png) 0 bottom no-repeat;
  background-size: 130px auto;
  font-size: 17px;
  line-height: 1.5;
  color: #888;
}
.ad_details__main_wrap {
  margin-bottom: 100px;
}
.ad_details__main_wrap .item_pt_box {
  margin: 30px 0;
}
.ad_details__main_wrap .item_pt_action {
  font-weight: bold;
  color: #FF6766;
  font-size: 26px;
}
.ad_details__main_wrap .item_pt_action span {
  font-size: 28px;
}
.ad_details__main_wrap .item_pt_action s {
  color: #777;
  font-size: 16px;
}
.ad_details__main_wrap .icon-ico_point_bag:before {
  color: #ffaa00;
  font-size: 22px;
  margin-right: 5px;
}
.ad_details__main_wrap .item_yen {
  font-size: 15px;
  color: #888;
  font-weight: normal;
}
.ad_details__main_wrap .item_yen span {
  font-size: 16px;
  font-weight: bold;
}
.ad_details__special_box {
  position: relative;
  margin: 0 auto 20px;
  padding: 10px 15px;
  background: #ffff72;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  line-height: 1.4;
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
.ad_details__special_box::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffff72 transparent transparent transparent;
}
.ad_details__special_box p {
  font-size: 16px;
}
.ad_details__special_box span {
  color: #ff4000;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.ad_details__flexbox {
  display: -ms-flex;
  display: flex;
  margin-bottom: 50px;
}
.ad_details__flexbox__left {
  width: 130px;
  text-align: center;
  margin-right: 60px;
}
.ad_details__flexbox__right {
  flex: 1;
}
.ad_details__flexbox__right table {
  border-collapse: collapse;
  width: 100%;
}
.ad_details__flexbox__right th {
  width: 150px;
  border: dotted #ccc;
  border-width: 1px 0 1px 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
}
.ad_details__flexbox__right td {
  border: dotted #ccc;
  border-width: 1px 0 1px 0;
  padding: 10px 0;
  font-size: 15px;
}
.ad_details__shop_bnr {
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 130px;
  height: 130px;
  background: #f2f2f2;
  box-sizing: border-box;
}
.ad_details__shop_bnr img {
  width: 128px;
  height: auto;
}
.ad_details__review_num {
  margin-bottom: 10px;
}
.ad_details__review_num__star {
  font-size: 20px;
  color: #ffc200;
  font-weight: bold;
}
.ad_details__review_num__rate {
  font-size: 20px;
  color: var(--color-main);
  font-weight: bold;
}
.ad_details__title {
  margin-bottom: 5px;
}
.ad_details__title a {
  font-size: 24px;
  font-weight: bold;
  color: #7f6e52;
}
.ad_details__title a:hover {
  text-decoration: none;
}
.ad_details__advertiser {
  margin-bottom: 10px;
  font-size: 13px;
}
.ad_details__icon {
  margin-bottom: 15px;
}
.ad_details__icon__tag {
  margin-bottom: 5px;
}
.ad_details__btn_wrap {
  width: 420px;
  margin: 0 auto 15px;
}
.ad_details__link_btn {
  display: block;
  border-radius: 5px;
  color: #fff !important;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.8;
  text-align: center;
  background-color: var(--color-main);
  text-decoration: none;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.ad_details__link_btn:hover {
  background-color: var(--color-main-hover);
  box-shadow: none;
}
.ad_details__link_btn:link {
  color: #fff;
}
.ad_details__link_btn:visited {
  color: #fff;
}
.ad_details__regist {
  padding: 20px 0 0;
  background: #fff;
}
.ad_details__regist__wrap {
  background-color: #ffffff;
  box-sizing: border-box;
  border-bottom: 1px solid #dddddd;
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.ad_details__regist__img {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
.ad_details__regist__img img {
  display: block;
  width: 100%;
  height: auto;
}
.ad_details__regist__read {
  margin: 10px auto 30px;
  line-height: 1.5;
  text-align: center;
}
.ad_details__regist__read span {
  color: var(--color-main);
  font-weight: bold;
}
.ad_details__regist__contents {
  margin-bottom: 30px;
}
.ad_details__regist__logo-caution {
  width: 90%;
  max-width: 550px;
  height: auto;
  margin: 1.5vh auto;
  font-size: 9px;
  color: #555;
}
.ad_details__regist__btn {
  margin: 0 5%;
  max-width: 420px;
}
.ad_details__to-login {
  padding-bottom: 20px;
  text-align: center;
}
.ad_details__to-login a {
  color: #08f;
}

/* =============
ボタンセット
=============*/
.IconBtnBox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  row-gap: 10px;
  justify-items: center;
  margin-bottom: 10px;
}

/* =============
ホームに追加ボタン
=============*/
.ad_details__bookmark-btn {
  grid-row: 1/2;
  grid-column: 4 span;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  color: var(--color-gray1);
  border: 1px solid var(--color-gray1);
  text-align: center;
  line-height: 30px;
  font-size: 13px;
  font-weight: bold;
  box-sizing: border-box;
}
.ad_details__bookmark-btn:link, .ad_details__bookmark-btn:visited {
  color: var(--color-gray);
}
.ad_details__bookmark-btn:hover, .ad_details__bookmark-btn:active {
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

/* =============
shareボタン
=============*/
.ShereModalOpenBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.ShereModalOpenBtn__icon {
  line-height: 1;
  color: var(--color-gray1);
  font-size: 27px;
}

/* =============
お気に入りボタン
=============*/
.FavoriteBtn a:link {
  color: inherit;
  text-decoration: none;
}
.FavoriteBtn a:visited {
  color: inherit;
}
.FavoriteBtn__circle {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
}
.FavoriteBtn__circle--unrecorded {
  box-shadow: inset 0 0 0 25px #fff;
  border: 1px solid var(--color-gray1);
}
.FavoriteBtn__circle--recorded {
  box-shadow: inset 0 0 0 25px #f67;
  border: 0;
}
.FavoriteBtn__circle--nowRecorded {
  -webkit-animation: filling 0.7s forwards;
          animation: filling 0.7s forwards;
}

.FavoriteBtn__icon::before {
  line-height: 1;
  font-size: 20px;
}
.FavoriteBtn__icon:hover {
  text-decoration: none;
}
.FavoriteBtn__icon--unrecorded::before {
  color: var(--color-gray1);
}
.FavoriteBtn__icon--recorded::before {
  color: #fff;
}
.FavoriteBtn__icon--nowRecorded::before {
  -webkit-animation: heart 0.8s linear forwards;
          animation: heart 0.8s linear forwards;
}

@-webkit-keyframes heart {
  0% {
    transform: scale(1);
    color: var(--color-gray1);
  }
  30% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
    color: #fff;
  }
  100% {
    transform: scale(1);
    color: #fff;
  }
}

@keyframes heart {
  0% {
    transform: scale(1);
    color: var(--color-gray1);
  }
  30% {
    transform: scale(0);
  }
  80% {
    transform: scale(0);
    color: #fff;
  }
  100% {
    transform: scale(1);
    color: #fff;
  }
}
@-webkit-keyframes filling {
  0% {
    box-shadow: inset 0 0 0 25px #fff;
    border: 1px solidvar(--color-gray1);
  }
  70% {
    transform: scale(1.2);
    box-shadow: inset 0 0 0 2px #f67;
    border: none;
  }
  100% {
    box-shadow: inset 0 0 0 25px #f67;
    border: none;
  }
}
@keyframes filling {
  0% {
    box-shadow: inset 0 0 0 25px #fff;
    border: 1px solidvar(--color-gray1);
  }
  70% {
    transform: scale(1.2);
    box-shadow: inset 0 0 0 2px #f67;
    border: none;
  }
  100% {
    box-shadow: inset 0 0 0 25px #f67;
    border: none;
  }
}
/* =============
シェアモーダル
=============*/
.AdShareModal__main {
  height: auto;
}

.AdShareModal__inner {
  height: 100%;
  padding: 20px 5% 60px;
  overflow: scroll;
}

/* =============
シェア
=============*/
.AdShare__tit {
  width: 100%;
  font-size: var(--FontSizeHeadline);
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 20px;
}

.AdShare__titEmp {
  color: var(--color-main);
}

.AdShare__read {
  text-align: center;
  font-size: var(--FontSizeDefault);
  line-height: 1.5em;
  margin-bottom: 30px;
}

.AdShare__readEmp {
  color: var(--color-attention);
}

.AdShare__urlCopy {
  width: 100%;
  height: auto;
  position: relative;
  line-height: 1em;
  margin: 0 auto 20px;
  border-radius: 10px;
  border: 1px solid var(--color-gray1);
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
}

.AdShare__urlCopyBox {
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
  height: auto;
  font-size: var(--FontSizeDefault);
  font-weight: bold;
  height: 1em;
  color: var(--color-font);
}
.AdShare__urlCopyBox::-webkit-scrollbar {
  display: none;
}

.AdShare__urlCopyBtn {
  width: 100%;
  height: 100%;
  padding: 0 5px 0 0;
  line-height: 1;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border: 0;
  background: transparent;
  border-radius: 10px;
}
.AdShare__urlCopyBtn .fa-copy {
  font-size: 18px;
  color: var(--color-gray1);
}

.AdShare__btnBox {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 70px);
  gap: 20px;
  justify-content: center;
}

.AdShare__btn {
  display: block;
  margin-bottom: 5px;
}
.AdShare__btn img {
  width: 100%;
  height: auto;
}

.AdShare__btnName {
  font-weight: bold;
  text-align: center;
  font-size: var(--FontSizeDefault);
}

.AdDetails__adShare {
  width: 90%;
  height: auto;
  margin: 8px auto;
  padding: 20px 5%;
  background: #fff;
  border-radius: 10px;
  border: solid #ccc;
  border-width: 1px;
}

/*===============
ヘルプ
================*/
.waku_help {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #4dce55;
  border-radius: 50%;
  text-align: center;
}

.waku_help:hover {
  position: relative;
}

.waku_help .tooltip {
  display: block;
  color: #4dce55;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  height: auto;
  vertical-align: middle;
}

.waku_help .fukidashi {
  display: none;
}

.waku_help:hover .fukidashi {
  display: block;
  position: absolute;
  padding: 15px;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  background-color: #fff;
  border: 1px solid #4dce55;
  border-radius: 5px;
  width: 350px;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.waku_help:hover .fukidashi span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #4dce55;
}

/* =============
ポイントを確実に獲得するために
=============*/
.AdDetailsAllCaution__openBtn {
  width: 90%;
  max-width: 600px;
  height: 2em;
  margin: 0 auto 10px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-gray1);
  font-weight: bold;
  border: 1px solid var(--color-gray1);
  font-size: var(--FontSizeDefault);
}

.AdDetailsAllCaution__openBtnIcon {
  margin-left: 10px;
  font-size: 15px;
  color: var(--color-gray1);
}

/* =============
iOSへの注意事項
=============*/
.ios_attention_wrap {
  display: none;
  width: 420px;
  margin: 20px auto;
  box-sizing: border-box;
  font-size: 13px;
}
.ios_attention_wrap input {
  display: none;
}

.ios_attention_open_btn,
.ios_attention_open_btn_2 {
  position: relative;
  display: block;
  color: #f67;
  padding-right: 5%;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 10px;
}
.ios_attention_open_btn span,
.ios_attention_open_btn_2 span {
  margin-right: 5px;
  padding: 2px 5px;
  background: #f67;
  color: #fff;
}

.ios_attention_text {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
  font-size: 13px;
  color: #f67;
}
.ios_attention_text a:link {
  color: #08f;
  border-bottom: 1px #08f solid;
}
.ios_attention_text a:visited {
  color: #08f;
}

.ios_attention_open_btn::before,
.ios_attention_open_btn_2::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  content: "\f107";
  font-size: 20px;
}

#attention_open_trigger:checked ~ .ios_attention_open_btn::before,
#attention_open_trigger_2:checked ~ .ios_attention_open_btn_2::before {
  font-family: "FontAwesome";
  content: "\f106";
}

#attention_open_trigger:checked ~ .ios_attention_text,
#attention_open_trigger_2:checked ~ .ios_attention_text {
  max-height: 150px;
}

#msg_close_btn,
#msg_close_btn_2 {
  margin: 10px 0;
  text-align: center;
  font-size: 13px;
}

#msg_close_btn input#form_ever + .checkbox_icon:before,
#msg_close_btn_2 input#form_ever_2 + .checkbox_icon_2:before {
  content: "\f096";
  font-family: "FontAwesome";
  color: #cccccc;
  font-size: 20px;
}

#msg_close_btn input#form_ever:checked + .checkbox_icon:before,
#msg_close_btn_2 input#form_ever_2:checked + .checkbox_icon_2:before {
  content: "\f046";
  color: #59a509;
}

#msg_close_btn input#form_ever + .checkbox_icon,
#msg_close_btn_2 input#form_ever_2 + .checkbox_icon_2 {
  position: relative;
  vertical-align: middle;
  line-height: 1;
}

/* =============
概要欄
=============*/
.ad_details_contents_wrap {
  margin-bottom: 100px;
}

.ad_details_detail_wrap {
  width: 800px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.ad_details_detail_wrap a {
  color: #08f;
}
.ad_details_detail_wrap a:link {
  color: #08f;
}
.ad_details_detail_wrap a:visited {
  color: #08f;
}
.ad_details_detail_wrap input {
  display: none;
}

.ad_details_detail_tab {
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
}
.ad_details_detail_tab label.detail_tab_btn {
  display: block;
  width: 50%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  color: #888;
  font-size: 15px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.3em;
  cursor: pointer;
}
.ad_details_detail_tab label.detail_tab_btn.active {
  border-bottom: solid var(--color-font) 4px;
  color: var(--color-font);
  font-weight: bold;
}
.ad_details_detail_tab label.detail_tab_btn:last-child {
  flex: 1;
  text-align: left;
}

.ad_details_detailBox {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  box-sizing: border-box;
}

.ad_details_detailBoxInput:checked + .ad_details_detailBox {
  width: 100%;
  padding: 30px 0;
  height: auto;
  visibility: visible;
  opacity: 1;
}

.ad_details_outline_title {
  display: flex;
  width: 100%;
  font-weight: bold;
  color: var(--color-font);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 30px;
}

.ad_details_outline {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin: 0 auto 80px;
}

.ad_details_outline_txt {
  font-size: 15px;
  line-height: 1.4;
}

.ptget_caution,
.ptget_howto {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.7em;
}

.ad_details_tosupport_txt {
  max-width: 800px;
  margin: 0 auto;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  box-sizing: border-box;
}
.ad_details_tosupport_txt a {
  color: #08f;
}
.ad_details_tosupport_txt a:visited {
  color: #08f;
}
.ad_details_tosupport_txt a:hover {
  color: var(--color-main);
}

.all_caution_main_wrap {
  margin-bottom: 30px;
}

.all_caution_main_wrap a:link {
  color: #08f;
}

#DetailedFAQ {
  display: none;
}

.DetailedFAQBoxTit {
  font-weight: bold;
  font-size: var(--FontSizeHeadline);
  margin-bottom: 20px;
}

.DetailedFAQBox {
  width: 100%;
}
.DetailedFAQBox__question {
  font-size: var(--FontSizeHeadline);
  font-weight: bold;
  color: var(--color-font);
  margin-bottom: 5px;
  line-height: 1.5em;
}
.DetailedFAQBox__question::before {
  content: "Q.";
  color: var(--color-main);
  margin-right: 3px;
}

.DetailedFAQBox__answer {
  font-size: var(--FontSizeDefault);
  color: var(--color-font);
  margin-bottom: 20px;
  line-height: 1.5em;
}
.DetailedFAQBox__answer::before {
  content: "A.";
  color: var(--color-main);
  margin-right: 3px;
  font-weight: bold;
}

/*===============
コメント欄追加事項
================*/
#DetailedInfo {
  display: none;
}

.ad_details__DetailedInfo {
  margin-top: 40px;
}
.ad_details__DetailedInfo &gt; * + * {
  margin-top: 30px;
}

.InfoTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.InfoTable__th {
  width: 30%;
  padding: 10px;
  text-align: left;
  font-weight: bold;
  background: #d5dbe0;
  border: solid 1px #97a3ad;
  vertical-align: middle;
}

.InfoTable__td {
  padding: 10px;
  text-align: left;
  border: solid 1px #97a3ad;
  vertical-align: middle;
}

/*=================
logreco枠
=================*/
.recommend_wrap {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  margin: 0 auto 100px;
  border-radius: 5px;
  padding: 25px 30px;
  border: 1px solid #ccc;
}

.recommend_title {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: bold;
}

.recommend_title::before {
  content: "";
  border-left: 5px solid #444;
  padding-right: 5px;
}

.recommend_item_wrap {
  box-sizing: border-box;
  width: 100%;
}

#recommend_slider {
  width: 740px;
  display: none;
  margin-bottom: 10px;
  overflow-x: hidden;
  margin: 0 auto;
}

#recommend_slider a:link {
  color: inherit;
}

#recommend_slider a:hover {
  text-decoration: none;
}

#recommend_slider *:focus {
  outline: none;
}

li.recommend_item {
  width: 120px;
  height: auto;
}

#recommend_slider .slick-slide div {
  width: 120px;
  margin: 0 auto 10px;
}

.recommend_item img {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.item_title {
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 3px;
  overflow: hidden;
  width: 100%;
  --heightA: calc(15px * 1.4);
  --heightB:calc(var(--heightA) * 2);
  max-height: var(--heightB);
  position: relative;
}

.item_title:before, .item_title:after {
  background: #fff;
  position: absolute;
}

.item_title:before {
  content: "";
  top: 21px;
  right: 0;
  width: 3em;
  height: 1.4em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 90%);
}

.item_title:after {
  content: "";
  height: 100%;
  width: 100%;
}

.item_pt {
  color: #f66;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 3px;
  overflow-wrap: break-word;
}

.item_pt s {
  color: #777;
  font-size: 13px;
}

.item_txt {
  font-size: 13px;
  margin-bottom: 3px;
  overflow: hidden;
  width: 100%;
  --heightA: calc(13px * 1.2);
  --heightB:calc(var(--heightA) * 2);
  max-height: var(--heightB);
  position: relative;
}

.item_txt:before,
.item_txt:after {
  position: absolute;
}

.item_txt:before {
  content: "";
  top: 16.9px;
  right: 0;
  width: 3em;
  height: 1.3em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, #fff 90%);
}

.item_txt:after {
  content: "";
  height: 100%;
  width: 100%;
}

.item_genre {
  font-size: 11px;
}

/* スライダーのナビゲーション */
.slider_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}

.slick-prev,
.slick-next {
  font-size: 37px;
  line-height: 0;
  display: block;
  width: 35px;
  height: 35px;
  padding: 5px;
  cursor: pointer;
  color: #aaa;
  border: none;
  outline: none;
  background: transparent;
}

.slick-next {
  order: 3;
}

.slick-prev:hover,
.slick-next:hover {
  color: #ddd;
  outline: none;
  background: transparent;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

/* Dots */
.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: Fontawesome;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\f111";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*=================
クチコミ
=================*/
.review_wrap {
  margin: 0 auto 100px;
}

.review_title {
  color: var(--color-font);
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 5px;
}

.review_stats_box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.review_stats_left {
  width: 40%;
  text-align: center;
  margin-right: 5%;
  font-size: 15px;
}

.review_stars_average {
  margin-bottom: 5px;
  font-size: 32px;
  font-weight: bold;
  color: var(--color-main);
}

.review_total_num {
  font-size: 16px;
}
.review_total_num span {
  padding: 0 3px;
  font-size: 16px;
}
.review_total_num a:hover {
  color: #08f !important;
}

.review_stats_right {
  width: 60%;
  font-size: 16px;
}
.review_stats_right .star_orange {
  color: var(--color-main) !important;
  font-size: 18px;
}
.review_stats_right .star_gray {
  color: #ccc !important;
  margin-right: 10px;
  font-size: 18px;
}

.review_stats_right {
  flex: 1;
}
.review_stats_right .txt_orange {
  width: 20%;
  color: var(--color-main) !important;
  margin-right: 10px;
  text-align: right;
  font-size: 16px;
}
.review_stats_right a {
  display: block;
  flex: 1;
  text-align: right;
  color: #08f;
  font-size: 16px;
}

.review_stats_rate {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}

.rate_meter_box {
  position: relative;
  width: calc(65% - 9px);
  height: 25px;
  margin-right: 3px;
  background: var(--color-main);
  box-sizing: border-box;
  overflow: hidden;
}
.rate_meter_box span {
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
  transition: width 0.8s;
}
.rate_meter_box::after {
  content: "";
  border: 1px solid #aaa;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  z-index: 1;
  box-sizing: border-box;
}

.sort_border {
  width: 100%;
}
.sort_border ul {
  display: flex;
  margin-bottom: 40px;
}
.sort_border li {
  width: 50%;
  text-align: center;
  background: #fff;
  margin-right: 10px;
  line-height: 50px;
  border: 1px solid var(--color-gray);
}
.sort_border li:last-child {
  margin-right: 0;
}
.sort_border a {
  display: block;
  color: #555;
}
.sort_border a:hover {
  text-decoration: none;
}
.sort_border .active {
  background: var(--color-gray);
  position: relative;
}
.sort_border .active a {
  color: #fff;
}

.review_main_list {
  margin-bottom: 40px;
}

.review_main_item {
  margin-bottom: 40px;
}

.review_comment_wrap {
  margin-bottom: 15px;
}

.review_list_item_box {
  display: flex;
}

.review_txt_rate {
  width: 50%;
  color: var(--color-main);
  font-size: 20px;
  margin-bottom: 2px;
}

.item_created_at {
  width: 50%;
  text-align: right;
}

.list_container {
  margin-bottom: 30px;
  border-bottom: 1px dotted #ccc;
}

.review_rank_img {
  width: 20px;
  height: auto;
  margin: 0 5px;
}

.review_txt_title {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0 0;
}

.review_txt_red {
  color: #ff6766;
  margin-bottom: 2px;
}

.review_txt_right {
  text-align: right;
}

.review_txt_write {
  width: 100%;
  height: auto;
  display: block;
  overflow-wrap: break-word;
  line-height: 1.5;
  margin-bottom: 20px;
}

.review_margin_right {
  margin-right: 5px;
  font-size: 15px;
}

.review_btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.review_good_btn {
  display: block;
  width: 20%;
  height: auto;
  line-height: 40px;
  font-size: 13px;
  color: #444;
  text-align: center;
  border: 1px #ccc solid;
  border-radius: 5px;
  background: linear-gradient(#fff, #eee);
}

.review_good_number {
  display: -ms-flex;
  display: flex;
  justify-content: flex-end;
  width: 32%;
  font-size: 13px;
  text-align: right;
}

.bad_report_btn {
  border: none;
  margin-bottom: 15px;
  background: none;
  color: #555;
}

.bad_btn_txt {
  font-size: 13px;
  color: #999;
  cursor: pointer;
}

.pager .pagination {
  display: block;
  font-size: 12px;
  font-weight: bold;
  padding: 0;
  text-align: center;
  margin: 5px 0 20px;
}
.pager .pagination a,
.pager .pagination span {
  line-height: 1.8;
  margin: 1px;
  padding: 0.4em 0.5em;
  border: 1px solid #eee;
}
.pager .pagination a {
  color: #666;
}
.pager .pagination span {
  color: #ddd;
}
.pager .pagination .current {
  background: #FFEECC;
  border: 1px solid #ff9900;
  color: #ff9900;
}

.notice {
  font-size: 50px;
}

/*===============
アイコン
================*/
.shopping_guarantee_icon {
  width: 100%;
  height: auto;
}
.shopping_guarantee_icon a {
  position: relative;
  display: inline-block;
  background: #5ca4f7;
  color: #fff;
  border-radius: 3px;
  padding: 0 4px;
  text-align: center;
  line-height: 19px;
  font-size: 13px;
}
.shopping_guarantee_icon a:hover {
  text-decoration: none;
}

/* =============
SNS
=============*/
.ad_details_shere_wrap {
  width: 800px;
  margin: 0 auto;
  padding: 15px;
  box-sizing: border-box;
  border: 10px solid #ffff72;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
}

.ad_details_shere_title {
  width: 100%;
  margin-bottom: 15px;
  font-weight: bold;
}
.ad_details_shere_title span {
  font-size: 20px;
  color: #f67;
}

.ad_details_shere_link_box {
  margin: 0 auto;
}
.ad_details_shere_link_box ul {
  width: 400px;
  height: auto;
  margin: 0 auto 15px;
  display: flex;
  justify-content: space-between;
}
.ad_details_shere_link_box ul li {
  width: 33.3333333333%;
  max-width: 75px;
}
.ad_details_shere_link_box ul li img {
  width: 100%;
  height: auto;
}

.intro_link {
  font-size: 15px;
}

/*==========================================================================
メディアクエリ
============================================================================*/
@media screen and (min-width: 600px) {
  .ad_details {
    /* =============
    新規会員登録
    =============*/
  }
  .ad_details__regist {
    padding: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .ad_details {
    /* =============
    新規会員登録
    =============*/
  }
  .ad_details__regist {
    padding: 40px;
    border-radius: 5px;
  }
  .ad_details__regist__wrap {
    margin-bottom: 100px;
    padding: 40px;
    background: #eee;
    border: none;
  }
  .ad_details__regist__read {
    margin: 15px auto 60px;
    font-size: 18px;
  }
  .ad_details__regist__contents {
    margin-bottom: 60px;
  }
  .ad_details__regist__logo-caution {
    font-size: 12px;
  }
  .ad_details__regist__btn {
    margin: 0 auto;
  }
  .ad_details__to-login {
    padding: 20px;
  }
}</pre></body></html>