@font-face {
  font-family: "tekitou";
  src: url("../../fonts/TekitouPoem.woff") format("woff");
}
@font-face {
  font-family: "sanari";
  src: url("../../fonts/SanariFont002.woff") format("woff");
}
@font-face {
  font-family: "sanariB";
  src: url("../../fonts/SanariFontB002.woff") format("woff");
}

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Ranchers&display=swap");

:root {
  --h3titleColor: #938f82;
  --h3titleFont: "Ranchers", sans-serif;
  --h3titleSize: 1.8rem;
}

body {
  background-color: #eceae5;
}

footer {
  display: none;
}

main {
  /* iPadAir横幅 820px*/
  max-width: 410px;
  margin: auto;
}

/* HMメニュー切り替え */
.topOn {
  display: block;
}
.otherOn {
  display: none !important;
}

/* swiper矯正 */
.swiper-pagination-bullet-active {
  background: #751e0f !important;
}

.type button,
.type a {
  display: block;
  width: 150px;
  position: absolute;
  left: 50%;
  bottom: -45px;
  z-index: 2;
  padding: 10px 10px 10px;
  color: #222222;
  font-size: 0.7rem;
  font-family: "Josefin Sans", sans-serif;
  line-height: 2em;
  letter-spacing: 0.2em;
  text-decoration: none;
  transition: 0.6s;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: initial !important;
}
.type button::after,
.type a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #1a1a1a;
  border-radius: 50%;
}
.type button:hover,
.type a:hover {
  color: #c3261d;
  cursor: pointer;
}

.type05 button::after,
.type05 a::after {
  height: 10px;
  animation: sdl05 2.5s ease-out infinite;
}

@keyframes sdl05 {
  0% {
    transform: translateX(-50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
/* ------------------ここまで----------------- */

#area1 {
  background-color: #eceae5;
}
#areaCenter {
  background-color: white;
}

.kiji_top {
  background-color: none;
}
.kiji_top .inner {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  padding: 0;
}

.kiji_top .inner img {
  width: 100%;
  height: auto;
}

.btnNext {
  position: absolute;
  max-width: 200px;
  color: #fff;
  font-size: 0.8rem;
  -ms-writing-mode: tb-tb !important;
  writing-mode: horizontal-tb !important;
  display: block;
  line-height: 0;
  margin: auto;
  padding: 20px 30px;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btnNext {
}

.sl1-1 {
  background-image: url(../../images/top/bg_1-1.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}

.kiji_top .inner .copy_1-1 {
  position: absolute;
  font-family: "sanariB";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  /* width: 80%; */
  max-width: 400px;
  font-size: 0.9rem;
  line-height: 1.8rem;
  text-align: center;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 1-2枚目 */

.sl1-2 {
  background-image: url(../../images/top/bg_1-2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
.kiji_top .inner .ilst_2-1 {
  position: absolute;
  width: 37%;
  max-width: 200px;
  top: 5%;
  left: 5%;
}
.kiji_top .inner .ilst_2-2 {
  position: absolute;
  width: 37%;
  max-width: 200px;
  top: 5%;
  right: 5%;
}
.kiji_top .inner .ilst_2-3 {
  position: absolute;
  width: 39%;
  max-width: 200px;
  bottom: 30%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.kiji_top .inner .ilst_2-4 {
  position: absolute;
  width: 37%;
  max-width: 220px;
  bottom: 7%;
  left: 5%;
}
.kiji_top .inner .ilst_2-5 {
  position: absolute;
  width: 37%;
  max-width: 190px;
  bottom: 7%;
  right: 5%;
}

.kiji_top .inner .copy_2-1 {
  position: absolute;
  font-family: "sanariB";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  max-width: 400px;
  font-size: 0.9rem;
  line-height: 1.8rem;
  text-align: center;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* 1-3枚目 */
.kiji_top.sl_1-3 {
  background-image: url(../../images/top/bg_1-3.jpg);
  background-position: center;
  background-size: cover;
}

.kiji_top .inner .copy_1-3 {
  position: absolute;
  max-width: 400px;
  font-family: "sanariB";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  text-shadow: 0 0 7px #202020;
  line-height: 1.6rem;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kiji_top .inner .copy_1-3 p {
  letter-spacing: 2px;
  margin: 0 1em;
}
/* .kiji_top .inner .copy_1-3 p span.sub {
  color: #202020;
  padding: 5px;
  text-shadow: 0 0 10px #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
} */

/* .kiji_top .inner .copy_1-1 p:last-child,
.kiji_top .inner .copy_1-2 p:last-child,
.kiji_top .inner .copy_1-3 p:last-child {
  margin-left: 0;
} */

/* +++++++++++++++++++++++++++++++++++++++++++ */

/* 簡易リセットCSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* 垂直スライダー */
.vertical-slider {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

/* 水平スライダー */
.horizontal-slider {
  height: 100%;
  width: 100%;
}

/* 垂直スライダー&水平スライダーのスライド */
.vertical-slider__slide,
.horizontal-slider__slide {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* swiper.css 強制上書き */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 30px) !important;
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px) !important;
}

.swiper-horizontal .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #751e0f !important;
  opacity: 0.7 !important;
}
/* ドットを四角に */
/* .swiper-horizontal .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 25px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 5px)) !important;
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 0%) !important;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
} */

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 15px) !important;
  left: var(--swiper-pagination-left, auto);
  top: 45% !important;
}

/* SP時の文字サイズ調整 */
@media (max-width: 599px) {
  .vertical-slider__slide {
    font-size: 16vw;
  }
}

/* プロローグ */
.prologue {
  padding: 70px 15px 10px;
}
.prologue h3 {
  color: var(--h3titleColor);
  font-family: var(--h3titleFont);
  font-size: var(--h3titleSize);
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.3rem;
}
.prologue .intoro {
  display: flex;
  max-width: 600px;
  padding: 0 5px;
  padding-bottom: 1.5rem;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #6d6d6d;
}
.prologue .intoro .thumb {
  max-width: 350px;
  width: 45%;
  /* height: 50vh; */
  /* aspect-ratio: 2 / 3; */
}
.prologue .intoro .thumb img {
  width: 100%;
  height: auto;
}
.prologue .intoro .comm {
  position: relative;
  width: 50%;
  font-size: 0.75rem;
  line-height: 1.3rem;
  padding-top: 3.8rem;
  padding-bottom: 3.5rem;
}
.prologue .intoro .comm .katagaki {
  position: absolute;
  top: 0;
  left: -3rem;
}
.prologue .intoro .comm .katagaki span {
  display: inline-block;
  color: white;
  line-height: 0;
  padding: 0.8rem 1rem;
  background-color: #75685c;
  border-radius: 15px;
}
.prologue .intoro .comm .katagaki span.line2 {
  margin-left: 0.7rem;
}

.prologue .name {
  font-size: 1.1rem;
  font-weight: bold;
}
/* .prologue .thumb {
  width: 65%;
  margin: auto;
  width: auto;
  height: 50vh;
  aspect-ratio: 2 / 3;
} */

.prologue .cont {
  max-width: 600px;
  font-size: 0.7rem;
  line-height: 1.2rem;
  padding: 20px 5px;
  margin: auto;
}
.prologue .cont p {
  margin-bottom: 1.5em !important;
}

/* ギャラリー */
.gallery {
  padding: 20px;
  padding-top: 70px;
}
.gallery .inner {
  position: relative;
}
.gallery h3 {
  color: var(--h3titleColor);
  font-family: var(--h3titleFont);
  font-size: var(--h3titleSize);
  line-height: 1;
  text-align: center;
  margin-bottom: 1.3rem;
}
.gallery ul.gl-ListThumb {
  position: relative;
  /* height: 75vh; */
  height: 72vh;
  color: #2a5da8;
  padding: 0;
  width: 100%;
  margin-top: 40px;
}
.gallery .gl-ListThumb li {
  position: absolute;
  list-style: none;
  letter-spacing: initial;
  width: 53%;
  /* width: 49%; */
  padding: 1.5%;
  transition: all 0.3s ease-out;
}
.gallery .gl-ListThumb li:hover {
  width: 70%;
  background-color: white;
  z-index: 20 !important;
}

.gallery .gl-ListThumb li:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery .gl-ListThumb li:nth-child(2) {
  top: 23%;
  right: 0;
  z-index: 2;
}
.gallery .gl-ListThumb li:nth-child(3) {
  bottom: 23%;
  left: 0;
  z-index: 3;
}
.gallery .gl-ListThumb li:nth-child(4) {
  bottom: 0;
  right: 0;
  z-index: 4;
}

.gallery .gl-ListThumb li .case {
  display: inline-block;
  position: absolute;
  font-family: var(--h3titleFont);
  font-size: 0.9rem;
  line-height: 0;
  padding: 0.8rem 1.8rem;
  top: -0.5rem;
  left: 0;
  background-color: white;
  border: 2px solid #2a5da8;
  border-radius: 30px;
  z-index: 1;
}
.gallery .gl-ListThumb li:nth-child(even) .case {
  left: initial;
  right: 0;
}

.gallery .gl-ListThumb li a {
  color: #2a5da8;
  display: block;
}

.gallery ul li a .imgBox {
  position: relative;
}
.gallery ul li a .imgBox::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  left: -8px;
  bottom: -6px;
  background-image: url(../../images/top/plus_gallery.png);
  background-size: cover;
  z-index: 1;
}
.gallery ul li:nth-child(even) a .imgBox::after {
  left: initial;
  right: -8px;
}

.gallery .gl-ListThumb li a img {
  display: block;
  width: 100%;
  height: auto;
  /* transition: all 0.3s ease-out; */
  border: 2px solid #2a5da8;
}
.gallery .gl-ListThumb li a:hover img {
  opacity: 1;
}
.gallery .gl-ListThumb li a .title {
  display: block;
  font-size: 0.65rem;
  line-height: 1.2rem;
  padding-top: 0.3rem;
}
.gallery .gl-ListThumb li:nth-child(even) a .title {
  text-align: right;
}
.gallery .gl-ListThumb li a .title strong {
  display: inline-block;
  font-size: 0.65rem;
  line-height: 1rem;
}
/* .gallery .gl-ListThumb li a:hover .title {
  color: #303030;
} */

/* プライス */
.price {
  padding: 20px;
  padding-top: 70px;
}
.price h3 {
  color: var(--h3titleColor);
  font-family: var(--h3titleFont);
  font-size: var(--h3titleSize);
  line-height: 1;
  text-align: center;
  margin-bottom: 1.3rem;
}
.price .comm {
  max-width: 600px;
  font-size: 0.7rem;
  line-height: 1.3rem;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
.price ul {
  position: relative;
  /* height: 60vh; */
  color: #6e685b;
  padding: 0;
  width: 100%;
  /* 以下、見出し下コメントをコメントアウトした場合 */
  height: 72vh;
  margin-top: 40px;
}
.price ul li {
  position: absolute;
  list-style: none;
  letter-spacing: initial;
  width: 53%;
  padding: 1.5%;
  transition: all 0.3s ease-out;
}
.price ul li:hover {
  width: 70%;
  background-color: white;
  z-index: 20 !important;
}

.price ul li:nth-child(1) {
  top: 0;
  left: 0;
  z-index: 1;
}
.price ul li:nth-child(2) {
  top: 23%;
  right: 0;
  z-index: 2;
}
.price ul li:nth-child(3) {
  bottom: 23%;
  left: 0;
  z-index: 3;
}
.price ul li:nth-child(4) {
  bottom: 0;
  right: 0;
  z-index: 4;
}

.price ul li .case {
  display: inline-block;
  position: absolute;
  font-family: var(--h3titleFont);
  font-size: 0.9rem;
  line-height: 0;
  padding: 0.8rem 1.8rem;
  top: -0.5rem;
  left: 0;
  background-color: white;
  border: 2px solid #6e685b;
  border-radius: 30px;
  z-index: 1;
}
.price ul li:nth-child(even) .case {
  left: initial;
  right: 0;
}

.price ul li a {
  color: #6e685b;
  display: block;
}
.price ul li a .imgBox {
  position: relative;
}
.price ul li a .imgBox::after {
  position: absolute;
  width: 25px;
  height: 25px;
  content: "";
  left: -8px;
  bottom: -6px;
  background-image: url(../../images/top/plus_price.png);
  background-size: cover;
  z-index: 1;
}
.price ul li:nth-child(even) a .imgBox::after {
  left: initial;
  right: -8px;
}

.price ul li a img {
  display: block;
  width: 100%;
  height: auto;
  /* transition: all 0.3s ease-out; */
  border: 2px solid #6e685b;
}
.price ul li a:hover img {
  opacity: 1;
}
.price ul li a .title {
  display: block;
  font-size: 0.65rem;
  line-height: 1.2rem;
  text-align: left;
  padding-top: 0.3rem;
}
.price ul li:nth-child(even) a .title {
  text-align: right;
}
.price ul li a .title strong {
  display: inline-block;
  font-size: 0.7rem;
  line-height: 1rem;
}

/* youtube */

.voice {
  padding: 20px;
  padding-top: 70px;
}
.voice h3 {
  color: var(--h3titleColor);
  font-family: var(--h3titleFont);
  font-size: var(--h3titleSize);
  line-height: 1;
  text-align: center;
  margin-bottom: 1.3rem;
}
.voice .comm {
  /* max-width: 80%; */
  font-size: 0.75rem;
  line-height: 1.3rem;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
.youtube {
  position: relative;
  /* width: 70%;
  height: auto; */
  width: auto;
  height: 45vh;
  /* padding-top: 125%; */
  aspect-ratio: 9 / 16;
  margin: auto;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.voice .cont {
  max-width: 600px;
  font-size: 0.7rem;
  line-height: 1.3rem;
  padding: 10px;
  margin: auto;
}
.voice .cont h4 {
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin-bottom: 0.7rem;
}
.voice .voiceTab {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.voice .voiceTab a {
  display: block;
  color: white;
  font-size: 0.9rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  line-height: 1;
  letter-spacing: 0.2rem;
  padding: 25px 10px;
  background-color: #1a1a1a;
  border-radius: 0 10px 10px 0;
}

.yt_fukidashi {
  font-size: 0.75rem;
  line-height: 1.2rem;
}

.balloon2-top {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  /* color: #555;
  font-size: 16px; */
  background: #fff;
  border: solid 1px #555;
  box-sizing: border-box;
  border-radius: 3px;
}
/* .balloon2-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #fff;
  z-index: 2;
} */
/* .balloon2-top:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
} */
.balloon2-top p {
  margin: 0;
  padding: 0;
}

/* 4-1　コンタクト */
#sl4-1 .inner {
  padding-top: 70px;
}
#sl4-1 .inner h3 {
  color: var(--h3titleColor);
  font-family: var(--h3titleFont);
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3rem;
  margin-bottom: 1rem;
}
#sl4-1 .inner h3 .sub {
  font-size: 0.85rem;
  font-weight: normal;
}
#sl4-1 .inner .thumb {
  position: relative;
  width: 100%;
  height: 55vh;
  margin: auto;
  margin-bottom: 1.5rem;
  background-image: url(../../images/top/4-1.jpg);
  background-size: cover;
}
#sl4-1 .inner .thumb .box {
  position: absolute;
  width: 90%;
  max-width: 500px;
  font-size: 0.65rem;
  line-height: 1.2rem;
  line-break: anywhere;
  padding: 2rem 100px 2rem 1rem;
  bottom: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #46443a;
  border-radius: 30px;
}
#sl4-1 .inner .thumb .capt {
  position: absolute;
  width: 80px;
  height: auto;
  top: -55px;
  right: 10px;
}

#sl4-1 .inner .box .LINE_url {
  position: absolute;
  display: block;
  color: #49473e;
  font-size: 14px;
  line-height: 0;
  font-weight: bold;
  white-space: nowrap;
  padding: 1rem 1rem 0.7rem;
  background-color: #e3e2d8;
  border: 1px solid #46443a;
  border-radius: 20px;
  bottom: -1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#sl4-1 .inner .box .LINE_url:hover {
  color: white;
  background-color: #202020;
}
#sl4-1 .inner .box .LINE_url .ico_LINE {
  display: inline-block;
  width: 25px;
  height: auto;
  margin-top: -5px;
  vertical-align: middle;
}

#sl4-1 .QR {
  width: 35%;
  max-width: 160px;
  float: left;
  margin: 0 10px 10px 0;
}
#sl4-1 .QR img {
  width: 100%;
  height: auto;
}

/* フィーチャー */
.feature {
}
.feature .inner h3 {
  color: var(--h3titleColor);
  font-family: var(--h3titleFont);
  font-size: var(--h3titleSize);
  line-height: 1;
  text-align: center;
  margin-bottom: 1.2rem;
}
.feature .inner .comm {
  color: var(--h3titleColor);
  /* font-family: "Ranchers", sans-serif; */
  font-family: "sanariB";
  font-weight: 800;
  font-style: normal;
  font-size: 0.75rem;
  line-height: 1.2rem;
  text-align: center;
  margin: auto;
  margin-bottom: 1rem;
}
.feature .inner {
  padding-top: 70px;
}

.featureBox {
  display: flex;
  margin-right: 25px;
}
.featureBox.rev {
  flex-direction: row-reverse;
  margin-right: initial;
}
.featureBox .col {
  position: relative;
}

.featureBox .cont {
  padding: 1rem;
}
.featureBox .cont img {
  border-radius: 3px;
}
/* ボックスの画像 */

.padd_r {
  padding-right: 70px;
}
.featureBox .img01 {
  position: absolute;
  width: 75% !important;
  top: -50px;
  right: -10px;
  border: 2px solid #908b3d;
}

/* マスク画像 */
.img_2-1 {
  position: absolute;
  width: 100px !important;
  top: -40px;
  right: -50px;
  /* マスク設定 */
  mask-image: url("../../images/top/mask_img2-1.png"); /*マスク用画像*/
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../../images/top/mask_img2-1.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% 100%;
}
.img_2-2 {
  position: absolute;
  width: 100px !important;
  bottom: -60px;
  left: -10px;
  /* マスク設定 */
  mask-image: url("../../images/top/mask_img2-2.png"); /*マスク用画像*/
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../../images/top/mask_img2-2.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 100% 100%;
}

.featureBox .cont .waku {
  color: white;
  font-size: 0.7rem;
  line-height: 1.1rem;
  padding: 1.2rem;
}
.featureBox .cont .waku p:last-child {
  margin-bottom: 0;
}

.featureBox .cont .waku.pt01 {
  position: relative;
  padding-top: 110px;
  margin-top: 40px;
  background-color: #908b3d;
  border-radius: 30px;
}
.featureBox .cont .waku.pt02 {
  position: relative;
  background-color: #379a9b;
  padding: 2.5rem 1.2rem;
  margin-top: 20px;
  border-radius: 30px;
}
.featureBox .cont .waku.pt03 {
  position: relative;
  padding-bottom: 65px;
  background-color: #c9846b;
  border-radius: 30px;
}
.featureBox .cont .waku.pt04 {
  background-color: #1a8766;
  border-radius: 100%;
}

/* マスク輪郭にボーダー付けられないためコメアウト */
/* .pt02 img {
  border: 2px solid #379a9b;
} */

.img3 {
  position: absolute;
  width: 70% !important;
  left: -50px;
  bottom: -75px;
  border: 2px solid #c9846b;
}
.t_imw {
  position: absolute;
  width: 100px !important;
  height: auto;
  right: 15px;
  bottom: -70px;
}

.pt04 img {
  display: block;
  width: 75% !important;
  margin: auto;
  border: 3px solid #1a8766;
}

/* タブ */
.featureBox .tab {
  width: 70px;
  font-family: "Ranchers", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.featureBox .tab .tabWrapper {
  text-align: center;
  padding: 0.5rem;
  border-width: 3px;
  border-style: solid;
  border-radius: 0 20px 20px 0;
}
/* .featureBox.rev .tab .tabWrapper {
  border-left: 3px;
  border-right: 0;
  border-radius: 20px 0 0 20px;
} */

.featureBox .tab.pt01 .tabWrapper {
  color: #908b3d;
  border-color: #908b3d;
  border-left: 0;
}
.featureBox .tab.pt02 .tabWrapper {
  color: #379a9b;
  margin-top: 200px;
  border-color: #379a9b;
  border-right: 0;
  border-radius: 20px 0 0 20px;
}
.featureBox .tab.pt03 .tabWrapper {
  color: #c9846b;
  border-color: #c9846b;
  border-left: 0;
}
.featureBox .tab.pt04 .tabWrapper {
  color: #1a8766;
  border-color: #1a8766;
  border-right: 0;
  border-radius: 20px 0 0 20px;
}

.featureBox .tab .tabHead {
  font-size: 0.7rem;
  line-height: 1;

  margin-bottom: 0.5rem;
}
.featureBox .tab .tabNo {
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 0;
  margin-bottom: 0.5rem;
  border-width: 2px;
  border-style: solid;
  border-left: 0;
  border-right: 0;
}
/* .featureBox .tab.pt01 .tabNo {
  border-color: #908b3d;
}
.featureBox .tab.pt02 .tabNo {
  border-color: #379a9b;
} */

.featureBox .tab .tabTitle {
  display: inline-block;
  text-align: left;
  margin: auto;
  font-size: 0.8rem;
  line-height: 1.1rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.featureBox .tab {
}

/*------------------------------SP用------------------------------*/
@media screen and (max-width: 959px) {
  /* .price ul li {
    position: relative;
    list-style: none;
    width: 48%;
    text-align: center;
    padding: 10px;
    margin: 1%;
    border: 1px solid #484848;
    background-color: white;
  }
  .price ul li a .sub {
    font-size: 0.6rem;
    letter-spacing: initial;
    padding: 5px 0;
  }
  .price ul li a .sub strong {
    font-size: 0.75rem;
  } */
}

/*------------------------------ PC ------------------------------*/
@media screen and (min-width: 640px) {
  /* #sl4-1 .inner .thumb {
    width: 35%;
  } */
}

/*------------------------------Tab用------------------------------*/
@media screen and (min-width: 441px) and (max-width: 959px) {
}
