.itemDetailCharacter__feature .fa-ul {
  list-style-type: none;
  margin: 1em auto;
  /* margin-left: 2.2em; */
  /* margin-top: 5px; */
  /* margin-bottom: 5px; */
  padding-left: 2em;
}

.itemDetail__block {
  margin-top: 15px;
  margin-bottom: 40px;
  border: 2px solid #e5e0e0;
  padding: .4em;

}

.itemDetailName {
  font-size: 25px;
  font-weight: bold;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background-color: #ff7074;
  color: #FFF;
  margin-bottom: .5em;
  padding: .2em .4em;
}

.itemDetailName__rankImage {
  display: inline;
  vertical-align: -10%;
  margin: 0 auto;
}

.itemDetailFirstBlock {}

.itemDetailFirstBlock__left {
  display: table;
}

.itemDetailFirstBlock__itemImage {
  display: table-cell;
  width: 20%;
  vertical-align: top;
}

.itemDetailFirstBlock__right {
  display: table-cell;
  width: 70%;
  font-size: 14px;
  vertical-align: top;
  padding-left: 10px;
}

.itemDetailFirstBlock__right table {
  /* margin-left: 10px; */
  border-collapse: collapse;
  margin-top: 0;
  width: 100%;
}

.itemDetailFirstBlock__right table th,
.itemDetailFirstBlock__right table td{
  border: solid 2px #ff7074;
}

.itemDetailFirstBlock__right table th {
  background-color: #ffc3c8;
  text-shadow: 2px 2px #ffc3c8, 2px 1px #ffc3c8, 2px 0px #ffc3c8, 2px -1px #ffc3c8, 2px -2px #ffc3c8, 1px 2px #ffc3c8, 1px 1px #ffc3c8, 1px 0px #ffc3c8, 1px -1px #ffc3c8, 1px -2px #ffc3c8, 0px 2px #ffc3c8, 0px 1px #ffc3c8, 0px 0px #ffc3c8, 0px -1px #ffc3c8, 0px -2px #ffc3c8, -1px 2px #ffc3c8, -1px 1px #ffc3c8, -1px 0px #ffc3c8, -1px -1px #ffc3c8, -1px -2px #ffc3c8, -2px 2px #ffc3c8, -2px 1px #ffc3c8, -2px 0px #ffc3c8, -2px -1px #ffc3c8, -2px -2px #ffc3c8, 2px 2px 1.5px #ababab;
  color: #fff;
  font-weight: bold;
}

img.detailStar {
  display: inline
}

.itemDetailCharacter {}

.itemDetailCharacter__introductionUpper {
  color: #ffF;
  font-weight: bold;
  font-size: 1.4em;
  margin: 10px 0px;
  background: #ffc3c8;
  padding: 5px;
  border-bottom: #ff7074 solid 2px;
  border-right: #ff7074 solid 2px;
  box-shadow: none;
  text-shadow: 2px 2px #ff7074, 2px 1px #ff7074, 2px 0px #ff7074, 2px -1px #ff7074, 2px -2px #ff7074, 1px 2px #ff7074, 1px 1px #ff7074, 1px 0px #ff7074, 1px -1px #ff7074, 1px -2px #ff7074, 0px 2px #ff7074, 0px 1px #ff7074, 0px 0px #ff7074, 0px -1px #ff7074, 0px -2px #ff7074, -1px 2px #ff7074, -1px 1px #ff7074, -1px 0px #ff7074, -1px -1px #ff7074, -1px -2px #ff7074, -2px 2px #ff7074, -2px 1px #ff7074, -2px 0px #ff7074, -2px -1px #ff7074, -2px -2px #ffc3c8, 2px 2px 1.5px #ababab;
}

.itemDetailCharacter__introductionText {
  font-size: 16px;
  margin: 20px auto;
  padding: 0 14px;
}

.itemDetailCharacter__introductionDowner {
  color: #525252;
  font-size: 13px;
}

.itemDetailCharacter__feature {
  border: solid 2px #e6ccff;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin: 45px auto 30px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 96%;
}

.itemDetailCharacter__feature:after {
  content: 'point';
  display: block;
  background: #e6ccff;
  text-align: center;
  position: absolute;
  top: -29px;
  padding: 2px 20px;
  left: -2px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  color: #fff;
}

.itemDetailCharacter__feature li {
  padding: 0px 0px 10px;
}

.itemDetailCharacter__feature li span {
  background: linear-gradient(transparent 60%, #fffc84 60%);
  color: #ff6060
}

.ratingAndAccessBlock {
  text-align: center;
}

.ratingAndAccess {
  width: 48%;
  margin: 10px auto;
  background: #b39c74;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0px 1px 2px #383838
}

.ratingAndAccess__number {
  background: #fff;
  color: #000;
  width: 90%;
  margin: 0 auto 10px;
  border-radius: 10px;
  text-shadow: none;
}

/* .webmaster__table {
    font-size: 14px;
}
.webmaster__notes {
    display: block;
    text-align: right;
    font-size: 0.7em;
} */

.webmaster {
  margin: 0 auto;
}

.webmasterComment {
  width: 65%;
  display: inline-block;
  border: 3px solid #b78d01;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 5px 3px #e4e4e4;
  background-color: #fffefb;
  margin: 10px;
}

.webmasterImage {
  width: 30%;
  display: inline-block;
}

.recomendVoice__annotation {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 0px;
}

.webmasterImage img {
  margin-left: 0px;
  border-radius: 100px;
  border: #b78d01 3px solid;
  box-shadow: 0px 5px 3px #e4e4e4;
}

@media only screen and (min-width: 768px) {
  .webmasterComment {
    vertical-align: top
  }
}

@media screen and (max-width: 480px) {
  .webmaster {
    position: relative;
    margin-bottom: 100px;
  }

  .webmasterComment {
    width: 96%;
    display: block;
    border: 3px solid #b78d01;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 3px #e4e4e4;
    background-color: #fffefb;
    margin: 30px 8px;
    font-size: 15px;
  }

  .webmasterImage {
    width: 30%;
    display: block;
    position: absolute;
    bottom: -95px;
    right: 0;
  }

  .webmasterImage img {
    margin-left: 0px;
    border: none;
    box-shadow: none;
  }
}

.itemDetailButton {
  width: 48%;
  margin: 10px auto;
  background: #ff7074;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  padding: 15px 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  vertical-align: text-bottom;
  background: url(/asset/images/parts/btn1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.itemDetailButton__button--long {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: .25s linear;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  background: url(/asset/images/parts/btnLong.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 98%;
  margin: 20px 0px;
}

.itemDetailButton__button--long:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 40px;
  height: 150px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
  animation: shiny 5s infinite linear;
  -webkit-animation: shiny 5s infinite linear;
  -moz-animation: shiny 5s infinite linear;
}

.itemDetailButton:visited {
  filter: saturate(85%);
}

.itemDetailButton:hover {
  filter: saturate(200%)
}



@media screen and (max-width: 480px) {

  .itemDetailButton {
    width: 97%;
  }

  .itemDetailButton__button--long {
    position: relative;
    z-index: 2;
    overflow: hidden;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    background: url(/asset/images/parts/btn4.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 98%;
    margin: 20px 0px;
  }

  .itemDetailFirstBlock__itemImage {
    /* width: 100%;
		display: block */
    width: 30%;
    display: table-cell
  }

  .itemDetailFirstBlock__right {
    width: 70%;
    font-size: 13px;
  }
}


/* ==== ItemDetail==== */
.feature {
  position: relative;
  background: #F8F0D7;
  border-left: 4px dotted rgba(0, 0, 0, .1);
  border-right: 4px dotted rgba(0, 0, 0, .1);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  padding: 1em;
  color: #65513f;
  max-width: 400px;
  margin: 20px auto 40px;
}

.masking-tape {
  position: absolute;
  top: -1em;
  left: 38%;
  width: 100px;
  height: 30px;
  background-image: linear-gradient(-45deg, rgba(227, 155, 140, .4) 25%, transparent 25%, transparent 50%, rgba(227, 155, 140, .4) 50%, rgba(227, 155, 140, .4) 75%, transparent 75%, transparent 100%);
  background-size: 20px 20px;
  border-left: 2px dotted rgba(0, 0, 0, .1);
  border-right: 2px dotted rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
  padding: 0.25em 2em;
  color: #65513f;
  transform: rotate(-4deg);
}

.feature__inner {
  color: #65513f;
  padding: 10px;
}

/* ========== description ========== */
#description {
  background-color: #fcf0f1;
  /* 背景色 */
  color: #701722;
  /* 文字色 */
  padding: 10px;
  /* 余白 */
  position: relative;
  font-size: 12px;
  margin-top: 5em;
}

#description:after {
  background: repeating-linear-gradient(-45deg, #f0b8bf, #f0b8bf 5px, #fcf0f1 0, #fcf0f1 10px);
  /* ストライプ */
  content: '';
  height: 5px;
  /* ストライプの高さ */
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1;
}

#description:before {
  background: repeating-linear-gradient(-45deg, #f0b8bf, #f0b8bf 5px, #fcf0f1 0, #fcf0f1 10px);
  /* ストライプ */
  content: '';
  height: 5px;
  /* ストライプの高さ */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.recomendVoice__head {
  font-size: 1.3em;
  text-align: center;
  font-weight: bold;
}

#recommend {
  margin-top: 2em;
}

#recommend__headerImage {
  display: inline;
  width: 30px;
}

#recommend__header {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  font-family: "ヒラギノ角ゴ Pro W6";
  line-height: 1.3;
  margin: 5px auto 15px;
  max-width: 800px;
  padding: 0 2%;
  text-shadow: 1px 2px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF, 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF, 1px 1px #FFF, 1px -1px #FFF, -1px 1px #FFF, -1px -1px #FFF, 2px 2px 1.5px #222;
}

#recommend__inner {}

/* 吹き出し本体 */
#recommend__inner {
  position: relative;
  padding: 10px;
  background-color: #ffffff;
  border: 5px solid #b39c74;
  margin: 25px 8px 20px;
  color: #000;
  border-radius: 15px;
  font-size: 14.5px;
}

/* beforeで枠線の三角を表現 */
#recommend__inner:before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #b39c74;
  border-left: 15px solid transparent;
}

/* beforeで本体の三角を表現 */
#recommend__inner::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -12px;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-left: 15px solid transparent;
}

#recomendVoice {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* 
.recomendVoice__name {
    background: #70d0ff;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
	  padding-top: 5px;
    padding-bottom: 3px;
    width: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.recomendVoice__unit {
    margin-bottom: 10px;
}

.recomendVoice__comment {
    border: 3px solid #70d0ff;
    margin-bottom: 10px;
    padding: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
} */

.recomendVoice__commentLine {
  background: #fff9cd;
  color: #ff6060;
}

.recommend__button {
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: .25s linear;
  /* -webkit-transition: .25s linear; */
  -moz-transition: .25s linear;
  background: url(/asset/images/parts/btn4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.recommend__button:before {
  display: block;
  position: absolute;
  z-index: -1;
  left: -30%;
  top: -50%;
  content: "";
  width: 40px;
  height: 150px;
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 100%);
  animation: shiny 5s infinite linear;
  -webkit-animation: shiny 5s infinite linear;
  -moz-animation: shiny 5s infinite linear;
}

@keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@-webkit-keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

@-moz-keyframes shiny {
  0% {
    left: -30%;
  }

  20% {
    left: 120%;
  }

  100% {
    left: 120%;
  }
}

.compareTable__title {
  background: #eda7a74d;
  margin-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  padding: .4em 0 .6em;
}

#compareTable {
  margin-bottom: 40px;
  margin-top: 20px
}

#compareTable table {
  border-collapse: collapse;
  margin: 0px;
}

#compareTable th {
  width: 15%;
  border-top: #ffbfbf solid 1px;
  border-bottom: #fff solid 1px;
  border-right: #ffbfbf solid 1px;
  background: #ffbfbf;
  color: #ed6478;
  text-shadow: 0px 2px #ffffff, 2px 1px #ffffff, 2px 0px #ffffff, 2px -1px #ffffff, 2px -2px #ffffff, 1px 2px #ffffff, 1px 1px #ffffff, 1px 0px #ffffff, 1px -1px #ffffff, 1px -2px #ffffff, 0px 2px #ffffff, 0px 1px #ffffff, 0px 0px #ffffff, 0px -1px #ffffff, 0px -2px #ffffff, -1px 2px #ffffff, -1px 1px #ffffff, -1px 0px #ffffff, -1px -1px #ffffff, -1px -2px #ffffff, -2px 2px #ffffff, -2px 1px #ffffff, -2px 0px #ffffff, -2px -1px #ffffff, -2px -2px #ffffff, 2px 2px 1.5px #ababab;
  white-space: pre-wrap;
  padding: 15px 2px;
  font-size: .8em;
}

#compareTable td {
  border: #ffbfbf solid 1px;
  text-align: center;
  padding: 12px 5px;
  width: 26%;
  line-height: 1.4;
  font-size: .8em;
}

#compareTable tbody>tr:last-of-type th {
  border-bottom: #ffbfbf solid 1px;
}

.compareTable__star {
  display: inline;
  width: 20%;
}

.compareTable__point {
  font-size: 1.5em;
  font-weight: bold;
  color: #ff6060;
}

.compareTable__veryGood,
.compareTable__good,
.compareTable__normal {
  font-size: 2.5em;
}

.compareTable__veryGood {
  color: #ff6060;
}

.compareTable__good {
  color: #ffcf00;
}

.compareTable__normal {
  color: #9fc1ff;
}

.compareTable__button {
  background: url(/asset/images/parts/btn2.png);
  text-decoration: none;
  color: #fff;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
.compareTable__button_2 {
  background: url(/asset/images/parts/btn2-2.png);
  text-decoration: none;
  color: #fff;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media only screen and (min-width: 768px) {

  #compareTable th,
  #compareTable td {
    width: 25%;
  }
}
#compareTable .rankIcon img{
  width: 40%;
}
#compareTable p {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  line-height: 1.2em;
  color: #ed6478;
  text-shadow: 3px 2px #FFF;
}
#compareTable .compareTable__title_fukidashi {
  color: #333;
  font-size: .6em;
}
.annotation{
  color: #666666;
  font-size: .45em;
  text-align: left;
  display: block;
  font-weight: normal;
}

.recomendVoiceUnit {
  margin: 0 auto;
}

.recomendVoiceComment {
  width: 65%;
  display: inline-block;
  border: 3px solid #b78d01;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 5px 3px #e4e4e4;
  background-color: #fffefb;
  margin: 10px;
  vertical-align: top;
}

.recomendVoiceImage {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}

.recomendVoiceImage img {
  margin-left: 0px;
  border-radius: 100px;
  border: #b78d01 3px solid;
  box-shadow: 0px 5px 3px #e4e4e4;
}

.recomendVoiceImage p:nth-child(2) {
  text-align: center;
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .recomendVoiceUnit {
    position: relative;
    margin-bottom: 110px;
  }

  .recomendVoiceComment {
    width: 100%;
    display: inline-block;
    border: 3px solid #b78d01;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 5px 3px #e4e4e4;
    background-color: #fffefb;
    margin: 0px;
  }

  .recomendVoiceImage {
    width: 30%;
    display: block;
    position: absolute;
    bottom: -110px;
    right: 0;
  }

  .recomendVoiceImage img {
    margin-left: 0px;
    border: none;
    box-shadow: none;
  }
}

.campaign {
  background: #fff7d8;
  padding: 10px;
}

.campaing__title {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px;
}


.reviewUnit {
  position: relative;
  margin: 30px 10px 90px;
  border: #e6ccff solid 2px;
  border-radius: 10px;
  padding: 10px;
  z-index: 3;
  box-shadow: 0px 2px 5px #e0e0e0;
}

.reviewUnit::before {
  content: '';
  display: block;
  border-top: 9px solid #ffffff;
  border-right: 9px solid #ffffff;
  border-bottom: 9px solid transparent;
  border-left: 9px solid transparent;
  width: 18px;
  right: 121px;
  position: absolute;
  bottom: -18px;
  z-index: 1;
}

.reviewUnit::after {
  content: '';
  display: block;
  border-top: 11px solid #e6ccff;
  border-right: 11px solid #e6ccff;
  border-bottom: 11px solid transparent;
  border-left: 11px solid transparent;
  width: 22px;
  right: 119px;
  position: absolute;
  bottom: -23px;
}

.reviewUnit__woman {
  position: absolute;
  display: block;
  width: 100px;
  text-align: left;
  margin-left: 0px;
  bottom: -90px;
  right: 10px;
}

.reviewUnit__woman img {
  border-radius: 200px;
  border: #e6ccff solid 2px;
  box-shadow: 0px 2px 5px #e0e0e0;
}


.reviewUnit__title {
  font-size: 18px;
}

.reviewUnit__comment span {
  background: linear-gradient(transparent 60%, #fffc84 60%);
  font-weight: bold;
}

#sort_table {
  display: inline-block;
  border-radius: 15px;
  box-shadow: 0px 0px 0px 3px #ffcf00;
  margin-left: 3px;
}

#sort_table select {
  font-size: 16px;
  padding: 5px;
  border-radius: 10px;
}


/*------------ 今月のおすすめ --------------*/
.marker {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fffc84 60%);
}

.red {
  color: #ff6060;
  font-weight: bold;
}

.small {
  font-size: .8em;
}

#recommend_month {
  border-bottom: solid 3px #66b6b0;
  margin: 1rem 0;
}

#recommend_month h3 {
  margin: 0 0 1em;
  text-align: center;
}

.recomemnd_month_inner {
  display: flex;
  flex-wrap: wrap;
}

.recommend_month_img {
  width: 30%;
}

.recommend_month_txt {
  width: 70%;
  padding: 1em;
}

.recommend_month_txt h4 {
  margin: 0;
  font-size: 1.2em;
  border-bottom: solid 1px #66b6b0;
}

.recommend_month_txt h4 span {
  color: #66b6b0;
}

.recommend_month_txt {
  font-size: 1.2em;
}

.recommend_month_btn {
  width: 10 0%;
  margin: 0 auto;
}

.recommend_month_btn a {
  background: linear-gradient(#50d95a, #149f1d);
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  border-radius: 999px;
  line-height: 1.8em;
}

@media screen and (max-width: 480px) {
  #recommend_month {
    border-left: solid 3px #66b6b0;
    border-right: solid 3px #66b6b0;
  }

  .recommend_month_img,
  .recommend_month_txt {
    width: 100%;
  }

  .recommend_month_img img {
    width: 92%;
  }

  .recommend_month_btn a {
    line-height: 2em;
  }
}

/* 公式ボタン */
.officialBtn {
  width: 90%;
  margin: 1em auto 1.5em;
}

.officialBtn a {
  display: block;
  width: 96%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.2em;
  /* padding: 1em 0; */
  text-align: center;
  font-weight: bold;
  /* background: linear-gradient(#5aee64, #34bc3d); */
  color: #fff;
  text-decoration: none;
  /* border: solid 2px #5EBB53; */
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  /* box-shadow: 0px 5px 0 #199221; */
}

.officialBtn a::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 150px;
  transform: translate(-200px, -50%)rotate(-60deg);
  left: 0;
  top: 50%;
  background: linear-gradient(transparent, rgba(256, 256, 256, .5) 50%, transparent);
  animation: infinite 3s cta;
}

/* .officialBtn a::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f138";
  right: .5em;
  top: 50%;
  transform: translateY(-50%);
} */

.officialBtn a strong {
  color: #ff9da5;
  text-shadow: 1px 1px 1px #ffffff, -1px 1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px 0px 1px #ffffff, 0px 1px 1px #ffffff, -1px 0px 1px #ffffff, 0px -1px 1px #ffffff;
  letter-spacing: 2px;
}

.officialBtn .btn_top_comment {
  text-align: center;
  margin: 0 auto;
  font-size: 1.2em;
}

@keyframes cta {
  0% {
    transform: translate(-600px, -50%)rotate(-60deg);
  }

  100% {
    transform: translate(calc(600px + 200%), -50%)rotate(-60deg);
  }
}

@media screen and (max-width: 480px) {
  .officialBtn a {
    font-size: 5vw;
  }
}

/* 2024/10/22 前川追加 */
.reasonSelling{
  font-size: 15px; 
}
.reasonSelling p{
  margin: 10px 10px;
}


.itemDetail__block_rank1 .officialBtn {
  animation-name: biyon;
  animation-iteration-count: infinite;
  animation-duration: 2s;
}

@keyframes biyon{
	0%{
    	transform: scale3d(1,1,1) ;
    }
    15%{
        transform: scale3d(1.06,0.94,1) ;
    }
    30%{
        transform: scale3d(0.94,1.06,1);
    }
    40%{
        transform: scale3d(1.04,0.96,1);
    }
    50%{
        transform: scale3d(0.96,1.04,1);
    }
    65%{
        transform: scale3d(1.02,0.98,1);
    }
    80%{
        transform: scale3d(0.98,1.02,1);
    }
    100%{
    	transform: scale3d(1,1,1);
    }
}
