
.footer {
  display: none;
}

.footer_lujo ul li a {
  color: #b7b7b7;
}

.footer_lujo {
  background: #393939;
  padding: 1rem;
  font-size: 1rem;
  width: 640px;
}

.footer_lujo ul li {
  margin: 0.5rem;
  display: inline-block;
  font-size: 0.7rem;
}

.footer_lujo ul {
  line-height: 1;
}

.footer_lujo_copy {
  color: #7b7b7b;
  text-align: center;
  font-size: 0.7rem;
}

#tinymce.post-content-for-tinymce {
  width: 500px;
}

h1 {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  display: block;
}

.hidden {
  display: none;
}

.offerArea-regular {
  position: relative;
}

.sendBtn-regular {
  position: absolute;
  width: 90%;
  margin: 0 5%;
  bottom: 6.5%;
}

.offerArea-single {
  position: relative;
}

.sendBtn-single {
  position: absolute;
  width: 90%;
  margin: 0 5%;
  bottom: 16%;
}

.topBtn {
  top: 40%;
}

.offerArea-regular-text {
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  margin: 5px 0;
}

.sendBtn-3pack {
  width: 90%;
  margin: 5px auto;
}

.feature-hitokan-anime01 {
  background-color: #f7f3f0;
  padding: 5px 60px 10px;
}

.feature-hitokan-anime02 {
  background-color: #fdfaf3;
  padding: 5px 60px 20px;
}

.highQuality-anime01 {
  width: 85%;
  margin: auto;
}

.returnMoney {
  padding: 1rem 0 1rem 9.5rem;
  letter-spacing: normal;
}

.returnMoney p {
  font-size: 13px;
  line-height: 1.4;
}

.returnMoney a {
  display: inline;
}

.footer_lujo {
  padding: 1rem 1rem 160px;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#backGuide {
  display: none;
}

.grad-btn::before {
  content: "もっと見る";
  display: block;
  width: 150px;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #000;
  margin: 0 auto 40px;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 500px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked~.grad-btn::before {
  /*チェックされていたら、文言を変更する*/
  content: "閉じる";
}

.grad-trigger:checked~.grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.hidden_box label {
  display: block;
  position: relative;
  padding: 15px 15px 15px 13%;
  background-color: #fcf2d5;
}

.hidden_box label::before {
  content: "";
  display: block;
  position: absolute;
  top: 34.5%;
  left: 4.5%;
  width: 3.2%;
  padding-top: 4%;
  border: 0.5px solid #928e8d;
  border-radius: 100%;
  background-color: #fff;
}

.hidden_box input:checked~.radio_label::after {
  content: "";
  display: block;
  position: absolute;
  top: 39.5%;
  left: 5.2%;
  width: 1.4%;
  padding-top: 1.5%;
  background-color: #646464;
  border: 1px solid #646464;
  border-radius: 100%;
}

.hidden_box label:hover {
  background-color: #fcf2d5;
}

.hidden_box input {
  display: none;
}

.openBtn01 {
  cursor: pointer;
  border: 1px solid #f2ca54;
  border-left: 10px solid #f2ca54;
  color: #666;
  list-style: none;
  width: 87%;
  margin: 10px auto;
}

.textArea01 {
  display: none;
  color: #666;
}

.openBtn02 {
  cursor: pointer;
  border: 1px solid #f2ca54;
  border-left: 10px solid #f2ca54;
  color: #666;
  list-style: none;
  width: 87%;
  margin: 10px auto;
}

.textArea02 {
  display: none;
  color: #666;
}

.post {
  margin: 0;
}

.small {
  font-size: 9px;
}

.floating {
  position: fixed;
  bottom: 0;
  display: none;
  width: 100%;
}

.floating a {
  display: block;
  opacity: 1;
}

.floating a:hover {
  opacity: 1;
}

.footer {
  padding-bottom: 100px;
}

@media screen and (min-width:781px) {
  .floating img {
    width: 640px;
  }
}

@media screen and (max-width: 480px) {
  .footer_lujo {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .returnMoney p {
    font-size: 10px;
  }

  .returnMoney {
    padding: 0 0 1rem 2rem;
  }

  .offerArea-regular-text {
    font-size: 10px;
  }

  .footer_lujo {
    padding: 1rem 1rem 100px;
  }
}
body,
html {
  letter-spacing: 0.5px;
  background: white;
  font-feature-settings: "palt";
  font-family: "Helvetica", "Arial", YuGothic,"Yu Gothic","Hiragino Sans","ヒラギノ角ゴシック","メイリオ", Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

#tinymce.post-content-for-tinymce {
  width: 360px;
  margin: auto;
}

#tinymce.post-content-for-tinymce .postHd--h2 {
  font-size: 1.35rem;
  padding: 1rem 0;
}

.post__article {
  padding: 1rem;
}

.post-header {
  display: none;
}

a:link {
  color: #426bc5;
}

sup {
  font-size: 0.5rem;
}

.caution-txt {
  font-size: 0.5rem;
  vertical-align: 60%;
}

.caption {
  font-size: 0.7rem;
  color: #858585;
  text-align: right;
  display: block;
}

span {
  padding: 0;
}

.marker {
  font-weight: bold;
  background: #fffc5d;
}

.txtRed {
  font-weight: bold;
  color: #e92e3f;
}

.txtBlue {
  font-weight: bold;
  color: #248ae4;
}

.sendBtn {
  display: block;
  margin: auto;
  width: 380px;
  text-align: center;
  padding: 0.2rem;
  text-decoration: none !important;
}

.sendBtn_3500 {
  display: block;
  margin: auto;
  width: 300px;
  text-align: center;
  padding: 1rem;
  background: #3BC08B;
  color: #FFF!important;
  border-bottom: solid 5px #0E785A;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none!important;
}

.postHd--h1 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #303030;
  line-height: 1.4;
  text-align: left;
  margin: 0 !important;
  letter-spacing: 1px;
  padding: 0 0 1rem;
  background: white;
  box-shadow: 0 2px 0 #EF3C3C;
}

.postHd--h2 {
  padding: 1rem 0;
  margin-bottom: 30px;
  background: #fff;
  color: #303030;
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: bold;
  box-shadow: 0 2px 0 #EF3C3C;
}

.postHd--h2::before {
  border: none;
}

.postHd--h2::after {
  border-style: none;
}

.postHd--h2-small {
  font-size: 0.95rem;
  font-weight: bold;
}

.postHd--h2-strong {
  color: #303030;
  padding: 15px 15px 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 0%, #fcf59e 0%);
}

.voice__wrapper {
  padding: 15px;
  background: #fff8d6;
}

#tinymce p {
  font-family: Noto Sans CJK JP, NotoSansCJKjp, FontAwesome, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

#tinymce .accentBox {
  padding: 1.5rem 1rem 1px;
  background-color: #fdfdfa;
  border-radius: 4px;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  border: 2px solid #bcc8c9;
  width: 100%;
}

#tinymce .accentBox__title {
  font-weight: 700;
  border-bottom: 1px solid #bcc8c9;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

#tinymce .recommendBox {
  padding: 1.5rem 1rem 0;
  border: 2px solid #0097a7;
  border-radius: 4px;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  width: 100%;
  background: #f5fafa;
}

#tinymce .recommendBox__title {
  font-weight: 700;
  color: #0097a7;
  border-bottom: 1px solid #bcc8c9;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

#tinymce .attentionBox {
  padding: 1.5rem 1rem 0;
  border: 2px solid #e1394d;
  border-radius: 4px;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  width: 100%;
  background: #fff6f2;
}

#tinymce .attentionBox__title {
  font-weight: 700;
  color: #e1394d;
  border-bottom: 1px solid #bcc8c9;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

#tinymce .postBlockquote {
  padding: 1.8rem 1rem 1.5rem;
  margin: 0 0 1.5rem;
  border: 2px solid #bcc8c9;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  background: #fdfdfa;
  width: 100%;
}

#tinymce .postBlockquote__cite {
  font-size: 12.8px;
  font-size: 0.8rem;
  color: #84999b;
}

#tinymce .dictionaryBox {
  border: 2px solid #bcc8c9;
  border-radius: 4px;
  padding: 1.8rem 1rem 0;
  position: relative;
  margin: 0 0 1.5rem;
  box-sizing: border-box;
  background: #fdfdfa;
  width: 100%;
}

#tinymce .dictionaryBox__term {
  font-weight: 700;
  border-bottom: 1px solid #bcc8c9;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.w70 {
  width: 70%;
  margin: auto;
}

.w80 {
  width: 80%;
  margin: auto;
}

.w90 {
  width: 90%;
  margin: auto;
}

.day {
  display: inline;
}

.updateDate {
  font-size: 10pt;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 0.5rem;
  -webkit-animation: blink 0.9s ease-in-out infinite alternate;
  -moz-animation: blink 0.9s ease-in-out infinite alternate;
  animation: blink 0.9s ease-in-out infinite alternate;
}

.blinking {
  animation: blink 0.8s ease-in-out infinite alternate;
}

.blinking-text {
  color: white;
  font-weight: bold;
  font-size: 1.7rem;
  background: red;
  display: inline-block;
  padding: 1rem;
  text-align: center;
}

@keyframes blink {
  0% {
    opacity: 0.05;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ctw-marker-bold {
  padding: 3px 1px;
  background-size: 200% 12px;
  background-position: 0 95%;
  background-repeat: repeat-x;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
}

.ctw-marker-bold.ctw-marker-position {
  background-position: -100% 95%;
}

.ctw-marker-pink {
  background-image: -webkit-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 196, 217, 1) 50%);
  background-image: -moz-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 196, 217, 1) 50%);
  background-image: -o-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 196, 217, 1) 50%);
  background-image: -ms-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 196, 217, 1) 50%);
  background-image: linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 196, 217, 1) 50%);
}

#tinymce .ctw-marker-pink {
  background-image: -webkit-linear-gradient(left, rgba(255, 235, 6, 0) 0%, rgba(255, 196, 217, 1) 0%);
}

.ctw-marker-yellow {
  background-image: -webkit-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 252, 93, 1) 50%);
  background-image: -moz-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 252, 93, 1) 50%);
  background-image: -o-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 252, 93, 1) 50%);
  background-image: -ms-linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 252, 93, 1) 50%);
  background-image: linear-gradient(left, rgba(255, 235, 6, 0) 50%, rgba(255, 252, 93, 1) 50%);
}

.img-sideByside-container {
  display: flex;
}

@media screen and (max-width: 480px) {
  .sendBtn {
    width: 100%;
  }
}
@media screen and (min-width:781px) {
.modal__bg {
  width: 999rem;
  left: -500%;
}
.modal__content {
  background: none;
  left: 22%;
  width: 30%;
}
}
