@charset "UTF-8";
/* -----------------------------------------------

 釣り船レビュー（モーダルで表示）

------------------------------------------------- */
.common__reviewup {
  position: relative;
}

.common__reviewup_block {
  position: relative;
  padding: 15px 15px 0;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_block {
    padding: 30px 30px 0;
  }
}

.common__reviewup_close_btn, .common__reviewup_second_btn_close, .common__reviewup_close2_btn, .common__reviewup_closebar_btn {
  display: inline-block;
  padding: 15px 0;
  margin: 0 0 22px;
  width: 230px;
  background: #e0e0e0;
  border-radius: 100px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
.common__reviewup_close_btn > span, .common__reviewup_second_btn_close > span, .common__reviewup_close2_btn > span, .common__reviewup_closebar_btn > span {
  position: relative;
  display: inline-block;
  padding-left: 1.1em;
  font-size: 1.5rem;
}
.common__reviewup_close_btn > span::before, .common__reviewup_second_btn_close > span::before, .common__reviewup_close2_btn > span::before, .common__reviewup_closebar_btn > span::before, .common__reviewup_close_btn > span::after, .common__reviewup_second_btn_close > span::after, .common__reviewup_close2_btn > span::after, .common__reviewup_closebar_btn > span::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 2px;
  height: 1em;
  background: #1a1a1a;
}
.common__reviewup_close_btn > span::before, .common__reviewup_second_btn_close > span::before, .common__reviewup_close2_btn > span::before, .common__reviewup_closebar_btn > span::before {
  transform: translateX(-50%) rotate(45deg);
}
.common__reviewup_close_btn > span::after, .common__reviewup_second_btn_close > span::after, .common__reviewup_close2_btn > span::after, .common__reviewup_closebar_btn > span::after {
  transform: translateX(-50%) rotate(-45deg);
}

.common__reviewup_key {
  margin: -15px -15px 20px;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_key {
    margin: -30px -30px 20px;
  }
}
.common__reviewup_key img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
}

.common__reviewup_closebar {
  background: #f0f0f0;
  margin: -20px -15px 12px;
  padding: 15px 15px;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_closebar {
    margin: -20px -30px 15px;
    padding: 20px 30px;
  }
}

.common__reviewup_closebar_btn {
  background: #1a1a1a;
  width: auto;
  margin: 0;
  padding: 10px 15px 10px 20px;
}
.common__reviewup_closebar_btn span {
  padding-left: 0.8em;
  color: #fff;
  font-size: 1.4rem;
}
.common__reviewup_closebar_btn span::before, .common__reviewup_closebar_btn span::after {
  background: #fff;
}
@media screen and (max-width: 374px) {
  .common__reviewup_closebar_btn span {
    font-size: 11px;
  }
}

.common__reviewup_closebar_check {
  text-align: center;
}
.common__reviewup_closebar_check input[type=checkbox] {
  display: none;
}
.common__reviewup_closebar_check input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 28px;
  font-size: 1.4rem;
  cursor: pointer;
}
.common__reviewup_closebar_check input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background: #bbb;
  border-radius: 50%;
}
.common__reviewup_closebar_check input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 8px;
  height: 14px;
  transform: rotate(45deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 374px) {
  .common__reviewup_closebar_check input[type=checkbox] + span {
    font-size: 11px;
    margin-left: 10px;
    padding-left: 24px;
  }
  .common__reviewup_closebar_check input[type=checkbox] + span::before {
    transform: scale(0.75);
  }
  .common__reviewup_closebar_check input[type=checkbox] + span::after {
    transform: scale(0.75) rotate(45deg);
  }
}
.common__reviewup_closebar_check input[type=checkbox]:checked + span::before {
  background: #419ef0;
}

.common__reviewup_banner {
  margin: -2px -5px 12px;
}
.common__reviewup_banner img {
  width: 100%;
  height: auto;
}

.common__reviewup_lead {
  margin: 0 0 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #4c4c4c;
}
.common__reviewup_lead em {
  color: #fa4641;
  font-style: normal;
  font-weight: normal;
}

.common__reviewup_count {
  margin: 0 0 8px;
  color: #00a308;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.common__reviewup_count em {
  font-size: 2.2rem;
  font-style: normal;
  font-weight: inherit;
}
.common__reviewup_count.is_hide {
  opacity: 0;
}

.common__reviewup_ship {
  border: solid 1px #ccc;
  border-radius: 10px;
  margin-bottom: 35px;
  padding: 0 15px 18px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_ship {
    font-size: 1.4rem;
    padding: 0 25px 20px;
  }
}
.common__reviewup_ship_photo {
  position: relative;
  margin: 0 -15px 15px;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_ship_photo {
    margin: 0 -25px 20px;
  }
}
.common__reviewup_ship_photo_image img {
  width: 100%;
  aspect-ratio: 5/3;
  border-radius: 9px 9px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.common__reviewup_ship_name {
  margin-bottom: 5px;
  font-size: 2.1rem;
  font-weight: bold;
}
.common__reviewup_ship_address {
  margin-bottom: 8px;
}
.common__reviewup_ship_date {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: bold;
  background: #d6ecff;
  padding: 3px 4px 5px;
}
.common__reviewup_ship_date span {
  color: #1E84DD;
}
.common__reviewup_ship_plan {
  position: relative;
  display: flex;
  align-items: center;
}
.common__reviewup_ship_plan::before {
  content: attr(data-reviewup_ship_plan);
  display: block;
  color: #777;
  border: solid 1px #777;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 33px;
  flex-shrink: 0;
  margin-right: 6px;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_ship_plan::before {
    width: 48px;
    height: 48px;
    line-height: 45px;
  }
}
.common__reviewup_ship_plan[data-reviewup_ship_plan=乗合]::before {
  color: #27c277;
  border: solid 1px #27c277;
}
.common__reviewup_ship_plan[data-reviewup_ship_plan=仕立]::before {
  color: #fb8a19;
  border: solid 1px #fb8a19;
}
.common__reviewup_ship_plan_txt {
  line-height: 1.5;
}

.common__reviewup_ship_btn {
  position: relative;
  display: inline-block;
  background: #fa4641;
  width: 100%;
  margin-top: 13px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  padding: 16px;
  -webkit-tap-highlight-color: transparent;
  transition: 0.2s;
  font-feature-settings: "palt";
}
.common__reviewup_ship_btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffeb8f;
  border-radius: 50px;
  transform-origin: center center;
  transition: 0.3s;
  visibility: hidden;
}
.common__reviewup_ship_btn em {
  font-size: 2rem;
  font-weight: inherit;
}
.common__reviewup_ship_btn:active {
  transform: scale(0.92);
}
.common__reviewup_ship_btn:focus::before {
  visibility: visible;
  transform: scale(1.5, 2);
  opacity: 0;
}
.is_reviewing .common__reviewup_ship_btn {
  pointer-events: none;
  background: #bbb;
}
.is_reviewing .common__reviewup_ship_btn::before {
  opacity: 0;
}

.common__reviewup_question {
  padding: 25px 0 0;
  margin-bottom: 30px;
  border-top: solid 9px #fdd700;
  border-bottom: solid 9px #fdd700;
  text-align: center;
}

.common__reviewup_question_ttl {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
}

.common__reviewup_question_block {
  position: relative;
}

.common__reviewup_question_item {
  padding-top: 25px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_question_item {
    margin: 0 30px;
  }
}
.common__reviewup_question_item:nth-of-type(n+3) {
  border-top: solid 1px #f2f0e5;
}
.common__reviewup_question_item dt {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #737168;
  text-align: center;
}

.common__reviewup_question_stars {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.common__reviewup_question_stars li {
  position: relative;
  width: 100%;
  padding-top: calc(20% - 10px);
  color: #737168;
  cursor: pointer;
}
.common__reviewup_question_stars li::before {
  content: attr(data-reviewup_star);
  display: block;
  font-size: 1.5rem;
  font-family: arial;
  margin-bottom: 5px;
}
.common__reviewup_question_stars li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  background: url(/img/common/reviewup_icon_star4.svg) no-repeat;
  background-size: contain;
}
.common__reviewup_question_stars li span {
  height: 2.3em;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.18;
  font-size: 1.1rem;
}
.common__reviewup_question_stars[data-reviewup_getpoint="1"] li[data-reviewup_star="1"] {
  color: #a68d00;
}
.common__reviewup_question_stars[data-reviewup_getpoint="1"] li[data-reviewup_star="1"]::after {
  background-image: url(/img/common/reviewup_icon_star3.svg);
}
.common__reviewup_question_stars[data-reviewup_getpoint="2"] li[data-reviewup_star="1"],
.common__reviewup_question_stars[data-reviewup_getpoint="2"] li[data-reviewup_star="2"] {
  color: #a68d00;
}
.common__reviewup_question_stars[data-reviewup_getpoint="2"] li[data-reviewup_star="1"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="2"] li[data-reviewup_star="2"]::after {
  background-image: url(/img/common/reviewup_icon_star3.svg);
}
.common__reviewup_question_stars[data-reviewup_getpoint="3"] li[data-reviewup_star="1"],
.common__reviewup_question_stars[data-reviewup_getpoint="3"] li[data-reviewup_star="2"],
.common__reviewup_question_stars[data-reviewup_getpoint="3"] li[data-reviewup_star="3"] {
  color: #a68d00;
}
.common__reviewup_question_stars[data-reviewup_getpoint="3"] li[data-reviewup_star="1"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="3"] li[data-reviewup_star="2"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="3"] li[data-reviewup_star="3"]::after {
  background-image: url(/img/common/reviewup_icon_star3.svg);
}
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="1"],
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="2"],
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="3"],
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="4"] {
  color: #a68d00;
}
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="1"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="2"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="3"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="4"] li[data-reviewup_star="4"]::after {
  background-image: url(/img/common/reviewup_icon_star3.svg);
}
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="1"],
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="2"],
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="3"],
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="4"],
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="5"] {
  color: #a68d00;
}
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="1"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="2"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="3"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="4"]::after,
.common__reviewup_question_stars[data-reviewup_getpoint="5"] li[data-reviewup_star="5"]::after {
  background-image: url(/img/common/reviewup_icon_star3.svg);
}

.common__reviewup_message {
  margin: 0;
  padding: 0 0 50px;
}

.common__reviewup_message_ttl {
  margin-bottom: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  font-feature-settings: "palt";
}
.common__reviewup_message_ttl span {
  color: #fa4641;
}

.common__reviewup_message_txt {
  color: #737168;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.common__reviewup_message_area {
  margin-bottom: 8px;
}
.common__reviewup_message_area_count {
  text-align: right;
  margin-bottom: 5px;
  color: #737168;
  font-size: 1.2rem;
}
.common__reviewup_message_area textarea {
  width: 100%;
  height: 210px;
  border: solid 1px #4c4c4c;
  border-radius: 5px;
  padding: 10px;
  background: #fffbe5;
  font-size: 1.6rem;
  line-height: 1.4;
  resize: vertical;
}
.common__reviewup_message_area textarea::-moz-placeholder {
  color: #939084;
}
.common__reviewup_message_area textarea::placeholder {
  color: #939084;
}

.common__reviewup_message_notice {
  margin: 0 5px;
}
.common__reviewup_message_notice li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 3px;
  color: #4c4c4c;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
}

.common__reviewup_message_reward {
  margin-top: 20px;
  margin-bottom: 25px;
  text-align: center;
  color: #fa4641;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.common__reviewup_message_reward span {
  display: inline-block;
  border-bottom: double 4px #fa4641;
}

.common__reviewup_message_btn {
  margin-bottom: 25px;
  width: 100%;
  background: #fa4641;
  border-radius: 50px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 12px 10px 10px;
  -webkit-tap-highlight-color: transparent;
  font-feature-settings: "palt";
}
.common__reviewup_message_btn em {
  font-size: 2.3rem;
  font-weight: inherit;
}

.common__reviewup_message_notice {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.common__reviewup_message_policy {
  text-align: center;
  font-size: 1.2rem;
}
.common__reviewup_message_policy a {
  color: #1a1a1a;
  text-decoration: underline;
}

.common__reviewup_more {
  text-align: center;
  margin-top: 50px;
}
.common__reviewup_more_txt > p {
  display: inline-block;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.43;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_more_txt > p {
    font-size: 16px;
  }
}
.common__reviewup_more_txt > p > span {
  color: #fa4641;
  font-weight: bold;
}
.common__reviewup_more_txt > p::before, .common__reviewup_more_txt > p::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 2.9em;
  background: #1a1a1a;
  top: 0;
}
.common__reviewup_more_txt > p::before {
  left: -0.9em;
  transform: rotate(-15deg);
}
.common__reviewup_more_txt > p::after {
  right: -0.8em;
  transform: rotate(15deg);
}
.common__reviewup_more_btn {
  display: inline-block;
  padding: 12px 10px 10px;
  margin: 0 0 22px;
  width: calc(100% - 30px);
  max-width: 300px;
  background: #fa4641;
  border-radius: 100px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #fff;
  font-feature-settings: "palt";
}
.common__reviewup_more_btn em {
  font-size: 2.2rem;
  font-weight: inherit;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_more_btn {
    font-size: 17px;
  }
}

.common__reviewup_close2 {
  text-align: center;
  margin-bottom: 60px;
}
.common__reviewup_close2_btn {
  width: calc(100% - 30px);
  max-width: 300px;
}

.common__reviewup_overlay, .common__reviewup_second_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
}
.common__reviewup_overlay_inner, .common__reviewup_second_overlay_inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 40px 15px;
}
.common__reviewup_overlay_block, .common__reviewup_second_overlay_block {
  background: #FFF;
  border-radius: 5px;
  max-height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  align-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  position: relative;
  max-width: 500px;
}
.common__reviewup_overlay_block_in, .common__reviewup_second_overlay_block_in {
  width: 100%;
  border-radius: 5px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.common__reviewup_overlay_block_in::-webkit-scrollbar, .common__reviewup_second_overlay_block_in::-webkit-scrollbar {
  display: none;
}
.common__reviewup_overlay_close, .common__reviewup_second_overlay_close {
  position: absolute;
  top: -15px;
  right: -17px;
  transform: scale(1.2);
  cursor: pointer;
  z-index: 10;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_overlay_close, .common__reviewup_second_overlay_close {
    transform: scale(1.5);
  }
}
.common__reviewup_overlay_close svg circle, .common__reviewup_second_overlay_close svg circle {
  fill: #000;
}

/* -----------------------------------------------

 2重モーダル（主にエラー表示）

------------------------------------------------- */
.common__reviewup_second_block {
  padding: 40px 15px;
  text-align: center;
  display: none;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_second_block {
    padding: 50px 30px;
  }
}

.common__reviewup_second_error1 {
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
}
.common__reviewup_second_error1_txt1 {
  font-size: 1.7rem;
}
.common__reviewup_second_error1_txt2 {
  margin-top: 15px;
  font-size: 1.7rem;
  color: #fa4641;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common__reviewup_second_error1_txt2_star {
  position: relative;
  display: inline-block;
  padding: 0 0.7em;
  margin-right: 0.5em;
}
.common__reviewup_second_error1_txt2_star::after, .common__reviewup_second_error1_txt2_star::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 1.7em;
  border-top: solid 2px #fa4641;
  border-left: solid 2px #fa4641;
}
.common__reviewup_second_error1_txt2_star::before {
  top: 0;
  left: 2px;
}
.common__reviewup_second_error1_txt2_star::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.common__reviewup_second_error1_txt2_star img {
  width: 2.7em;
  height: auto;
}
.common__reviewup_second_error1_txt3 {
  margin-top: 15px;
  font-size: 1.7rem;
}

.common__reviewup_second_error2 {
  position: relative;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
}
.common__reviewup_second_error2::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 6.6rem;
  height: 4.6rem;
  background: url(/img/common/reviewup_icon_comment.svg) no-repeat 0 0;
  background-size: contain;
}
.common__reviewup_second_error2_txt1 {
  font-size: 1.6rem;
  line-height: 1.55;
}
.common__reviewup_second_error2_txt1 span {
  border-bottom: solid 1px #1a1a1a;
}
.common__reviewup_second_error2_txt2 {
  display: inline-block;
  margin-top: 10px;
  font-size: 3rem;
  color: #fa4641;
  border-bottom: double 4px #fa4641;
}
.common__reviewup_second_error2_txt2 span {
  font-size: 1.57em;
}
.common__reviewup_second_error2_txt3 {
  margin-top: 15px;
  font-size: 1.7rem;
  color: #fa4641;
}

.common__reviewup_second_error3 {
  position: relative;
  padding-top: 45px;
  text-align: center;
  font-weight: bold;
}
.common__reviewup_second_error3::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 6.6rem;
  height: 4.6rem;
  background: url(/img/common/reviewup_error_comment.svg) no-repeat 0 0;
  background-size: contain;
}
.common__reviewup_second_error3_txt {
  font-size: 1.5rem;
  line-height: 1.6;
}
.common__reviewup_second_error3_txt span {
  color: #fa4641;
}

.common__reviewup_second_btn_close {
  width: 230px;
  margin-top: 35px;
  background-color: #fa4641;
  color: #fff;
}
.common__reviewup_second_btn_close > span::before, .common__reviewup_second_btn_close > span::after {
  background: #fff;
}

.common__reviewup_second_btn_prev, .common__reviewup_second_btn_next {
  display: inline-block;
  padding: 12px 0 10px;
  margin: 20px 0 0;
  width: 230px;
  background: #fa4641;
  border-radius: 100px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
}
.common__reviewup_second_btn_prev > span, .common__reviewup_second_btn_next > span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #fff;
}
.common__reviewup_second_btn_prev > span::before, .common__reviewup_second_btn_next > span::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -0.7em;
  width: 0.7em;
  height: 0.7em;
  border: solid 0.4em transparent;
  border-right: solid 0.7em #fff;
}

.common__reviewup_second_btn_next {
  background: #e0e0e0;
  padding: 15px 0;
}
.common__reviewup_second_btn_next > span {
  color: #1a1a1a;
}
.common__reviewup_second_btn_next > span::before {
  left: inherit;
  right: -0.7em;
  transform: rotate(180deg);
  border-right-color: #1a1a1a;
}
.common__reviewup_second_btn_next_txt {
  margin-top: 3px;
  font-size: 1.1rem;
}

.common__reviewup_second_overlay_inner {
  padding: 55px 30px;
}
@media print, screen and (min-width: 769px) {
  .common__reviewup_second_overlay_inner {
    padding: 60px 30px;
  }
}
.common__reviewup_second_overlay_block {
  max-width: 460px;
}
.common__reviewup_second_overlay_close svg circle {
  fill: #fa4641;
}

/* -----------------------------------------------

 表示・非表示アニメーション

------------------------------------------------- */
.js__reviewup_transition_ship,
.js__reviewup_transition_close {
  max-height: 1000px;
  transition: opacity 0.5s linear, visibility 0.5s linear, max-height 0.5s linear 0.3s, margin 0s linear 0.5s, padding 0s linear 0.5s;
}
.js__reviewup_transition_ship.is_hide:not(.is_reviewing),
.js__reviewup_transition_close.is_hide:not(.is_reviewing) {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}

.js__reviewup_transition_question,
.js__reviewup_transition_message {
  max-height: 1000px;
  transition: opacity 0.3s linear 0.8s, visibility 0.3s linear 0.8s, max-height 2s ease 0.3s;
}
.js__reviewup_transition_question.is_hide,
.js__reviewup_transition_message.is_hide {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}

.js__reviewup_transition_question_ttl {
  max-height: 1000px;
  transition: opacity 0.5s linear, visibility 0.5s linear, max-height 0.5s linear 0.3s, margin 0s linear 0.5s, padding 0s linear 0.5s;
}
.js__reviewup_transition_question_ttl.is_hide {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}

.js__reviewup_btn_choice {
  max-height: 1000px;
  transition: opacity 0.3s linear, visibility 0.3s linear, max-height 0.3s linear 0.3s, margin 0s linear 0.3s, padding 0s linear 0.3s;
}
.js__reviewup_btn_choice.is_hide {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}

.js__reviewup_transition_question_item:first-child {
  max-height: 1000px;
  transition: opacity 0.3s linear, visibility 0.3s linear, max-height 0s linear 0.5s, margin 0s linear 0.5s, padding 0s linear 0.5s;
}
.js__reviewup_transition_question_item:not(:first-child) {
  max-height: 1000px;
  transition: opacity 0.3s linear 0.3s, visibility 0.3s linear 0.3s, max-height 0.6s ease, margin 0s linear, padding 0s linear;
}
.js__reviewup_transition_question_item.is_hide {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}

.js__reviewup_transition_thanks {
  max-height: 1000px;
  transition: opacity 0.3s linear 0.3s, visibility 0.3s linear 0.3s, max-height 0s linear, margin 0s linear, padding 0s linear;
}
.js__reviewup_transition_thanks.is_hide {
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}

/*# sourceMappingURL=reviewup.css.map */