@charset "UTF-8";

:root {
  --color-Background-Secondary: #fff8f3;
  --color-Text-Accent: #eb5c33;
  --color-Text-Usually: #fefefe;
}

.heigt-auto{
  height: auto !important;
}

.fv-btn::before {
  content: "＼【売上最大化】3分でわかる／";
  display: block;
  margin-bottom: 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .fv-btn::before {
    font-size: calc(15vw / 1400 * 100);
  }
}

@media (max-width: 780px) {
  .fv-btn::before {
    color: #fff;
    font-size: calc(15vw / 390 * 100);
  }
}

.fv-btn {
  position: relative; /* 吹き出しの絶対位置の基準にする */
}

.fv-main-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.fv-main-list li {
  background-image: url("/tanomu/ad/img/bg_check.svg");
  background-repeat: no-repeat;
  padding-left: 34px;
  background-position: center left;
  font-size: 18px;
  color: #ed5923;
  font-weight: bold;
}

/*---------------------------------
    cta top
------------------------------------*/

.uv .cta_btn{
  max-width: 425px;
}

.cta_btn {
  width: 100%;
  margin: 0 auto;
  border-radius: 9999px;
  text-align: center;
  transform: translate(0, 0);
  transition: 0.3s;
}

.cta_btn a {
  width: 100%;
  height: 100%;
  padding: 20px 0;
  display: inline-block;
}

.fv_contents {
  position: initial;
  height: 390px;
  align-items: baseline;
}

.fv .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 473px;
}

.fv-sp {
    display: none;
}

@media (max-width: 1260px) {
  .fv .inner {
    width: calc(1260vw / 1260 * 100);
  }
  .fv-btn::before{
    font-size: 13px;
  }
}

@media (max-width: 1265px) {
    #slick-slide{
      width: 100%;
    }
    h1 .fv-sub-txt{
      font-size: 20px;
    }
    h1 .fv-sub-txt{
      font-size: 16px;
    }
}
@media (max-width: 768px) {
  .uv .cta_btn{
    max-width: none;
    padding: 0 20px;
  }
  .fv-btn-area {
    position: absolute;
    top: calc(1175vw / 750 * 100);
    left: 0;
    width: 100%;
    right: auto;
    margin-top: 0;
    z-index: 2;
  }
  .fv {
    display: none;
  }
  .fv-sp {
    display: block;
    height: calc(2060vw / 1400 * 100);
    background-position: bottom -290px center;
    background-size: auto;
    background-image: url(/tanomu/assets/images/sp/fv_bg.jpg);
    margin-top: 32px;
  }
  .fv .inner{
    display: block;
    height: 100%;
  }
  .fv .inner::before{
    content: none;
  }
  .fv-sp .btn-effects{
/*    height: auto;*/
    height: 60px;
    max-height: 80px;
  }
  .fv-btn{
    cursor: default;
  }
  .fv-btn:hover{
    background-color: transparent;
  }
  .fv-main-list{
    font-size: 18px;
    gap: 4px;
    margin-block: 16px;
  }
  .fv-btn-area{
    top: unset;
    bottom: 64px;
  }
  .fv-sp .show-sp{
    margin: 0 auto;
    display: block;
  }
  .fv-sp .achievement_flex{
    gap: 4px;
  }
  .fv-sp h1 .fv-main-txt{
    font-size: 28px;
  }
  .fv-sp h1 .fv-sub-txt{
  margin: 1rem 0;
  width: 100%;
    font-size: 18px;
    text-align: left;
  }
  .fv-img{
    margin-top: 16px;
  }
  .achievement .show-pc{
    display: none;
  }
  .fv-btn {
    width: 100%;
  }
  .fv-btn-inner {
    margin: 0 auto;
    padding-left: calc(20vw / 390 * 100);
    width: calc(320vw / 390 * 100);
    height: calc(60vw / 390 * 100);
    font-size: calc(20vw / 390 * 100);
    filter: drop-shadow(calc(6vw / 750 * 100) calc(6vw / 750 * 100) calc(6vw / 750 * 100) rgba(0, 0, 0, 0.15));
  }
  .fv-btn-inner span {
      left: calc(15vw / 390 * 100);
      width: calc(35vw / 390 * 100);
      height: calc(35vw / 390 * 100);
      font-size: calc(10vw / 390 * 100);
  }
}

@media (max-width: 780px) {
  .uv .fv-btn-inner{
    font-size: calc(16vw / 390 * 100);
  }
}
@media (max-width: 780px) {
  .fv-sp {
    height: calc(2200vw / 1400 * 100);
    background-position: bottom -370px center;
  }
  .fv_contents{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .fv-sp{
    height: calc(2400vw / 1400 * 100);
  }
}

@media (max-width: 500px) {
  .fv-sp{
    height: calc(2950vw / 1400 * 100);
    background-position: bottom -350px center;
  }
}

@media (max-width: 450px) {
  .fv-sp {
    background-position: bottom -467px center;
  }
}
@media (max-width: 400px) {
    .fv-sp {
        height: calc(3050vw / 1400 * 100);
    }
}

@media (max-width: 340px) {
  .fv-sp{
    height: calc(3650vw / 1400 * 100);
    background-position: bottom -450px center;
  }
  .fv_contents{
    height: 490px;
  }
}

@media (max-width: 320px) {
  .fv-sp{
    height: calc(3850vw / 1400 * 100);
  }
}

h1 .fv-sub-txt {
  font-size: clamp(16px, 2vw, 22px);
}

h1 .fv-sub-txt span{
  color: #f56312;
}
/*
h1 .fv-main-txt {
  text-align: left;
  font-size: clamp(20px, 2.5vw, 36px);
  margin-block: 0 12px;
}*/
h1 .fv-main-txt {
/*  font-size: clamp(20px, 2.5vw, 36px);*/
  font-size: clamp(32px, 2vw, 42px);
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
  position: inherit;
}
h1 .fv-main-txt span {
  color: #06C755;
  font-weight: 700;
}

.fv-btn-area {
  margin-top: 32px;
}

#slick-slide {
  width: calc(640vw / 10);
  height: auto;
  max-width: 600px;
}
@media screen and (min-width:769px) and ( max-width:1200px) {
  #slick-slide {
    max-width: 500px;
  }
}

#slick-slide img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  #slick-slide {
    width: 90%;
    height: auto;
    max-width: 600px;
  }
}

.fv .about-example {
  margin-top: 0;
  width: 400px;
  margin-inline: auto;
}

.fv .about-example-box {
  padding: 0;
  flex-direction: column;
  border: none;
  position: relative;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-next {
  z-index: 1;
  top: initial;
  right: 325px;
  bottom: -36px;
}

.slick-prev {
  z-index: 1;
  top: initial;
  bottom: -36px;
  left: 325px;
}

.achievement {
  margin-block: 40px 30px;
}

.achievement_inner {
  max-width: 1020px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

.achievement_flex {
  justify-content: space-between;
}

.achievement_flex {
  display: flex;
  gap: 8px;
  padding: 0 20px;
}

.achievement-text {
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
}

.achievement-text span {
  color: #ff0000;
}

.function {
  background-color: #fff2ea;
  padding: 40px 20px 56px;
}

.big-head__bg {
  font-size: 96px !important;
  color: #ff9d00;
  opacity: 0.22;
}

.big-head__text {
  position: relative;
  top: 10px;
  font-size: 24px !important;
}

.big-head__text span {
  font-size: 36px;
}

.big-head__text .big-head__text_inner01 {
  font-size: 48px;
  color: #ff9d00;
}

.big-head__text .big-head__text_inner02 {
  font-size: 32px;
}

@media (max-width: 1100px) {
  #point .big-head__text{
    font-size: 20px !important;
    margin: 0 5px;
  }
  #point .big-head__text span {
    font-size: 28px;
  }
  #point .big-head__text .big-head__text_inner01 {
    font-size: 28px;
    color: #ff9d00;
  }
  #point .big-head__text .big-head__text_inner02 {
    font-size: 26px;
  }
}
.function_inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
}

.function_content h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ed5923;
}

.function_content h3::before {
  content: "●";
}

.function_content p {
  font-size: 18px;
  line-height: 1;
}

.function_list {
  display: grid;
  gap: 18px;
  flex: 1;
  padding-block: 36px;
  padding-inline: 70px 83px;
  border: dashed #ed5923;
  border-width: 1px 0 1px 1px;
  background-color: #ffffff;
  border-radius: 39px 0 0 39px;
}

.function_sp{
  display: none;
}

@media (max-width: 1100px) {
  .function_list{
    padding-inline: 32px 20px;
  }
}

@media (max-width: 1000px) {
  .function_content h3 {
    font-size: 18px;
  }
  .function_content p {
    font-size: 16px;
  }
}

@media (max-width: 860px) {
  .big-head__bg{
    font-size: 42px !important;
  }

  .function_inner{
    display: block;
  }
  .function_list{
    border-width: 1px 1px 0 1px;
    border-radius: 39px 39px 0 0;
  }
  .function_pc{
    display: none;
  }
  .function_sp{
    display: block;
  }
  .function_inner {
    max-width: 516px;
  }
}
@media (max-width: 768px) {
  .function .big-head__text span{
    font-size: 24px;
  }
}

/* point */
.point {
  padding: 50px 0 90px;
}

.point .big-head {
  padding-bottom: 30px;
}

.point .big-head__text {
  top: 40px;
}

.point .inner {
  width: 1100px;
}

.point-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.point-box + .point-box {
  margin-top: 56px;
}

.point-box:nth-child(even) {
  flex-direction: row-reverse;
}

.point-box-bubble {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #ed582d;
  height: 49px;
  padding: 0 20px;
  transform: translateX(22px);
}

.point-box-bubble::before,
.point-box-bubble::after {
  content: "";
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  width: 17px;
  height: 49px;
}

.point-box-bubble::before {
  background-image: url("/web/jp/asp/seller/images/tanomu/pc/operation_bubble_left.png");
  left: -16px;
}

.point-box-bubble::after {
  background-image: url("/web/jp/asp/seller/images/tanomu/pc/operation_bubble_right.png");
  right: -16px;
}

.point-box-bubble-inner {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.point-box-bubble-inner::after {
  content: "";
  display: block;
  background-image: url("/web/jp/asp/seller/images/tanomu/pc/operation_bubble_bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  width: 17px;
  height: 9px;
  margin: 0 auto;
}

.point-box-head {
  font-size: 32px;
  font-weight: bold;
  margin-top: 25px;
  line-height: 1.4;
}

.point-box-txt {
  font-size: 16px;
  width: 480px;
  margin-top: 17px;
  line-height: 1.7;
}

.point-box-img-area {
  position: relative;
  width: 500px;
  height: 256px;
}

.point-box-img {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.point-box-img img {
  max-width: fit-content;
}

.point-box-img-area::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background-color: #fff2ea;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}

@media (max-width: 1200px) {
  .point {
    padding: calc(100vw / 1200 * 100) 0 calc(60vw / 1200 * 100);
  }

  .point .inner {
    width: calc(1100vw / 1200 * 100);
  }

  .point-box + .point-box {
    margin-top: calc(110vw / 1200 * 100);
  }

  .point-box-bubble {
    height: calc(49vw / 1200 * 100);
    padding: 0 calc(20vw / 1200 * 100);
    transform: translateX(calc(22vw / 1200 * 100));
  }

  .point-box-bubble::before,
  .point-box-bubble::after {
    width: calc(17vw / 1200 * 100);
    height: calc(49vw / 1200 * 100);
  }

  .point-box-bubble::before {
    left: calc(-16vw / 1200 * 100);
  }

  .point-box-bubble::after {
    right: calc(-16vw / 1200 * 100);
  }

  .point-box-bubble-inner {
    font-size: calc(26vw / 1200 * 100);
  }

  .point-box-bubble-inner::after {
    bottom: calc(-13vw / 1200 * 100);
    width: calc(17vw / 1200 * 100);
    height: calc(9vw / 1200 * 100);
  }

  .point-box-head {
    font-size: calc(42vw / 1200 * 100);
    margin-top: calc(25vw / 1200 * 100);
  }

  .point-box-txt {
    font-size: calc(16vw / 1200 * 100);
    width: calc(380vw / 1200 * 100);
    margin-top: calc(17vw / 1200 * 100);
  }

  .point-box-img-area {
    width: calc(500vw / 1200 * 100);
  }

  .point-box:nth-child(even) .point-box-txt-area {
    width: calc(480vw / 1200 * 100);
  }
}

@media (max-width: 750px) {
  .point{
    padding-bottom: 64px;
  }

  .point .inner {
    width: 100%;
  }

  .point-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .point-box + .point-box {
    margin-top: 40px;
  }

  .point-box:nth-child(even) {
    flex-direction: column-reverse;
  }

  .point-box:nth-child(even) .point-box-txt-area {
    width: calc(660vw / 750 * 100);
  }

  .point-box-txt-area {
    padding-left: 0;
    width: calc(660vw / 750 * 100);
    margin: 0 auto;
  }

  .point-box-bubble {
    height: 43px;
    padding: 0 calc(20vw / 750 * 100);
    transform: translateX(calc(22vw / 750 * 100));
  }

  .point-box-bubble::before,
  .point-box-bubble::after {
    width: 30px;
    height: 43px;
    background-size: 16px;
  }

  .point-box-bubble::before {
    left: -14px;
  }

  .point-box-bubble::after {
    right: -29px;
  }

  .point-box-bubble-inner {
    font-size: 21px;
  }

  .point-box-bubble-inner::after {
    display: block;
    bottom: calc(-16vw / 750 * 100);
    width: calc(22vw / 750 * 100);
    height: calc(11vw / 750 * 100);
  }

  .point-box-head {
    font-size: 21px;
    margin-top: calc(25vw / 750 * 100);
  }

  .point-box-txt {
    font-size: 16px;
    width: 100%;
    margin-top: calc(25vw / 750 * 100);
  }

  .point-box-img-area {
    width: calc(660vw / 750 * 100);
    margin: 0 auto 16px;
  }

  .point-box-img-area::after {
    width: calc(660vw / 750 * 100);
    margin: 0 auto;
  }
}

/* cta */
.column_wrap {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 120px;
}

.cta_request_materials {
  background: url(/tanomu/assets/images/bihin/cta_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}

.cta_request_materials .column_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cta_request_materials .cta_left {
  width: 50%;
}

.cta_request_materials .cta_right {
  width: 47%;
}

.cta_request_materials .cta_left img {
  width: 100%;
}

.cta_request_materials h2 {
  color: var(--color-Text-Usually);
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}

.speechBubble {
  position: relative;
  width: 60%;
  margin: 10px auto;
  padding: 5px;
  border-radius: 9999px;
  background-color: var(--color-Text-Usually);
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--color-Text-Accent);
}

.speechBubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #fefefe transparent transparent;
  translate: -50% 100%;
}

.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 11.4px 7.6px 0 7.6px;
  border-color: #fefefe transparent transparent;
  translate: -50% 100%;
}

.cta_request_materials ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.cta_request_materials ul li {
  width: 31%;
  background: var(--color-Background-Secondary);
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
}

.pc_br {
  display: block;
}


.cta_request_materials .cta_btn {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1350px) {
  .speechBubble {
    font-size: 2.2vw;
  }

  .cta_request_materials h2 {
    font-size: 4vw;
  }

  .cta_request_materials ul li {
    font-size: 1.45vw;
  }

  .cta_request_materials .cta_btn {
    padding: 0.8rem 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 750px) {
  .cta_request_materials .column_wrap,
  .cta_request_materials ul {
    flex-direction: column;
  }

  .cta_request_materials .cta_left {
    width: 100%;
    order: 2;
  }

  .cta_request_materials .cta_right {
    width: 100%;
    order: 1;
    margin-bottom: 60px;
  }

  .speechBubble {
    font-size: 5vw;
  }

  .cta_request_materials h2 {
    font-size: 9vw;
    margin-bottom: 3rem;
  }

  .cta_request_materials ul {
    width: 100%;
    gap: 15px;
  }

  .cta_request_materials ul li {
    width: 100%;
    font-size: 4vw;
    padding: 20px 0;
  }

  .cta_request_materials a.cta_btn {
    margin-top: 3rem;
  }

  .pc_br {
    display: inline;
  }

  .cta_btn{
    max-width: none;
  }

  .uv .fv-cta{
    margin: 0 5%;
  }
}

@media (max-width: 1350px) {
  .column_wrap {
    max-width: 100%;
    padding: 80px 5%;
  }
}

/* uv */
.uv {
  background-color: #fff2ea;
  padding: 90px 0 64px;
}

.uv .inner {
  margin-bottom: 32px;
}

.uv-box {
  margin-top: 55px;
}

.uv-box-tab-list {
  display: flex;
  justify-content: space-between;
}

.uv-box-tab {
  width: 460px;
  height: 66px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  border-bottom: 2px solid #fff;
  border-radius: 10px 10px 0 0;
  box-sizing: border-box;
  cursor: pointer;
}

.uv-box-tab.active {
  border-bottom: none;
}

.uv-box-tab-seller {
  background-color: #ed5923;
}

.uv-box-tab-buyer {
  background-color: #f28b46;
}

.uv-box-cnt-area {
  position: relative;
  display: none;
  overflow-x: hidden;
}

.uv-box-cnt-area.active {
  display: block;
}

.uv-box-cnt-area-seller {
  background-color: #ed5923;
}

.uv-box-cnt-area-buyer {
  background-color: #f28b46;
}

.uv-box-slide-area {
  width: 683px;
  margin: 0 auto;
  padding: 60px 0;
}

.uv-box-slide {
  background-color: #fff;
  width: 683px;
  height: 412px;
  padding: 30px 30px;
  border-radius: 10px;
  transition: all 0.5s;
}

.uv-box-slide.swiper-slide-active,
.uv-box-slide.swiper-slide-duplicate-active {
  transform: translateY(-20px);
}

.uv-box-slide-head-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.uv-box-slide-head-txt-area {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 130px;
}

.uv-box-slide-head-txt-area::after {
  content: "";
  display: block;
  background-color: #ffbd99;
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
}

.uv-box-slide-head {
  font-size: 24px;
  font-weight: bold;
  color: #ed582d;
}

.uv-box-slide-head-category {
  font-size: 16px;
}

.uv-box-slide-head-name {
  font-size: 18px;
  font-weight: bold;
}

.uv-box-slide-txt {
  font-size: 16px;
  margin-top: 40px;
  line-height: 1.8;
}

.uv-box-slide-pagination.swiper-pagination {
  width: 100px;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 22px;
}

.uv-box-slide-prev,
.uv-box-slide-next {
  bottom: 42px;
}

.uv-box-slide-prev {
  left: 407px;
}

.uv-box-slide-next {
  right: 407px;
}

@media (max-width: 1200px) {
  .uv {
    padding: calc(90vw / 1200 * 100) 0 calc(110vw / 1200 * 100);
  }

  .uv-box {
    margin-top: calc(55vw / 1200 * 100);
  }

  .uv-box-tab {
    width: calc(460vw / 1200 * 100);
    height: calc(66vw / 1200 * 100);
    font-size: calc(26vw / 1200 * 100);
    padding-top: calc(10vw / 1200 * 100);
    border-bottom: calc(2vw / 1200 * 100) solid #fff;
    border-radius: calc(10vw / 1200 * 100) calc(10vw / 1200 * 100) 0 0;
  }

  .uv-box-slide-area {
    width: calc(683vw / 1200 * 100);
    padding: calc(60vw / 1200 * 100) 0;
  }

  .uv-box-slide {
    width: calc(683vw / 1200 * 100);
    height: calc(412vw / 1200 * 100);
    padding: calc(30vw / 1200 * 100) calc(30vw / 1200 * 100);
    border-radius: calc(10vw / 1200 * 100);
  }

  .uv-box-slide.swiper-slide-active,
  .uv-box-slide.swiper-slide-duplicate-active {
    transform: translateY(calc(-20vw / 1200 * 100));
  }

  .uv-box-slide-head-txt-area {
    width: calc(400vw / 1200 * 100);
    height: calc(130vw / 1200 * 100);
  }

  .uv-box-slide-head-txt-area::after {
    bottom: calc(-13vw / 1200 * 100);
    height: calc(2vw / 1200 * 100);
  }

  .uv-box-slide-head {
    font-size: calc(24vw / 1200 * 100);
  }

  .uv-box-slide-head-category {
    font-size: calc(16vw / 1200 * 100);
  }

  .uv-box-slide-head-name {
    font-size: calc(18vw / 1200 * 100);
  }

  .uv-box-slide-txt {
    font-size: calc(16vw / 1200 * 100);
    margin-top: calc(40vw / 1200 * 100);
  }

  .uv-box-slide-pagination.swiper-pagination {
    width: calc(100vw / 1200 * 100);
    bottom: calc(35vw / 1200 * 100);
  }

  .uv-box-slide-prev,
  .uv-box-slide-next {
    bottom: calc(42vw / 1200 * 100);
  }

  .uv-box-slide-prev {
    left: calc(407vw / 1200 * 100);
  }

  .uv-box-slide-next {
    right: calc(407vw / 1200 * 100);
  }
}

@media (max-width: 750px) {
  .uv {
    padding: calc(110vw / 750 * 100) 0 calc(125vw / 750 * 100);
  }

  .uv .inner {
    width: 100%;
  }

  .uv-box {
    margin-top: calc(60vw / 750 * 100);
  }

  .uv-box-tab {
    width: calc(370vw / 750 * 100);
    height: calc(100vw / 750 * 100);
    font-size: calc(30vw / 750 * 100);
    padding-top: calc(26vw / 750 * 100);
    border-bottom: calc(2vw / 750 * 100) solid #fff;
    border-radius: calc(10vw / 750 * 100) calc(10vw / 750 * 100) 0 0;
  }

  .uv-box-slide-area {
    width: calc(532vw / 750 * 100);
    padding: calc(110vw / 750 * 100) 0 calc(180vw / 750 * 100);
  }

  .uv-box-slide {
    width: calc(683vw / 750 * 100);
    height: auto;
    padding: calc(45vw / 750 * 100) calc(45vw / 750 * 100);
    border-radius: calc(10vw / 750 * 100);
  }

  .uv-box-slide.swiper-slide-active,
  .uv-box-slide.swiper-slide-duplicate-active {
    transform: scale(1.1);
  }

  .uv-box-slide-head-area {
    flex-direction: column-reverse;
  }

  .uv-box-slide-head-txt-area {
    width: 100%;
    min-height: calc(190vw / 750 * 100);
    height: auto;
    margin-top: calc(10vw / 750 * 100);
  }

  .uv-box-slide-head-txt-area::after {
    bottom: calc(-20vw / 750 * 100);
    height: calc(2vw / 750 * 100);
  }

  .uv-box-slide-head {
    font-size: calc(32vw / 750 * 100);
  }

  .uv-box-slide-head-category {
    font-size: calc(26vw / 750 * 100);
    font-weight: bold;
  }

  .uv-box-slide-head-name {
    font-size: calc(36vw / 750 * 100);
  }

  .uv-box-slide-txt {
    font-size: calc(26vw / 750 * 100);
    margin-top: calc(40vw / 750 * 100);
    line-height: 1.6;
  }

  .simplebar-track {
    right: calc(-20vw / 750 * 100);
  }

  .simplebar-scrollbar::before {
    border-radius: calc(4vw / 750 * 100);
    width: calc(4vw / 750 * 100);
    margin-left: calc(5vw / 750 * 100);
  }

  .uv-box-slide-pagination.swiper-pagination {
    width: calc(150vw / 750 * 100);
    bottom: calc(60vw / 750 * 100);
  }

  .uv-box-slide-prev,
  .uv-box-slide-next {
    bottom: calc(68vw / 750 * 100);
  }

  .uv-box-slide-prev {
    left: calc(252vw / 750 * 100);
  }

  .uv-box-slide-next {
    right: calc(252vw / 750 * 100);
  }
}

@media (max-width: 768px) {
  .fv .about-example {
    width: 90%;
  }

  .slick-next {
    right: -10px;
  }

  .slick-prev {
    left: -10px;
  }

  .slick-slide {
    margin-top: 120px;
  }
}

.common-btn {
  border: 2px solid transparent;
}

.common-btn:hover {
  background: transparent;
  border: 2px solid transparent;
  opacity: 0.7;
}

.common-btn-inner:hover:after {
  right: 25px;
  transform: rotate(45deg);
}

.common-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #e87f45;
  background: linear-gradient(
    to top,
    rgba(232, 127, 69, 1) 0%,
    rgba(239, 145, 82, 1) 100%
  );
  border-radius: 4px;
  filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.15));
  transition: all 0.3s;
}

.common-btn-inner::after {
  border-top-color: #fff;
  border-right-color: #fff;
}

@media (max-width: 768px) {
  .common-btn-inner::after {
    width: calc(8vw / 390 * 100);
    height: calc(8vw / 390 * 100);
    margin-top: calc(0vw / 390 * 100);
    border-top: calc(3vw / 390 * 100) solid #fff;
    border-right: calc(3vw / 390 * 100) solid #fff;
  }
}

@media (max-width: 550px) {
  .uv-box-slide-pagination.swiper-pagination {
      bottom: calc(53vw / 750 * 100);
  }
}

@media (max-width: 450px) {
  .uv-box-slide-pagination.swiper-pagination {
      bottom: calc(50vw / 750 * 100);
  }
}

/*
.header-nav-btn {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 205px;
  height: 35px;
  font-size: 13px;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #0abe62;
}

.header-nav-btn::before {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 10px;
  background: #07dd7c;
  background: linear-gradient(
    to bottom,
    rgba(7, 221, 124, 1) 0%,
    rgba(11, 188, 96, 1) 100%
  );
  transition: all 0.3s;
}

.header-nav-btn::after {
  content: "";
  display: block;
  width: 19px;
  height: 11px;
  background-image: url("/tanomu/assets/images/icon_arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
}

.header-nav-btn:hover .header-nav-btn-inner {
  color: #0abe62;
}

.header-nav-btn:hover::before {
  opacity: 0;
}

.header-nav-btn:hover::after {
  background-image: url("/tanomu/assets/images/icon_arrow_down_h.svg");
  transform: translateY(25%);
}

.header-nav-btn-inner {
  width: auto;
}

@media (max-width: 1400px) {
  .header-nav-btn {
    width: calc(205vw / 1400 * 100);
    height: calc(35vw / 1400 * 100);
    border-radius: calc(10vw / 1400 * 100);
    border: calc(2vw / 1400 * 100) solid #0abe62;
    font-size: calc(13vw / 1400 * 100);
  }

  .header-nav-btn::after {
    width: calc(19vw / 1400 * 100);
    height: calc(11vw / 1400 * 100);
  }

  .header-nav-btn::before {
    top: calc(-2vw / 1400 * 100);
    left: calc(-2vw / 1400 * 100);
    width: calc(100% + (4vw / 1400 * 100));
    height: calc(100% + (4vw / 1400 * 100));
  }

  .header-nav-btn-inner {
    font-size: calc(13vw / 1400 * 100);
  }
}
*/

/* swiper */
.swiper-slide {
  cursor: pointer;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: transparent;
  vertical-align: middle;
  border: 2px solid #fff;
  opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background-color: #fff;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  width: 12px;
  height: 12px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}

.swiper-button-prev::after {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
}

.swiper-button-next::after {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media (max-width: 1200px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: calc(10vw / 1200 * 100);
    height: calc(10vw / 1200 * 100);
    margin: 0 calc(5vw / 1200 * 100);
    border: calc(2vw / 1200 * 100) solid #fff;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: calc(12vw / 1200 * 100);
    height: calc(12vw / 1200 * 100);
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: calc(12vw / 1200 * 100);
    height: calc(12vw / 1200 * 100);
  }

  .swiper-button-prev::after {
    border-bottom: calc(3vw / 1200 * 100) solid #fff;
    border-left: calc(3vw / 1200 * 100) solid #fff;
  }

  .swiper-button-next::after {
    border-top: calc(3vw / 1200 * 100) solid #fff;
    border-right: calc(3vw / 1200 * 100) solid #fff;
  }
}

@media (max-width: 750px) {
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    width: calc(20vw / 750 * 100);
    height: calc(20vw / 750 * 100);
    margin: 0 calc(5vw / 750 * 100);
    border: calc(2vw / 750 * 100) solid #fff;
  }

  .swiper-button-prev,
  .swiper-button-next {
    width: calc(12vw / 750 * 100);
    height: calc(12vw / 750 * 100);
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    width: calc(22vw / 750 * 100);
    height: calc(22vw / 750 * 100);
  }

  .swiper-button-prev::after {
    border-bottom: calc(5vw / 750 * 100) solid #fff;
    border-left: calc(5vw / 750 * 100) solid #fff;
  }

  .swiper-button-next::after {
    border-top: calc(5vw / 750 * 100) solid #fff;
    border-right: calc(5vw / 750 * 100) solid #fff;
  }
}

/* price */
.price {
  padding: 50px 20px 90px;
}

.price_image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.price_image img {
  max-width: fit-content;
}

.price_text {
  max-width: 950px;
  font-size: 24px;
  margin: 32px auto 0;
  text-align: center;
}

.price_textbold {
  font-size: 32px;
  font-weight: bold;
}

.price_textred {
  color: #ed5923;
}

.price_text .price_inner_text01 {
  font-size: 32px;
}

.price_sp{
  display: none;
}

@media (max-width: 800px) {
  .price .big-head{
    margin-bottom: 30px !important;
  }

  .price_inner{
    display: flex;
    flex-direction: column-reverse;
    padding: 0 16px;
  }

  .price_text{
    font-size: 14px;
    width: 330px;
    margin-bottom: 16px;
  }

  .price_textbold, .price_text .price_inner_text01{
    font-size: 18px;
  }

  .price_sp{
    display: block;
  }

  .price_pc{
    display: none;
  }

  .price_image{
    width: 100%;
    background-color: #FFF2EA;
    border-radius: 30px;
    padding: 48px 0;
    text-align: center;
  }
}

/* qa */
#sec_faq {
  padding: 70px 0 90px;
}

#sec_faq .accordion input[type="checkbox"] {
  display: none;
}

.faq-head_text {
  max-width: 550px;
  text-align: center;
  margin: 32px auto 0;
}

.accordion {
  max-width: 760px;
  margin: 30px auto 0;
}

.accordion .acc-option:first-child{
  padding-top: 0;
}

.acc-option {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  line-height: 1.7;
  padding-top: 20px;
}

#sec_faq .accordion .acc-title,
#sec_faq .accordion .acc-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

#sec_faq .accordion .acc-title,
.acc-content-a {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  line-height: 1.7;
}

#sec_faq .accordion .acc-title {
  cursor: pointer;
}

#sec_faq .accordion .acc-content {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #8e99b5;
}

#sec_faq .accordion .acc-option:has(.acc-toggle:checked) + .acc-content {
  max-height: 500px;
  transition: all 1.5s;
}

.acc-title::before {
  content: "Q";
  color: #e78b00;
  transform: translateY(4px);
}

.acc-title::after {
  content: "";
  display: block;
  background-image: url(/web/jp/asp/seller/images/tanomu/pc/qa_icon_plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}

.acc-toggle:checked + .acc-title::after {
  background-image: url(/web/jp/asp/seller/images/tanomu/pc/qa_icon_minus.svg);
}

.acc-content .acc-content-a::before {
  content: "A";
  color: #ed582d;
  transform: translateY(6px);
}

.acc-title::before,
.acc-content .acc-content-a::before {
  display: block;
  width: 30px;
  text-align: center;
  font-family: "Hanken Grotesk", sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.acc-title-txt {
  width: 660px;
  font-size: 19px;
  font-weight: bold;
}

.acc-content-txt {
  width: 706px;
  font-size: 16px;
  color: #383838;
  margin-top: 20px;
}

@media (max-width: 870px) {
  .faq-head_text{
    max-width: 340px;
    font-size: 18px;
  }
  .acc-title::before, .acc-content .acc-content-a::before{
    font-size: 29px;
    width: calc(56vw / 750 * 100);
    text-align: left;
  }
  .acc-title-txt {
      width: calc(580vw / 750 * 100);
  }
  .acc-content-txt {
      width: calc(616vw / 750 * 100);
  }
}

@media (max-width: 768px) {
  .cv {
    padding-bottom: 0;
  }
  .cv .inner .cv_right{
    margin-bottom: 0;
  }
}