@charset "UTF-8";
/* --------------------------------------------------
	000.margin and padding
-------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0; }

article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
  display: block; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

/* --------------------------------------------------
	001.HTML, Body, Anchor
-------------------------------------------------- */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  * overflow-x: hidden;
  _overflow: auto; }

html, body {
  width: 100%;
  min-height: 100%; }

body {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-size: 1.4rem;
  background: #fff;
  line-height: 1.6;
  color: #47312f;
  letter-spacing: .1rem;
  font-weight: 500; }

.pc-hidden{
    display: none;
}
@media only screen and (min-width: 1025px) {
  .sp-visible {
    display: none !important; }

  .tablet-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) {
  html {
    font-size: 0.9vw; }

  .tablet-hidden {
    display: none; }

  .sp-visible {
    display: none !important; } }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .sp-visible {
    display: block !important; } }
@media only screen and (max-width: 767px) {
  html {
    font-size: 3.125vw; }

  body {
    letter-spacing: 0; }

  .sp-hidden {
    display: none !important; }
    
    .pc-hidden{
    display: inline!important;
}

  select,
  textarea,
  input[type='url'],
  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='email'],
  input[type='submit'] {
    -webkit-appearance: none; } }
span.link,
a {
  color: #47312f;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer; }
  span.link.none,
  a.none {
    opacity: 0.4;
    pointer-events: none; }

@media only screen and (min-width: 1025px) {
  a:hover {
    color: rgba(71, 49, 47, 0.8);
    text-decoration: none; } }
/* --------------------------------------------------
	002.Heading, Paragraph
-------------------------------------------------- */
dt, h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700; }

p {
  line-height: 1.6; }

mark {
  color: #47312f; }

/* --------------------------------------------------
	003.List
-------------------------------------------------- */
ol, ul, li {
  list-style: none; }

/* --------------------------------------------------
	004.Table
-------------------------------------------------- */
table {
  font-size: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  vertical-align: top;
  font-weight: 500; }

/* --------------------------------------------------
	005.Form
-------------------------------------------------- */
fieldset {
  border: none; }

input, textarea, select, label {
  font-size: 100%;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  font-size: 1.6rem;
  box-sizing: border-box; }

button {
  font-family: "Inter", "Noto Sans JP", sans-serif; }

label {
  cursor: pointer; }

textarea {
  overflow: auto; }

legend {
  display: none; }

/* --------------------------------------------------
	006.Other
-------------------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle; }

object {
  vertical-align: middle;
  outline: none; }

em {
  font-style: italic; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 100%; }

i {
  font-style: normal; }

u {
  text-decoration: none; }

abbr, acronym {
  border: none;
  font-variant: normal; }

address, caption, cite, code, dfn, var {
  font-weight: normal;
  font-style: normal; }

sup {
  font-size: 1em;
  vertical-align: text-top; }

sub {
  font-size: 1em;
  vertical-align: text-bottom; }

hr {
  display: none; }

/* --------------------------------------
		101 outline
-------------------------------------- */
#wrap {
  position: relative; }

div:focus,
img:focus,
textarea:focus,
a:focus,
button:focus,
input:focus {
  outline: none;
  box-shadow: none; }

/* --------------------------------------
		102 header
-------------------------------------- */
.header {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .header {
      height: 5rem; } }
  .header-logo {
    width: 22rem; }
    @media only screen and (max-width: 767px) {
      .header-logo {
        width: 16rem; } }
.header-delivery{
    width: 150px;
    margin-left: 10px;
}


/* --------------------------------------
		103 content
-------------------------------------- */
.wrap {
  overflow: hidden; }

.container {
  background: url("/common/img/lp/lp_takuhai_t/bg_base.webp");
  background-size: 25rem auto; }
  .container-header-ttl {
    aspect-ratio: 32/15;
    background: url("/common/img/lp/lp_takuhai_t/img01_pc.webp") no-repeat 50% 50%;
    background-size: auto 100%; }
    @media only screen and (max-width: 1100px) {
      .container-header-ttl {
        background-size: cover;
        aspect-ratio: unset;
        height: 64rem; } }
    @media only screen and (max-width: 767px) {
      .container-header-ttl {
        background: none;
        aspect-ratio: unset;
        height: auto; } }
    .container-header-ttl img {
      display: none; }
      @media only screen and (max-width: 767px) {
        .container-header-ttl img {
          display: block; } }
  .container-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 0; }
    @media only screen and (max-width: 767px) {
      .container-btn {
        padding: 1rem 0; } }
    .container-btn-lead {
      font-size: 2.4rem;
      font-weight: 700;
      position: relative;
      padding-bottom: 3rem; }
      @media only screen and (max-width: 767px) {
        .container-btn-lead {
          font-size: 1.7rem;
          padding-bottom: 0; } }
      .container-btn-lead:after {
        content: "";
        border-style: solid;
        border-width: 1.2rem .8rem;
        border-color: #f58a00 transparent transparent;
        position: absolute;
        left: 50%;
        margin-left: -.8rem;
        bottom: 0; }
        @media only screen and (max-width: 767px) {
          .container-btn-lead:after {
            border-width: .9rem .7rem;
            margin-left: -.7rem;
            bottom: -1.8rem; } }
    .container-btn ul {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #00722e;
      border: .5rem solid #00581c;
      width: 84rem;
      height: 15rem; }
      @media only screen and (max-width: 767px) {
        .container-btn ul {
          width: 100%;
          height: auto;
          align-items: flex-end;
          padding: 1rem;
          background: none;
          border: none; } }
      @media only screen and (max-width: 767px) {
        .container-btn ul li {
          padding: 0 .5rem; } }
      .container-btn ul li a {
        display: block;
        text-indent: -9999rem; }
      .container-btn ul li:nth-of-type(1) {
        width: 72%; }
        .container-btn ul li:nth-of-type(1) a {
          background-image: url("/common/img/lp/lp_takuhai_t/btn-tel_pc.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          width: 50.7rem;
          height: 10rem;
          margin: 0 auto; }
          @media only screen and (min-width: 1025px) {
            .container-btn ul li:nth-of-type(1) a {
              pointer-events: none; } }
          @media only screen and (max-width: 767px) {
            /*　高田さん
              .container-btn ul li:nth-of-type(1) a {
              background-image: url("/common/img/lp/lp_takuhai_t/btn_order-tel.png");
              width: 100%;
              height: auto;
              aspect-ratio: 534 / 293; }*/
            /*　嶋中さん*/
              .container-btn ul li:nth-of-type(1) a {
              background-image: url("/common/img/lp/lp_takuhai_t/btn_tel.png");
              width: 100%;
              height: auto;
              aspect-ratio: 370 / 210;
              position: relative;}
              .container-btn ul li:nth-of-type(1) a::before{
                  content: '';
                  display: block;
                  position: absolute;
                  left: 7px;
                  top: -12px;
                  width: 56px;
                  height: 34px;
                  background: url(/common/img/lp/lp_takuhai_t/btn_tel_sub.png) no-repeat;
                  background-size: contain;
              }
            /*　/嶋中さん*/
        }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(1) {
            width: 50%; } }
      .container-btn ul li:nth-of-type(2) {
        flex-shrink: 0;
        width: 35%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #006424;
        border-left: 1px solid #01581C; }
        .container-btn ul li:nth-of-type(2) a {
          background-image: url("/common/img/lp/lp_takuhai_t/btn_order-web_pc.png");
          background-repeat: no-repeat;
          background-size: 100% 100%;
          width: 24.8rem;
          height: 8.8rem;
          margin: 0 auto;
          display: block; }
          @media only screen and (min-width: 1025px) {
            .container-btn ul li:nth-of-type(2) a:hover {
              background-image: url("/common/img/lp/lp_takuhai_t/btn_order-web_pc-on.png"); } }
          @media only screen and (max-width: 767px) {
              /*　高田さん
            .container-btn ul li:nth-of-type(2) a {
              background-image: url("/common/img/lp/lp_takuhai_t/btn_order-web.png");
              width: 100%;
              height: auto;
              aspect-ratio: 534 / 264; }　*/
              /*　嶋中さん*/
              .container-btn ul li:nth-of-type(2) a {
              background-image: url("/common/img/lp/lp_takuhai_t/btn_web.png");
              width: 100%;
              height: auto;
              aspect-ratio: 370 / 210; }
            }
        @media only screen and (max-width: 767px) {
          .container-btn ul li:nth-of-type(2) {
            width: 50%;
            background: none;
            border: none; } }


.section-reason {
  position: relative;
  background: url("/common/img/lp/lp_takuhai_t/bg_dot.png");
  background-size: 3.2rem auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0 0.3rem 0.3rem 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 3.6rem; }
  .section-reason:after {
    content: "";
    width: 100%;
    height: .9rem;
    background: url("/common/img/lp/lp_takuhai_t/bg_nami.png") repeat-x;
    background-size: auto .9rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2; }
  .section-reason.reason-more {
    margin-bottom: 0; }
    .section-reason.reason-more .section-reason-header {
      height: 28rem; }
      @media only screen and (max-width: 767px) {
        .section-reason.reason-more .section-reason-header {
          height: 11rem; } }
  @media only screen and (max-width: 767px) {
    .section-reason {
      flex-direction: column;
      background: url("/common/img/lp/lp_takuhai_t/bg_orange.png") no-repeat 50% 100%;
      background-size: 100% auto;
      margin-bottom: 2rem;
      box-shadow: none; }
      .section-reason:after {
        display: none; } }
  .section-reason-header {
    width: 100%;
    height: 20rem;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background-image: url("/common/img/lp/lp_takuhai_t/bg_ttl-reason_pc.png");
    background-repeat: no-repeat;
    background-position: 50% 75%;
    background-size: cover;
    padding-top: 2rem; }
    @media only screen and (max-width: 767px) {
      .section-reason-header {
        width: 100%;
        min-width: 0;
        background: url("/common/img/lp/lp_takuhai_t/bg_ttl-reason.png") no-repeat 50% 0;
        background-size: 100% auto;
        height: 11rem;
        padding-top: 0;
        padding-bottom: 1rem; } }
    .section-reason-header p {
      font-size: 1.8rem;
      line-height: 1;
      font-weight: 700;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .section-reason-header p {
          font-size: 1.1rem; } }
      .section-reason-header p:before, .section-reason-header p:after {
        content: "";
        border-style: solid;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent;
        position: absolute;
        border-width: 4rem .4rem;
        bottom: -5rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-header p:before, .section-reason-header p:after {
            border-width: 2rem .2rem;
            bottom: -2.5rem; } }
      .section-reason-header p:before {
        transform: rotate(-25deg);
        left: -1rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-header p:before {
            left: -.5rem; } }
      .section-reason-header p:after {
        transform: rotate(25deg);
        right: -1rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-header p:after {
            right: -.5rem; } }
    .section-reason-header-ttl {
      font-size: 6rem;
      line-height: 1.8;
      /*				b {
      					font-size: 6rem;
      					@media only screen and (max-width:767px){
      						font-size: 3.5rem;
      					}
      				}
      				strong {
      					font-size: 7.5rem;
      					@media only screen and (max-width:767px){
      						font-size: 4.5rem;
      					}
      				} */ }
      @media only screen and (max-width: 767px) {
        .section-reason-header-ttl {
          font-size: 3.5rem;
          line-height: 1.5; } }


/*嶋中さんの4つの理由タイトルデザイン*/

.section-reason.short::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 47px;
    width: 82px;
    height: 146px;
    background: url(/common/img/lp/lp_takuhai_t/bk01.png) no-repeat;
    background-size: contain;
}
@media only screen and (min-width:767.98px){
    .section-reason.short::before{
        display: none;
    }
}

.u-bg-brown{
    background-color: #3f2415;
}

.p-reason_title{
    color: #fcfcfc;
    text-align: center;
    position: relative;
}

.p-reason_title.short::after{
    position: absolute;
    content: "";
    top: 100%;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    border: 14px solid transparent;
    border-top-color: #3f2415;
    z-index: 10;
}

.l-block{
    padding-top: 32px;
padding-bottom: 32px;
}

.l-block-small{
    padding-top: 16px;
    padding-bottom: 16px;
}

@media only screen and (min-width:767.98px){
    .l-block-small{
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

.p-reason_title p{
    font-size: 20px;
font-weight: 700;
border-bottom: 1px solid #fcfcfc;
display: inline-block;
margin-bottom: 8px;
padding-bottom: 2px;
}

.p-reason_title.short p{
    border-bottom: none;
margin-bottom: 0;
font-size: 2.5rem;
}
@media only screen and (min-width:767.98px){
    .p-reason_title.short p{
        font-size: 4rem;
    }
}

.p-reason_title.short p span{
    font-size: 16px;
}
@media only screen and (min-width:767.98px){
    .p-reason_title.short p span{
        font-size: 32px;
    }
}

.p-reason_title.short h2{
    font-size: 2rem;
}
@media only screen and (min-width:767.98px){
    .p-reason_title.short h2{
        font-size: 4rem;
    }
}

.p-reason_title h2{
    font-size: 3.5rem;
line-height: 1.2;
}
@media only screen and (min-width: 767.98px){
    .p-reason_title h2{
        font-size: 4.5rem;
    }
}

.p-reason_title h2 span{
    color: #e3712f;
    font-size: 1.25em;
}

.p-reason_title h2 strong{
    color: #F5D46D;
    font-size: 8rem;
}

.p-reason_title.short h2 span{
    font-size: 4rem;
}
@media only screen and (min-width:767.98px){
    .p-reason_title.short h2 span{
        font-size: 6rem;
    }
}

.p-reason_title::after{
    position: absolute;
content: "";
top: 100%;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
border: 20px solid transparent;
border-top-color: #3f2415;
z-index: 10;
}

.p-reason_title.short::after{
    position: absolute;
content: "";
top: 100%;
left: 50%;
-webkit-transform: translatex(-50%);
transform: translatex(-50%);
border: 14px solid transparent;
border-top-color: #3f2415;
z-index: 10;
}

.p-reason_title_main{
    display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
gap: 16px;
align-items: end;
margin-top: -2rem;
}

.p-reason_title_main img{
    width: 91px;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}



/* /嶋中さんの4つの理由タイトルデザイン*/







  .section-reason-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 5rem 5%; }
    @media only screen and (max-width: 767px) {
      .section-reason-list {
        padding: 2rem 1.5rem 6rem; } }
    .section-reason-list ol {
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
      @media only screen and (max-width: 767px) {
        .section-reason-list ol {
          width: 100%; } }
      .section-reason-list ol li {
        background: #fff;
        border-radius: 1rem 0 1rem 0;
        border: 1px solid #f58a00;
        min-height: 6.8rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        letter-spacing: 0;
        padding: 1rem 2rem;
        position: relative; }
        .section-reason-list ol li p {
          line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .section-reason-list ol li {
            height: 5.2rem;
            min-height: 0;
            font-size: 1.5rem;
            justify-content: center;
            padding: 0;
            border-radius: .5rem 0 .5rem 0;
            margin-bottom: .8rem; } }
        .section-reason-list ol li:before {
          content: "";
          width: 4rem;
          height: 4rem;
          background: #eb4411;
          border-radius: 50%;
          font-size: 2.2rem;
          color: #fff;
          font-weight: 600;
          font-family: "Barlow";
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
          margin-right: 1.5rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-reason-list ol li:before {
              width: 2.8rem;
              height: 2.8rem;
              font-size: 1.6rem;
              position: absolute;
              left: .6rem;
              top: -1.4rem;
              margin-right: 0; } }
        .section-reason-list ol li:nth-of-type(1):before {
          content: "01"; }
        .section-reason-list ol li:nth-of-type(2):before {
          content: "02"; }
        .section-reason-list ol li:nth-of-type(3):before {
          content: "03"; }
        .section-reason-list ol li:nth-of-type(4):before {
          content: "04"; }
        .section-reason-list ol li:nth-of-type(5):before {
          content: "05"; }
        .section-reason-list ol li mark {
          font-size: 2.6rem;
          background: none;
          color: #47312f;
          position: relative;
          z-index: 1;
          background: #fff100;
          /*						&:before {
          							content: "";
          							width: 100%;
          							background: $y;
          							position: absolute;
          							left: 0;
          							bottom: 0;
          							height: .4em;
          							z-index: -1;
          						}*/ }
          @media only screen and (max-width: 767px) {
            .section-reason-list ol li mark {
              font-size: 1.8rem; } }
          .section-reason-list ol li mark b {
            font-size: 120%;
            bottom: -.1rem;
            position: relative; }
            @media only screen and (max-width: 767px) {
              .section-reason-list ol li mark b {
                bottom: -.05rem; } }
    .section-reason-list:after {
      content: "";
      background: url("/common/img/lp/lp_takuhai_t/fig_cut1.png") no-repeat 50% 100%;
      background-size: 12rem auto;
      width: 35%;
      min-width: 45rem;
      height: 9rem;
      position: absolute;
      left: 0;
      bottom: 50%;
      margin-bottom: 3rem;
      display: none; }
      @media only screen and (max-width: 767px) {
        .section-reason-list:after {
          display: block;
          width: 100%;
          min-width: 0;
          left: 0;
          bottom: -1rem;
          margin-bottom: 0; } }
  .section-reason-inner {
    max-width: 90rem;
    padding: 5rem 0;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .section-reason-inner {
        padding: 1.5rem 1.5rem 7rem;
        margin-bottom: -2rem; } }
    .section-reason-inner:after {
      content: "";
      background: url("/common/img/lp/lp_takuhai_t/fig_cut2.png") no-repeat 50% 100%;
      background-size: 12rem auto;
      width: 100%;
      height: 9rem;
      position: absolute;
      left: 0;
      top: 2rem;
      display: none; }
      @media only screen and (max-width: 767px) {
        .section-reason-inner:after {
          display: block;
          left: 0;
          bottom: -1rem;
          top: auto; } }
    .section-reason-inner .article-reason {
      border: 1px solid #f58a00;
      background: #fff;
      border-radius: 1rem 0 1rem 0;
      margin-bottom: 2rem;
      position: relative;
      padding: 2.5rem 3.5rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .section-reason-inner .article-reason {
          border-radius: .5rem 0 .5rem 0;
          margin-bottom: 1.6rem;
          padding: 0;
          display: block; } }
      .section-reason-inner .article-reason .slick-arrow {
        position: absolute;
        top: 50%;
        width: 2.2rem;
        height: 2.2rem;
        background: #fff;
        border-radius: 50%;
        font-size: 1.4rem;
        display: flex !important;
        justify-content: center;
        align-items: center;
        margin-top: -1.1rem;
        z-index: 10; }
        .section-reason-inner .article-reason .slick-arrow.arrow-back {
          left: .5rem; }
        .section-reason-inner .article-reason .slick-arrow.arrow-next {
          right: .5rem; }
      .section-reason-inner .article-reason:nth-of-type(1) .article-reason-ttl:before {
        content: "01"; }
      .section-reason-inner .article-reason:nth-of-type(2) .article-reason-ttl:before {
        content: "02"; }
      .section-reason-inner .article-reason:nth-of-type(3) .article-reason-ttl:before {
        content: "03"; }
      .section-reason-inner .article-reason:nth-of-type(4) .article-reason-ttl:before {
        content: "04"; }
      .section-reason-inner .article-reason:nth-of-type(5) .article-reason-ttl:before {
        content: "05"; }
      .section-reason-inner .article-reason-fig {
        width: 30rem;
        height: 16rem;
        border-radius: .6rem;
        overflow: hidden;
        flex-shrink: 0;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .section-reason-inner .article-reason-fig {
            width: auto;
            height: auto;
            margin: 0 1.5rem 1rem; } }
        .section-reason-inner .article-reason-fig img {
          width: 100%; }
        .section-reason-inner .article-reason-fig figcaption {
          /*color: #fff;*/
          font-size: .9rem;
            background: #fff;
          /*text-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.7);*/
          position: absolute;
          right: .5rem;
          bottom: .5rem; }
      @media only screen and (max-width: 767px) {
        .section-reason-inner .article-reason-slide {
          width: 28.8rem; } }
      .section-reason-inner .article-reason .section-product {
        width: auto;
        height: auto !important; }
        .section-reason-inner .article-reason .section-product-header p {
          font-size: 1rem !important; }
        .section-reason-inner .article-reason .section-product-header-ttl {
          font-size: 1.6rem; }
        .section-reason-inner .article-reason .section-product-info {
          padding: .4rem .2rem .2rem; }
          .section-reason-inner .article-reason .section-product-info dl {
            padding: .2rem; }
            .section-reason-inner .article-reason .section-product-info dl dt {
              font-size: .9rem;
              width: 45%; }
            .section-reason-inner .article-reason .section-product-info dl dd {
              font-size: .9rem;
              padding-left: .3rem; }
      .section-reason-inner .article-reason > p {
        width: calc(100% - 32rem);
        font-size: 1.6rem;
        line-height: 2; }
        @media only screen and (max-width: 767px) {
          .section-reason-inner .article-reason > p {
            width: auto;
            font-size: 1.3rem;
            line-height: 1.5;
            margin: 0 1.8rem;
            padding-bottom: 1.4rem; } }
        .section-reason-inner .article-reason > p small {
          font-size: 1.1rem; }
          @media only screen and (max-width: 767px) {
            .section-reason-inner .article-reason > p small {
              font-size: .9rem; } }
        .section-reason-inner .article-reason > p b {
          background: #fff100;
          color: #47312f; }
      .section-reason-inner .article-reason-ttl {
        width: 100%;
        height: 4rem;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        font-size: 2.2rem;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 2rem; }
        @media only screen and (max-width: 767px) {
          .section-reason-inner .article-reason-ttl {
            justify-content: center;
            font-size: 1.5rem;
            height: 5.2rem;
            align-items: center;
            margin-bottom: 0; } }
        .section-reason-inner .article-reason-ttl mark {
          font-size: 2.6rem;
          background: none;
          color: #47312f;
          position: relative;
          z-index: 1;
          background: #fff100;
          /*						&:before {
          							content: "";
          							width: 100%;
          							background: $y;
          							position: absolute;
          							left: 0;
          							bottom: 0;
          							height: .4em;
          							z-index: -1;
          						}*/ }
          @media only screen and (max-width: 767px) {
            .section-reason-inner .article-reason-ttl mark {
              font-size: 1.8rem; } }
          .section-reason-inner .article-reason-ttl mark b {
            font-size: 120%;
            position: relative;
            bottom: -.1rem; }
            @media only screen and (max-width: 767px) {
              .section-reason-inner .article-reason-ttl mark b {
                bottom: -.05rem; } }
        .section-reason-inner .article-reason-ttl:before {
          content: "";
          width: 4rem;
          height: 4rem;
          background: #eb4411;
          border-radius: 50%;
          font-size: 2.2rem;
          color: #fff;
          font-weight: 600;
          font-family: "Barlow";
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
          margin-right: 1.5rem;
          flex-shrink: 0; }
          @media only screen and (max-width: 767px) {
            .section-reason-inner .article-reason-ttl:before {
              width: 2.8rem;
              height: 2.8rem;
              font-size: 1.6rem;
              position: absolute;
              left: .6rem;
              top: -1.4rem;
              margin-right: 0;
              z-index: 2; } }
.section-staff {
  background: url("/common/img/lp/lp_takuhai_t/bg_wood.webp");
  background-size: 20.3rem auto;
  position: relative;
  padding: 10rem 0 6rem;
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .section-staff {
      padding: 2.5rem 0 1.5rem; } }
  .section-staff:before {
    content: "";
    background-image: url("/common/img/lp/lp_takuhai_t/bg_nami.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    width: 100%;
    height: 0.9rem;
    left: 0;
    top: 0;
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .section-staff:before {
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 0.5rem; } }
  .section-staff-header-ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-shadow: 0 0 .3rem #ffefd8 , 0 0 .2rem #ffefd8 , 0 0 .2rem #ffefd8; }
    .section-staff-header-ttl span {
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .section-staff-header-ttl span {
          font-size: 1.1rem; } }
    .section-staff-header-ttl mark {
      font-size: 4.5rem;
      line-height: 1.1;
      background: none;
      color: #47312f;
      position: relative;
      z-index: 1; }
      @media only screen and (max-width: 767px) {
        .section-staff-header-ttl mark {
          font-size: 3.2rem; } }
      .section-staff-header-ttl mark span {
        font-size: 3.6rem; }
        @media only screen and (max-width: 767px) {
          .section-staff-header-ttl mark span {
            font-size: 2.5rem; } }
      .section-staff-header-ttl mark:before {
        content: "";
        width: 100%;
        height: .4em;
        background: rgba(247, 192, 0, 0.7);
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: -1; }
  .section-staff-inner > p {
    font-size: 1.7rem;
    line-height: 2;
    font-weight: 700;
    padding: 5rem 0 3rem;
    margin: 0 auto;
    max-width: 85rem;
    text-shadow: 0 0 .3rem #ffefd8 , 0 0 .2rem #ffefd8 , 0 0 .2rem #ffefd8; }
    @media only screen and (max-width: 767px) {
      .section-staff-inner > p {
        font-size: 1.3rem;
        line-height: 1.6;
        font-weight: 400;
        padding: 1.5rem 1.5rem .3rem; } }
  .section-staff ul {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .section-staff ul li {
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 100%;
      max-width: 95rem;
      height: auto;
      margin-left: 5rem;
      aspect-ratio: 1900 / 785; }
      .section-staff ul li img {
        display: none; }
      .section-staff ul li:nth-of-type(1) {
        background-image: url("/common/img/lp/lp_takuhai_t/staff1_pc.webp"); }
      .section-staff ul li:nth-of-type(2) {
        background-image: url("/common/img/lp/lp_takuhai_t/staff2_pc.webp"); }
      .section-staff ul li:nth-of-type(3) {
        background-image: url("/common/img/lp/lp_takuhai_t/staff3_pc.webp"); }
      .section-staff ul li:nth-of-type(2n) {
        margin-right: 5rem; }
      @media only screen and (max-width: 767px) {
        .section-staff ul li {
          width: 95%;
          margin-bottom: .3rem;
          margin-left: auto; }
          .section-staff ul li img {
            display: block; }
          .section-staff ul li:nth-of-type(2n) {
            margin-left: 0;
            margin-right: auto; } }
.section-product {
  max-width: 46rem;
  margin: 0 2rem 5rem;
  background: #fff;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (max-width: 767px) {
    .section-product {
      margin: 0 1rem 1rem;
      padding-bottom: .4rem; } }
  .section-product.product-more {
    max-width: 94rem;
    margin: 0 auto 3rem; }
    @media only screen and (max-width: 767px) {
      .section-product.product-more {
        margin: 0 1rem 2rem;
        padding-bottom: .4rem; } }
  .section-product .slick-arrow {
    position: absolute;
    top: 50%;
    width: 2.2rem;
    height: 2.2rem;
    background: #fff;
    border-radius: 50%;
    font-size: 1.4rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-top: -1.1rem;
    z-index: 10; }
    .section-product .slick-arrow.arrow-back {
      left: .5rem; }
    .section-product .slick-arrow.arrow-next {
      right: .5rem; }
  .section-product.type1 .section-product-header {
    background: #82af00; }
    .section-product.type1 .section-product-header p {
      color: #82af00; }
  .section-product.type1 .section-product-price {
    background: rgba(130, 175, 0, 0.2); }
  .section-product.type1 .section-product-fig-item-menu dt {
    color: #82af00; }
  .section-product.type1 .section-product-info dl dt {
    background: rgba(130, 175, 0, 0.2);
    color: #82af00; }
  .section-product.type1 .section-product-info-btn .btn-modal {
    border: 1px solid #82af00; }
    .section-product.type1 .section-product-info-btn .btn-modal span {
      color: #82af00; }
  .section-product.type1 .section-product-txt-catch {
    color: #82af00; }
  .section-product.type1 .section-product-txt ul li:before {
    color: #82af00; }
  .section-product.type2 .section-product-header {
    background: #1d90cb; }
    .section-product.type2 .section-product-header p {
      color: #1d90cb; }
  .section-product.type2 .section-product-price {
    background: rgba(29, 144, 203, 0.2); }
  .section-product.type2 .section-product-fig-item-menu dt {
    color: #1d90cb; }
  .section-product.type2 .section-product-info dl dt {
    background: rgba(29, 144, 203, 0.2);
    color: #1d90cb; }
  .section-product.type2 .section-product-info-btn .btn-modal {
    border: 1px solid #1d90cb; }
    .section-product.type2 .section-product-info-btn .btn-modal span {
      color: #1d90cb; }
  .section-product.type2 .section-product-txt-catch {
    color: #1d90cb; }
  .section-product.type2 .section-product-txt ul li:before {
    color: #1d90cb; }
  .section-product.type3 .section-product-header {
    background: #E68087; }
    .section-product.type3 .section-product-header p {
      color: #E68087; }
  .section-product.type3 .section-product-price {
    background: rgba(230, 128, 135, 0.2); }
  .section-product.type3 .section-product-fig-item-menu dt {
    color: #E68087; }
  .section-product.type3 .section-product-info dl dt {
    background: rgba(230, 128, 135, 0.2);
    color: #E68087; }
  .section-product.type3 .section-product-info-btn .btn-modal {
    border: 1px solid #E68087; }
    .section-product.type3 .section-product-info-btn .btn-modal span {
      color: #E68087; }
  .section-product.type3 .section-product-txt-catch {
    color: #E68087; }
  .section-product.type3 .section-product-txt ul li:before {
    color: #E68087; }
  .section-product.type4 .section-product-header {
    background: #DDC251; }
    .section-product.type4 .section-product-header p {
      color: #DDC251; }
      @media only screen and (max-width: 767px) {
        .section-product.type4 .section-product-header p {
          font-size: 1.2rem; } }
  .section-product.type4 .section-product-price {
    background: rgba(221, 194, 81, 0.2); }
  .section-product.type4 .section-product-fig-item-menu dt {
    color: #DDC251; }
  .section-product.type4 .section-product-info p b {
    color: #DDC251; }
  .section-product.type4 .section-product-info dl dt {
    background: rgba(221, 194, 81, 0.2);
    color: #DDC251; }
  .section-product.type4 .section-product-info-btn .btn-modal {
    border: 1px solid #DDC251; }
    .section-product.type4 .section-product-info-btn .btn-modal span {
      color: #DDC251; }
  .section-product.type4 .section-product-txt-catch {
    color: #DDC251; }
  .section-product.type4 .section-product-txt ul li:before {
    color: #DDC251; }
  .section-product.type5 .section-product-header {
    background: #F5A15A; }
    .section-product.type5 .section-product-header p {
      color: #F5A15A; }
      @media only screen and (max-width: 767px) {
        .section-product.type5 .section-product-header p {
          font-size: 1.1rem; } }
  .section-product.type5 .section-product-price {
    background: rgba(245, 161, 90, 0.2); }
  .section-product.type5 .section-product-fig-item-menu dt {
    color: #F5A15A; }
  .section-product.type5 .section-product-info dl dt {
    background: rgba(245, 161, 90, 0.2);
    color: #F5A15A; }
  .section-product.type5 .section-product-info-btn .btn-modal {
    border: 1px solid #F5A15A; }
    .section-product.type5 .section-product-info-btn .btn-modal span {
      color: #F5A15A; }
  .section-product.type5 .section-product-txt-catch {
    color: #F5A15A; }
  .section-product.type5 .section-product-txt ul li:before {
    color: #F5A15A; }
  .section-product-header {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 14rem; }
    @media only screen and (max-width: 767px) {
      .section-product-header {
        height: 8rem; } }
    .section-product-header-ttl {
      font-size: 3.4rem;
      line-height: 1.2; }
      @media only screen and (max-width: 767px) {
        .section-product-header-ttl {
          font-size: 1.8rem; } }
      .section-product-header-ttl span {
        font-size: 2rem;
        line-height: 1.1;
        display: block;
        text-align: center;
        margin: .5rem 0; }
        @media only screen and (max-width: 767px) {
          .section-product-header-ttl span {
            font-size: 1.2rem;
            margin: .5rem 0 0; } }
    .section-product-header p {
      background: #fff;
      border-radius: 5rem;
      padding: 0 1rem;
      font-size: 1.8rem;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .section-product-header p {
          font-size: 1.4rem; } }
  .section-product-wrap {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .section-product-wrap {
        display: block; } }
  .section-product-more {
    width: 42rem;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .section-product-more {
        width: 100%; } }
  .section-product-info {
    padding: 1rem .5rem .5rem;
    flex-wrap: wrap;
    display: flex; }
    .section-product-info dl {
      width: 50%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: .5rem; }
      .section-product-info dl dt {
        font-weight: 400;
        border-radius: .2rem;
        font-size: 1.4rem;
        width: 40%;
        flex-shrink: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 2.4rem;
        letter-spacing: 0;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .section-product-info dl dt {
            height: 1.8rem;
            font-size: .9rem;
            font-weight: 400; } }
      .section-product-info dl dd {
        width: 100%;
        font-size: 1.6rem;
        padding-left: .8rem; }
        @media only screen and (max-width: 767px) {
          .section-product-info dl dd {
            font-size: 1rem;
            padding-left: .5rem; } }
    .section-product-info p {
      width: 100%;
      font-size: 1.6rem;
      padding-top: 1.5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .section-product-info p {
          font-size: 1.2rem;
          padding-top: .5rem; } }
    .section-product-info-btn {
      width: 100%;
      padding-top: 1.8rem;
      padding-bottom: .6rem; }
      .section-product-info-btn .btn-modal {
        width: 21rem;
        height: 4rem;
        font-size: 1.4rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5rem;
        background: #fff;
        font-weight: 700;
        margin: 0 auto;
        cursor: pointer; }
        @media only screen and (min-width: 1025px) {
          .section-product-info-btn .btn-modal:hover {
            background: rgba(71, 49, 47, 0.1); } }
        @media only screen and (max-width: 767px) {
          .section-product-info-btn .btn-modal {
            width: 16rem;
            height: 3.6rem;
            font-size: 1.1rem; } }
        .section-product-info-btn .btn-modal span {
          font-size: 1.6rem;
          margin-left: .6rem; }
  .section-product-price {
    width: 100%;
    margin: 0;
    padding: .5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .section-product-price {
        width: auto;
        margin: 0 .5rem;
        padding: 0 .3rem .1rem; } }
    .section-product-price-btn {
      flex-shrink: 0;
      width: 100%;
      height: 5.8rem;
      display: block;
      background: url("/common/img/lp/lp_takuhai_t/btn_buy_pc2.png") no-repeat;
      background-size: 100% auto; }
      .section-product-price-btn img {
        display: none; }
      @media only screen and (max-width: 767px) {
        .section-product-price-btn {
          height: auto;
          background: none; }
          .section-product-price-btn img {
            display: block; } }
    .section-product-price dl {
      width: 100%;
      height: 100%;
      display: flex;
      border-bottom: 1px solid #fff;
      letter-spacing: 0;
      position: relative;
      padding: 1rem;
        align-items: center;}
      @media only screen and (max-width: 767px) {
        .section-product-price dl {
          height: auto;
          padding: .5rem 0; } }
      @media only screen and (min-width: 1025px) {
        .section-product-price dl:hover .section-product-price-btn {
          opacity: 0.7; } }
      .section-product-price dl:nth-last-of-type(1) {
        border: none; }
      .section-product-price dl:nth-of-type(1) dd:before {
        background-image: url("/common/img/lp/lp_takuhai_t/fig_products_7.png"); }
      .section-product-price dl:nth-of-type(2) dd:before {
        background-image: url("/common/img/lp/lp_takuhai_t/fig_products_14.png"); }
      .section-product-price dl:nth-of-type(3) dd:before {
        background-image: url("/common/img/lp/lp_takuhai_t/fig_products_21.png"); }
      .section-product-price dl dt {
        width: 22%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        line-height: 1;
        border-radius: 5rem;
        margin: auto 1rem;
        padding-bottom: .5rem;
        flex-shrink: 0; }
        @media only screen and (max-width: 767px) {
          .section-product-price dl dt {
            flex-direction: column;
            margin: 0;
            width: 20%;
            flex-shrink: 0;
            align-items: center;
            padding-bottom: 0; } }
        .section-product-price dl dt span {
          font-size: 1.4rem; }
          @media only screen and (max-width: 767px) {
            .section-product-price dl dt span {
              font-size: 1rem; } }
        .section-product-price dl dt b {
          font-size: 1.7rem; }
          .section-product-price dl dt b strong {
            font-size: 3.2rem;
            font-family: "Barlow"; }
      .section-product-price dl dd {
        width: 100%;
        display: block;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-left: 1px solid #fff;
        /*					&:before {
        						content: "";
        						width: 95%;
        						height: auto;
        						display: flex;
        						aspect-ratio: 4 / 3;
        						background-size: contain;
        						background-repeat: no-repeat;
        						background-position: 50% 50%;
        						@media only screen and (max-width:767px){
        							display: none;
        						}
        					} */ }
        .section-product-price dl dd > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
        .section-product-price dl dd ul {
          width: 100%;
          padding: 0 2rem;
            display: flex;
            align-items: end;
            justify-content: center;}
          @media only screen and (max-width: 767px) {
            .section-product-price dl dd ul {
              padding: .8rem .8rem; } }
          .section-product-price dl dd ul li {
            font-weight: 700;
            line-height: 1;
            text-align: right;
            font-size: 1.4rem; }
.section-product-price dl dd ul li:first-child{
    margin-right: 5px;
}
            .section-product-price dl dd ul li span {
              font-size: 1rem; }
              @media only screen and (max-width: 767px) {
                .section-product-price dl dd ul li span {
                  font-size: .9rem; } }
            .section-product-price dl dd ul li strong {
              color: #eb4411;
              font-size: 4rem;
              font-family: "Barlow"; }
              @media only screen and (max-width: 767px) {
                .section-product-price dl dd ul li strong {
                  font-size: 2.4rem; } }
            .section-product-price dl dd ul li b {
              color: #eb4411;
              font-size: 2rem;
              font-family: "Barlow"; }
              @media only screen and (max-width: 767px) {
                .section-product-price dl dd ul li b {
                  font-size: 1.4rem; } }
  .section-product-img {
    position: relative; }
  .section-product-fig {
    position: relative; }
    .section-product-fig-item {
      position: relative;
      height: auto !important; }
      .section-product-fig-item-menu {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 1.2rem;
        left: 0;
        top: 0; }
        @media only screen and (max-width: 767px) {
          .section-product-fig-item-menu {
            padding: .8rem; } }
        .section-product-fig-item-menu dt {
          font-size: 1.2rem;
          line-height: 1.5;
          font-weight: 400; }
          @media only screen and (max-width: 767px) {
            .section-product-fig-item-menu dt {
              font-size: .9rem;
              line-height: 1.2; } }
        .section-product-fig-item-menu dd {
          font-size: 1.4rem;
          line-height: 1.2; }
          @media only screen and (max-width: 767px) {
            .section-product-fig-item-menu dd {
              font-size: 1rem; } }
      .section-product-fig-item-attention {
        position: absolute;
        font-size: .9rem;
        color: #fff;
        right: .5rem;
        bottom: .5rem;
        text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5), 0 0 0.5rem rgba(0, 0, 0, 0.5); }
.section-cheer {
  background: url("/common/img/lp/lp_takuhai_t/bg_cheer_pc.jpg") no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .section-cheer {
      margin-bottom: 2rem;
      padding: 1.5rem 0 0; } }
  .section-cheer:after {
    content: "";
    width: 100%;
    height: .9rem;
    background: url("/common/img/lp/lp_takuhai_t/bg_nami.png") repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: -.1rem;
    z-index: 2;
    transform: scaleY(-1); }
    @media only screen and (max-width: 767px) {
      .section-cheer:after {
        height: .5rem; } }
  .section-cheer:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(71, 49, 47, 0.55);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5) inset; }
  .section-cheer-ttl {
    font-size: 2.8rem;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    padding-top: 1.5rem;
    padding-bottom: 1.8rem;
    background: rgba(89, 73, 63, 0.5);
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section-cheer-ttl {
        font-size: 1.6rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        height: auto;
        background: rgba(0, 0, 0, 0.5); } }
  .section-cheer-wrap {
    max-width: 84rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .section-cheer-fig {
    width: 34rem;
    flex-shrink: 0;
    position: relative; }
    .section-cheer-fig figcaption {
      position: absolute;
      font-size: 1rem;
      line-height: 1.3;
      text-align: center;
      left: 0;
      bottom: 0;
      width: 100%;
      padding-bottom: 1rem;
      font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .section-cheer-fig {
        width: 17rem;
        left: -1rem; }
        .section-cheer-fig figcaption {
          padding-left: 1rem;
          font-size: .9rem; } }
  .section-cheer p {
    width: 100%;
    color: #fff;
    font-weight: 700;
    padding-left: 3rem;
    line-height: 1.8;
    padding-right: 1.5rem;
    font-size: 2rem;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7); }
    @media only screen and (max-width: 767px) {
      .section-cheer p {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 1rem;
        line-height: 1.2; } }
    .section-cheer p b {
      color: #fff100;
      font-size: 2.4rem; }
      @media only screen and (max-width: 767px) {
        .section-cheer p b {
          font-size: 1.2rem; } }

.div-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  padding-top: 8rem;
  margin-bottom: 5rem; }
  @media only screen and (max-width: 767px) {
    .div-catch {
      font-size: 2rem;
      padding-top: 3.5rem;
      margin-bottom: 1rem; } }
  .div-catch br {
    display: none; }
  @media only screen and (max-width: 767px) {
    .div-catch br {
      display: block; } }
  .div-catch b {
    font-size: 3.6rem;
    color: #eb4411; }
    @media only screen and (max-width: 767px) {
      .div-catch b {
        font-size: 2.4rem; } }
  .div-catch span {
    position: relative; }
    .div-catch span:before, .div-catch span:after {
      content: "";
      border-width: 8rem .5rem;
      border-color: #f58a00 transparent transparent;
      border-style: solid;
      position: absolute;
      bottom: -10rem; }
      @media only screen and (max-width: 767px) {
        .div-catch span:before, .div-catch span:after {
          border-width: 6rem .4rem;
          bottom: -6rem; } }
    .div-catch span:before {
      left: -1rem;
      transform: rotate(-25deg); }
      @media only screen and (max-width: 767px) {
        .div-catch span:before {
          left: -.5rem; } }
    .div-catch span:after {
      right: -1rem;
      transform: rotate(25deg); }
      @media only screen and (max-width: 767px) {
        .div-catch span:after {
          right: -.5rem; } }
.div-tel {
  padding: 5rem 0; }
  .div-tel img {
    display: none; }
  .div-tel a {
    width: 84rem;
    height: 15rem;
    background: #00722e;
    border: .5rem solid #00581c;
    display: block;
    margin: 0 auto;
    position: relative; }
    @media only screen and (min-width: 1025px) {
      .div-tel a {
        pointer-events: none; } }
    .div-tel a:after {
      content: "";
      width: 100%;
      height: 100%;
      background: url("/common/img/lp/lp_takuhai_t/btn-tel_pc.png") no-repeat 50% 50%;
      background-size: 50.7rem auto;
      position: absolute;
      left: 0;
      top: 0; }
  @media only screen and (max-width: 767px) {
    .div-tel {
      margin: 0 1rem;
      padding: 0 0 2rem; }
      .div-tel a {
        background: none;
        width: auto;
        height: auto;
        border: none; }
        .div-tel a:after {
          display: none; }
      .div-tel img {
        display: block; } }
  .div-tel p {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
      .div-tel p {
        font-size: 1.1rem;
        margin-bottom: -.5rem; } }
    .div-tel p span {
      position: relative;
      display: flex;
      justify-content: center;
      padding-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .div-tel p span {
          padding-bottom: 0; } }
      .div-tel p span:before, .div-tel p span:after {
        content: "";
        border-style: solid;
        border-color: rgba(71, 49, 47, 0.7) transparent transparent;
        border-width: 1.3rem .8rem;
        margin: 0 .2rem;
        position: relative;
        bottom: -1.2rem; }
        @media only screen and (max-width: 767px) {
          .div-tel p span:before, .div-tel p span:after {
            border-width: .9rem .5rem;
            bottom: -.5rem; } }
.div-products {
  max-width: 100rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 3.6rem 0; }
  @media only screen and (max-width: 767px) {
    .div-products {
      padding: 0;
      flex-direction: column;
      justify-content: flex-start; } }
  .div-products .section-product {
    position: relative; }
    .div-products .section-product > a {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
    .div-products .section-product-header {
      height: 10rem; }
      @media only screen and (max-width: 767px) {
        .div-products .section-product-header {
          height: 8rem; } }
      .div-products .section-product-header p {
        font-size: 1.4rem; }
      .div-products .section-product-header-ttl {
        font-size: 2.4rem; }
        .div-products .section-product-header-ttl span {
          font-size: 1.6rem;
          margin-bottom: .2rem; }
        @media only screen and (max-width: 767px) {
          .div-products .section-product-header-ttl {
            font-size: 1.8rem; }
            .div-products .section-product-header-ttl span {
              font-size: 1.2rem;
              margin-bottom: 0; } }

.bnr-media {
  width: 80.9rem;
  height: 26.3rem;
  background: url("/common/img/lp/lp_takuhai_t/bnr_media_pc.png") no-repeat;
  background-size: 100% auto;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .bnr-media {
      width: auto;
      height: auto;
      padding: 0 .3rem;
      background: none; } }
  .bnr-media img {
    display: none; }
    @media only screen and (max-width: 767px) {
      .bnr-media img {
        display: block; } }

.btn-order {
  padding: 8rem 0; }
  @media only screen and (max-width: 767px) {
    .btn-order {
      padding: 3rem .8rem 2rem; } }
  .btn-order p {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .btn-order p {
        font-size: 1.3rem;
        padding-bottom: .3rem; } }
  .btn-order a {
    width: 60.8rem;
    height: 10.8rem;
    background-image: url("/common/img/lp/lp_takuhai_t/btn_order_pc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    display: block; }
    @media only screen and (min-width: 1025px) {
      .btn-order a:hover {
        opacity: 0.7; } }
    .btn-order a img {
      display: none; }
    @media only screen and (max-width: 767px) {
      .btn-order a {
        background: none;
        height: auto;
        width: auto; }
        .btn-order a img {
          display: block; } }

.nav-btn {
  max-width: 98rem;
  margin: 0 auto;
  padding: 2.5rem 1rem; }
  @media only screen and (max-width: 767px) {
    .nav-btn {
      padding: 1.5rem 1rem; } }
  .nav-btn ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media only screen and (max-width: 767px) {
      .nav-btn ul {
        flex-direction: column; } }
    .nav-btn ul li {
      width: 50%;
      padding: 1rem; }
      @media only screen and (max-width: 767px) {
        .nav-btn ul li {
          width: 100%;
          padding: 0;
          margin-bottom: 1rem; } }
      .nav-btn ul li:nth-of-type(1) a {
        background: #82af00; }
      .nav-btn ul li:nth-of-type(2) a {
        background: #E68087; }
      .nav-btn ul li:nth-of-type(3) a {
        background: #1d90cb; }
      .nav-btn ul li:nth-of-type(4) a {
        background: #DDC251; }
      .nav-btn ul li:nth-of-type(5) a {
        background: #F5A15A; }
      .nav-btn ul li a {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        line-height: 1.2;
        height: 7.2rem;
        border-radius: 5rem;
        color: #fff;
        position: relative; }
        @media only screen and (min-width: 1025px) {
          .nav-btn ul li a:hover {
            opacity: 0.7; } }
        @media only screen and (max-width: 767px) {
          .nav-btn ul li a {
            height: 4.8rem;
            line-height: 1.5; } }
        .nav-btn ul li a span {
          font-size: 1.5rem;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .nav-btn ul li a span {
              font-weight: 400;
              font-size: 1rem; } }
          .nav-btn ul li a span.material-symbols-rounded {
            position: absolute;
            left: 2rem;
            top: 0;
            height: 7.2rem;
            display: flex;
            align-items: center;
            font-size: 2rem; }
            @media only screen and (max-width: 767px) {
              .nav-btn ul li a span.material-symbols-rounded {
                left: 1.5rem;
                font-weight: 400;
                font-size: 1.6rem;
                height: 4.8rem; } }
        .nav-btn ul li a b {
          font-size: 2.2rem; }
          @media only screen and (max-width: 767px) {
            .nav-btn ul li a b {
              font-size: 1.4rem; } }

.js_modal {
  display: none;
  position: fixed;
  z-index: 199;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(71, 49, 47, 0.7); }
  .js_modal.is-active {
    display: block; }
  .js_modal .item {
    position: relative;
    top: 2.5rem;
    padding-bottom: 2.5rem;
    display: none; }
    @media only screen and (max-width: 767px) {
      .js_modal .item {
        top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .js_modal .item .btn-close {
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      position: absolute;
      top: -1.5rem;
      background: #fff;
      border: none;
      font-size: 1.6rem;
      display: flex;
      justify-content: center;
      align-items: center;
      right: 50%;
      margin-right: -33rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .item .btn-close {
          right: 2.5%;
          margin-right: 0; } }
  .js_modal .section-product {
    max-width: 64rem;
    margin: 0 auto;
    padding-bottom: 2.5rem; }
    @media only screen and (max-width: 767px) {
      .js_modal .section-product {
        max-width: 90%;
        padding-bottom: 1rem; } }
    .js_modal .section-product-header {
      height: 7.2rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-header {
          height: 5.6rem; } }
    .js_modal .section-product-img {
      padding: 1.5rem 1.5rem 0; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-img {
          padding: 0; } }
    .js_modal .section-product-txt {
      padding: 2.5rem 2.5rem 2rem; }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-txt {
          padding: 1.5rem 1.5rem 0; } }
      .js_modal .section-product-txt-catch {
        text-align: center;
        padding-bottom: .8em;
        font-weight: 700;
        font-size: 2rem;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .js_modal .section-product-txt-catch {
            font-size: 1.6rem; } }
      .js_modal .section-product-txt p {
        font-size: 1.6rem;
        line-height: 1.5;
        padding-bottom: .8em; }
        @media only screen and (max-width: 767px) {
          .js_modal .section-product-txt p {
            font-size: 1.2rem; } }
      .js_modal .section-product-txt ul {
        padding-bottom: .6em; }
        .js_modal .section-product-txt ul li {
          font-size: 1.6rem;
          padding-left: 1.2em;
          position: relative;
          padding-bottom: .2em; }
          @media only screen and (max-width: 767px) {
            .js_modal .section-product-txt ul li {
              font-size: 1.2rem; } }
          .js_modal .section-product-txt ul li:before {
            content: "●";
            position: absolute;
            left: 0;
            top: 0; }
          .js_modal .section-product-txt ul li b {
            font-weight: 400;
            text-decoration: underline; }
    .js_modal .section-product-btn {
      border: 0.2rem solid rgba(71, 49, 47, 0.3);
      border-radius: 5rem;
      height: 3.6rem;
      width: 24rem;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.4rem;
      font-weight: 700;
      color: rgba(71, 49, 47, 0.8);
      background: #fff; }
      @media only screen and (min-width: 1025px) {
        .js_modal .section-product-btn {
          cursor: pointer; }
          .js_modal .section-product-btn:hover {
            background: #eee; } }
      @media only screen and (max-width: 767px) {
        .js_modal .section-product-btn {
          height: 2.6rem;
          width: 11rem;
          font-size: 1.1rem;
          margin: 0 auto; } }

/*比較表*/

.section-comparison{
    padding: 7rem 0 0;
}

.section-comparison-header{
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: end;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 767.98px){
    .section-comparison-header{
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1rem;
    }
}

.section-comparison-header::before,
.section-comparison-header::after{
    content: '';
    display: block;
    height: 6rem;
    width: 1px;
    background-color: #F69619;
}

.section-comparison-header::before{
    margin-right: 2.3rem;
    transform: rotate(-15deg);
}
.section-comparison-header::after{
    margin-left: 2.3rem;
    transform: rotate(15deg);
}

.section-comparison-header h2 span{
    display: block;
    font-size: 3.5rem;
    color: #F69619;
    line-height: 1;
}
@media only screen and (min-width: 767.98px){
    .section-comparison-header h2 span{
        font-size: 5rem;
    }
}

.section-comparison-inner p{
    padding: 1.5rem;
}
@media only screen and (min-width: 767.98px){
    .section-comparison-inner p{
        font-size: 1.7rem;
        line-height: 2;
        font-weight: 700;
        text-align: center;
        padding: 1.5rem 0 3rem;
    }
}

@media only screen and (max-width: 767px){
    .section-comparison-inner p br{
        display: none
    }
}

.section-comparison-inner p.section-comparison-inner-caption{
    text-align: center;
    padding: 0 0 1.5rem;
}
@media only screen and (min-width: 767.98px){
    .section-comparison-inner-caption{
        display: none;
    }
}

.comparison-chart{
    width: 100%;
    max-width: 90rem;
    margin: 0 auto;
    padding: 3rem 0 0 0;
}

@media only screen and (max-width: 767px){
    .comparison-chart{
        padding: 1.5rem;
        overflow-x: scroll;
    }
}


.comparison-chart-table {
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
@media only screen and (max-width: 767px){
    .comparison-chart-table{
        font-size: 1.25rem;
    }
}

.comparison-chart-table thead {
    color: #fff;
}

.comparison-chart-table th,
.comparison-chart-table td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}
.comparison-chart-table th{
    background: #48312F;
    font-weight: 700;
}
.comparison-chart-table th.none{
    background-color: transparent;
}

.comparison-chart-table td{
    background-color: #fff;
    height: 125px;
}

.comparison-chart-table tr:nth-child(2n) td {
    background-color: #f6f4f4;
}

.comparison-chart-table td span{
    display: block;
width: 30px;
height: 30px;
border: 2px solid #47312f;
border-radius: 50%;
margin: 0 auto .5rem;
}

.comparison-chart-table td b{
    display: block;
    font-size: 1.6rem;
}

.comparison-chart-table td:nth-child(2) {
    border-left: 5px solid #F69619;
    border-right: 5px solid #F69619;
}

.comparison-chart-table td:nth-child(2) span{
    border: 4px solid #EF8633;
}

.comparison-chart-table tr:first-child th:nth-child(2) {
    position: relative;
    border-width: 15px  5px 0 5px;
    border-style: solid;
    border-color: #F69619;
    background-color: #F69619;
    padding: 8px 15px 15px 5px;
}

.comparison-chart-table th:nth-child(3),
.comparison-chart-table th:nth-child(4),
.comparison-chart-table td:nth-child(3),
.comparison-chart-table td:nth-child(4){
    border-right: 1px solid #987e7c;
}


.comparison-chart-table tr:last-child td:nth-child(2) {
    border-bottom: 5px solid #F69619;
}

/* --------------------------------------
		104 footer
-------------------------------------- */
.aside-faq {
  box-shadow: 0 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.15) inset;
  display: flex;
  justify-content: center;
  padding: 10rem 2rem; }
  @media only screen and (max-width: 767px) {
    .aside-faq {
      flex-direction: column;
      padding: 4rem 1.5rem 2rem; } }
  .aside-faq-ttl {
    font-size: 3.2rem;
    text-align: center;
    padding: 0 4vw;
    flex-shrink: 0; }
    @media only screen and (max-width: 767px) {
      .aside-faq-ttl {
        font-size: 1.9rem;
        padding: 0 0 2rem; } }
    .aside-faq-ttl b {
      border-bottom: 0.3rem solid #f58a00; }
  .aside-faq dl {
    width: 100%;
    max-width: 60rem; }
    .aside-faq dl div {
      margin-bottom: 1.5rem; }
      .aside-faq dl div dt {
        font-size: 1.8rem;
        padding-bottom: .3rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dt {
            font-size: 1.3rem; } }
        .aside-faq dl div dt:before {
          content: "Q";
          color: #f58a00;
          font-size: 2.4rem;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dt:before {
              font-size: 1.8rem;
              margin-right: .3rem; } }
      .aside-faq dl div dd {
        background: rgba(71, 49, 47, 0.05);
        border: 1px solid rgba(71, 49, 47, 0.1);
        padding: 2rem 2rem 2rem 5rem;
        border-radius: .3rem;
        position: relative;
        font-size: 1.6rem; }
        @media only screen and (max-width: 767px) {
          .aside-faq dl div dd {
            font-size: 1.3rem;
            padding: 1.2rem 1rem 1.2rem 3.5rem; } }
        .aside-faq dl div dd:before {
          content: "A";
          font-weight: 700;
          color: #82af00;
          font-size: 2.4rem;
          position: absolute;
          left: 2rem;
          top: 1.3rem; }
          @media only screen and (max-width: 767px) {
            .aside-faq dl div dd:before {
              font-size: 1.8rem;
              left: 1.2rem;
              top: .8rem; } }

.div-top {
  position: fixed;
  right: 1.5rem;
  bottom: 20%;
  z-index: 99;
  right: 1rem; }
  .div-top a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2rem;
    width: 4rem;
    height: 4rem;
    background: rgba(130, 175, 0, 0.85);
    border-radius: 50%; }

.footer {
  position: relative; }
  .footer-logo {
    width: 24rem;
    margin: 0 auto 2rem; }
    @media only screen and (max-width: 767px) {
      .footer-logo {
        width: 16.3rem; } }
  .footer-wrap {
    background: #59493f;
    color: #fff;
    padding: 2rem;
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer-wrap {
        padding: 2rem 2rem 1rem;
        flex-direction: column;
        justify-content: center; } }
    .footer-wrap ul {
      font-size: .9rem;
      display: flex; }
      @media only screen and (max-width: 767px) {
        .footer-wrap ul {
          flex-direction: column;
          padding-bottom: 1.5rem; } }
      @media only screen and (max-width: 767px) {
        .footer-wrap ul li {
          margin-bottom: .8rem; } }
      .footer-wrap ul li:nth-last-of-type(1) a:after {
        display: none; }
      .footer-wrap ul a {
        display: block;
        color: #fff; }
        .footer-wrap ul a:after {
          content: "/";
          margin: 0 .3rem; }
          @media only screen and (max-width: 767px) {
            .footer-wrap ul a:after {
              display: none; } }
        @media only screen and (max-width: 767px) {
          .footer-wrap ul a:before {
            content: "- "; } }
  .footer-copy {
    font-size: 1rem; }
    @media only screen and (max-width: 767px) {
      .footer-copy {
        font-size: .8rem; } }

/**/
.fv-caption{
    margin: .5rem 0 0 0;
    text-align: center;
}
@media only screen and (max-width: 767px){
    .fv-caption{
        font-size: 1rem;
    }
}
@media only screen and (min-width: 767.98px){
    .fv-caption br{
        display: none;
    }
}

.bnr-trust{
    width: 80.9rem;
height: 26.3rem;
background: url("/common/img/lp/lp_takuhai_t/bnr_trust_pc.png") no-repeat;
background-size: 100% auto;
margin: 4rem auto 0;
}

.bnr-trust img{
    display: none;
}

@media only screen and (max-width: 767px){
    .bnr-trust{
        width: auto;
height: auto;
padding: 0 .3rem;
background: none;
    }
    
    .bnr-trust img{
        display: block;
    }
}


div.page{
    margin-bottom: 0!important;
}

.page ul{
    padding-left: 1.5rem;
}

.page ul li{
     list-style: disc!important;
}


