@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
#front-mv {
  position: relative;
  width: 98%;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 375px) {
  #front-mv {
    width: 92%;
    max-width: 100%;
  }
}
img {
  image-rendering: -webkit-optimize-contrast;
}

/*22/2/22 MV内バナー*/
.re-block-mv-body {
  position: absolute;
  left: 0;
  top: 5rem !important;
  z-index: 1;
}

.re-tmp2-banner {
  width: 100%;
  display: block;
  margin: 20px auto;
  z-index: 5;
  position: relative;
}

.re-tmp2-banner img {
  width: 50%;
  margin: 0 auto;
  transition: 0.2s;
}

.re-tmp2-banner img:hover {
  cursor: pointer;
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .re-tmp2-banner img {
    width: 50%;
  }
}
.re-tmp2-banner-flex {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 20px auto;
  z-index: 5;
  position: relative;
}

.re-tmp2-banner-flex a {
  width: 49%;
  display: block;
}

.re-tmp2-banner-flex a img {
  width: 100%;
}

.re-tmp2-banner-flex img:hover {
  cursor: pointer;
  opacity: 0.6;
}

.re-tmp2-banner_relative {
  position: relative;
}

.re-tmp2-banner_other {
  width: 100%;
  display: block;
  z-index: 5;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 212px;
}

.re-tmp2-banner_other img {
  width: 100%;
  margin: 0 auto;
  transition: 0.2s;
}

.re-tmp2-banner_other img:hover {
  cursor: pointer;
  opacity: 0.6;
}

@media screen and (min-width: 1200px) {
  .re-tmp2-banner_other {
    max-width: 320px;
  }
}
@media screen and (max-width: 1199px) {
  .re-tmp2-banner_other {
    max-width: 260px;
  }
}
@media screen and (max-width: 999px) {
  .re-tmp2-banner_other {
    max-width: 194px;
  }
}
@media screen and (max-width: 768px) {
  .re-tmp2-banner_other {
    display: none;
  }
}
.bnr-sp-block {
  display: none;
}

@media screen and (max-width: 640px) {
  .bnr-sp-block {
    display: block;
    width: 98%;
    margin: 20px auto 0;
  }
  .bnr-sp-block:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .bnr-sp-block img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .bnr-sp-block {
    width: 92%;
  }
}
.bnr-sp-block_other {
  display: none;
}

@media screen and (max-width: 768px) {
  .bnr-sp-block_other {
    display: block;
    width: 98%;
    margin: 6px auto 0;
  }
  .bnr-sp-block_other:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .bnr-sp-block_other img {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .bnr-sp-block_other {
    width: 98%;
  }
}
#mv .pconly .re-banner-img img {
  /*width: 30%;
  margin: 20px auto;*/
  width: 20%;
  margin: 20px auto;
  position: absolute;
  /* top: 0; */
  z-index: 100000000;
  left: 0;
  bottom: 0;
  right: 0;
}

#mv .sponly .re-banner-img img {
  /*width: 70%;
  margin: 20px auto;*/
  width: 40%;
  margin: 20px auto;
  position: absolute;
  /* top: 0; */
  z-index: 100000000;
  left: 0;
  bottom: 0;
  right: 0;
}

.re-top-products {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .re-top-products {
    width: 100%;
    max-width: 1400px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  .re-top-products {
    margin-top: 0px;
  }
}
.re-top-products .re-top-productbox {
  width: calc(33% - 8px);
  text-align: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .re-top-products .re-top-productbox {
    width: calc(32.6666666667% - 7px);
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .re-top-products .re-top-productbox {
    width: 100%;
    padding: 0 15px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.re-top-products .re-top-productbox:last-child {
  margin-right: 0px !important;
}

.re-top-products .re-top-productbox a p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  position: absolute;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  z-index: 3;
  color: #fff;
  width: 100%;
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  line-height: 1 !important;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .re-top-products .re-top-productbox a p {
    font-size: 26px;
  }
}
.re-top-products .re-top-productbox a p .re-top-border {
  display: block;
  font-size: 14px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 10px 0px;
  text-align: center;
  width: 80%;
  margin: auto;
  letter-spacing: -1px;
}

.re-top-products .re-top-productbox a img {
  width: 100%;
}

.re-top-products .re-top-productbox a .re-top-overlay {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.5s;
}

.re-top-products .re-top-productbox a .re-top-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.re-top-products .re-top-productbox a .re-top-overlay img {
  display: block;
  overflow: hidden;
  transition: 0.5s;
}

.re-top-products .re-top-productbox a:hover .re-top-overlay img {
  transform: scale(1.1, 1.1);
}

.re-top-col2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .re-top-col2 {
    width: 100%;
    max-width: 1400px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.re-top-col2 .re-top-col2box {
  width: calc(49.5% - 10px);
  text-align: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .re-top-col2 .re-top-col2box {
    width: calc(49.5% - 8px);
    padding: 6px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .re-top-col2 .re-top-col2box {
    width: 100%;
    padding: 15px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 375px) {
  .re-top-col2 .re-top-col2box {
    width: 100%;
    padding: 0px 15px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
  }
}
.re-top-col2 .re-top-col2box a h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  position: absolute;
  font-size: 32px;
  text-align: center;
  z-index: 3;
  color: #fff;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  line-height: 1.3;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 480px) {
  .re-top-col2 .re-top-col2box a h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .re-top-col2 .re-top-col2box a h4 {
    font-size: 20px;
  }
}
.re-top-col2 .re-top-col2box a h4 .re-tmp-ruby {
  letter-spacing: 3px;
  line-height: 2.4;
}

.re-top-col2 .re-top-col2box a h4 .re-tmp-maintxt {
  font-size: 48px;
}

@media screen and (max-width: 480px) {
  .re-top-col2 .re-top-col2box a h4 .re-tmp-maintxt {
    font-size: 26px;
  }
}
@media screen and (max-width: 375px) {
  .re-top-col2 .re-top-col2box a h4 .re-tmp-maintxt {
    font-size: 24px;
  }
}
.re-top-col2 .re-top-col2box a p {
  position: absolute;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  z-index: 3;
  color: #fff;
  width: 100%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 375px) {
  .re-top-col2 .re-top-col2box a p {
    bottom: 10%;
  }
}
.re-top-col2 .re-top-col2box a p .re-top-border {
  display: block;
  font-size: 14px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 10px 20px;
  text-align: center;
  width: 80%;
  margin: auto;
}

.re-top-col2 .re-top-col2box a img {
  width: 100%;
}

.re-top-col2 .re-top-col2box a:hover .re-top-overlay img {
  transform: scale(1.1, 1.1);
}

.re-top-col2 .re-top-overlay {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.5s;
}

.re-top-col2 .re-top-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  z-index: 2;
}

.re-top-col2 .re-top-overlay img {
  display: block;
  overflow: hidden;
  transition: 0.5s;
}

.re-top-col3 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .re-top-col3 {
    width: 100%;
    max-width: 1400px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.re-top-col3 .re-top-col3box {
  width: calc(32.6666666667% - 10px);
  margin-right: 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .re-top-col3 .re-top-col3box {
    width: 100%;
    padding: 10px 15px;
    max-width: 300px;
    display: block;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .re-top-col3 .re-top-col3box {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 0;
  }
}
.re-top-col3 .re-top-col3box:last-child {
  margin-right: 0px !important;
}

@media screen and (max-width: 768px) {
  .re-top-col3 .re-top-col3box:last-child {
    margin: auto !important;
  }
}
.re-top-col3 .re-top-col3box a p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  position: absolute;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  z-index: 3;
  color: #fff;
  width: 100%;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 375px) {
  .re-top-col3 .re-top-col3box a p {
    bottom: 10%;
  }
}
.re-top-col3 .re-top-col3box a p .re-top-border {
  display: block;
  font-size: 14px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 10px 20px;
  text-align: center;
  width: 80%;
  margin: auto;
}

.re-top-col3 .re-top-col3box a img {
  width: 100%;
}

.re-top-col3 .re-top-col3box a:hover .re-top-overlay::before {
  content: "";
  transition: 0.5s;
  display: none;
}

.re-top-col3 .re-top-col3box a:hover .re-top-overlay img {
  transform: scale(1.1, 1.1);
}

.re-top-col3 .re-top-overlay {
  position: relative;
  overflow: hidden;
  display: block;
  transition: 0.5s;
}

.re-top-col3 .re-top-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
  transition: 0.5s;
  z-index: 2;
}

.re-top-col3 .re-top-overlay img {
  display: block;
  overflow: hidden;
  transition: 0.5s;
}

.re-top-content {
  width: 100%;
  margin-top: 60px;
}

.re-top-content .re-top-newsbox, .re-top-content .re-top-mediabox {
  display: inline-block;
  text-align: center;
  margin: auto;
  width: calc(50% - 2px);
  vertical-align: top;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .re-top-content .re-top-newsbox, .re-top-content .re-top-mediabox {
    width: 100%;
  }
}
.re-top-content .re-top-newsbox h2, .re-top-content .re-top-mediabox h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 65px 0;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .re-top-content .re-top-newsbox h2, .re-top-content .re-top-mediabox h2 {
    font-size: 30px;
    line-height: 1.4;
    padding: 0 40px;
  }
}
@media screen and (max-width: 375px) {
  .re-top-content .re-top-newsbox h2, .re-top-content .re-top-mediabox h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.re-top-content .re-top-newsbox h2 .re-title-ruby, .re-top-content .re-top-mediabox h2 .re-title-ruby {
  font-size: 19px;
  color: #9c4031;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  .re-top-content .re-top-newsbox h2 .re-title-ruby, .re-top-content .re-top-mediabox h2 .re-title-ruby {
    font-size: 12px;
    line-height: 2.8;
  }
}
.re-top-content .re-top-newsbox h2::after, .re-top-content .re-top-mediabox h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #793b33, #923f31);
  border-radius: 10px;
}

.re-top-content .re-top-newsbox .re-lead, .re-top-content .re-top-mediabox .re-lead {
  font-size: 20px;
  margin: 0 0 40px 0;
  letter-spacing: 3px;
  line-height: 1.6 !important;
}

@media screen and (max-width: 640px) {
  .re-top-content .re-top-newsbox .re-lead, .re-top-content .re-top-mediabox .re-lead {
    font-size: 16px;
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .re-top-content .re-top-newsbox .re-lead, .re-top-content .re-top-mediabox .re-lead {
    font-size: 14px;
  }
}
.re-top-content .re-top-newsbox .re-lead a, .re-top-content .re-top-mediabox .re-lead a {
  font-weight: 600;
  color: #893e33;
  transition: 0.2s;
}

.re-top-content .re-top-newsbox .re-lead a img, .re-top-content .re-top-mediabox .re-lead a img {
  width: 100%;
  max-width: 8px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  .re-top-content .re-top-newsbox .re-lead a img, .re-top-content .re-top-mediabox .re-lead a img {
    max-width: 6px;
  }
}
.re-top-content .re-top-newsbox .re-lead a:hover, .re-top-content .re-top-mediabox .re-lead a:hover {
  opacity: 0.6;
}

.re-top-content .re-top-newsbox div ul li {
  position: relative;
  background-color: #e6e4e0;
  width: 100%;
  max-width: 90%;
  margin: auto;
  transition: 0.5s;
  margin-bottom: 15px;
}

.re-top-content .re-top-newsbox div ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #939393;
  border-right: 14px solid transparent;
}

.re-top-content .re-top-newsbox div ul li::after {
  content: "";
  background: url(../images/all/news-link.svg);
  background-repeat: no-repeat;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}

.re-top-content .re-top-newsbox div ul li:hover {
  opacity: 0.5;
  color: #893e33;
}

.re-top-content .re-top-newsbox div ul li a {
  display: block;
  padding-right: 7rem;
  position: relative;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-newsbox div ul li a {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 375px) {
  .re-top-content .re-top-newsbox div ul li a {
    padding-right: 3rem;
  }
}
.re-top-content .re-top-newsbox div ul li a .re-block-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 2.4rem 3rem;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-newsbox div ul li a .re-block-text {
    padding-right: 0;
  }
}
.re-top-content .re-top-newsbox div ul li a .re-block-text .re-dl-news {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
}

.re-top-content .re-top-newsbox div ul li a .re-block-text .re-dl-news dt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  vertical-align: top;
  width: 10rem;
  padding-right: 1rem;
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-newsbox div ul li a .re-block-text .re-dl-news dt {
    display: block;
    position: initial;
    padding-right: initial;
    padding-top: 10px;
  }
}
.re-top-content .re-top-newsbox div ul li a .re-block-text .re-dl-news dd {
  display: inline-block;
  width: calc(100% - 0rem);
  font-weight: 400;
  padding-left: 13rem;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-newsbox div ul li a .re-block-text .re-dl-news dd {
    display: block;
    padding-left: 0rem;
  }
}
.re-top-content .re-top-newsbox div ul li a .re-block-text .re-dl-news dd p {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: auto;
  font-size: 16px;
  line-height: 1.5 !important;
}

@media screen and (max-width: 375px) {
  .re-top-content .re-top-newsbox div ul li a .re-block-text .re-dl-news dd p {
    font-size: 12px;
  }
}
.dt-copy {
  font-size: 10px !important;
  word-break: break-all;
  text-align: center;
}

.re-top-content .re-top-mediabox {
  background-color: #e6e4e0;
}

.re-top-content .re-top-mediabox div ul li {
  position: relative;
  background-color: #fff;
  width: 100%;
  max-width: 90%;
  margin: auto;
  transition: 0.5s;
  margin-bottom: 15px;
}

.re-top-content .re-top-mediabox div ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 14px solid #933f31;
  border-right: 14px solid transparent;
}

.re-top-content .re-top-mediabox div ul li::after {
  content: "";
  background: url(../images/all/news-link.svg);
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 10px;
}

.re-top-content .re-top-mediabox div ul li:last-child {
  margin-bottom: 0px;
}

.re-top-content .re-top-mediabox div ul li a {
  display: block;
  padding-right: 10rem;
  position: relative;
  transition: 0.5s;
}

.re-top-content .re-top-mediabox div ul li a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 375px) {
  .re-top-content .re-top-mediabox div ul li a {
    padding-right: 3rem;
  }
}
.re-top-content .re-top-mediabox div ul li a .re-block-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 2.4rem 3rem;
}

.re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  position: relative;
}

.re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news dt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  vertical-align: top;
  width: 10rem;
  padding-right: 1rem;
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news dt {
    display: block;
    position: initial;
  }
}
.re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news .re-txt-top {
  position: absolute;
  top: 10% !important;
  vertical-align: top;
  width: 10rem;
  padding-right: 1rem;
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news dd {
  display: inline-block;
  width: calc(100% - 0rem);
  font-weight: 400;
  padding-left: 13rem;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news dd {
    display: block;
    padding-left: 0rem;
  }
}
.re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news dd p {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: auto;
  font-size: 16px;
  line-height: 1.5 !important;
}

@media screen and (max-width: 375px) {
  .re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news dd p {
    font-size: 12px;
  }
}
.re-top-content .re-top-mediabox div ul li .re-top-tieup {
  display: block;
  padding-right: 3rem;
  position: relative;
  transition: 0.5s;
}

.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 5rem 3rem;
}

.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
  list-style-type: none;
  position: relative;
}

.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  vertical-align: top;
  width: 10rem;
  padding-right: 1rem;
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dt {
    display: block;
    position: initial;
  }
}
.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news .re-txt-top {
  position: absolute;
  top: 10px !important;
  vertical-align: top;
  width: 10rem;
  padding-right: 1rem;
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news .re-txt-top {
    display: block;
    position: initial;
  }
}
.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd {
  display: inline-block;
  width: calc(100% - 0rem);
  font-weight: 400;
  padding-left: 13rem;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd {
    display: block;
    padding-left: 0rem;
  }
}
@media screen and (max-width: 375px) {
  .re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd {
    padding-right: 1rem;
  }
}
.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd p {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: auto;
  font-size: 16px;
  line-height: 1.2 !important;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd p {
    line-height: 1.5 !important;
  }
}
.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd p a img {
  display: block;
  margin: 15px 0;
}

.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd .re-top-tieuptxt {
  font-size: 14px !important;
}

@media screen and (max-width: 375px) {
  .re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd .re-top-tieuptxt {
    font-size: 12px;
  }
}
.re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd .re-top-tieupcopy {
  font-size: 12px !important;
}

@media screen and (max-width: 375px) {
  .re-top-content .re-top-mediabox div ul li .re-top-tieup .re-block-text .re-dl-news dd .re-top-tieupcopy {
    font-size: 11px;
  }
}
.re-top-Columnbox {
  width: 100% !important;
  max-width: 1200px;
}

@media screen and (max-width: 640px) {
  .re-top-Columnbox {
    max-width: initial;
  }
}
@media screen and (max-width: 375px) {
  .re-top-Columnbox {
    width: 100%;
    max-width: 90%;
  }
}
.re-top-Columnbox .re-top-columlist {
  width: 100% !important;
  /* padding: 15px; */
}

.re-top-Columnbox .re-top-columlist ul li {
  width: 33.3% !important;
}

@media screen and (max-width: 640px) {
  .re-top-Columnbox .re-top-columlist ul li {
    width: 100% !important;
  }
}
.re-top-Columnbox .re-top-columlist .re-top-category {
  color: #797979;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
  text-align: left;
  width: 100%;
  max-width: 342px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 375px) {
  .re-top-Columnbox .re-top-columlist .re-top-category {
    width: 100%;
    max-width: 100%;
  }
}
.re-top-Columnbox .re-top-columlist .re-top-category::before {
  content: "";
  display: inline-block;
  background: url(../images/blog//tag.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 0;
  background-size: contain;
  vertical-align: text-top;
  padding: 10px 0;
}

.re-top-Columnbox .re-top-columlist .re-top-category a {
  color: #797979;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
}

.re-top-Columnbox02 {
  width: 100% !important;
  max-width: 1200px;
  margin: 0 auto;
}

.re-top-ColumnboxSp {
  width: 100% !important;
  max-width: 1200px;
  margin: 30px auto !important;
}

.re-top-ColumnboxSp .re-blog-2colomnBox-PostList ul {
  display: flex !important;
  flex-wrap: inherit !important;
}

.re-top-ColumnboxSp .re-blog-2colomnBox-PostList ul li {
  margin-bottom: 0px !important;
}

.re-top-ColumnboxSp .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-PostHeaderTitle {
  font-size: 15px !important;
}

.re-top-ColumnboxSp .re-blog-2colomnBox-PostList ul li:nth-child(odd) {
  padding-right: 3% !important;
}

@media screen and (max-width: 640px) {
  .re-top-ColumnboxSp {
    max-width: initial;
  }
}
@media screen and (max-width: 375px) {
  .re-top-ColumnboxSp {
    width: 100%;
    max-width: 90%;
  }
}
.re-top-ColumnboxSp .re-top-columlist {
  width: 100% !important;
}

.re-top-ColumnboxSp .re-top-columlist ul li {
  width: 50% !important;
}

.re-top-ColumnboxSp .re-top-columlist .re-top-category {
  color: #797979;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
  text-align: left;
  width: 100%;
  max-width: 342px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 375px) {
  .re-top-ColumnboxSp .re-top-columlist .re-top-category {
    width: 100%;
    max-width: 100%;
  }
}
.re-top-ColumnboxSp .re-top-columlist .re-top-category::before {
  content: "";
  display: inline-block;
  background: url(../images/blog//tag.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  margin-right: 0;
  background-size: contain;
  vertical-align: text-top;
  padding: 10px 0;
}

.re-top-ColumnboxSp .re-top-columlist .re-top-category a {
  color: #797979;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li:nth-child(even) {
  padding-right: 1.9% !important;
  padding-left: 0% !important;
}

@media screen and (max-width: 640px) {
  .re-display-none-sp {
    display: none;
  }
}
.re-mr-20 {
  margin-right: 20px !important;
}

.re-mb-30 {
  margin-bottom: 30px !important;
}

.re-pb-30 {
  padding-bottom: 30px !important;
}

.re-mt-0 {
  margin-top: 0px !important;
}

.re-mt-10 {
  margin-top: 10px !important;
}

.re-mt-20 {
  margin-top: 20px !important;
}

.re-mt-25 {
  margin-top: 25px !important;
}

.re-mt-30 {
  margin-top: 30px !important;
}

.re-mt-40 {
  margin-top: 40px !important;
}

.re-mt-50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 640px) {
  .re-mt-50 {
    margin-top: 30px !important;
  }
}
.re-mt-70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 768px) {
  .re-mt-160_sp {
    margin-top: 160px !important;
  }
}
.re-pt-50 {
  padding-top: 50px !important;
}

.re-pt-100 {
  padding-top: 100px !important;
}

.re-pt-100-other {
  padding-top: 100px !important;
}

@media screen and (max-width: 640px) {
  .re-pt-100-other {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 640px) {
  .re-pt-100 {
    margin-top: 50px !important;
  }
}
.re-mt-100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 640px) {
  .re-mt-100 {
    margin-top: 50px !important;
  }
}
.re-mt-150 {
  margin-top: 150px !important;
}

@media screen and (max-width: 640px) {
  .re-mt-100 {
    margin-top: 70px !important;
  }
}
.re-mt-200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 640px) {
  .re-mt-100 {
    margin-top: 100px !important;
  }
}
.re-mb-0 {
  margin-bottom: 0px !important;
}

.re-mb-5 {
  margin-bottom: 5px !important;
}

.re-mb-10 {
  margin-bottom: 10px !important;
}

.re-mb-20 {
  margin-bottom: 20px !important;
}

.re-mb-40 {
  margin-bottom: 40px !important;
}

.re-mb-50 {
  margin-bottom: 50px !important;
}

.re-pr-0 {
  padding-right: 100px !important;
}

.re-pt-0 {
  padding-top: 0px !important;
}

.re-pt-40 {
  padding-top: 40px !important;
}

.re-pb-0 {
  padding-bottom: 0px !important;
}

.re-pb-30 {
  padding-bottom: 40px !important;
}

.re-pb-40 {
  padding-bottom: 40px !important;
}

.re-pb-50 {
  padding-bottom: 50px !important;
}

.re-pb-70 {
  padding-bottom: 70px !important;
}

.re-pb-100 {
  padding-bottom: 100px !important;
}

.re-mb-100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 640px) {
  .re-mb-100 {
    margin-bottom: 50px !important;
  }
}
.re-mb-150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 640px) {
  .re-mb-150 {
    margin-bottom: 80px !important;
  }
}
.re-pc {
  display: block;
}

@media screen and (max-width: 640px) {
  .re-pc {
    display: none;
  }
}
.re-sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .re-sp {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .re-lead-xs {
    font-size: 1.6em !important;
    letter-spacing: 0px !important;
  }
}
.re-txt-center {
  text-align: center !important;
}

.re-display-center {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
}

.re-tmp-ruby {
  font-size: 0.8em;
}

.re-tmp-ruby2 {
  font-size: 0.9em;
}

#ordersuit-present {
  display: block;
  text-align: center;
  margin: auto;
  width: 90%;
  max-width: 894px !important;
}

@media screen and (max-width: 1100px) {
  #ordersuit-present {
    width: 100%;
    max-width: 640px !important;
  }
}
@media screen and (max-width: 960px) {
  #ordersuit-present {
    width: 100%;
    max-width: 90% !important;
  }
}
@media screen and (max-width: 480px) {
  #ordersuit-present {
    margin: auto auto 60px;
  }
}
.re-tmp-brdered {
  border: solid 1px #9c4031;
  padding: 24px 0;
}

@media screen and (max-width: 640px) {
  .re-tmp-brdered {
    padding: 30px;
  }
}
.re-tmp-brdered .re-tmp1-RightText {
  width: 50% !important;
  margin-left: 0px !important;
}

@media screen and (max-width: 1100px) {
  .re-tmp-brdered {
    padding: 16px;
  }
  .re-tmp-brdered .re-tmp1-RightText {
    width: initial !important;
    margin-left: initial !important;
  }
}
.re-tmp-brdered .re-tmp1-LeftText {
  width: 49.5% !important;
  margin-left: 25px !important;
}

@media screen and (max-width: 1100px) {
  .re-tmp-brdered .re-tmp1-LeftText {
    width: initial !important;
    margin-left: initial !important;
  }
}
.re-tmp-brdered02 {
  border: solid 1px #9c4031;
  padding: 42px 40px 67px;
}

a.re-tmp-link {
  color: #943f31;
  font-weight: 600;
}

a.re-tmp-link:hover {
  opacity: 0.6;
}

a.re-tmp-link::after {
  content: "";
  background-image: url(../images/all/text-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  margin: auto 10px auto auto;
  height: 10px;
  width: 10px;
  display: inline-block;
}

a.re-temp-imglink:hover {
  opacity: 0.6;
  transition: 0.3s;
}

span.re-note {
  color: #898989;
}

span.re-bold {
  font-weight: 600;
}

.re-bg-gray {
  background-color: #eee;
  padding: 20px;
}

.re-big-banner {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 227px;
  margin: 40px auto 0;
  overflow: hidden;
  padding: 15px 0;
  font-weight: 600;
  /*position: absolute;
  left: 0;*/
  background-image: url(../images/suitflow/order-btn.jpg);
  background-size: cover;
  background-position: top right;
}

.re-big-banner img {
  pointer-events: none;
  position: relative;
  top: -15px;
}

.re-big-banner a {
  font-size: 28px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* Safari用 */
  transform: translate(-50%, -50%);
  padding: 20px 80px;
  border: solid 1px #fff;
  color: #fff !important;
  font-size: 28px;
  letter-spacing: 1.5px;
  z-index: 2;
  transition: 0.3s;
  cursor: pointer;
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

@media screen and (max-width: 768px) {
  .re-big-banner a {
    width: 70%;
    text-align: center;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .re-big-banner a {
    font-size: 24px;
    line-height: 1.5;
    width: 80%;
    text-align: center;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  .re-big-banner a {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .re-big-banner a {
    font-size: 20px;
  }
}
.re-big-banner a:hover {
  opacity: 0.5;
}

.re-big-banner a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 106%;
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

@media screen and (max-width: 375px) {
  .re-big-banner a:before {
    width: 40px;
  }
}
.re-big-banner a:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

body {
  background-color: #fff;
  position: relative;
}

body main {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  max-width: none;
  padding-top: 8rem;
}

@media screen and (max-width: 890px) {
  body main {
    padding-top: 6rem;
  }
}
body main #mv {
  width: 100%;
  background-color: #000000;
  text-align: center;
}

body main #mv .pconly {
  overflow: hidden;
  background: url(/assets2/images/concept/concept_top.jpg) no-repeat center;
  background-size: cover;
  z-index: 0;
  position: relative;
}

body main #mv .sponly {
  overflow: hidden;
  background-size: cover;
  z-index: 0;
  position: relative;
}

body main #mv .pconly:before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

body main #mv .sponly:before {
  content: "";
  background: inherit;
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

body main #mv .pconly img {
  width: 100%;
  max-width: 1250px;
}

body main #re-front-collection #pankuzu {
  width: 100%;
  margin: auto;
  display: block;
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  body main #re-front-collection #pankuzu {
    padding: 0 10px;
  }
}
body main #re-front-collection #pankuzu a {
  color: #989694;
  text-decoration: none;
}

body main #re-front-collection #pankuzu a:hover {
  color: #000;
  opacity: 0.8;
  transition: 0.8s;
}

body main #re-front-collection #pankuzu img {
  vertical-align: text-top;
  padding: 0 18px;
}

@media screen and (max-width: 640px) {
  body main #re-front-collection #pankuzu img {
    padding: 0 10px;
  }
}
body main #re-front-collection #pankuzu p {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  body main #re-front-collection #pankuzu p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
body main .re-tmp1-content {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 1080px;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content {
    width: 100%;
    max-width: 640px;
  }
}
@media screen and (max-width: 960px) {
  body main .re-tmp1-content {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  body main .re-tmp1-content {
    margin: auto auto 60px;
  }
}
body main .re-tmp1-content h2 {
  font-size: 38px;
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 80px 0;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  body main .re-tmp1-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 480px) {
  body main .re-tmp1-content h2 {
    margin: 40px 0 60px 0 !important;
    letter-spacing: 4;
    line-height: 1.2;
  }
}
@media screen and (max-width: 375px) {
  body main .re-tmp1-content h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
body main .re-tmp1-content h2 .re-title-ruby {
  font-size: 19px;
  color: #9c4031;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  body main .re-tmp1-content h2 .re-title-ruby {
    font-size: 13px;
    line-height: 2.8;
  }
}
body main .re-tmp1-content h2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #793b33, #923f31);
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content h2::after {
    width: 30px;
    height: 2px;
  }
}
body main .re-tmp1-content figure figcaption {
  text-align: left;
  line-height: 1.5;
  letter-spacing: 2px;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

body main .re-tmp1-content .re-lead {
  font-size: 20px;
  margin: 0 0 70px 0;
  letter-spacing: 3px;
  line-height: 1.6 !important;
  transition: 0.2s;
}

@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-lead {
    margin: 0 auto 30px;
  }
}
body main .re-tmp1-content .re-lead a {
  font-weight: 600;
  color: #893e33;
}

body main .re-tmp1-content .re-lead a img {
  width: 100%;
  max-width: 8px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-lead a img {
    max-width: 6px;
  }
}
body main .re-tmp1-content .re-lead a:hover {
  opacity: 0.6;
  translate: 1s;
}

body main .re-tmp1-content .re-btn {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #9c4031;
  overflow: hidden;
  cursor: pointer;
  width: 280px;
  /*height: 40px;*/
  margin: 20px auto 0;
  overflow: hidden;
  font-weight: 600;
  /*font-family:"ヒラギノ明朝 ProN W6" !important;*/
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-btn {
    width: 90%;
  }
}
body main .re-tmp1-content .re-btn::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

body main .re-tmp1-content .re-btn a, body main .re-tmp1-content .re-btn button {
  display: block;
  position: relative;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
  text-align: center;
}

body main .re-tmp1-content .re-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #282728;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

body main .re-tmp1-content .re-btn:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

body main .re-tmp1-content .re-btn-center {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #9c4031;
  overflow: hidden;
  cursor: pointer;
  width: 260px;
  height: 46px;
  margin: 40px auto 0;
  overflow: hidden;
  font-weight: 600;
  /*font-family:"ヒラギノ明朝 ProN W6" !important;*/
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

body main .re-tmp1-content .re-btn-center::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

body main .re-tmp1-content .re-btn-center a {
  display: block;
  position: relative;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
}

body main .re-tmp1-content .re-btn-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #282728;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

body main .re-tmp1-content .re-btn-center:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

body main .re-tmp1-content .re-btn-left {
  margin-left: initial;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-btn-left {
    margin: 30px auto;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox {
  display: block;
  position: relative;
  margin: 0 auto 80px;
}

body main .re-tmp1-content .re-tmp1-2Columnbox:last-child {
  margin: 0;
}

@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox {
    margin: 0 auto 40px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftImg {
  display: inline-flex;
  /*width: calc(50% / 2);*/
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftImg {
    display: block;
  }
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftImg img {
    width: 80%;
  }
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftImg iframe {
    width: 80% !important;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftImg img {
    width: 100%;
  }
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftImg iframe {
    width: 100% !important;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
  margin-left: 57px;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText {
    padding: inherit;
    display: block;
    margin: 0px auto;
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText {
    width: 100%;
    padding: initial;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  border-left: solid 3px #943f31;
  padding-left: 15px;
  vertical-align: bottom;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
    margin: 25px auto 25px;
    position: relative;
    top: initial;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 3px;
  margin: 0 auto 30px;
  font-weight: 800;
  vertical-align: text-top;
  letter-spacing: 0.5;
  content: "";
  border-left: solid 3px #943f31;
  position: relative;
  vertical-align: text-top;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line {
    margin: 25px auto 25px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  padding-left: 15px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 20px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText h4 {
    font-size: 2em;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText h4 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  margin: auto auto 20px !important;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightText p {
    margin: 0 !important;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg {
  display: inline-flex;
  float: right;
  clear: both;
  /*width: calc(50% / 2);*/
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg img {
  width: 100%;
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg iframe {
  width: 100% !important;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg {
    float: initial;
    clear: both;
    display: block;
  }
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg img {
    width: 80%;
  }
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg iframe {
    width: 80% !important;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg img {
    width: 100%;
  }
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-RightImg iframe {
    width: 80% !important;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
  margin-right: 57px;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText {
    width: 80%;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText {
    padding: 0px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line {
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  border-left: solid 3px #943f31;
  padding-left: 15px;
  vertical-align: bottom;
  /*@include media(xs){
    font-size: 20px;
  }*/
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line {
    margin: 25px auto 25px;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line {
    position: relative;
    top: initial;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  margin: auto auto 20px !important;
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 3px;
  margin: 0 auto 30px;
  font-weight: 800;
  vertical-align: text-top;
  letter-spacing: 0.5;
  content: "";
  border-left: solid 3px #943f31;
  position: relative;
  vertical-align: text-top;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line {
    margin: 25px auto 25px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  padding-left: 15px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 20px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText h4 {
    font-size: 2em;
  }
}
body main .re-tmp1-content .re-tmp1-2Columnbox .re-tmp1-LeftText h4 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp1-content .re-tmp1-3Columnbox {
  display: block;
  position: relative;
}

body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list {
  display: inline-grid;
  width: 100%;
  max-width: 300px;
  margin: auto auto 30px;
  /*padding: 0 30px 0 0;*/
}

body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list:first-child {
  margin-right: 25px;
}

body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list:nth-child(2) {
  margin-right: 25px;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list {
    display: block;
    margin-right: auto !important;
    margin-bottom: 50px;
  }
}
body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list img {
  width: 100%;
  max-width: 300px;
}

body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list h4 {
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-size: 24px;
  display: block;
  position: relative;
  margin: 35px auto 25px;
}

body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list h4::after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #793b33, #923f31);
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list h4::after {
    bottom: -18px;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list h4 {
    margin: 35px auto 40px;
  }
}
body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list h4 .re-h4-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp1-content .re-tmp1-3Columnbox .re-tmp1-list p {
  text-align: left;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

body main .re-tmp2-content {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 1080px;
}

body main .re-tmp2-order {
  text-align: unset;
  max-width: none;
}

body main .re-tmp2-content h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 65px 0;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content h2 {
    font-size: 30px;
    line-height: 1.4;
    padding: 0 40px;
  }
}
@media screen and (max-width: 375px) {
  body main .re-tmp2-content h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
body main .re-tmp2-content h2 .re-title-ruby {
  font-size: 19px;
  color: #9c4031;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content h2 .re-title-ruby {
    font-size: 12px;
    line-height: 2.8;
  }
}
body main .re-tmp2-content h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #793b33, #923f31);
  border-radius: 10px;
}

body main .re-tmp2-content .re-lead {
  font-size: 20px;
  margin: 0 0 30px 0;
  letter-spacing: 3px;
  line-height: 1.6 !important;
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-lead {
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}
body main .re-tmp2-content .re-lead a {
  font-weight: 600;
  color: #893e33;
  transition: 0.2s;
}

body main .re-tmp2-content .re-lead a img {
  width: 100%;
  max-width: 8px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-lead a img {
    max-width: 6px;
  }
}
body main .re-tmp2-content .re-lead a:hover {
  opacity: 0.6;
}

body main .re-tmp2-content .re-btn {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #282728;
  overflow: hidden;
  cursor: pointer;
  width: 280px;
  height: 40px;
  margin: 40px auto 0;
  overflow: hidden;
  padding: 15px 0;
  font-weight: 600;
  /*font-family:"ヒラギノ明朝 ProN W6" !important;*/
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

body main .re-tmp2-content .re-btn::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

body main .re-tmp2-content .re-btn a {
  display: block;
  position: relative;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
}

body main .re-tmp2-content .re-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #9c4031;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

body main .re-tmp2-content .re-btn:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

body main .re-tmp2-content .re-btn-center {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #9c4031;
  overflow: hidden;
  cursor: pointer;
  width: 260px;
  height: 46px;
  margin: 40px auto 0;
  overflow: hidden;
  font-weight: 600;
  /*font-family:"ヒラギノ明朝 ProN W6" !important;*/
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

body main .re-tmp2-content .re-btn-center::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

body main .re-tmp2-content .re-btn-center a {
  display: block;
  position: relative;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
}

body main .re-tmp2-content .re-btn-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #282728;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

body main .re-tmp2-content .re-btn-center:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

body main .re-tmp2-content .re-tmp2-table {
  /*margin: 70px 0 50px 0;*/
}

body main .re-tmp2-content .re-tmp2-table h3 {
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-size: 28px;
  text-align: center !important;
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 1.7rem 2.2rem;
  text-align: left;
  letter-spacing: 3px;
  color: #fff;
  background-image: linear-gradient(to right, #713a34 0%, #9c4031 100%);
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp2-table h3 {
    width: 95%;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table h3 {
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  body main .re-tmp2-content .re-tmp2-table h3 {
    font-size: 20px;
  }
}
body main .re-tmp2-content .re-tmp2-table h3 .re-tmp-ruby-05 {
  font-size: 0.8em;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table h3 .re-tmp-ruby-05 {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp2-table h3 .re-tmp-ruby-05 {
    font-size: 0.7em;
  }
}
body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox {
  border-bottom: dashed 1px #898989;
}

body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 {
  margin: 30px 0 40px !important;
}

body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 {
  display: block;
  word-wrap: 100%;
  display: block;
  width: 100%;
  margin: 40px 0 0px;
  /*margin: 0px 0 50px;*/
  /*&::before{
      content: '';
      display:block;
      width: 100%;
      height: 1px;
      border-bottom: dashed 1px #898989;
      margin: 0px 0 20px;
      &:first-child{
        border: none;
      }
    }*/
}

body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox:first-child, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2:first-child {
  margin: 30px 0 30px !important;
}

body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox:last-child::before, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2:last-child::before {
  content: "";
  border: none;
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 {
    display: block;
    width: 90%;
    margin: 30px auto !important;
  }
}
body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox td, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 td {
  display: inline-block;
  margin: auto;
}

body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListImg, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListImg {
  display: inline-block;
  margin: 40px auto 40px 10px;
  position: relative;
  top: -40px;
  left: -10px;
  vertical-align: baseline;
  width: initial;
  display: inline-block;
  vertical-align: text-bottom;
}

@media screen and (max-width: 768px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListImg, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListImg {
    position: relative;
    top: initial;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListImg, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListImg {
    width: 90%;
    padding: 0;
    left: -10px;
  }
}
@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListImg, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListImg {
    position: relative;
  }
}
body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListImg img, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListImg img {
  width: 100%;
  max-width: 222px;
  margin: 0 40px 0 0px;
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListImg img, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListImg img {
    margin: 20px auto;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListImg, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListImg {
    display: block;
    width: 100%;
    margin: auto;
  }
}
body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText {
  display: inline-block;
  margin: auto;
  text-align: left;
  position: relative;
  top: 40px;
  width: 65%;
  vertical-align: top;
  padding-bottom: 40px;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText {
    top: initial;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText {
    width: 90%;
    padding: 0;
    position: relative;
    top: initial;
  }
}
@media screen and (max-width: 340px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText {
    padding: 0px 25px 0 0;
  }
}
body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText p, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText p {
  margin: 0 0 40px;
  font-size: 17px !important;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText p, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText p {
    font-size: 15px !important;
  }
}
body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText .re-tmp2-h4-1line, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText .re-tmp2-h4-1line {
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  border-left: solid 3px #943f31;
  padding-left: 15px;
  vertical-align: text-top;
}

body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText .re-tmp2-h4-1line h4, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText .re-tmp2-h4-1line h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-weight: 800;
  font-size: 27px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText .re-tmp2-h4-1line h4, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText .re-tmp2-h4-1line h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText .re-tmp2-h4-1line, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText .re-tmp2-h4-1line {
    position: relative;
    top: initial;
    margin: 25px auto 25px;
  }
}
body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText p, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText p {
  /*margin: 0px 0px 50px;
    @include media(xs) {
      margin: 0px 0px 40px;
    }*/
}

@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox .re-tmp2-ListText, body main .re-tmp2-content .re-tmp2-table .re-tmp2-Listbox2 .re-tmp2-ListText {
    display: block;
    width: 100%;
    margin: auto;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox {
  display: block;
  position: relative;
  margin: 0 auto 130px;
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftImg {
  display: inline-flex;
  /*width: calc(50% / 2);*/
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
  margin-left: 57px;
  /*width: calc(50% / 2);*/
}

.re-tmp2-content .yuino-interview-2Columnbox {
  display: flex;
}

.re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-LeftImg {
  position: relative;
  width: 40%;
}

.re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-LeftImg::after {
  content: "";
  position: absolute;
  width: 10vw;
  height: 10vw;
  display: block;
  background: url(../images/interview/wedding-sato/interview01__img-after.png) no-repeat;
  background-size: 100%;
  left: -4vw;
  top: -1vw;
  mix-blend-mode: plus-lighter;
}

.re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-LeftImg img {
  width: 100%;
}

.re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText {
  width: 60%;
  padding: 32px 40px;
  background: #fff;
}

.re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText p {
  font-size: 15px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .re-tmp2-content .yuino-interview-2Columnbox {
    display: block;
  }
  .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-LeftImg {
    width: 100%;
  }
  .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-LeftImg::after {
    width: 18vw;
    height: 18vw;
    left: -6vw;
    top: -5vw;
  }
  .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText {
    width: 100%;
    padding: 40px 20px 20px;
  }
  .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText p {
    font-size: 1.8em;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText {
    width: 100%;
    padding: initial;
    margin: 0px auto;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText p {
  font-size: 15px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  margin: auto auto 20px !important;
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  position: relative;
  vertical-align: text-top;
  font-weight: 800;
  border-left: solid 3px #943f31;
  position: relative;
  vertical-align: text-top;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
    position: relative;
    top: -10px;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
    line-height: 1.5;
  }
}
body main .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  position: relative;
  vertical-align: text-top;
  font-weight: 800;
  border-left: solid 3px #943f31;
  position: relative;
  vertical-align: text-top;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
    position: relative;
    top: -10px;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line {
    line-height: 1.5;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 {
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  line-height: 1.3;
  padding-left: 10px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 {
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  line-height: 1.3;
  padding-left: 10px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp2-content .yuino-interview-2Columnbox .re-tmp1-RightText .re-tmp1-h3-1line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 3px;
  margin: 0 auto 30px;
  font-weight: 800;
  vertical-align: text-top;
  letter-spacing: 0.5;
  border-left: solid 3px #943f31;
  position: relative;
  vertical-align: text-top;
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  padding-left: 15px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText .re-tmp1-h3-2line {
    margin: 25px auto 25px;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 20px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText h4 {
    font-size: 2em;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightText h4 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightImg {
  display: inline-flex;
  float: right;
  clear: both;
  /*width: calc(50% / 2);*/
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-RightImg {
    float: initial;
    clear: both;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
  margin-right: 57px;
  /*width: calc(50% / 2);*/
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText {
    padding: 0;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line {
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  border-left: solid 3px #943f31;
  padding-left: 15px;
  vertical-align: text-top;
  /*@include media(xs) {
    font-size: 20px;
  }*/
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-1line {
    position: relative;
    top: initial;
    margin: 25px auto 25px;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  margin: auto auto 20px !important;
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 3px;
  margin: 0 auto 30px;
  font-weight: 800;
  vertical-align: text-top;
  letter-spacing: 0.5;
  content: "";
  border-left: solid 3px #943f31;
  position: relative;
  vertical-align: text-top;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line {
    margin: 25px auto 25px;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line h3 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  padding-left: 15px;
  margin: 0;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line h3 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText .re-tmp1-h3-2line h3 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 20px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 3px;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText h4 {
    font-size: 2em;
  }
}
body main .re-tmp2-content .re-tmp1-2Columnbox .re-tmp1-LeftText h4 .re-h3-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp2-content .re-tmp1-3Columnbox {
  display: block;
  position: relative;
  margin: auto auto 30px;
}

body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list {
  display: inline-grid;
  width: 100%;
  max-width: 300px;
  margin: auto;
  /*padding: 0 30px 0 0;*/
}

body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list:first-child {
  margin-right: 25px;
}

body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list:nth-child(2) {
  margin-right: 25px;
}

@media screen and (max-width: 1100px) {
  body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list {
    display: block;
    margin-right: auto !important;
    margin-bottom: 50px;
  }
}
body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list img {
  width: 100%;
  max-width: 300px;
}

body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list h4 {
  font-weight: 600;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-size: 24px;
  display: block;
  position: relative;
  margin: 35px auto 25px;
}

body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list h4::after {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #793b33, #923f31);
  border-radius: 10px;
}

@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list h4::after {
    bottom: -18px;
  }
}
@media screen and (max-width: 640px) {
  body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list h4 {
    font-size: 24px;
  }
}
@media screen and (max-width: 480px) {
  body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list h4 {
    margin: 35px auto 40px;
  }
}
body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list h4 .re-h4-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

body main .re-tmp2-content .re-tmp1-3Columnbox .re-tmp1-list p {
  text-align: left;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.re-innner-navi-product {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  text-align: left;
  margin-top: 30px;
}

.re-innner-navi-product img {
  width: 100%;
  margin: 5px;
  max-width: calc(19.6% - 10px);
}

.re-innner-navi-product img:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.re-innner-navi-about {
  text-align: center;
}

.re-innner-navi-customsuit {
  max-width: 640px;
  margin: auto;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.re-innner-navi-customsuit img {
  width: 100%;
  max-width: 200px;
}

.re-innner-navi-guide {
  max-width: 1080px;
  margin: auto;
  text-align: left;
  margin-top: 30px;
  display: inline-flex;
  text-align: center;
}

.re-innner-navi-guide a {
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .re-innner-navi-guide {
    display: inline-block;
    text-align: center;
  }
}
.re-innner-navi-guide img {
  margin: auto 6px;
}

@media screen and (max-width: 1100px) {
  .re-innner-navi-guide img {
    max-width: calc(24.5% - 14px);
  }
}
.re-innner-navi-guide img:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.re-blog-2columnBox-Article-RelatedArticle-List {
  justify-content: start !important;
}

.re-blog-Categories-List {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
  padding-bottom: 5px;
}

.re-blog-Categories-List li {
  padding-left: 18px;
  margin: 20px 0 !important;
}

.re-blog-2colomnBox-Article-TableOfContents-NavLinks {
  display: flex;
  justify-content: space-around;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5em;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  margin-bottom: 60px;
}

.re-blog-2colomnBox-Article-TableOfContents-NavLinks span {
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .re-blog-2colomnBox-Article-TableOfContents-NavLinks {
    margin: 80px 0;
  }
}
.re-blog-2colomnBox-Article-TableOfContents-NavLinks div {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .re-blog-2colomnBox-Article-TableOfContents-NavLinks div {
    width: 45%;
  }
}
.re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=prev] {
  text-align: left;
  display: block;
  padding-right: 20px;
}

.re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=prev] .prev_arrow:before {
  content: "";
  display: inline-block;
  background: url(/assets2/images/blog/re-blog-arrow.svg);
  background-repeat: no-repeat;
  width: 2em;
  height: 0.6em;
  margin-right: 5px;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=prev] .prev_arrow:before {
    height: 0.5em;
  }
}
.re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=next] {
  text-align: right;
  display: block;
  padding-left: 20px;
}

.re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=next] .before_arrow:after {
  content: "";
  display: inline-block;
  background: url(/assets2/images/blog/re-blog-arrow.svg);
  background-repeat: no-repeat;
  width: 2em;
  height: 0.6em;
  margin-left: 5px;
  background-size: contain;
  transform: rotate(180deg);
}

@media screen and (max-width: 640px) {
  .re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=next] .before_arrow:after {
    margin-bottom: 3px;
    height: 0.5em;
  }
}
#page_top {
  width: 176px;
  height: 55px;
  position: fixed;
  right: -73px;
  bottom: 60px;
  background: #000;
  z-index: 100;
  transform: rotate(-90deg);
}

#page_top:hover {
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
  #page_top {
    text-align: center;
    width: 100%;
    height: 50px;
    right: 0px;
    bottom: 0px;
    transform: rotate(0deg);
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 176px;
  height: 65px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  #page_top a {
    display: table;
    width: 100% !important;
    width: auto;
    height: 50px;
  }
}
#page_top a:before {
  content: "Page Top ▶︎";
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  position: absolute;
  top: 12px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  #page_top a:before {
    display: table-cell;
    vertical-align: middle;
    content: "Page Top ▲";
    height: 100%;
    padding-top: 18px;
  }
}
#page_top a:before:after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width: 640px) {
  .re-blog-freetrial {
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
    width: 100vw;
  }
}
.re-blog-body-2columnBox {
  display: flex;
}

@media screen and (max-width: 640px) {
  .re-blog-body-2columnBox {
    display: block;
  }
}
.re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft {
  width: 60%;
  padding-right: 30px;
}

@media screen and (max-width: 640px) {
  .re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft {
    width: 100%;
    padding: 0 !important;
  }
}
.re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft h1:first-child, .re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft h2:first-child, .re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft h3:first-child, .re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft h4:first-child, .re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft h5:first-child {
  margin-top: 0;
}

.re-blog-body-2columnBox figure {
  width: 40%;
}

@media screen and (max-width: 640px) {
  .re-blog-body-2columnBox figure {
    width: 100%;
    margin-top: 30px;
  }
}
.re-blog-body-2columnBox figure img {
  width: 100%;
}

.re-blog-body-2columnBox.re-blog-body-2columnBox--reverse {
  direction: rtl;
}

.re-blog-body-2columnBox.re-blog-body-2columnBox--reverse .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft {
  padding-right: 0;
  padding-left: 30px;
  direction: ltr;
}

.re-blog-2columnBox {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  width: 95%;
  display: flex;
  margin: 50px auto;
  max-width: 1080px;
}

@media screen and (max-width: 1100px) {
  .re-blog-2columnBox {
    display: inherit;
    width: 100%;
    padding: 0 25px;
  }
}
.re-blog-2columnBox .re-blog-Articleinner-2columnBox {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-Articleinner-2columnBox {
    display: inherit;
  }
}
.re-blog-2columnBox .re-btn {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #282728;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  margin: 7px 0 !important;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-btn {
    width: 100%;
    height: 46px;
  }
}
@media screen and (max-width: 480px) {
  .re-blog-2columnBox .re-btn {
    width: 100%;
  }
}
.re-blog-2columnBox .re-btn::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

.re-blog-2columnBox .re-btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-btn a {
    font-size: 18px;
  }
}
.re-blog-2columnBox .re-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #9c4031;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

.re-blog-2columnBox .re-btn:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.re-blog-2columnBox a img:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody {
  border-bottom: solid 2px #000;
  padding-bottom: 60px;
  margin: 25px 0;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody {
    margin: auto 0;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody strong a {
  font-weight: bold;
  color: #9c4031 !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-2columnBox {
  width: 100%;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody img.re-blog-freetrial {
    max-width: 100%;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody em {
  font-style: italic;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody a {
  color: #002da1;
  text-decoration: underline;
  position: relative;
  padding-right: 20px;
  word-break: break-all;
  display: inline-block;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody strong a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #9c4031;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #002da1;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody a:hover {
  opacity: 0.7;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody .article-info a {
  color: #9c4031 !important;
  position: relative;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody .article-info a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: solid 6px transparent;
  border-right: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #9c4031 !important;
  position: absolute;
  top: 50%;
  right: 2px;
  margin-top: -5px;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody p span {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody p + p {
  margin: 25px 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h2 {
  font-size: 26px;
  color: #9c4031;
  font-weight: bold;
  padding: 5px 0 10px 15px;
  border-left: solid 5px #9c4031;
  border-bottom: solid 1px #9c4031;
  margin: 70px 0 50px 0;
  line-height: 1.5;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h2 span {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h1 strong, .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h2 strong, .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h3 strong, .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h4 strong {
  font-weight: bold;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h3 {
  font-size: 26px;
  color: #9c4031;
  font-weight: bold;
  padding: 0px 0 0px 10px;
  border-left: solid 5px #9c4031;
  margin: 40px 0 25px 0;
  line-height: 1.5;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h4 {
  font-size: 23px;
  color: #000;
  font-weight: bold;
  padding: 5px 0 0px 8px;
  border-left: solid 3px #000;
  margin: 40px 0 25px 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h5 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 40px 0 25px 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody h6 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 40px 0 25px 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody ul {
  font-size: 16px;
  display: block !important;
  list-style-type: disc;
  padding-left: 20px;
  margin: 25px 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody ul li {
  margin: 0 !important;
  padding: 0 !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody ul li + li {
  margin-top: 10px !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody ol {
  font-size: 16px;
  display: block !important;
  list-style-type: numeric;
  padding-left: 20px;
  margin: 25px 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody ol li {
  margin: 0 !important;
  padding: 0 !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody ol li + li {
  margin-top: 10px !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody blockquote {
  padding-left: 10px;
  border-left: 3px solid #b3b3b3;
  font-style: italic;
  color: #828282;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody blockquote p {
  color: #828282;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnRigt {
  margin-left: 20px;
  width: 50%;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnRigt img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnRigt {
    margin: 30px 0 auto 0;
  }
}
@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnRigt {
    width: 100%;
    margin: 30px 0 auto 0;
  }
  .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnRigt img {
    width: 100%;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnLeft {
  width: 50%;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnLeft img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnLeft {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-2colomnLeft img {
    width: 100%;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-FullImage {
  margin-top: 35px;
}

.re-blog-2columnBox .re-blog-2colomnBox-Article-TableOfContents-LetterBody-FullImage img {
  width: 100%;
}

.re-blog-2columnBox .re-blog-2colomnBox-AccessRanking-PostContent-InfoDate-Newlabel:after {
  content: "NEW";
  background-color: #9c4031;
  padding: 1px 8px 2px 8px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  vertical-align: text-top;
  margin-right: 5px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

@media screen and (max-width: 1100px) {
  .re-blog-2columnBox .re-blog-2colomnBox-AccessRanking-PostContent-InfoDate-Newlabel:after {
    vertical-align: inherit;
  }
}
@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-AccessRanking-PostContent-InfoDate-Newlabel:after {
    vertical-align: text-top;
  }
}
@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle {
    padding: 0 0;
  }
}
.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle li {
  margin-bottom: 15px !important;
}

.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle .re-blog-2columnBox-Article-RelatedArticle-Heading {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 35px 0;
}

.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle .re-blog-2columnBox-Article-RelatedArticle-Heading:before {
  content: "";
  display: inline-block;
  border-left: solid 4.5px #943f31;
  padding: 10px 5px;
  vertical-align: middle;
}

.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle .re-blog-2columnBox-Article-RelatedArticle-Post .re-blog-2columnBox-Article-RelatedArticle-Post-BlogPostThumb img {
  width: 90px;
}

.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle .re-blog-2columnBox-Article-RelatedArticle-Post .re-blog-2columnBox-Article-RelatedArticle-Post-BlogPostThumb img:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle ul .re-blog-2columnBox-Article-RelatedArticle-Post a {
  padding: 0;
  margin: 0;
  display: flex;
}

.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle ul .re-blog-2columnBox-Article-RelatedArticle-Post a .re-blog-2columnBox-Article-RelatedArticle-Post-PostHeaderTitle {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: 15px 0 0 0;
  line-height: 1.8em;
}

.re-blog-2columnBox .re-blog-2columnBox-Article-RelatedArticle ul .re-blog-2columnBox-Article-RelatedArticle-Post a .re-blog-2columnBox-Article-RelatedArticle-Post-Info {
  font-size: 15px;
  margin: 0 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-RecentPost {
  margin-top: 28px;
}

@media screen and (max-width: 1100px) {
  .re-blog-2columnBox .re-blog-2colomnBox-RecentPost {
    margin-top: 50px;
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-RecentPost {
    margin-top: 50px !important;
    padding: 0 0;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList {
  width: 66%;
}

@media screen and (max-width: 1100px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-ArticleThumb {
    margin-left: -15%;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-ArticleThumb img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-ArticleThumb img {
    width: 115%;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-2colomnBox-Article-TableOfContents-LetterBody-block {
  padding-bottom: 20px;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-2colomnBox-Article-TableOfContents-LetterBody-Subheading {
  font-size: 26px;
  color: #9c4031;
  font-weight: bold;
  padding: 0px 0 0px 10px;
  border-left: solid 5px #9c4031;
  margin: 25px 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents {
  margin: 45px 0 80px 0;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 18px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents {
    margin: 45px 0 80px 0;
    width: auto;
    font-size: 16px;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents .re-blog-2colomnBox-Article-TableOfContents-TableOfContentsTitle {
  background-color: #723a33;
  color: #fff;
  width: 100%;
  padding: 15px;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents .re-blog-2colomnBox-Article-TableOfContents-TableOfContentsTitle {
    font-size: 14px;
    padding: 10px;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents ol {
  border: 2px solid;
  border-color: #d5d5d5;
  border-top: hidden;
  list-style: decimal;
  width: 100%;
  padding: 25px 0 0 50px;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents ol {
    padding: 25px 20px 10px 45px;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents ol li {
  margin-bottom: 25px;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents ol li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents ol li a {
  line-height: 1.5;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-InfoDate {
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5rem;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-InfoDate {
    margin: 40px 20px 0 10px;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-PostCategories {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
  margin-bottom: 15px;
  color: #797979;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-PostCategories {
    margin: 0 20px 15px 10px;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-PostCategories a {
  color: #797979;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-PostCategories:before {
  content: "";
  display: inline-block;
  background: url(/assets2/images/blog/tag.png);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  margin-right: 0;
  background-size: contain;
  vertical-align: text-top;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-PostHeaderTitle {
  font-weight: bold;
  font-size: 26px;
  margin: 15px 0;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-PostHeaderTitle {
    margin: 15px 10px;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList p {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5rem;
  margin-top: 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks {
  text-align: center;
  margin-top: 80px;
  font-size: 16px;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .prev {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 54px;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .prev:before {
  content: "";
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #000;
  margin: auto 5px auto 0;
  position: absolute;
  right: 4rem;
  top: 0;
  bottom: 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .prev:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 10px;
  border-color: transparent transparent transparent #000;
  margin: auto 0;
  position: absolute;
  right: 10rem;
  top: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .next {
  position: relative;
  display: inline-block;
  padding: 10px 54px 10px 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .next:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 10px;
  border-color: transparent transparent transparent #000;
  margin: auto 0;
  position: absolute;
  left: 10rem;
  top: 0;
  bottom: 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .next:before {
  content: "";
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #000;
  margin: auto 0;
  position: absolute;
  left: 5rem;
  top: 0;
  bottom: 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .page-numbers {
  color: #fff;
  padding: 5px 12px;
  margin: 0 5px;
  background-color: #bfbfbf;
  font-weight: bold;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-PostList-NavLinks .current {
  background-color: #000;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList ul {
    display: contents;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li {
  width: 50%;
  margin-bottom: 50px;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li:nth-child(odd) {
  padding-right: 1.9%;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li:nth-child(even) {
  padding-left: 1.9%;
}

@media screen and (max-width: 640px) {
  .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li {
    width: 100%;
    padding: 0 0px !important;
  }
}
.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-BlogPostThumb a {
  position: relative;
  padding-top: 67%;
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-BlogPostThumb a img {
  position: absolute;
  top: 0;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-PostHeaderTitle {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  margin: 15px 0 15px 0;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-InfoDate, .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-PostCategories {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-PostCategories {
  color: #797979;
  line-height: 1.5;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-PostCategories a {
  color: #797979;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-PostCategories:before {
  content: "";
  display: inline-block;
  background: url(/assets2/images/blog/tag.png);
  background-repeat: no-repeat;
  width: 1em;
  height: 1em;
  margin-right: 0;
  background-size: contain;
  vertical-align: text-top;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li img {
  width: 100%;
  height: auto;
}

.re-blog-2columnBox .re-blog-2colomnBox-PostList ul li img:hover {
  transition: 0.5s;
  opacity: 0.8;
}

/*
ブログランキング
 */
.wpp-list {
  counter-reset: number;
  list-style: none;
  justify-content: flex-start !important;
}

.wpp-list li .re-blog-ranking_li_gra span:before {
  content: counter(number);
  counter-increment: number;
  text-align: center;
  opacity: 0.999;
  float: left;
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.re-blog-2colomnBox-AccessRanking {
  width: 34%;
  margin: 0;
  box-sizing: border-box;
  padding-left: 4.5%;
}

@media screen and (max-width: 1100px) {
  .re-blog-2colomnBox-AccessRanking {
    width: 100%;
    margin: 80px 0px;
    padding: 0 20px;
  }
}
.re-blog-2colomnBox-AccessRanking .re-blog-2colomnBox-AccessRanking-Heading {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 35px 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  border-left: 4.5px solid #943f31;
  padding-left: 12px;
}

.re-blog-2colomnBox-AccessRanking .re-blog-2colomnBox-AccessRanking-Heading.re-blog-2colomnBox-AccessRanking-Heading--category {
  margin: 60px 0 20px 0;
}

.re-blog-2colomnBox-AccessRanking-PostContent {
  margin: 0 0 15px 0;
  display: flex;
}

.re-blog-2colomnBox-AccessRanking-PostContent .re-blog-2colomnBox-PostContent-BlogPostThumb img {
  max-width: 90px;
  height: auto;
}

.re-blog-2colomnBox-AccessRanking-PostContent .re-blog-2colomnBox-AccessRanking-PostContent-BlogPostThumb img:hover {
  transition: 0.5s;
  opacity: 0.8;
}

.re-blog-2colomnBox-AccessRanking-PostContent-BlogPostThumb {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
}

.re-blog-2colomnBox-AccessRanking-PostContent-BlogPostThumb .re-blog-ranking_li_gra {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+34,0.65+87 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, transparent 34%, rgba(0, 0, 0, 0.65) 87%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
  /* IE6-9 */
}

.re-blog-2colomnBox-AccessRanking-PostContent-BlogPostThumb .re-blog-ranking_li_gra span {
  position: absolute;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  right: 2px;
  font-style: italic;
  font-weight: bold;
  font-size: 27px;
  bottom: 2px;
}

.re-blog-2colomnBox-AccessRanking-PostContent-BlogPostThumb img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.re-blog-2colomnBox-AccessRanking-PostContent-Info {
  font-size: 15px;
  margin-left: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.re-blog-2colomnBox-AccessRanking-PostContent-Info .re-blog-2colomnBox-AccessRanking-PostContent-Info-Date {
  line-height: 1.2em;
}

.re-blog-2colomnBox-AccessRanking-PostContent-Info .re-blog-2colomnBox-AccessRanking-PostContent-PostHeaderTitle {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: 10px 0 15px 0;
  line-height: 1.6;
  font-size: 15px;
}

@media screen and (max-width: 1100px) {
  .re-blog-2colomnBox-AccessRanking-PostContent-Info .re-blog-2colomnBox-AccessRanking-PostContent-PostHeaderTitle {
    margin: 5px 0;
  }
}
.re-blog-container {
  max-width: 1080px;
  margin: 80px auto;
}

@media screen and (max-width: 640px) {
  .re-blog-container {
    padding: 0 25px;
  }
}
.re-blog-container h1 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.re-free-trial-btn {
  display: block;
  text-align: left;
  margin: auto;
}

.re-free-trial-btn a:before {
  display: none !important;
}

.re-free-trial-btn-pc {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .re-free-trial-btn-pc {
    display: none !important;
  }
}
.re-free-trial-btn-sp {
  display: none !important;
  padding-right: 0 !important;
}

@media screen and (max-width: 640px) {
  .re-free-trial-btn-sp {
    display: block !important;
  }
}
.re-free-trial-btn-sp_text {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .re-free-trial-btn-sp_text {
    display: block !important;
  }
}
.re-free-trial-btn-sp_text-letter {
  letter-spacing: 0;
}

.re-free-box-pc {
  display: flex;
  justify-content: space-between;
  margin: auto;
}

.re-free-box-pc .re-free-trial-btn {
  margin: 0 !important;
  width: 49% !important;
}

.re-free-box-pc .re-free-trial-btn .re-free-trial-btn-pc {
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .re-free-box-pc {
    display: none !important;
  }
}
.re-free-box-pc .re-free-trial-btn {
  margin: 0 !important;
  width: 49% !important;
}

.re-free-box-pc .re-free-trial-btn .re-free-trial-btn-pc {
  padding: 0 !important;
}

@media screen and (max-width: 640px) {
  .re-free-box-sp {
    display: block;
    margin: 20px 0 !important;
  }
  .re-free-box-sp .re-free-trial-btn .re-free-trial-btn-pc {
    padding: 0 !important;
  }
}
/* Table of Contents Plus */
#toc_container {
  margin: 45px 0 80px 0;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 18px;
  width: 100% !important;
  display: block;
  background: transparent;
  border: none;
  padding: 0;
}

#toc_container span.toc_toggle {
  display: none;
}

#toc_container p.toc_title {
  background-color: #723a33;
  color: #fff;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  text-align: initial;
  font-weight: normal;
  line-height: 1 !important;
}

@media screen and (max-width: 640px) {
  #toc_container p.toc_title {
    font-size: 14px;
    padding: 10px;
  }
}
#toc_container ul.toc_list {
  border: 2px solid;
  border-color: #d5d5d5;
  border-top: hidden;
  width: 100%;
  padding: 25px 0 0 50px;
}

@media screen and (max-width: 640px) {
  #toc_container ul.toc_list {
    padding: 25px 20px 10px 45px;
  }
}
#toc_container ul.toc_list li :before {
  display: none;
}

#toc_container ul.toc_list li a {
  color: #000 !important;
  padding-right: 0;
  line-height: 1.5;
  display: block;
}

#toc_container ul.toc_list li a:hover {
  text-decoration: none;
  opacity: 1;
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 0;
}

#toc_container.no_bullets li, #toc_container.no_bullets ul li {
  background: initial;
  width: auto;
  font-size: 18px;
  margin-bottom: 25px !important;
}

@media screen and (max-width: 640px) {
  #toc_container.no_bullets li, #toc_container.no_bullets ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.re-secretbanner img {
  width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .re-secretbanner img {
    width: 312px;
  }
}
@media screen and (max-width: 640px) {
  .re-secretbanner img {
    width: 100%;
  }
}
.re-tmp3-inner {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 24px;
}

.re-tmp3-TextSerif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
}

.re-tmp3-TextSans {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.re-tmp3-TextBold {
  font-weight: 600;
}

.re-tmp3-colRed {
  color: #943f31;
}

.re-tmp3-h3-1line {
  margin: 0 auto 30px;
  position: relative;
  display: block;
  border-left: solid 3px #943f31;
  padding-left: 20px;
  vertical-align: bottom;
}

.re-tmp3-h3-1line h3 {
  word-break: break-word;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0 0 5px;
}

@media screen and (max-width: 480px) {
  .re-tmp3-h3-1line h3 {
    font-size: 2.5em;
  }
}
.re-tmp3-h3-1line h3 {
  letter-spacing: 0.08em;
}

.re-tmp3-h2 {
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  padding: 0.5rem 2.2rem 0.8rem;
  letter-spacing: 3px;
  color: #fff;
  background-image: linear-gradient(to right, #783b33 0%, #943f31 100%);
}

@media screen and (max-width: 480px) {
  .re-tmp3-h2 {
    font-size: 20px;
    padding: 0.7rem 2.2rem 0.8rem;
  }
}
.re-tmp3-link {
  color: #943f31;
  position: relative;
  transition: 0.5s;
}

.re-tmp3-link::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 2px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #943f31;
}

.re-tmp3-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp3-link:hover {
    opacity: 1;
  }
}
.re-tmp3-btn {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #943f31;
  overflow: hidden;
  cursor: pointer;
  max-width: 280px;
  margin: 0 0 10px;
  overflow: hidden;
  font-weight: 600;
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

@media screen and (max-width: 768px) {
  .re-tmp3-btn {
    max-width: 100%;
  }
}
.re-tmp3-btn::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

.re-tmp3-btn a {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  display: block;
  position: relative;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 0.1em;
  z-index: 2;
  transition: 0.3s;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .re-tmp3-btn a {
    font-size: 14px;
  }
}
.re-tmp3-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #282728;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

.re-tmp3-btn:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.re-tmp3-listdots {
  display: inline-block;
  position: relative;
  padding-left: 1em;
}

.re-tmp3-listdots::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
}

.re-tmp3-2Columnbox {
  margin-top: 62px;
  margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.re-tmp3-2Columnbox * {
  box-sizing: border-box;
}

.re-tmp3-2Columnbox.re-tmp3-2Columnbox-fabric .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img {
  max-width: 525px;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox.re-tmp3-2Columnbox-fabric .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img {
    max-width: 100%;
    display: none;
  }
}
.re-tmp3-2Columnbox.re-tmp3-2Columnbox-fabric .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text {
  width: calc(100% - 525px);
}

@media screen and (max-width: 960px) {
  .re-tmp3-2Columnbox.re-tmp3-2Columnbox-fabric .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox.re-tmp3-2Columnbox-fabric .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text {
    width: 100%;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 -40px;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner {
    flex-direction: column-reverse;
    margin: 0;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner a img {
  transition: 0.5s;
}

.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner a img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner a img:hover {
    opacity: 1;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img, .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img, .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text {
    padding: 0;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img {
  text-align: right;
  width: 55%;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img {
    text-align: center;
    width: 100%;
    margin-top: 16px;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img img {
  max-width: 100%;
}

.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img .re-tmp3-2Columnbox-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
}

.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img .re-tmp3-2Columnbox-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text {
    width: 100%;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-Text-b {
  margin: 0 0 14px;
}

.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-p {
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-p {
    font-size: 16px;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-list {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 22px;
}

@media screen and (max-width: 480px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-list {
    font-size: 16px;
  }
}
.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-list dt {
  font-weight: 600;
  width: 60px;
  margin-right: 4%;
}

.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-list dd {
  width: calc(96% - 60px);
}

.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-Img-sp {
  display: none;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Text .re-tmp3-2Columnbox-Img-sp {
    display: block;
  }
}
.re-tmp3-2Columnbox-Text .shop_a {
  transition: 0.2s;
}

.re-tmp3-2Columnbox-Text .shop_a:hover {
  opacity: 0.8;
  transition: 0.2s;
}

.re-tmp3-3Columnbox * {
  box-sizing: border-box;
}

.re-tmp3-3Columnbox .re-tmp3-h2 {
  margin: 0 0 72px;
}

@media screen and (max-width: 768px) {
  .re-tmp3-3Columnbox .re-tmp3-h2 {
    margin: 0 0 38px;
  }
}
.re-tmp3-3Columnbox.re-tmp3-3Columnbox-fabric .re-tmp3-h2 {
  background: #282728;
}

.re-tmp3-3Columnbox.re-tmp3-3Columnbox-fabric .re-tmp3-3Columnbox-inner {
  margin: 0 -15px -60px;
}

@media screen and (max-width: 960px) {
  .re-tmp3-3Columnbox.re-tmp3-3Columnbox-fabric .re-tmp3-3Columnbox-inner {
    margin: 0 -7px -35px;
  }
}
.re-tmp3-3Columnbox.re-tmp3-3Columnbox-fabric .re-tmp3-3Columnbox-inner li {
  padding: 0 60px;
}

@media screen and (max-width: 960px) {
  .re-tmp3-3Columnbox.re-tmp3-3Columnbox-fabric .re-tmp3-3Columnbox-inner li {
    padding: 0 35px;
  }
}
.re-tmp3-3Columnbox.re-tmp3-3Columnbox-fabric .re-tmp3-3Columnbox-inner li .re-tmp3-h3-1line {
  padding-left: 0;
  border: none;
}

.re-tmp3-3Columnbox.re-tmp3-3Columnbox-fabric .re-tmp3-3Columnbox-inner li .re-tmp3-h3-1line h3 {
  border-left: solid 3px #943f31;
  padding-left: 17px;
}

.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -15px -45px;
}

@media screen and (max-width: 960px) {
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner {
    margin: 0 -7px -22px;
  }
}
@media screen and (max-width: 480px) {
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner {
    display: block;
    margin: 0 !important;
  }
}
.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li {
  width: 33.333%;
  margin: 0 0 47px;
  padding: 0 45px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li {
    padding: 0 22px;
  }
}
@media screen and (max-width: 768px) {
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li {
    width: 100%;
    padding: 0 !important;
  }
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li:last-child {
    margin: 0;
  }
}
.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li a {
  display: block;
  transition: 0.5s;
}

.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li a:hover {
    opacity: 1;
  }
}
.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li .re-tmp3-3Columnbox-Img {
  max-width: 100%;
  margin: auto;
}

.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li .re-tmp3-h3-1line {
  margin: 17px 0 12px;
  padding-left: 17px;
}

.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li .re-tmp3-h3-1line h3 {
  font-size: 24px;
  color: #000;
  background: none;
  -webkit-text-fill-color: #000;
  font-weight: 400;
  line-height: 1.1;
}

.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li .re-tmp3-h3-1line h3 .re-tmp3-h3-1line-small {
  font-size: 55%;
}

.re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li .re-tmp3-3Columnbox-Text {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  text-align: left;
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .re-tmp3-3Columnbox .re-tmp3-3Columnbox-inner li .re-tmp3-3Columnbox-Text {
    font-size: 16px;
  }
}
.re-tmp3-slider {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .re-tmp3-slider {
    margin: 0 0 30px;
  }
}
.re-tmp3-slider li {
  display: inline-block;
  padding: 0 13px;
}

@media screen and (max-width: 480px) {
  .re-tmp3-slider li {
    padding: 0 24px;
  }
}
.re-tmp3-slider .slick-slide {
  position: relative;
}

.re-tmp3-slider .slick-slide:not(.slick-current)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.re-tmp3-slider .slick-dots {
  position: absolute;
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  .re-tmp3-slider .slick-dots {
    position: absolute;
    bottom: -40px;
  }
}
@media screen and (max-width: 768px) {
  .re-tmp3-slider .slick-dots li {
    margin: 0 1px !important;
  }
}
.re-tmp3-slider .slick-dots li button:before {
  content: "";
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background: #404040;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.re-tmp3-slider .slick-dots li.slick-active button:before {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

.re-tmp3-slider .slick-arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #272727;
}

@media screen and (max-width: 768px) {
  .re-tmp3-slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.re-tmp3-slider .slick-arrow::before {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  opacity: 1;
  font-size: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.re-tmp3-slider .slick-arrow:hover, .re-tmp3-slider .slick-arrow:focus {
  background: #272727 !important;
}

.re-tmp3-slider .slick-arrow.slick-next {
  right: auto;
  left: calc(100% - 90px);
}

@media screen and (max-width: 480px) {
  .re-tmp3-slider .slick-arrow.slick-next {
    right: 15px;
    left: auto;
  }
}
.re-tmp3-slider .slick-arrow.slick-next::before {
  right: 0px;
  left: 5px;
  border-width: 11px 0 11px 16px;
  border-color: transparent transparent transparent #fff;
}

.re-tmp3-slider .slick-arrow.slick-prev {
  right: calc(100% - 90px);
  left: auto;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .re-tmp3-slider .slick-arrow.slick-prev {
    left: auto;
    left: 15px;
  }
}
.re-tmp3-slider .slick-arrow.slick-prev::before {
  right: 5px;
  left: 0px;
  border-width: 11px 16px 11px 0;
  border-color: transparent #fff transparent transparent;
}

.re-tmp3-slider .odersuit-slider-box {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto 100px;
}

.re-tmp3-slider .odersuit-slider-box .slick-list {
  padding: 0px 33.5% !important;
}

@media screen and (max-width: 768px) {
  .re-tmp3-slider .odersuit-slider-box .slick-list {
    padding: 0px 30% !important;
  }
}
@media screen and (max-width: 480px) {
  .re-tmp3-slider .odersuit-slider-box .slick-list {
    padding: 0px 10% !important;
  }
}
.re-tmp3-slider .odersuit-slider-box .odersuit-slider-inner {
  width: 90%;
  max-width: 330px;
  padding: 0;
  margin: 0 13px;
  background-color: #f7f6f5;
}

.re-tmp3-slider .odersuit-slider-box .odersuit-slider-title {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 20px 30px;
  margin: 0;
  letter-spacing: 0.1em;
}

.re-tmp3-slider .odersuit-slider-box .odersuit-slider-text {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: normal;
}

.ssss {
  background: none;
}

.re-tmp4-shopbtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .re-tmp4-shopbtn {
    margin: 0;
  }
}
.re-tmp4-shopbtn li {
  position: relative;
  display: block;
  z-index: 2;
  cursor: pointer;
  width: 49%;
  margin: 0 0 24px;
  border: 2px solid #000;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .re-tmp4-shopbtn li {
    width: 100%;
    margin: 0 0 10px;
  }
  .order-four {
    order: 4;
  }
  .order-five {
    order: 5;
  }
  .order-six {
    order: 6;
  }
  .order-seven {
    order: 7;
  }
  .order-eight {
    order: 8;
  }
}
.re-tmp4-shopbtn li:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp4-shopbtn li:hover {
    opacity: 1;
  }
}
.re-tmp4-shopbtn li.re-tmp4-shopbtn--noarrow:hover {
  opacity: 1 !important;
}

.re-tmp4-shopbtn li.re-tmp4-shopbtn--noarrow::after {
  display: none;
}

.re-tmp4-shopbtn li.re-tmp4-shopbtn--noarrow a {
  cursor: default;
  display: inline-block;
}

.re-tmp4-shopbtn li .re-tmp4-shopbtn-hosoku {
  font-size: 10px;
  color: #943f31;
  display: inline-block;
  padding: 5px 15px 0 15px;
}

.re-tmp4-shopbtn li .re-tmp4-shopbtn-hosoku_blue {
  font-size: 10px;
  color: #002da1;
  display: inline-block;
  padding: 5px 15px 0 15px;
}

.re-tmp4-shopbtn li::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 2px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #000;
}

.re-tmp4-shopbtn li a {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  display: block;
  position: relative;
  padding: 10px 0;
  width: 100%;
  height: 100%;
  color: #000 !important;
  font-size: 15px;
  letter-spacing: 0.1em;
  z-index: 2;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .re-tmp4-shopbtn li a {
    font-size: 14px;
  }
}
.re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-h2 {
  margin: 0 0 50px;
}

@media screen and (max-width: 768px) {
  .re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-h2 {
    margin: 0 0 30px;
  }
}
.re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner {
  margin: 0 -40px 80px;
}

@media screen and (max-width: 768px) {
  .re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner {
    margin: 0 0 40px;
  }
}
.re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-h3-1line h3 {
  transition: 0.5s;
}

.re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-h3-1line h3:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-h3-1line h3:hover {
    opacity: 1;
  }
}
.re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .re-tmp4-shoplist.re-tmp3-2Columnbox .re-tmp3-2Columnbox-inner .re-tmp3-2Columnbox-Img {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .re-tmp4-lead .re-lead {
    width: 100% !important;
  }
}
.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox * {
  box-sizing: border-box;
}

.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp3-h2 {
  margin: 0 0 72px;
}

@media screen and (max-width: 768px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp3-h2 {
    margin: 0 0 38px;
  }
}
.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 -45px;
}

@media screen and (max-width: 960px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner {
    margin: 0 0 -22px;
  }
}
@media screen and (max-width: 480px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner {
    display: block;
    margin: 0 !important;
  }
}
.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li {
  width: 25%;
  margin: 0 0 47px;
  padding: 0 20px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li {
    width: 100%;
    padding: 0 !important;
  }
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li:last-child {
    margin: 0;
  }
}
.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li a {
  display: block;
  transition: 0.5s;
}

.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li a:hover {
    opacity: 1;
  }
}
.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-4Columnbox-Img {
  max-width: 100%;
  margin: auto;
}

.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-h3-1line {
  margin: 0 auto 30px;
  position: relative;
  display: block;
  padding-left: 0 !important;
  vertical-align: bottom;
}

.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-h3-1line h3 {
  border-left: solid 3px #943f31;
  padding-left: 17px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  margin: 0;
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-h3-1line h3 {
    font-size: 2.5em;
  }
}
.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-h3-1line {
  margin: 17px 0 12px;
  padding-left: 17px;
}

.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-h3-1line h3 {
  font-size: 24px;
  color: #000;
  background: none;
  -webkit-text-fill-color: #000;
  font-weight: 400;
  line-height: 1.1;
}

.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-h3-1line h3 .re-tmp4-h3-1line-small {
  font-size: 55%;
}

.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-4Columnbox-Text {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  text-align: left;
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-inner li .re-tmp4-4Columnbox-Text {
    font-size: 16px;
  }
}
.re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-note {
  text-align: left;
  margin: 50px 0;
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-note {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .re-tmp4-4Columnbox-fabric.re-tmp4-4Columnbox .re-tmp4-4Columnbox-note {
    margin: 30px 0;
  }
}
.re-tmp4-pn {
  text-align: center;
}

.re-tmp4-pn div, .re-tmp4-pn a {
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
  display: inline-block;
  width: 40px;
  color: #fff;
  background: #943f31;
  padding: 7px;
  margin: 0 3px 3px;
  text-align: center;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  transition: 0.5s;
}

@media screen and (max-width: 480px) {
  .re-tmp4-pn div, .re-tmp4-pn a {
    font-size: 16px;
  }
}
.re-tmp4-pn div:hover, .re-tmp4-pn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp4-pn div:hover, .re-tmp4-pn a:hover {
    opacity: 1;
  }
}
.re-tmp4-pn .re-tmp4-pn-current {
  background: #000;
}

.re-tmp4-pn .re-tmp4-pn-current:hover {
  opacity: 1;
}

.re-tmp4-rinkImg:hover {
  transition: 0.5s;
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp4-rinkImg:hover {
    opacity: 1;
  }
}
.re-tmp4-category {
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-size: 28px;
  text-align: center !important;
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 1.7rem 2.2rem;
  text-align: left;
  letter-spacing: 3px;
  color: #fff;
  background-image: linear-gradient(to right, #713a34 0%, #9c4031 100%);
}

@media screen and (max-width: 1100px) {
  .re-tmp4-category {
    width: 95%;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .re-tmp4-category {
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .re-tmp4-category {
    font-size: 20px;
  }
}
.re-tmp4-content {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 1080px;
}

.re-tmp4-content h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 65px 0;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .re-tmp4-content h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 375px) {
  .re-tmp4-content h2 {
    font-size: 28px;
    line-height: 1.3;
    padding: 0 40px;
  }
}
.re-tmp4-content h2 .re-title-ruby {
  font-size: 19px;
  color: #9c4031;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  .re-tmp4-content h2 .re-title-ruby {
    font-size: 12px;
    line-height: 2.8;
  }
}
.re-tmp4-content h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #793b33, #923f31);
  border-radius: 10px;
}

.re-tmp4-content .re-lead {
  font-size: 20px;
  margin: 0 0 70px 0;
  letter-spacing: 3px;
  line-height: 1.6 !important;
}

@media screen and (max-width: 640px) {
  .re-tmp4-content .re-lead {
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}
.re-tmp4-content .re-lead a {
  font-weight: 600;
  color: #893e33;
  transition: 0.2s;
}

.re-tmp4-content .re-lead a img {
  width: 100%;
  max-width: 8px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  .re-tmp4-content .re-lead a img {
    max-width: 6px;
  }
}
.re-tmp4-content .re-lead a:hover {
  opacity: 0.6;
}

.re-tmp4-list {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

@media screen and (min-width: 646px) {
  table.re-tmp4-table {
    width: 100%;
    max-width: 1080px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  table.re-tmp4-table td {
    width: 25%;
    padding: 15px;
    padding-bottom: 45px;
    vertical-align: top;
  }
  table.re-tmp4-table td img {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 645px) {
  table.re-tmp4-table {
    width: 100%;
    max-width: 1080px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  table.re-tmp4-table td {
    width: 100%;
    padding: 15px;
    display: block;
    padding-bottom: 30px;
  }
  table.re-tmp4-table td img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.re-tmp4-tableTittle {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
  font-size: 21px;
  margin: auto;
  margin-bottom: 15px;
}

.re-tmp4-tableCaption {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.5 !important;
  letter-spacing: 0.1em;
  margin: auto;
  text-align: left;
}

.re-tmp4-tableSub {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  text-align: center;
  font-size: 15px;
  line-height: 1.5 !important;
  letter-spacing: 0.1em;
  margin: auto;
  text-align: center;
}

/* media */
.media .media-info-text li .txt.fs15 {
  font-size: 17px;
}

@media screen and (max-width: 640px) {
  .media .media-info-text li .txt.fs15 {
    font-size: 17px;
  }
}
.media .media-info-text {
  font-size: 15px;
}

.media .media-info-text li {
  padding-left: 18px;
  margin: 5px 0 !important;
  line-height: 1.6;
}

.media .media-2columnBox {
  max-width: 1160px;
}

.media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent {
    width: 100%;
  }
}
.media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent:nth-child(odd) {
  margin-right: 2.9%;
}

@media screen and (max-width: 640px) {
  .media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent:nth-child(odd) {
    margin-right: 0;
  }
}
.media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent .media-2colomnBox-PostList-PostContent-PostHeaderTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
  margin: 10px 0 0 0;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent img {
  border: 1px solid #a0a0a0;
}

.media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent .icon-new {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  color: #fff;
  background-color: #9c4031;
  padding: 0px 6px;
  font-size: 14px;
  font-weight: bold;
}

.media .madia-2colomnBox-AccessRanking .madia-2colomnBox-AccessRanking-Heading.madia-2colomnBox-AccessRanking-Heading--category {
  margin: 30px 0 20px 0;
  border-left: 4.5px solid #943f31;
  padding-left: 14px;
  line-height: 1.5;
}

.media .media-2columnBox .media-2colomnBox-PostList ul .re-blog-2colomnBox-PostList-PostContent .re-blog-2colomnBox-PostList-PostContent-InfoDate {
  margin-bottom: 10px;
}

.media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}

@media screen and (max-width: 640px) {
  .media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent {
    display: block;
  }
}
.media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent .re-blog-2colomnBox-PostList-PostContent-InfoDate {
  display: inline-block;
  width: 146px;
}

.media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent .re-blog-2colomnBox-PostList-PostContent-Inner {
  display: inline-block;
  width: 84%;
}

@media screen and (max-width: 640px) {
  .media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent .re-blog-2colomnBox-PostList-PostContent-Inner {
    width: 100%;
  }
}
.media .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-BlogPostThumb span img {
  margin-bottom: 9px;
}

.media .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .re-blog-2colomnBox-PostList-PostContent-BlogPostThumb span img:hover {
  opacity: 1;
}

.media .media-border {
  border: 1px solid #000000;
}

.media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent {
  width: 100%;
  margin-bottom: 5px;
  padding-right: 0;
}

@media screen and (max-width: 640px) {
  .media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent {
    margin-bottom: 15px;
  }
}
.media .re-blog-container {
  width: 95%;
  max-width: 1160px;
  margin: 60px auto 50px;
}

@media screen and (max-width: 1100px) {
  .media .re-blog-container {
    width: 100%;
    padding: 0 25px;
  }
}
.media .media-2columnBox .media-2colomnBox-PostList ul .re-media-2colomnBox-PostList-PostContent .media-2colomnBox-PostList-PostContent-PostHeaderTitle {
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
  margin: 15px 0 15px 0;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
}

.media .re-tmp1-h3-2line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 3px;
  margin: 0 auto 30px;
  font-weight: 800;
  content: "";
  border-left: solid 3px #943f31;
  position: relative;
  vertical-align: text-top;
}

.media .re-tmp1-h3-2line h1 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.3;
  padding-left: 15px;
  margin: 0;
}

.media .media-2columnBox .media-2colomnBox-PostList {
  width: 75%;
}

@media screen and (max-width: 1100px) {
  .media .media-2columnBox .media-2colomnBox-PostList {
    width: 100%;
  }
}
.media .media-2columnBox .madia-2colomnBox-AccessRanking {
  width: 25%;
}

@media screen and (max-width: 1100px) {
  .media .media-2columnBox .madia-2colomnBox-AccessRanking {
    width: 100%;
    padding: 0;
  }
}
/* interview */
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-ArticleThumb {
    margin-left: 0;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-ArticleThumb .re-blog-2colomnBox-Article-ArticleThumb-btmText {
  background-color: #f2f2f2;
  padding: 10px 15px 18px;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-ArticleThumb img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox {
    display: flex;
    flex-direction: column-reverse;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft {
  width: 54%;
  padding-right: 55px;
}

@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft {
    width: 100%;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox figure {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox figure {
    width: 100%;
    max-width: 100% !important;
    margin-top: 0;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox .section1, .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox .section7 {
  max-width: 478px;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox .section4 {
  max-width: 488px;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft {
  width: 50%;
  padding-right: 0;
  padding-left: 25px;
}

@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse .re-blog-body-2columnBox-Article-TableOfContents-LetterBody-2colomnLeft p {
    margin: 25px 0 0;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse figure {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse figure {
    width: 100%;
    max-width: 100% !important;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse .section3 {
  max-width: 540px;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse .section5 {
  max-width: 532px;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-blog-body-2columnBox--reverse .section8 {
  max-width: 535px;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody p {
  margin: 25px 0;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody p:first-child {
  margin: 0 0 25px;
}

@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody p:first-child {
    margin: 25px 0;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .size-blog-mv {
  width: 100%;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .page-btm-mv {
  margin-bottom: 40px;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-interview-firstTake .re-interview-firstTake-inner {
  display: block;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-interview-firstTake .re-interview-firstTake-inner .re-interview-firstTake-Person {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 15px 0;
}

@media screen and (max-width: 1100px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-interview-firstTake .re-interview-firstTake-inner .re-interview-firstTake-Person {
    align-items: flex-start;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-interview-firstTake .re-interview-firstTake-inner .re-interview-firstTake-Person img {
  display: inline-block;
  width: 88px;
  max-width: 100%;
  vertical-align: middle;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-interview-firstTake .re-interview-firstTake-inner .re-interview-firstTake-Person p {
  display: inline-block;
  width: 55vw;
  width: 92%;
  max-width: 985px;
  padding: 0 0 0 11px;
  vertical-align: middle;
}

@media screen and (max-width: 1132px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-interview-firstTake .re-interview-firstTake-inner .re-interview-firstTake-Person p {
    width: 86vw;
  }
}
@media screen and (max-width: 640px) {
  .re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-LetterBody .re-interview-firstTake .re-interview-firstTake-inner .re-interview-firstTake-Person p {
    margin: 0 0 25px;
  }
}
.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-NavLinks {
  display: flex;
}

.re-interview .re-blog-2columnBox .re-blog-2colomnBox-PostList .re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=next] .next_arrow:after {
  content: "";
  display: inline-block;
  background: url(/assets2/images/blog/re-blog-arrow.svg);
  background-repeat: no-repeat;
  width: 2em;
  height: 0.6em;
  margin-left: 5px;
  margin-bottom: 3px;
  background-size: contain;
  transform: rotate(180deg);
}

.re-interview-firstTake-Person-Guest {
  color: #994031;
}

.re-blog-2colomnBox-Article-TableOfContents-NavLinks a[rel=back] .back_arrow:before {
  content: "";
  display: inline-block;
  background: url(/assets2/images/blog/re-blog-arrow.svg);
  background-repeat: no-repeat;
  width: 2em;
  height: 0.6em;
  margin-right: 5px;
  background-size: contain;
}

/* news */
.news .re-blog-2columnBox .re-blog-2colomnBox-PostList {
  width: 69%;
}

@media screen and (max-width: 1100px) {
  .news .re-blog-2columnBox .re-blog-2colomnBox-PostList {
    width: 100%;
    padding: 0 0 0 20px;
  }
}
.news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li {
  width: 100%;
  margin: 0 0 15px 0;
}

.news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li p {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 5px 0;
}

.news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .news-text {
  max-width: 600px;
}

@media screen and (max-width: 1100px) {
  .news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .news-text {
    width: 86%;
    max-width: 990px;
  }
}
@media screen and (max-width: 830px) {
  .news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .news-text {
    width: 80%;
  }
}
@media screen and (max-width: 592px) {
  .news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li .news-text {
    width: 100%;
  }
}
.news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li p a {
  color: #893e33;
  transition: 0.2s;
}

.news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li p a:hover {
  opacity: 0.6;
}

.news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li p a img {
  width: 100%;
  max-width: 5px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

.news _:-ms-lang(x)::-ms-backdrop, .news .re-blog-2columnBox .re-blog-2colomnBox-PostList ul li p a img {
  vertical-align: middle;
}

.news .re-blog-2columnBox .re-blog-2colomnBox-AccessRanking {
  width: 31%;
  padding-left: 2.5%;
}

@media screen and (max-width: 1100px) {
  .news .re-blog-2columnBox .re-blog-2colomnBox-AccessRanking {
    width: 100%;
    padding: 0 20px;
  }
}
/* cooperation */
@media screen and (max-width: 640px) {
  .cooperation .re-tmp2-content h2 {
    padding: 0 18px;
  }
}
.cooperation #ankermenu {
  margin: 0 auto 70px;
  text-align: left;
  max-width: 555px;
  max-width: 608px;
  font-size: 18px;
  border: 1px solid #893e33;
  padding: 25px 58px 15px;
}

@media screen and (max-width: 640px) {
  .cooperation #ankermenu {
    width: 100%;
    max-width: none;
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 9998;
    text-align: left;
    margin: 0 auto;
    padding: 50px 20px;
    font-size: 16px;
    background-color: #fff;
    transition: 0.7s;
    border: none;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .cooperation #ankermenu {
    padding: 50px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
  }
}
@media screen and (max-width: 640px) {
  .cooperation #ankermenu li {
    width: 76vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) and (max-width: 640px) {
  .cooperation #ankermenu li {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 430px) {
  .cooperation #ankermenu li {
    width: 90%;
  }
}
.cooperation #ankermenu li a {
  display: inline-block;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .cooperation #ankermenu li a {
    font-size: 14px;
    line-height: 1.4;
  }
}
.cooperation #ankermenu li a img {
  transform: rotate(90deg);
  margin-left: 0;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner {
  margin: 30px 0 !important;
  overflow: hidden;
  padding: 0 45px;
}

@media screen and (max-width: 640px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner {
    padding: 0 35px;
  }
}
.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner {
  width: 100%;
}

@media screen and (max-width: 340px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner {
    padding: 0;
  }
}
.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt li,
.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-ContactInner .cooperation-txt li {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  margin: 0 0 8px !important;
  margin-left: 10px;
  text-indent: -10px;
  height: 100%;
  padding: 0 20px;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt li a {
  color: #893e33;
  transition: 0.2s;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt li a img {
  transform: rotate(90deg);
  margin-left: 0;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt li a:hover {
  opacity: 0.8;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt li a img {
  width: 100%;
  max-width: 5px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt .re-btn {
  margin: 25px 0 !important;
  font-weight: 600;
  display: inline-block !important;
}

@media screen and (max-width: 680px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt .re-btn {
    display: block !important;
    margin: 25px auto !important;
    width: 100%;
    max-width: 280px;
  }
}
.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt.cooperation-txt-ptn2 .re-btn:last-child {
  margin-left: 20px !important;
}

@media screen and (max-width: 680px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt.cooperation-txt-ptn2 .re-btn:last-child {
    margin: 25px auto !important;
  }
}
.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt .re-btn a {
  text-align: center;
  transition: initial;
  padding: 12px;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt .re-btn a:hover {
  opacity: 1;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt,
.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt.cooperation-txt-ptn2 {
  text-align: center;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner .cooperation-txt.num li {
  margin-left: 16px;
  text-indent: -16px;
}

.cooperation .re-tmp3-3Columnbox .cooperation-TextInner.re-tmp3-ListText .re-tmp3-h4-1line {
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  border-left: solid 3px #943f31;
  padding-left: 15px;
  vertical-align: text-top;
}

.cooperation .re-tmp3-3Columnbox .cooperation-TextInner.re-tmp3-ListText .re-tmp3-h4-1line h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-weight: 800;
  font-size: 27px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  line-height: 1.3;
}

@media screen and (max-width: 340px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-TextInner {
    padding: 0;
  }
}
.cooperation .cooperation-content .cooperation-table .cooperation-TableInner.cooperation-ContactTableInner {
  padding: 0;
}

.cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-ContactInner {
  width: 53%;
  max-width: 352px;
  position: static;
  padding-bottom: 0;
}

@media screen and (max-width: 640px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-ContactInner {
    width: 66%;
  }
}
@media screen and (max-width: 480px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-ContactInner {
    width: 80%;
  }
}
@media screen and (max-width: 340px) {
  .cooperation .cooperation-content .cooperation-table .cooperation-TableInner .cooperation-ContactInner {
    padding: 0;
  }
}
.cooperation .float .floatmenu {
  display: none;
}

@media screen and (max-width: 640px) {
  .cooperation .float .floatmenu {
    display: block;
    position: fixed;
    right: 0;
    bottom: -46px;
    z-index: 9999;
    text-align: left;
    padding: 30px;
    background-color: #898989;
    transform: translateY(-46px);
    cursor: pointer;
  }
}
.cooperation .float .floatmenu:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 35%;
  margin-top: -8px;
}

.cooperation .float .floatmenu span {
  position: absolute;
  bottom: 0;
  left: 31%;
  font-size: 12px;
  color: #fff;
  width: 40px;
  margin-bottom: 8px;
}

.cooperation .float.is-show .floatmenu:before {
  border-top: solid 2px #fff;
  border-left: none;
  border-right: solid 2px #fff;
  border-bottom: none;
  left: 38%;
}

.cooperation .float.is-show #ankermenu {
  transform: translateX(100%);
}

.cooperation .re-tmp3-inner {
  max-width: 1080px;
  padding: 0 45px;
}

.cooperation .re-tmp3-inner .re-tmp3-3Columnbox-inner li {
  margin: 0 0 24px;
  padding: 0 24px;
}

.re-company-content {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 1080px;
}

.re-company-content p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
}

.re-company-caption {
  text-align: left;
}

@media screen and (max-width: 1100px) {
  .re-company-caption {
    margin: auto;
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .re-company-caption {
    width: 90%;
  }
}
.re-company-table {
  margin-top: 65px;
  width: 100%;
}

.re-company-table h3 {
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-size: 28px;
  text-align: center !important;
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 1.7rem 2.2rem;
  text-align: left;
  letter-spacing: 3px;
  color: #fff;
  background-image: linear-gradient(to right, #713a34 0%, #9c4031 100%);
}

@media screen and (max-width: 1100px) {
  .re-company-table h3 {
    width: 95%;
    line-height: 1.3;
  }
}
@media screen and (max-width: 640px) {
  .re-company-table h3 {
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .re-company-table h3 {
    font-size: 20px;
  }
}
.re-company-table h3 .re-tmp-ruby-05 {
  font-size: 0.8em;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .re-company-table h3 .re-tmp-ruby-05 {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .re-company-table h3 .re-tmp-ruby-05 {
    font-size: 0.7em;
  }
}
table.re-company-tb {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  max-width: 1080px;
}

@media screen and (max-width: 1100px) {
  table.re-company-tb {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  table.re-company-tb {
    width: 90%;
  }
}
table.re-company-tb td {
  width: 50%;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #ddd;
}

table.re-company-tb td p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
}

table.re-company-tb tr td:first-child {
  background: #eee;
  width: 30%;
}

table.re-company-tb tr td:nth-child(2) {
  width: 70%;
}

table.re-company-history {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  max-width: 1080px;
}

@media screen and (max-width: 1100px) {
  table.re-company-history {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  table.re-company-history {
    width: 90%;
  }
}
table.re-company-history h4 {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-weight: 800;
  font-size: 27px;
  color: #943f31;
  background: -webkit-linear-gradient(0deg, #783b33, #943f31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2;
  margin: 0;
  line-height: 1.3;
}

table.re-company-history h4 .re-h4-ruby {
  font-size: 0.5em;
  vertical-align: super;
}

@media screen and (max-width: 640px) {
  table.re-company-history h4 {
    font-size: 32px;
  }
}
table.re-company-history td {
  width: 25%;
  padding: 15px;
  padding-bottom: 45px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  table.re-company-history td {
    width: 100%;
    padding: 15px;
    display: block;
    padding-bottom: 30px;
    text-align: center;
  }
}
table.re-company-history td img {
  width: 75%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  table.re-company-history td img {
    width: 60%;
    margin-bottom: 20px;
  }
}
.re-company-link {
  text-align: right;
}

@media screen and (max-width: 640px) {
  .re-company-link {
    text-align: center;
  }
}
.re-secret-content {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 1080px;
}

.re-secret-content h2 {
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 65px 0;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .re-secret-content h2 {
    font-size: 30px;
    line-height: 1.4;
    padding: 0 40px;
  }
}
@media screen and (max-width: 375px) {
  .re-secret-content h2 {
    font-size: 28px;
    line-height: 1.3;
  }
}
.re-secret-content h2 .re-title-ruby {
  font-size: 19px;
  color: #9c4031;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  .re-secret-content h2 .re-title-ruby {
    font-size: 12px;
    line-height: 2.8;
  }
}
.re-secret-content h2::after {
  content: "";
  position: absolute;
  bottom: -35px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #444a79;
  border-radius: 10px;
}

.re-secret-content .re-lead {
  font-size: 20px;
  margin: 0 0 70px 0;
  letter-spacing: 3px;
  line-height: 1.4 !important;
}

@media screen and (max-width: 640px) {
  .re-secret-content .re-lead {
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}
.re-secret-content .re-lead a {
  font-weight: 600;
  color: #893e33;
  transition: 0.2s;
}

.re-secret-content .re-lead a img {
  width: 100%;
  max-width: 8px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  .re-secret-content .re-lead a img {
    max-width: 6px;
  }
}
.re-secret-content .re-lead a:hover {
  opacity: 0.6;
}

.re-secret-content h3 {
  font-weight: 800;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  font-size: 28px;
  text-align: center !important;
  margin: auto;
  width: 100%;
  max-width: 1080px;
  padding: 1.7rem 2.2rem;
  text-align: left;
  letter-spacing: 3px;
  color: #fff;
  background-color: #444a79;
  margin-bottom: 65px;
  position: relative;
}

.re-secret-content h3 .re-secret-date {
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 50%;
}

@media screen and (max-width: 1100px) {
  .re-secret-content h3 {
    width: 95%;
    line-height: 1.3;
  }
  .re-secret-content h3 .re-secret-date {
    font-size: 14px;
    display: block;
    padding: 5px 0 0 0;
    margin: auto;
    position: inherit;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .re-secret-content h3 {
    margin-bottom: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 375px) {
  .re-secret-content h3 {
    font-size: 20px;
  }
}
.re-secret-content h3 .re-tmp-ruby-05 {
  font-size: 0.8em;
  line-height: 1.3;
}

@media screen and (max-width: 640px) {
  .re-secret-content h3 .re-tmp-ruby-05 {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 480px) {
  .re-secret-content h3 .re-tmp-ruby-05 {
    font-size: 0.7em;
  }
}
.re-secret-content .re-secret-2Columnbox {
  display: flex;
  position: relative;
  margin: 65px auto;
  width: 100%;
  max-width: 1080px;
}

@media screen and (max-width: 1100px) {
  .re-secret-content .re-secret-2Columnbox {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .re-secret-content .re-secret-2Columnbox {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-2Columnbox {
    width: 90%;
    margin: 30px auto;
  }
}
.re-secret-content .re-secret-2Columnbox .re-secret-LeftImg img {
  width: 100%;
}

.re-secret-content .re-secret-2Columnbox .re-secret-LeftImg iframe {
  width: 100% !important;
}

@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-2Columnbox .re-secret-LeftImg {
    float: initial;
    clear: both;
    display: block;
  }
  .re-secret-content .re-secret-2Columnbox .re-secret-LeftImg img {
    width: 100%;
  }
  .re-secret-content .re-secret-2Columnbox .re-secret-LeftImg iframe {
    width: 80% !important;
  }
}
.re-secret-content .re-secret-2Columnbox .re-secret-RightText {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 50%;
  margin-left: 57px;
  /*width: calc(50% / 2);*/
}

@media screen and (max-width: 1100px) {
  .re-secret-content .re-secret-2Columnbox .re-secret-RightText {
    width: 47.5%;
    margin-left: 45px;
  }
}
@media screen and (max-width: 768px) {
  .re-secret-content .re-secret-2Columnbox .re-secret-RightText {
    margin: 0px auto;
  }
}
@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-2Columnbox .re-secret-RightText {
    width: 100%;
    padding: initial;
    margin: 0px auto;
  }
}
.re-secret-content .re-secret-2Columnbox .re-secret-RightText p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  margin: auto auto 20px !important;
}

.re-secret-content .re-secret-2Columnbox .re-secret-RightText .re-secret-strong {
  font-weight: 600 !important;
}

.re-secret-content .re-secret-2Columnbox2 {
  margin: 65px auto;
  width: 100%;
  max-width: 1080px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 1100px) {
  .re-secret-content .re-secret-2Columnbox2 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .re-secret-content .re-secret-2Columnbox2 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-2Columnbox2 {
    width: 90%;
    margin: 30px auto;
  }
}
.re-secret-content .re-secret-2Columnbox2 table {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .re-secret-content .re-secret-2Columnbox2 table {
    width: 100%;
    margin-bottom: 50px;
  }
}
.re-secret-content .re-secret-2Columnbox2 table .re-secret-TableTittle {
  color: #fff;
  background-color: #000;
}

.re-secret-content .re-secret-2Columnbox2 table .re-secret-item {
  background-color: #f2f2f2;
  border-right: none;
  width: 50%;
}

.re-secret-content .re-secret-2Columnbox2 table .re-secret-price {
  border-left: none;
}

.re-secret-content .re-secret-2Columnbox2 table th, .re-secret-content .re-secret-2Columnbox2 table td {
  border: solid 1px #aaaaaa;
}

.re-secret-content .re-secret-2Columnbox2 th, .re-secret-content .re-secret-2Columnbox2 td {
  font-weight: 400;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-2Columnbox2 th, .re-secret-content .re-secret-2Columnbox2 td {
    font-size: 13px;
  }
}
.re-secret-content .re-secret-2Columnbox2 .re-secret-MensList {
  margin-right: 4%;
}

.re-secret-content .re-secret-h4-1line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  position: relative;
  vertical-align: text-top;
  font-weight: 800;
  border-left: solid 3px #444a79;
  position: relative;
  vertical-align: text-top;
}

@media screen and (max-width: 1100px) {
  .re-secret-content .re-secret-h4-1line {
    position: relative;
    top: -10px;
    margin: 0;
    margin: 25px auto 25px;
    position: relative;
    top: initial;
  }
}
@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-h4-1line {
    line-height: 1.5;
  }
}
.re-secret-content .re-secret-h4-1line h4 {
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #444a79;
  letter-spacing: 3px;
  line-height: 1.3;
  padding-left: 10px;
  margin: 0 auto 30px;
}

@media screen and (max-width: 480px) {
  .re-secret-content .re-secret-h4-1line h4 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.re-secret-content .re-secret-h4-1line h4 .re-h4-ruby {
  font-size: 0.8em;
  vertical-align: super;
}

.re-secret-content .re-secret-Ranking h4 {
  font-size: 26px;
  text-align: center;
  line-height: 1.6;
  margin: 60px 0 100px 0;
  position: relative;
  font-weight: 600;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", serif !important;
  letter-spacing: 5px;
}

@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-Ranking h4 {
    font-size: 24px;
    line-height: 1.4;
    margin: 60px 0;
  }
}
@media screen and (max-width: 375px) {
  .re-secret-content .re-secret-Ranking h4 {
    font-size: 22px;
    line-height: 1.3;
  }
}
.re-secret-content .re-secret-Ranking h4 .re-title-ruby {
  font-size: 19px;
  color: #9c4031;
  font-weight: 500;
  letter-spacing: 3px;
}

@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-Ranking h4 .re-title-ruby {
    font-size: 12px;
    line-height: 2.8;
  }
}
.re-secret-content .re-secret-Ranking h4::after {
  content: "";
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #444a79;
  border-radius: 10px;
}

.re-secret-content .re-secret-Ranking .re-secret-h5-1line {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  position: relative;
  vertical-align: text-top;
  font-weight: 800;
  border-left: solid 3px #444a79;
  position: relative;
  vertical-align: text-top;
}

@media screen and (max-width: 1100px) {
  .re-secret-content .re-secret-Ranking .re-secret-h5-1line {
    position: relative;
    top: -10px;
    margin: 0;
    margin: 25px auto 25px;
    position: relative;
    top: initial;
  }
}
@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-Ranking .re-secret-h5-1line {
    line-height: 1.5;
  }
}
.re-secret-content .re-secret-Ranking .re-secret-h5-1line h5 {
  font-weight: 800 !important;
  position: relative;
  vertical-align: text-top;
  font-size: 26px;
  color: #444a79;
  letter-spacing: 3px;
  line-height: 1.3;
  padding-left: 5px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 480px) {
  .re-secret-content .re-secret-Ranking .re-secret-h5-1line h5 {
    font-size: 2.3em;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
.re-secret-content .re-secret-Ranking h6 {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 600;
  color: #444a79;
  margin: 0 auto 30px;
  letter-spacing: 2px;
}

.re-secret-content .re-secret-block {
  border-bottom: dashed 1px #898989;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1100px) {
  .re-secret-content .re-secret-block {
    width: 95%;
  }
}
@media screen and (max-width: 1100px) {
  .re-secret-content .re-secret-block {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .re-secret-content .re-secret-block {
    width: 90%;
  }
}
.re-secret-content a.re-secret-link {
  color: #444a79;
  font-weight: 600;
}

.re-secret-content a.re-secret-link:hover {
  opacity: 0.6;
}

.re-secret-content a.re-secret-link::after {
  content: "";
  background-image: url(../images/all/secret-text-link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  margin: auto 10px auto auto;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.re-big-bannerLadies {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 227px;
  margin: 40px auto 0;
  overflow: hidden;
  padding: 15px 0;
  font-weight: 600;
  /*position: absolute;
  left: 0;*/
  background-image: url(../images/secret/ladies-btn.jpg);
  background-size: cover;
  background-position: top right;
}

.re-big-bannerLadies a {
  font-size: 28px;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* Safari用 */
  transform: translate(-50%, -50%);
  padding: 20px 65px;
  border: solid 1px #fff;
  color: #fff !important;
  font-size: 28px;
  letter-spacing: 1.5px;
  z-index: 2;
  transition: 0.3s;
  cursor: pointer;
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

@media screen and (max-width: 768px) {
  .re-big-bannerLadies a {
    width: 70%;
    text-align: center;
    padding: 20px 30px;
  }
}
@media screen and (max-width: 640px) {
  .re-big-bannerLadies a {
    font-size: 24px;
    line-height: 1.5;
    width: 80%;
    text-align: center;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  .re-big-bannerLadies a {
    width: 90%;
    padding: 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .re-big-bannerLadies a {
    font-size: 20px;
  }
}
.re-big-bannerLadies a:hover {
  opacity: 0.5;
}

.re-big-bannerLadies a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 106%;
  /* Safari用 */
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 60px;
  height: 1px;
  background-color: #fff;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

@media screen and (max-width: 375px) {
  .re-big-bannerLadies a:before {
    width: 40px;
  }
}
.re-big-bannerLadies a:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.table-block {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

.table-block .table-block__note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .table-block .table-block__note {
    font-size: 14px;
  }
}
.table-block .table-ladies {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .table-block .table-ladies {
    width: 100%;
  }
}
.table-block .table-ladies .re-secret-TableTittle {
  color: #fff;
  background-color: #000;
}

.table-block .table-ladies .re-secret-item {
  background-color: #f2f2f2;
  border-right: none;
  width: 50%;
}

.table-block .table-ladies .re-secret-price {
  border-left: none;
}

.table-block .table-ladies th, .table-block .table-ladies td {
  border: solid 1px #aaaaaa;
}

.table-block th, .table-block td {
  font-weight: 400;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .table-block th, .table-block td {
    font-size: 13px;
  }
}
.re-secret-mt {
  margin-top: 100px;
}

@media screen and (max-width: 1100px) {
  .re-secret-mt {
    margin-top: 25px !important;
  }
}
.re-secret-mail {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .re-secret-mail {
    display: block;
  }
}
.re-secret-mail p.re-secret-mailcontent {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 18px;
  letter-spacing: 2px;
  margin-right: 25px;
}

@media screen and (max-width: 768px) {
  .re-secret-mail p.re-secret-mailcontent {
    font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
  }
}
.re-secret-mail input {
  background-color: #eeeeee;
  width: 450px;
  height: 45px;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .re-secret-mail input {
    width: 90%;
  }
}
.re-secret-privacypolicy {
  margin: 55px auto 35px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-size: 15px;
}

.re-secret-privacypolicy input[type=checkbox] {
  display: none;
}

.re-btn button {
  font-weight: 600;
}

.re-secret-check {
  position: relative;
  padding: 5px 30px;
  cursor: pointer;
}

.re-secret-check:before {
  width: 16px;
  /* チェックボックスの幅 */
  height: 16px;
  /* チェックボックスの高さ */
  left: 5px;
  border: 1px solid #ccc;
  /* チェックボックスの枠 */
  border-radius: 0px;
  margin-top: -8px;
  position: absolute;
  content: "";
  top: 50%;
}

.re-secret-check:after {
  position: absolute;
  content: "";
  top: 50%;
  position: absolute;
  width: 5px;
  height: 9px;
  top: 50%;
  left: 10px;
  border-right: 2px solid #943f31;
  /* チェックマークの色 */
  border-bottom: 3px solid #943f31;
  /* チェックマークの色 */
  content: "";
  margin-top: -7px;
  opacity: 0;
  transform: rotate(45deg);
}

input[type=checkbox]:checked + .re-secret-check::after {
  opacity: 1;
}

.re-secret-lead {
  font-size: 20px;
  margin: 0 0 70px 0;
  letter-spacing: 3px;
  transition: 0.2s;
}

@media screen and (max-width: 640px) {
  .re-secret-lead {
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}
.re-secret-lead a {
  font-weight: 600;
  color: #893e33;
}

.re-secret-lead a img {
  width: 100%;
  max-width: 8px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  .re-secret-lead a img {
    max-width: 6px;
  }
}
.re-secret-lead a:hover {
  opacity: 0.6;
  translate: 1s;
}

@media screen and (max-width: 768px) {
  h2.re-secret-contenttitle {
    font-size: 25px !important;
  }
}
p .re-secret-strong {
  font-weight: 600;
}

.re-secret-stronglead {
  font-size: 20px;
  margin: 0 0 70px 0;
  letter-spacing: 3px;
  line-height: 1.6 !important;
  transition: 0.2s;
  font-weight: 600;
}

@media screen and (max-width: 640px) {
  .re-secret-stronglead {
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
  }
}
.re-secret-stronglead a {
  font-weight: 600;
  color: #893e33;
}

.re-secret-stronglead a img {
  width: 100%;
  max-width: 8px;
  vertical-align: initial;
  margin-right: 5px;
  margin-left: 3px;
}

@media screen and (max-width: 640px) {
  .re-secret-stronglead a img {
    max-width: 6px;
  }
}
.re-secret-stronglead a:hover {
  opacity: 0.6;
  translate: 1s;
}

a.re-secret-id {
  display: block;
  padding-top: 150px;
  margin-top: -150px;
}

@media screen and (min-width: 768px) {
  #footer .list-nav-content > li {
    width: calc(20% - 0.2rem);
    vertical-align: top;
  }
}
#footer .list-nav-content > li:nth-last-of-type(1) {
  margin-top: 0;
  float: none;
}

#footer .list-nav-content > li:nth-last-of-type(2) {
  float: none;
}

#footer .list-nav-content > li:nth-child(2) {
  width: calc(14.2857142857% - 0.2rem);
}

@media screen and (max-width: 768px) {
  #footer .list-nav-content > li:nth-child(2) {
    width: calc(20% - 0.2rem);
  }
}
#footer .list-nav-content > li dl:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  #footer .list-nav-content > li:nth-last-of-type(2) {
    margin-top: 0px;
    float: right;
  }
  #footer .list-nav-content > li:nth-last-of-type(3) {
    margin-bottom: 10px;
  }
}
.re-qa-index .re-qa-index-inner {
  margin: 0 0 40px;
}

.re-qa-index .re-qa-index-inner ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2em 0 0;
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  padding-left: 2em;
}

@media screen and (max-width: 480px) {
  .re-qa-index .re-qa-index-inner ol {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .re-qa-index .re-qa-index-inner ol {
    font-size: 16px;
  }
}
.re-qa-index .re-qa-index-inner ol li {
  padding: 0 2em 0 0;
  margin: 0 0 15px;
  list-style: decimal;
  width: 33.333%;
}

@media screen and (max-width: 768px) {
  .re-qa-index .re-qa-index-inner ol li {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .re-qa-index .re-qa-index-inner ol li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.re-qa-index .re-qa-index-inner ol li a {
  transition: 0.5s;
}

.re-qa-index .re-qa-index-inner ol li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-qa-index .re-qa-index-inner ol li a:hover {
    opacity: 1;
  }
}
.re-qa-list .re-tmp3-btn {
  margin: 50px auto 0;
}

.re-qa-list .re-tmp3-btn a {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", "游明朝体", "YuMincho", "Yu Mincho", "HG明朝E", "MS Mincho", "ＭＳ 明朝", serif !important;
  font-weight: 800;
}

.qa-list .txt {
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  .qa-list .txt {
    font-size: 16px;
  }
}
.qa-list .text-excerpt {
  font-size: 15px;
  line-height: 1.8 !important;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
  .qa-list .text-excerpt {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .qa-list .text-excerpt {
    font-size: 14px;
  }
}
.qa-list dl:first-child {
  border-top: 0px;
}

.qa-list dl::before {
  content: none;
}

.qa-list dl dt {
  position: relative;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt {
    padding: 0 0 0 35px;
  }
}
.qa-list dl dt::before {
  top: -0.2em;
  bottom: 0;
  margin: auto;
}

.qa-list dl dt::after {
  content: "";
  transition: 0.3s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: -40px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto 0;
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

@media screen and (max-width: 768px) {
  .qa-list dl dt::after {
    right: -20px;
  }
}
.qa-list dl.open dt::after {
  transform: rotate(-45deg);
}

.qa-list .re-qa-link {
  color: #943f31;
  text-decoration: underline;
}

.re-faqbtn-center {
  text-align: center;
  position: relative;
  display: block;
  z-index: 2;
  background-color: #9c4031;
  overflow: hidden;
  cursor: pointer;
  width: 260px;
  height: 46px;
  margin: 40px auto 0;
  overflow: hidden;
  font-weight: 600;
  /*font-family:"ヒラギノ明朝 ProN W6" !important;*/
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

.re-faqbtn-center::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

.re-faqbtn-center a {
  display: block;
  position: relative;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
}

.re-faqbtn-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #282728;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

.re-faqbtn-center:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.re-2colmnbtn {
  width: 50%;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 1100px) {
  .re-2colmnbtn {
    width: 60%;
  }
}
@media screen and (max-width: 1100px) {
  .re-2colmnbtn {
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .re-2colmnbtn {
    display: block;
    width: 100%;
  }
}
.re-2colmnbtn .re-faqbtn-center {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #9c4031;
  overflow: hidden;
  cursor: pointer;
  width: 260px;
  height: 46px;
  margin: 40px 5px 0;
  overflow: hidden;
  font-weight: 600;
  /*font-family:"ヒラギノ明朝 ProN W6" !important;*/
  /* 疑似要素 */
  /* 疑似要素(hover) */
}

@media screen and (max-width: 640px) {
  .re-2colmnbtn .re-faqbtn-center {
    margin: 40px auto 0;
  }
}
.re-2colmnbtn .re-faqbtn-center::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

.re-2colmnbtn .re-faqbtn-center a {
  display: block;
  position: relative;
  padding: 15px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
}

.re-2colmnbtn .re-faqbtn-center:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #282728;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

.re-2colmnbtn .re-faqbtn-center:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.re-btn-cv {
  margin: 25px auto 0 !important;
  height: 50px !important;
}

.re-btn-cv a {
  padding: 15px 0 !important;
  font-size: 21px !important;
}

.re-tmp1-LeftImg ul li a {
  display: block;
  transition: 0.5s;
}

.re-tmp1-LeftImg ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .re-tmp1-LeftImg ul li a:hover {
    opacity: 1;
  }
}
.re-tmp1-LeftImg ul li p {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7 !important;
}

.re-tmp1-LeftImg ul li img {
  width: 360px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 99;
}

.modal .bigimg {
  position: absolute;
  width: 70%;
  max-width: 1080px;
  top: 80px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}

.modal .bigimg img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  .modal .bigimg {
    width: 95%;
  }
}
@media screen and (max-width: 640px) {
  .modal .bigimg {
    width: 90%;
  }
}
.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}

.close-btn a {
  color: #fff;
  text-decoration: none;
}

.re-eventdecoration_1 {
  border-radius: 5px;
  border: solid 4px #734b30;
  width: 80%;
  max-width: 1080px;
  margin: 100px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .re-eventdecoration_1 {
    width: 95%;
  }
}
.re-eventdecoration_1 p {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: auto;
  font-size: 15px;
  line-height: 1.5 !important;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .re-eventdecoration_1 p {
    text-align: left;
  }
}
.re-eventdecoration_1 h3 {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: auto;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3rem;
  text-align: center;
  line-height: 1.5 !important;
}

@media screen and (max-width: 768px) {
  .re-eventdecoration_1 h3 {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .re-eventdecoration_1 table {
    text-align: center;
    margin: auto;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .re-eventdecoration_1 table {
    margin-left: 15%;
  }
}
.re-eventdecoration_1 table td {
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
  margin: auto;
  font-size: 15px;
  padding: 0.5em 1em 0.5em 0;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .re-eventdecoration_1 table td {
    text-align: left;
    padding: 0.5em;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .re-eventdecoration_1 table td {
    white-space: inherit;
  }
}
.re-eventdecoration_1 .re-lightbox-sumb {
  width: 100%;
  max-width: 800px;
}

.re-eventdecoration_1 .re-event-img {
  width: 60%;
  text-align: center;
  margin: auto;
}

.re-eventdecoration_1 .re-event-img img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .re-eventdecoration_1 .re-event-img {
    width: 100%;
  }
}
.re-eventdecoration_2 {
  border: solid 1px #734b30;
  margin: 5px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .re-eventdecoration_2 {
    padding: 5%;
  }
}
.re-eventdecoration_2 .txt-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .re-eventdecoration_2 .txt-right {
    text-align: center;
  }
}
.re-news-align--center {
  text-align: center !important;
}

.re-news-table {
  display: flex;
  width: 80%;
  margin: auto;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .re-news-table {
    display: block;
    width: 100%;
  }
}
.re-eventdate {
  width: auto;
}

@media screen and (max-width: 768px) {
  .re-eventdate {
    margin: 50px auto;
  }
}
.re-eventdate h3, .txt-left {
  text-align: left !important;
}

.re-eventdate span {
  font-weight: bold;
}

.re-tableCell {
  display: table-cell;
}

@media screen and (max-width: 768px) {
  .re-tableCell {
    display: block;
  }
}
.re-lightbox1 {
  vertical-align: top;
}

.re-hyde {
  display: none;
}

#header .block-experience-sp {
  display: none;
  /*height: 6rem;
  margin-right: 2rem;
  float: right;*/
}

@media (hover: hover), (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #header .block-experience-sp a:hover {
    background-color: #f6ede8;
  }
}
@media (max-width: 890px) {
  #header .block-experience-sp {
    display: block;
    width: 46%;
    position: absolute;
    right: 5.6rem;
    top: 50%;
    transform: translateY(-50%);
    max-width: 160px;
  }
  #header .block-experience-sp img {
    width: 100%;
  }
}
iframe[src="/includeparts/formsp.php"] {
  overflow: hidden;
}

@media (max-width: 768px) {
  iframe[src="/includeparts/formsp.php"] {
    overflow-y: scroll;
  }
}
/*2203追加*/
.ordersuit-relative {
  position: relative;
  background: linear-gradient(to bottom, #FFF, #e6e4e0);
  padding-bottom: 18px;
}

.ordersuit-relative .ordersuit-absolute01 {
  position: absolute;
  bottom: 0;
  opacity: 0.4;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 95%;
  max-width: 858px;
}

.ordersuit-relative .ordersuit-text {
  position: relative;
  width: 95%;
  max-width: 500px;
  margin: 70px auto 0;
}

.ordersuit-relative .ordersuit-text img {
  width: 100%;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .ordersuit-reason-title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .ordersuit-relative {
    margin: 0;
    padding-bottom: 13px;
  }
  .ordersuit-relative .ordersuit-text {
    max-width: 337px;
    margin: 50px auto 0;
  }
  body main .re-tmp2-content .re-tmp2-table .h4 {
    font-size: 24px;
    margin-bottom: 14px !important;
  }
}
.ordersuit-banner-box {
  padding: 19px 0;
}

.ordersuit-banner-box .banner-box {
  display: flex;
  width: 95%;
  max-width: 795px;
  margin: 15px auto;
  justify-content: space-between;
}

.ordersuit-banner-box .banner-box a {
  width: 49%;
  transition: 0.2s;
  cursor: pointer;
}

.ordersuit-banner-box .banner-box a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.ordersuit-banner-box .banner-box a img {
  width: 100%;
}

.ordersuit-banner-box .other-title-bottom {
  width: 90%;
  max-width: 534px;
  margin: 0 auto;
  color: #7a3b33;
  letter-spacing: 0.1em;
}

.ordersuit-banner-box .shunin-onayami {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  color: #7a3b33;
  letter-spacing: 0.1em;
}

.ordersuit-banner-box .other-title-bottom li {
  font-size: 24px;
  color: #7a3b33;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin: 0 0 20px 0;
  list-style: disc;
}

@media (max-width: 768px) {
  .ordersuit-banner-box {
    background-color: #fff;
    padding: 20px 0;
  }
  .ordersuit-banner-box .banner-box {
    display: block;
    width: 100%;
    margin: 0;
  }
  .ordersuit-banner-box .banner-box a {
    width: 100%;
    display: block;
    margin: 20px 0;
  }
  .ordersuit-banner-box .other-title-bottom {
    width: 80%;
    max-width: unset;
  }
  .ordersuit-banner-box .other-title-bottom li {
    font-size: 18px;
  }
  .ordersuit-banner-box .other-title-bottom .shunin-spacing {
    letter-spacing: 0.04em;
  }
}
.ordersuit-bg {
  background-color: #e6e4e0;
  padding-bottom: 50px;
}

.ordersuit-bg .ordersuit-reason {
  width: 95%;
  max-width: 940px;
  margin: 0 auto 0;
  background-color: #fff;
}

.ordersuit-reason-title {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 30px;
}

.ordersuit-reason-title p {
  font-size: 20px;
  color: #9c4031;
  font-weight: 600;
}

.ordersuit-reason-title .other-title-sub {
  font-size: 15px;
  color: #000;
  font-weight: normal;
}

.ordersuit-reason-title h3 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  text-align: center;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 5px;
  margin: 0;
  background: linear-gradient(90deg, #9c4031, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ordersuit-reason-title h3 span {
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #9c4130;
  border-radius: 10px;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner {
  width: 95%;
  max-width: 680px;
  margin: 0 auto 0;
  padding: 50px 0 0;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner img {
  width: 100%;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner p {
  font-size: 15px;
  letter-spacing: 0.1em;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner p span a {
  color: #893e33;
  font-weight: 600;
  transition: 0.2s;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner p span a::hover {
  opacity: 0.6;
  transition: 0.2s;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-bold {
  font-size: 15px;
  font-weight: bold;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn {
  position: relative;
  border-bottom: 1px solid #893e33;
  margin-top: 30px;
  display: inline-block;
  padding-right: 20px;
  transition: 0.2s;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn_table {
  margin-top: 10px;
  display: table;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn::after {
  content: "";
  background-image: url(../images/all/text-link.svg);
  width: 5px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn::hover {
  opacity: 0.6;
  transition: 0.2s;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn a {
  display: inline-block;
  color: #893e33;
  transition: 0.2s;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn a img {
  width: 100%;
  max-width: 5px;
  vertical-align: initial;
  margin-left: 20px;
}

.ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn a .ordersuit-anker {
  transform: rotate(90deg) !important;
}

.ordersuit-btn {
  max-width: 380px;
  width: 100% !important;
  height: unset !important;
}

.ordersuit-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #282728;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

.ordersuit-btn:after {
  right: 6px !important;
  transform: rotate(90deg) !important;
}

.ordersuit-btn a {
  padding: 20px 0 !important;
  font-size: 24px !important;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}

.ordersuit-ranking {
  padding-bottom: 142px;
}

.ordersuit-ranking .ordersuit-ranking-inner h3 {
  position: relative;
  border-bottom: 1px solid #9a402f;
  margin: 0 auto;
}

.ordersuit-ranking .ordersuit-ranking-inner h3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  max-width: 300px;
}

.ordersuit-ranking .ordersuit-ranking-inner h3 .other-img {
  max-width: 460px;
}

.ordersuit-ranking .ordersuit-ranking-inner-box {
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking {
  margin: 60px auto 100px;
  display: flex;
  justify-content: space-between;
}

.ordersuit-ranking .ordersuit-ranking-inner .jc-normal {
  justify-content: left;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking-h3-box {
  position: relative;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking-h3-box::before {
  content: "";
  position: absolute;
  border-top: 1px solid #9c4031;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ordersuit-ranking .ordersuit-ranking-inner .bg-text {
  position: absolute;
  border-bottom: none;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #9c4031, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ordersuit-ranking .ordersuit-ranking-inner .bg-text::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 102%;
  height: 102%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.ordersuit-ranking .ordersuit-ranking-inner h3 {
  position: relative;
  border-bottom: none;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  background: linear-gradient(90deg, #9c4031, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.ordersuit-ranking .ordersuit-ranking-inner h3 span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .ordersuit-ranking .ordersuit-ranking-inner .bg-text {
    font-size: 20px;
  }
  .ordersuit-ranking .ordersuit-ranking-inner .bg-text::before {
    width: 100%;
    height: 101%;
  }
  .ordersuit-ranking .ordersuit-ranking-inner h3 {
    font-size: 20px;
  }
  .ordersuit-ranking .ordersuit-ranking-inner h3 span {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box {
  width: 32%;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .ranking-title {
  font-size: 24px;
  font-weight: 600;
  border: none;
  margin-bottom: 14px;
  letter-spacing: 0.15em;
  color: #9a402f;
  text-align: center;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .ranking-note {
  font-size: 10px;
  text-align: right;
  margin-top: -3px;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box img {
  width: 100%;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .total {
  font-size: 16px;
  display: inline-block;
  font-weight: bold;
  color: #9a402f;
}

/*ランキング*/
.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .ranking-h4 {
  display: block;
  padding: 0px 0 0px 6px;
  font-size: 16px;
  font-weight: 600;
  border-left: 1px solid #9c4130;
  margin: 0 0 8px 0;
  color: #9c4130;
}

/*ランキング*/
.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box h4 span {
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  margin-top: 6px;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .ranking-price {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 2px;
}

.ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .ranking-text {
  font-size: 15px;
  letter-spacing: 0.1em;
}

.ranking-btn {
  position: relative;
  display: block;
  background: linear-gradient(90deg, #723a33, #9c4031);
  overflow: hidden;
  cursor: pointer;
  max-width: 380px;
  margin: 87px auto 0;
  overflow: hidden;
  transition: 0.2s;
}

.ranking-btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.ranking-btn:after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

.ranking-btn a {
  display: block;
  position: relative;
  padding: 16px 0;
  width: 100%;
  height: 100%;
  color: #fff !important;
  font-size: 20px;
  letter-spacing: 0.1em;
  z-index: 2;
  transition: 0.3s;
  text-align: center;
  font-weight: bold;
}

.ranking-btn a span {
  font-size: 14px;
}

.interview-box {
  width: 100% !important;
}

.interview-title {
  margin-top: -10px;
  background-color: #fff;
  padding: 1px 24px 24px;
}

.ordersuit_mens_order_pt {
  padding: 10px 0 0 0;
  background-color: #e6e4e0;
}

@media (max-width: 480px) {
  .ordersuit_mens_order_pt {
    padding: 0.1% 0 0 0;
  }
}
.ordersuit_mens_order div {
  width: 95%;
  max-width: 1168px;
  margin: 0 auto;
}

.ordersuit_mens_order img {
  width: 100%;
}

.ordersuit_mens_order p {
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.1em;
}

.ordersuit_mens_order p a {
  color: #9c4130;
  font-weight: bold;
}

.odersuit-message-box {
  display: flex !important;
  justify-content: space-between;
  width: 95%;
  max-width: 1080px;
  margin: 0 auto !important;
}

.odersuit-message-box .odersuit-message-img-box {
  width: 49%;
  max-width: 530px;
}

.odersuit-message-box .odersuit-message-img-box img {
  width: 100%;
}

.odersuit-message-box p {
  width: 49%;
  font-size: 15px;
  text-align: left;
  margin-top: -8px;
  padding-left: 10px;
  letter-spacing: 0.1em;
}

.odersuit-question-block {
  padding: 28px 80px 28px 0 !important;
}

.odersuit-question-block .odersuit-question-title {
  font-weight: bold;
}

.order_q1::before {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0 !important;
  left: 0;
  display: block;
  content: "Q1." !important;
  color: #989694 !important;
}

.order_q2::before {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0 !important;
  left: 0;
  display: block;
  content: "Q2." !important;
  color: #989694 !important;
}

.order_q3::before {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 0 !important;
  left: 0;
  display: block;
  content: "Q3." !important;
  color: #989694 !important;
}

.order_q-text::before {
  display: none !important;
}

#front-journal .qa_text-align-center {
  text-align: center;
}

#front-journal .qa_text-align-center a {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: 0.2s;
}

#front-journal .qa_text-align-center a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.yuino-interview-bg {
  background-color: #f8e9ec;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .ordersuit-bg .ordersuit-reason {
    width: 92%;
    max-width: unset;
  }
  .ordersuit-bg .ordersuit-reason .ordersuit-reason-inner {
    width: 90%;
    max-width: unset;
    padding: 100px 0 0;
    padding-top: 8%;
  }
  .ordersuit-bg .ordersuit-reason .ordersuit-reason-inner h3 {
    font-size: 2em;
  }
  .ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-bold {
    line-height: 1.5 !important;
  }
  .ordersuit-bg .ordersuit-reason .ordersuit-reason-inner .inner-text-btn a {
    font-size: 15px;
  }
  .ordersuit-reason-title {
    padding-bottom: 20%;
    padding-top: 10%;
  }
  .ordersuit-reason-title p {
    font-size: 2em;
  }
  .ordersuit-reason-title h3 {
    font-size: 2.5em;
    line-height: 1.6;
  }
  .ordersuit-reason-title h3 span {
    bottom: -20px;
  }
  .ordersuit-btn {
    width: 84% !important;
  }
  .ordersuit-btn a {
    font-size: 2.3em !important;
  }
  .ordersuit-ranking {
    padding-bottom: 20%;
  }
  .ordersuit-ranking .ordersuit-ranking-inner-box {
    width: 90%;
  }
  .ordersuit-ranking .ordersuit-ranking-inner h3 img {
    max-width: 220px;
  }
  .ordersuit-ranking .ordersuit-ranking-inner h3 .other-img {
    max-width: 320px;
  }
  .ordersuit-ranking .ordersuit-ranking-inner .ranking {
    display: block;
    justify-content: unset;
  }
  .ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box {
    width: 100%;
    margin-bottom: 20%;
  }
  .ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box h4 {
    font-size: 2em;
  }
  .ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .ranking-price {
    font-size: 2em;
  }
  .ordersuit-ranking .ordersuit-ranking-inner .ranking .ranking-box .ranking-text {
    font-size: 1.8em;
  }
  .ranking-btn {
    width: 90%;
  }
  .ranking-btn a {
    font-size: 18px;
  }
  .interview-title {
    background-color: unset;
    padding: 0;
  }
  .interview-title h3 {
    margin-top: 6% !important;
  }
  .ordersuit_mens_order div {
    width: 100%;
  }
  .ordersuit_mens_order p {
    font-size: 1.7em;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .ordersuit_movie_sp {
    width: 90% !important;
  }
  .re-tmp-brdered02 {
    padding: 0px 16px 17px;
  }
  .ordersuit_qa-sp {
    padding-right: 20px !important;
  }
  .odersuit-message-box {
    display: block !important;
    width: 100%;
  }
  .odersuit-message-box .odersuit-message-img-box {
    width: 100%;
  }
  .odersuit-message-box p {
    width: 100%;
    font-size: 1.7em;
    margin-top: 5%;
    padding-left: unset;
  }
  .order_q-box {
    padding: 0 0 0 50px !important;
  }
  .order_q-text {
    padding: 0 0 0 50px !important;
  }
  .ordersuit-reason-title .other-title-sub {
    width: 90%;
    margin: 0 auto;
  }
  .re-pb-0_ladies {
    padding-bottom: 0 !important;
  }
}
/*スライダー調整*/
.ordersuit-slider .slick-slide:not(.slick-current)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: unset;
}

.ordersuit-slider .odersuit-slider-box .slick-arrow.slick-prev {
  left: auto;
  right: calc(100% - 44px) !important;
}

.ordersuit-slider .odersuit-slider-box .slick-arrow.slick-next {
  right: auto;
  left: calc(100% - 44px) !important;
}

@media (max-width: 768px) {
  .ordersuit-slider .odersuit-slider-box .slick-arrow.slick-prev {
    left: 0;
    right: auto !important;
  }
  .ordersuit-slider .odersuit-slider-box .slick-arrow.slick-next {
    right: 0;
    left: auto !important;
  }
}
.ordersuit-slider .odersuit-slider-box a {
  transition: 0.2s;
}

.ordersuit-slider .odersuit-slider-box a::hover {
  transition: 0.2s;
  opacity: 0.6;
}

.other-list {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 50px;
  border: solid 1px #000;
  display: flex;
  padding: 20px 60px;
  justify-content: space-between;
}

.other-list ul {
  width: 48%;
}

.other-list ul li {
  font-size: 15px;
  letter-spacing: 0.1em;
  margin: 20px 0;
  text-decoration: underline;
}

.other-list ul li a {
  transition: 0.2s;
}

.other-list ul li a:hover {
  transition: 0.2s;
  opacity: 0.6;
}

.other-bg {
  background-color: #fff;
}

.other-bg .ordersuit-reason {
  background-color: #e6e4e0;
}

.other-img-btn {
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  transition: 0.2s;
}

.other-img-btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.other-img-btn img {
  width: 100%;
}

@media (max-width: 768px) {
  .other-list {
    width: 90%;
    max-width: unset;
    display: block;
    padding: 4% 10%;
    justify-content: unset;
    margin: 0px auto 20px !important;
  }
  .other-list ul {
    width: 100%;
  }
  .other-list ul li {
    font-size: 1.6em;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 20px 0;
    line-height: 1.5;
  }
  .bg-black {
    background-color: #222;
    margin-top: -10px;
  }
  .bg-black .txt,
  .bg-black .txt a {
    color: #fff;
  }
  .bg-black .btn-3d-flip-box-face--front2 {
    color: #fff;
    border: 2px solid #fff;
    background: #222;
  }
}
.re-tmp2-content .h4 {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
  width: 90%;
  max-width: 340px;
  margin: 0 auto;
}

.re-tmp2-content .h4::before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: -20%;
}

@media (max-width: 768px) {
  .re-tmp2-content .h4::before {
    width: 30px;
    left: 0;
  }
  .re-tmp2-content .h4::after {
    width: 30px;
    right: 0;
  }
}
.re-tmp2-content .h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -20%;
}

@media screen and (max-width: 640px) {
  #footer .list-nav-content > li:nth-last-of-type(2) {
    margin-top: 30px;
    float: right;
  }
}
.btn-online_shop {
  width: 100%;
}

.re-top-content .re-top-mediabox div ul li a .re-block-text .re-dl-news dd p img {
  width: 100%;
}

.txt.fs-topmd-copy {
  font-size: 10px;
  padding: 10px 3rem 2.4rem 16rem;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li a .re-block-text-copy {
    padding: 10px 3rem 2.4rem;
  }
}
.re-txt-left {
  text-align: left;
}

.re-top-content .re-top-mediabox div ul li a .re-block-text-copy {
  padding: 2.4rem 3rem 0 13rem;
}

@media screen and (max-width: 960px) {
  .re-top-content .re-top-mediabox div ul li a .re-block-text-copy {
    padding: 2.4rem 3rem 0;
  }
}
.re-text-red {
  color: #ff0000 !important;
}

.re-text-blue {
  color: #001fff !important;
}

.re-text-red02 {
  color: #943f31;
}

.memory-img_left {
  position: relative;
}

.memory-img_right {
  position: relative;
}

.memory-img_left::after {
  content: "";
  position: absolute;
  width: 8vw;
  height: 8vw;
  display: block;
  background: url(../images/interview/wedding-sato/interview01__img-after.png) no-repeat;
  background-size: 100%;
  left: -4vw;
  top: -1vw;
  mix-blend-mode: plus-lighter;
}

.memory-img_right::after {
  content: "";
  position: absolute;
  width: 8vw;
  height: 8vw;
  display: block;
  background: url(../images/interview/wedding-sato/interview01__img-after.png) no-repeat;
  background-size: 100%;
  right: -4vw;
  top: -1vw;
  mix-blend-mode: plus-lighter;
}

@media (max-width: 768px) {
  .memory-img_left::after {
    width: 18vw;
    height: 18vw;
    left: -6vw;
    top: -5vw;
  }
  .memory-img_right::after {
    width: 18vw;
    height: 18vw;
    left: -6vw;
    top: -5vw;
  }
}
.z-index-5 {
  position: relative;
  z-index: 5;
}

.memory-bg {
  position: relative;
}

.memory-bg::before {
  content: "";
  position: absolute;
  width: 112%;
  height: 70%;
  display: block;
  background: url(../images/interview/memory-bg.jpg) no-repeat;
  background-size: 100%;
  left: -23%;
  bottom: -6%;
}

@media (max-width: 768px) {
  .memory-bg::before {
    width: 100%;
    height: 85%;
    background-size: cover;
    left: -15%;
    top: 25%;
  }
}
.template-table {
  border: solid 1px #aaaaaa;
  font-size: 15px;
  letter-spacing: 2px;
}

.template-table .template-tr01 {
  background: #000;
  color: #fff;
}

.template-table th {
  padding: 12px 8px;
  text-align: center;
  font-weight: normal;
}

.template-table td {
  padding: 12px 8px;
  text-align: center;
}

.template-table .template-tr01 .template01-td_border-right {
  border-right: 1px solid #fff;
}

.template-table .template-tr01 th {
  width: 30%;
}

.template-table .template-tr01 .w-th {
  width: 10% !important;
}

.template-table .template-tr02 {
  border-bottom: 1px solid #aaaaaa;
}

.template-table .template-tr02 .template01-td_border-right {
  border-right: 1px solid #aaaaaa;
}

.template-table .template-tr02 th {
  background: #f2f2f2;
}

.template-table-sp {
  display: none;
}

.template02-table {
  font-size: 15px;
  letter-spacing: 2px;
}

.template02-table tr {
  border: solid 1px #aaaaaa;
}

.template02-table td {
  padding: 16px 8px;
}

.template02-table .template02-td {
  border-right: none;
  background: #f2f2f2;
  width: 25%;
}

.template-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 32px 0;
}

.template-flex .template-left {
  width: 38%;
}

.template-flex .template-left img {
  width: 100%;
}

.template-flex .template-right {
  width: 60%;
}

.template-flex .template-right .template-table02 {
  width: 100%;
  font-size: 15px;
  letter-spacing: 2px;
  border: solid 1px #aaaaaa;
  font-size: 15px;
}

.template-flex .template-right .template-table02 td {
  padding: 16px 8px;
  text-align: left;
  border-bottom: 1px solid #c2c2c2;
}

.template-flex .template-right .template-table02 .template-td {
  border-right: none;
  background: #f2f2f2;
  width: 35%;
}

@media (max-width: 768px) {
  .template-table {
    display: none;
  }
  .template-table-sp {
    display: inline-table;
    width: 100%;
  }
  .template-table-sp .template-table-sp_tr {
    border: solid 1px #aaaaaa;
    font-size: 15px;
    letter-spacing: 2px;
  }
  .template-table-sp .template-table-sp_tr .template-table-sp_left {
    width: 14%;
    color: #fff;
    background: #000;
    padding: 12px 8px;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  .template-table-sp .template-table-sp_tr .template-table-sp_center {
    padding: 12px 8px;
    background: #f2f2f2;
    width: 39%;
  }
  .template-table-sp .template-table-sp_tr .template-table-sp_right {
    padding: 12px 8px;
    width: 43%;
  }
  .template-flex {
    display: block;
    margin: 16px 0;
  }
  .template-flex .template-left {
    width: 100%;
  }
  .template-flex .template-right {
    width: 100%;
    margin-top: 16px;
  }
  .template-flex .template-right .template-table02 .template-td {
    width: 40%;
  }
  .template02-table tr {
    text-align: center;
  }
  .template02-table td {
    display: block;
  }
  .template02-table .template02-td {
    display: block;
    width: 100%;
  }
}
.order-note {
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
}

@media (max-width: 768px) {
  .order-note {
    font-size: 15px !important;
  }
}
.ordersuit_voice {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.ordersuit_voice-width {
  justify-content: center;
  width: 100%;
}

.ordersuit_voice p {
  font-size: 15px;
}

.ordersuit_voice .modal_btn {
  display: block;
  width: 30%;
  transition: 0.2s;
}

.ordersuit_voice .modal_btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.ordersuit_voice .modal_btn .modal_box img {
  width: 100%;
}

.modal_btn-width {
  width: 45% !important;
}

.modal_header .modal_btn-width {
  width: unset !important;
}

.ordersuit_voice h4 {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

.ordersuit_voice h5 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  color: #943f31;
}

.remodal {
  width: 95%;
  max-width: 768px;
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
}

.modal_header {
  position: absolute;
  width: 100%;
  background: #fff;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.modal_header .modal_top {
  width: 12rem;
  max-width: 140px;
  display: inline-block;
  margin: 0 auto 0 16px;
}

.modal_header .modal_mens {
  width: 12rem;
  max-width: 140px;
  display: inline-block;
  margin: 0 56px 0 auto;
}

.modal_header .modal_top img {
  width: 100%;
}

.modal_header .modal_mens img {
  width: 100%;
}

.modal_inner {
  padding-top: 80px;
  text-align: left;
}

.modal_inner p {
  font-size: 14px;
}

.modal_inner .modal_inner_flex {
  display: flex;
  justify-content: space-between;
}

.modal_inner .modal_inner_flex .modal_box_right {
  width: 46%;
  max-width: 400px;
}

.modal_inner .modal_inner_flex .modal_box_right img {
  width: 100%;
}

.modal_inner .modal_inner_flex .modal_box_left {
  width: 50%;
}

.modal_inner .modal_inner_flex .modal_box_left h5 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #943f31;
}

.modal_inner .modal_inner_flex .modal_box_left h6 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #adadad;
}

.modal-more {
  text-align: center;
  color: #fff;
  background: #adadad;
  padding: 5px 24px;
  margin: 0 auto;
  width: 100%;
  max-width: 140px;
}

@media (max-width: 768px) {
  .modal_mt {
    margin-top: 40px;
  }
  .ordersuit_voice {
    display: block;
  }
  .ordersuit_voice .modal_btn {
    width: 100%;
  }
  .modal_btn-width {
    width: 100% !important;
  }
  .modal_inner {
    padding-top: 50px;
  }
  .modal_inner .modal_inner_flex {
    display: block;
  }
  .modal_header .modal_top {
    width: 9rem;
  }
  .modal_header .modal_mens {
    width: 9rem;
  }
  .modal_inner .modal_inner_flex .modal_box_right {
    width: 100%;
    margin: 0 auto;
  }
  .modal_inner .modal_inner_flex .modal_box_left {
    width: 100%;
  }
  .modal_inner .modal_inner_flex .modal_box_left h5 {
    margin-top: 20px;
  }
}
.re-movie-block {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
}

.re-movie-block .movie-block-inner {
  width: 48%;
}

.re-movie-block .movie-block-inner a img {
  width: 100%;
}

@media (max-width: 768px) {
  .re-movie-block {
    display: block;
  }
  .re-movie-block .movie-block-inner {
    width: 100%;
  }
  .movie-mt-sp {
    margin-top: 30px;
  }
}
/*2023.1.20 オンラインギフトページ用の３カラムバナー*/
.banner-3col {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
}

.banner-3col-col {
  width: 33.333%;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

.banner-3col-col a {
  opacity: 1;
  transition: 0.2s;
}

.banner-3col-col a:hover {
  opacity: 0.6;
}

.banner-3col-col img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .banner-3col {
    display: block;
  }
  .banner-3col-col {
    width: 100%;
    margin: 10px 0;
    padding: 0;
  }
}
.fabric-collection_ul {
  width: 60%;
}

.fabric-collection_ul .re-btn {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #282728;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  margin: 7px 0 !important;
  overflow: hidden;
  font-weight: 600;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic" !important;
}

.fabric-collection_ul .re-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #9c4031;
  transform: translate3d(-100%, 0, 0);
  transition: 0.3s;
}

.fabric-collection_ul .re-btn::after {
  content: "";
  background-image: url(../images/all/btn-right.svg);
  background-repeat: no-repeat;
  height: 7px;
  display: block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 10px;
}

.fabric-collection_ul .re-btn:hover:before {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}

.fabric-collection_ul .re-btn a {
  display: block;
  position: relative;
  width: 100%;
  padding: 12px;
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 1.5;
  z-index: 2;
  transition: 0.3s;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .fabric-collection_ul {
    width: 100%;
  }
  .fabric-collection_ul .re-btn a {
    font-size: 18px;
  }
}
.re-lead_span-box {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

.btn-unset {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.btn-link--underline {
  transition: 0.2s;
  padding: 0px 4px 1px;
  margin: 0 4px;
  border-bottom: 2px solid;
}

.btn-link--underline:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.p-furusato-list_bnr {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(200px, 100%), 1fr));
  gap: 26px;
}
@media (max-width: 768px) {
  .p-furusato-list_bnr {
    grid-template-columns: repeat(auto-fill, minmax(min(150px, 100%), 1fr));
    gap: 16px 12px;
  }
}
.p-furusato-list_bnr img {
  width: 100%;
  display: block;
}
.p-furusato-list_bnr a {
  transition: all 0.3s;
}
.p-furusato-list_bnr a:hover {
  opacity: 0.6;
}