/*

　内装LP（カフェ、フィットネス、オフィス）

  Reset
-----------------------------------------------------*/
:root {
    --cafe-main: #464D5F;
    --cafe-gray: #565838;
    --cafe-blue: #3A5BA7;
    --cafe-blue2: #7593D9;
    --cafe-blue3: #AAB7D6;
    --cafe-light-blue: #67A6AF;
    --cafe-light-blue2: #F0F4FD;
    --cafe-light-blue3: #A5D4E2;
    --cafe-yellow: #E1B77E;
    --cafe-yellow2: #FFFDFA;
    --cafe-bg-gray: #E3E3E3;
    --cafe-bg-gray2: #F4F4F4;
    --cafe-bg-gray3: #F2F2F2;
    --cafe-bg-gray4: #EAEAEA;
    --cafe-gray: #C3C3C3;
    --cafe-gray2: #717171;
    --cafe-yellow2: #FFFDFA;

    --scale: 1;
    --round-xl: 26rem;
    --round-l: clamp(1.6rem, 1.327rem + 1.17vw, 2.4rem);
    --round-r: clamp(0.8rem, 0.527rem + 1.17vw, 1.6rem);
    --round-s: clamp(0.4rem, 0.263rem + 0.58vw, 0.8rem);
}
@media (max-width: 768px) {
  :root {
    --scale: 0.8;
  }
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* body {
    line-height: 1;
} */

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

/*
  Base
-----------------------------------------------------*/

html.wf-loading body {
  visibility: visible;
}
body {
  /* opacity: 0; */
  transition: opacity 0.3s ease;
}

html.wf-active{
  opacity: 1;
}
* {
  min-height: 0vw;
}
*,
:before,
:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    height: 100%;
    text-rendering: optimizeLegibility;
    font: 1em/1.8 "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo;
    /* line-height: 1.8; */
    color: var(--cafe-main);
    word-wrap: break-word;
}
body.cafe-design{
  color: var(--cafe-main);

}

body.is-drawerActive {
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

dt,
dd {
    display: inline-block;
}

.__center{
  text-align: center;
}

a[href^="tel:"]{
  cursor: pointer;
}
@media (hover: hover){
  a.hover:hover{
    filter: brightness(1.1);
  }
}


@media screen and (max-width:768px){
  a[href^="tel:"]{
    pointer-events: auto;
  }
}



a img{
  box-shadow: none;
}

/*夏季休業のお知らせ*/
.closeinfo {
  text-align: center;
  background: #fff;
  padding: 2.5rem;
  margin:  calc(40rem / 16) 0;
}

.closeinfo h2 {
  font-size: clamp(20px, 2.5vw, 32px);
  padding-bottom: 1.5rem;

  /* font-family: "NotoSansCJKjp"; */
  font-style: normal;
  font-weight: 700;
}

.shop-design .closeinfo h2,
.shop-design .closeinfo strong,
.fitness-design .closeinfo h2,
.fitness-design .closeinfo strong,{
    color: var(--main-gold);
}

.office-design .closeinfo h2,
.office-design .closeinfo strong {
  color: var(--main-blue);
}

.closeinfo p {
  font-size: clamp(14px, 1.25vw, 16px);
  /* font-family: "NotoSansCJKjp"; */
  font-style: normal;
  font-weight: 400;
  line-height: 1.9;
}

.closeinfo strong {
  text-decoration: underline;
  font-size: clamp(15px, 1.6vw, 20px);
  display: block;
  margin-bottom: 1.5rem;
  /* font-family: "NotoSansCJKjp"; */
  font-style: normal;
  font-weight: 700;
}

.closeinfo__text {
  width: 90%;
  margin: 0 auto;
}
.closeinfo .sp {
  display: none;
}


/*
  font
 --------------------------------- */
.cafe-design .en{
  font-family: "din-2014", serif;
  line-height: 1.5;
}



/* .en-g{
    font-family: open-sans, sans-serif;
}

.j-min{
  font-family: zen-antique-soft, sans-serif;
  line-height: 1.5;
} */

 .upper {
     text-transform: uppercase;
 }

 .cap {
     text-transform: capitalize;
 }
.italic {
    font-style: italic;
}

.text_fade p{
    margin-bottom: 1em;
}

.text_fade p:last-of-type{
    margin-bottom: 0;
}

.text-field{
  display: inline;
}

@media screen and (max-width: 768px){
  .text_fade p{
    margin-bottom: .5em;
}
}



/* =====================================================
  2.0 - Layout
===================================================== */
/*
  Centering
-----------------------------------------------------*/
  .wrap {
    margin: 0 auto;
    max-width: 1080px;
    width: 90%;
  }

  .wrap.__900w {
    max-width: 900px;
  }

  .wrap.__1000w {
    max-width: 1000px;
  }

  .wrap.__wide{
    max-width: 1152px;
  }

  .wrap.drawing{
    max-width: 700px;
  }

  @media screen and (max-width: 768px) {
    .wrap.__sw {
        width: 100%;
    }

    .wrap.__table{
      width: 95%;
      margin: 0 0 0 auto;
    }
    .wrap.__full{
      width: 100%;

    }
  }

/*
  Contents
-----------------------------------------------------*/
.l-contents {
    clear: both;
    padding: calc(120px * var(--scale)) 0 calc(200px * var(--scale));
 }

 .l-contents.problem {
    clear: both;
    padding-block:calc(120px * var(--scale));
 }

 .l-contents.about__inner{
  padding-block: calc(70px * var(--scale));
 }

 .l-contents.one-stop{
  padding-bottom: 0;
 }

 .about.l-contents{
  padding-bottom: calc(60px * var(--scale));

 }
 @media screen and (max-width:768px){
    .l-contents{
        padding: calc(7.5em * 0.8) 0;
    }
 }


/*
  l-header
-----------------------------------------------------*/

/*
 Settings
--------------------------------- */
/*
  Base flex
--------------------------------- */
.l-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.l-flex.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.l-flex.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.l-flex.center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.l-flex.justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.l-flex.space-evenly {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.l-flex.reverse {
    flex-direction: row-reverse;
}

.l-flex.flex-end {
    justify-content: flex-end;
}
/* =====================================================
  contents
===================================================== */
 #wpadminbar{
  display: none;
 }
/*
    header
  --------------------------------- */

  .lp_header .__inner{
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    justify-content: space-between;
    width: 100%;
    height: calc(80rem / 16);
    padding-left: calc(30rem / 16);
  }

  .lp_header .header_nav{
    padding: calc(10rem / 16) calc(30rem / 16);
    gap: 2.12vw;
    align-items: center;
    background: #fff;
    border-radius: var(--round-s) 0 0  var(--round-s);
  }

  .lp_header .header_nav .__list{
    display: block;
    color: var(--cafe-main);
    font-weight: 700;
    font-size: calc(12rem / 16);
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
  }
  @media (hover: hover){
    .lp_header .header_nav .__list:hover{
      color: var(--cafe-yellow);
    }
  }


  /*  */
  .contact-fix{
    position: fixed;
    right: 30px;
    top: 90px;
    z-index: 190;
  }

  .contact-fix.phone{
    top: 187px;

  }

  .contact-fix__link{
    position: relative;
    display: flex;
    align-items: center;
    width: 68px;
    height: 68px;
    border-radius: 9999px;
    overflow: hidden;
    color: #fff;
    text-decoration: none;
    transition: width .3s ease;
  }

  .mail .contact-fix__link{
    background: var(--cafe-yellow);
  }

  .phone .contact-fix__link{
    background: var(--cafe-light-blue);
  }

  .contact-fix__link:hover,
  .is-mv .contact-fix__link{
    width: 220px;
  }

  .LpHeader.is-LpAnimation .contact-fix__link{
    width: 68px;
  }

  .contact-fix-btn{
    flex: 0 0 68px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact-fix-btn .__img{
    display: block;
  }

  .contact-fix-txt{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    opacity: 0;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600;
    font-size: calc(16rem / 16);
    letter-spacing: 0.14em;
    transition: width .3s ease, opacity .2s ease;
    line-height: 1.5;
  }

  .is-mv .contact-fix-txt{
    width: auto;
    opacity: 1;

  }


  @media (hover: hover){
  .contact-fix__link:hover .contact-fix-txt{
    width: 130px;
    opacity: 1;
  }
  }

  .lp_header__icon.mail{
    background-color: var(--cafe-yellow);
  }

  .lp_header__icon.phone{
    background-color: var(--cafe-light-blue);

  }

  .lp_header .__inner .__Color{
    width: 115px;
  }

  .lp_header__right__logo{
    display: block;
  }
   @media (hover: hover){
    .lp_header__right__logo:hover{
      opacity: .65;
    }
   }

  .lp_header.is-LpAnimation .__inner .__Color,
  .is-drawerActive .lp_header.is-LpAnimation .__inner .__White{
    display: block;
  }

  .lp_header.is-LpAnimation .__inner .__White,
  .is-drawerActive .lp_header.is-LpAnimation .__inner .__Color{
    display: none;
  }

  @media screen and (max-width:1024px){
    .lp_header .__inner{
      height: calc(60rem / 16);
      padding: calc(10rem / 16) 4%;
      align-items: center;

    }

    .lp_header .__inner .i-logo{
      width: 87px;
    }

    .lp_header .__inner .__logo{
      z-index: 999;
    }

    .lp_header .__inner .header_nav_sp{
      gap: 14px;
      align-items: center;
    }

    .lp_header .__inner .header_nav_sp .__list{
      display: block;
    }
/*
    .lp_header .__inner .header_nav_sp .__form,
    .lp_header .__inner .header_nav_sp .__phone{
      background: var(--red);
      width: 40px;
      height: 40px;
      border-radius: 50%;
    } */


    .lp_header .__inner .header_nav_sp .__form .__list{
      height: 40px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 40px;
    }

    .hamburger_nav_area .__nav{
      flex-direction: column;
      align-items: center;
      padding: calc(90rem / 16) calc(35rem / 16);
      gap: 20px;
    }

    .hamburger_nav_area .__nav .c-button{
      width: 100%;
    }

    .hamburger_nav_area .__nav .__list{
      color: #fff;
      font-weight: 700;
      display: block;
    }

    .hamburger_nav_area .__nav .c-button .__list{
      border-radius: 50px;
      padding: calc(10rem / 16) 0;
      display: block;
    }

    .hamburger_nav_area .__nav .c-button.__phone .__list{
      background-color: var(--cafe-light-blue);
    }

    .hamburger_nav_area .__nav .c-button.__form .__list{
      background-color: var(--cafe-yellow);
    }

    .hamburger_nav_area .__nav .c-button .__list .__area{
      justify-content: center;
      gap: 20px;
    }

    .hamburger_nav_area .__nav .__form .__text{
      font-size: calc(20rem / 16);
    }
    .hamburger_nav_area .__nav .__form .__img{
      width: 23px;

    }



    .hamburger_nav_area .__nav .__phone .__list .__area .__img{
      width: 34px;

    }


    .hamburger_nav_area .__nav .__phone .__list .__number{
      font-size: calc(24rem / 16);
    }
    .hamburger_nav_area .__nav .__phone .__list .__tex{
      font-size: calc(10rem / 16);
      display: block;
    }

    .lp_header__icon{
      margin-right: 0;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      color: #fff;
      overflow: hidden;
      transition: all 0.3s ease;
      text-decoration: none;
    }

  }

    @media screen and (max-width:375px){
      .lp_header .__inner .header_nav_sp .__form,
      .lp_header .__inner .header_nav_sp .__form .__list,
      .lp_header .__inner .header_nav_sp .__phone,
      .lp_header .__inner .header_nav_sp .__phone .__list{
        width: 35px;
        height: 35px;
      }



      .lp_header .__inner .header_nav_sp .__list{
        width: 90%;
      }

      .lp_header .__inner .header_nav_sp{
        gap: calc(20rem / 16);
      }

    }




/*
    mv
  --------------------------------- */
  .lp_mv{
    background-color: var(--cafe-bg-gray2);
    padding-bottom: 80px;
    overflow: hidden;
  }
  .lp_mv .mv{
    position: relative;
    min-height: 100svh;
  }
  .lp_mv .__inner{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 1fr;
  }
  .lp_mv .__inner .mv__img.mv01{
    grid-column: 8 / 13;
  }
  .lp_mv .__inner .mv__img.mv02{
      grid-column: 5 / 5;
      bottom: 0;
      position: absolute;
  }

  .lp_mv .__inner .mv__img .__img{
    width: 100%;
  }


  .lp_mv .mv picture{
    /* display: block; */
  }

  .mv_tit__area{
    position: absolute;
    inset: 0;
    display: grid;
    align-items: center;
    padding-top: calc(80rem / 16);
    padding-bottom: clamp(24px, 6vh, 80px);
    box-sizing: border-box;
  }


  .lp_mv .mv_tit{
    position: relative;
    width: 100%;
    padding: 0 5%;
  }

  .lp_mv .mv_tit .__license{
    font-size: calc(20rem / 16);
    border: 1px solid #fff;
    padding: calc(4rem / 16) calc(10rem / 16);
    display: inline-block;
  }

  .mv_tit__main,
  .mv_tit__sub{
    text-align: center;
    letter-spacing: 0.1em;

  }
  .mv_tit__main{
    font-weight: 900;
    font-size: clamp(2rem, 1.663rem + 1.44vw, 2.813rem);
    paint-order: stroke;
    -webkit-text-stroke: 10px var(--cafe-bg-gray2);
    text-stroke: 10px var(--cafe-bg-gray2);
    line-height: 1.5;
  }

  .mv_tit__main .small{
    font-size: clamp(1.625rem, 1.314rem + 1.33vw, 2.375rem);
  }
  .mv_tit__main .strong.__blue{
    color: var(--cafe-blue);
  }
  .mv_tit__sub{
    font-size: clamp(1rem, 0.793rem + 0.88vw, 1.5rem);
    padding-block: calc(12px * var(--scale));

  }

  .mv__list{
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: calc(20px * var(--scale));
  }

  .lp_mv .mv_tit .__en{
    font-size: calc(57rem / 16);
    font-weight: 700;
    line-height: 1.5;
  }

  .office-design .lp_mv .mv_tit .__en{
    font-size: calc(38rem / 16);
  }

  .lp_mv .mv_tit .__sub{
    font-size: calc(20rem /16);
    display: block;
    padding-top: 10px;
  }


  @media screen and (max-width:768px){
    .lp_mv .__inner .mv__img.mv01{
      grid-column: 4 / 13;
    }
    .lp_mv .__inner .mv__img.mv02{
      bottom: -70px;
      position: absolute;
    }

    .lp_mv .__inner .mv__img.mv03{
      position: absolute;
      right: 0;
      bottom: 20px;
    }
    .mv__list{
      width: 85%;
      margin: 0 auto;
    }
    .mv_tit__main{
      -webkit-text-stroke: 5px var(--cafe-bg-gray2);
      text-stroke: 5px var(--cafe-bg-gray2);
    }
    .mv_tit__area{
        padding-top: calc(60rem / 16);
    }
  }



/*
    よくあるお悩み
  --------------------------------- */
 .problem__area{
  background-color: var(--cafe-bg-gray2);
 }
 .problem{
  background-color: var( --cafe-bg-gray);
 }

 .problem__inner{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: calc(60rem / 16);
 }
 .problem__list{
  justify-content: center;
  gap: calc(40rem / 16);
 }

 .problem__list__bub{
  background-color: #fff;
  width: 100%;
  padding-block: calc(30rem / 16);
  margin-bottom: calc(20rem / 16);
  position: relative;
  border-radius: 10%;
  border-radius: 20px;
 }
  .problem__list__bub::before{
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -20px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
  }

 .problem__text{
  font-weight: 700;
  font-size: clamp(1rem, 0.767rem + 0.99vw, 1.563rem);
  text-align: center;
 }

 .problem__text__blue{
  color: var(--cafe-blue);
  display: block;
 }

 .problem__list__img{
    width: 130px;
 }

 .problem__bottom{
  text-align: center;
  font-weight: 700;
  font-size: calc(44rem / 16);
  line-height: 1.5;
 }
  .problem__bottom .__blue{
    font-size: calc(78rem / 16);
    color: var(--cafe-blue);
    padding-inline: 1%;
  }
  .problem__bottom .__blue.__border{
    -webkit-text-stroke: 10px #fff;
    text-stroke: 10px #fff;
    paint-order: stroke;
    padding-inline: 2%;
  }


 .results{
  background: var(--cafe-blue);
  position: relative;
  padding-top: calc(120rem / 16);
  margin-bottom: calc(120rem / 16);
 }

 .results:before,
 .results:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    border-style: solid;
    transform: translateX(-50%);
    border-width: calc(120rem / 16) 50vw 0 50vw;

 }

  .results:before{
    top: 0;
    border-style: solid;
    border-color: var(--cafe-bg-gray) transparent transparent transparent;
  }
  .results:after{
    bottom: calc(-120rem / 16);
    border-style: solid;
    border-color: var(--cafe-blue) transparent transparent transparent;
  }
  .results__inner{
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: calc(80rem / 16) 0 calc(30rem / 16);
    font-weight: 700
  }

  .results__tit{
    font-size: clamp(2.063rem, 1.13rem + 3.98vw, 4.313rem);
  }
  .results__sub{
    font-size: clamp(1.125rem, 0.607rem + 2.21vw, 2.375rem);
    padding-block: calc(20px * var(--scale));

  }
  .results_tex{
    font-size: clamp(0.813rem, 0.631rem + 0.77vw, 1.25rem);

  }
 .one-stop{
  background: var(--cafe-bg-gray2);
 }

 .one-stop__intro{
  display: flex;
  justify-content: space-between;
}

 .one-stop__tit{
  color: var(--cafe-blue);
  font-weight: 900;
  font-size: calc(35px * var(--scale));
 }
 .one-stop__text{
  font-size: calc(20px * var(--scale));
  width: 54%;
 }

 .one-stop-ex{
  margin-top: calc(90px * var(--scale));
  background: #fff;
  border-radius: var(--round-s);
  padding-block: calc(70px * var(--scale));
 }

 .one-stop-ex__inner{
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
 }

 .one-stop-ex__tit{
  text-align: center;
  font-size: calc(20px * var(--scale));
  font-weight: 900;
  color: #fff;
  padding-block: calc(10px * var(--scale));
  border-radius: var(--round-r) var(--round-r) 0 0;
 }
.one-stop-ex__items:first-of-type .one-stop-ex__tit{
  background-color: var(--cafe-main);
}

.one-stop-ex__items:last-of-type .one-stop-ex__tit{
  background: var(--cafe-blue);
}

.one-stop-ex__items:first-of-type {
  position: relative;
  padding-bottom: calc(94px * var(--scale));
  margin-bottom: calc(50px * var(--scale));
}

.one-stop-ex__items:first-of-type:before{
    content: "";
    width: 0;
    height: 0;
    border-bottom: solid 0px transparent;
    border-top: solid 44px var(--cafe-blue);
    border-left: solid 145px transparent;
    border-right: solid 145px transparent;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.one-stop-ex__items__inner{
  padding-block: calc(60px * var(--scale));
  border-radius: 0 0 var(--round-r) var(--round-r);
  position: relative;
}

.one-stop-ex__items:first-of-type .one-stop-ex__items__inner{
  background: var(--cafe-bg-gray);
}

.one-stop-ex__items:last-of-type .one-stop-ex__items__inner{
  border: 1px solid var(--cafe-blue);
}

.one-stop-ex__items__inner__grid{
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr ;
  gap: 0 calc(70px * var(--scale));
  justify-content: space-between;
  grid-template-areas:
      "img icon"
      "img tex";
}

.one-stop-ex__img{
  grid-area: img;
}

.one-stop-ex__icon{
  text-align: right;
  grid-area: icon;
}

.one-stop-ex__tex{
  font-size: calc(16px * var(--scale));
  grid-area: tex;
}



.point__list{
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
  gap: calc(70rem / 16) calc(90rem / 16);
}

.point__items{
}

.point__num{
  color: var(--cafe-yellow);
  font-size: calc(60rem / 16);
  font-weight: 700;
}

.point__tit{
  color: var(--cafe-blue);
  font-size:calc(23px * var(--scale)) ;
  font-weight: 700;
}

.point__flex{
  display: flex;
  align-items: center;
  gap: calc(30rem / 16);
}

.point__text{
  font-size:calc(16px * var(--scale)) ;
  padding-top: calc(10rem / 16);
}

.point__img{
    border-radius: var(--round-r);
    display: block;
    overflow: hidden;
}


  @media screen and (max-width: 1024px){
  .problem__inner{
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .problem__list__bub{
    width: 90%;
    padding: calc(30rem / 16);
    margin: 0 auto calc(50rem / 16);
  }
  .problem__text{
    text-align: left;
    position: relative;
    padding-left: calc(20rem / 16);
  }

  .problem__text:before{
    content: "";
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transform: translateY(-50%);
    top: 50%;
    background-color: var(--cafe-main);
  }
  .problem__list__img{
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .problem__text__blue{
    display: inline-block;
  }
    .problem__bottom{
    margin-top: calc(48rem / 16);
  }
  one-stop-ex__icon .__img{
    width: 35px;
  }
  }


@media screen and (max-width:768px){
  .problem__list__img{
    width: 100%;
  }
  .results{
    padding-top: calc(40rem / 16);
    margin-bottom: calc(40rem / 16);
  }
  .results__inner{
    padding: calc(40rem / 16) 5%;
  }
  .results:before,
  .results:after{
    border-width: calc(40rem / 16) 50vw 0 50vw;
  }
  .results:after{
    bottom: calc(-40rem / 16);
  }

  .one-stop__intro{
    flex-direction: column;
    gap: calc(30rem / 16);
  }

  .one-stop__text,
  .one-stop__tit{
    width: 100%;
  }

  .one-stop__tit{
    font-size: calc(29rem / 16);

  }

  .one-stop-ex__items__inner__grid{
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
        "icon"
        "img"
        "tex";
  }
  .one-stop-ex__items__inner{
    padding-top: calc(30rem / 16);
  }
  .one-stop-ex__img{
    margin-bottom:calc(30rem / 16) ;
  }

  .one-stop-ex__items:first-of-type:before{
    border-left: solid 100px transparent;
    border-right: solid 100px transparent;
  }

  .point__list{
    grid-template-columns: 1fr;
    gap: calc(60rem / 16);
  }
  .point__num{
    font-size: calc(48rem / 16);
  }
  .point__flex{
    gap: calc(20rem / 16);
  }
  .problem__bottom{
    font-size: calc(29rem / 16);
  }
  .problem__bottom .__blue{
    font-size: calc(40rem / 16);
  }
  .problem__bottom .__blue.__border{
    font-size: calc(53rem / 16);
    -webkit-text-stroke: 6px #fff;
    text-stroke: 6px #fff;
  }

  .one-stop-ex__icon{
    margin-bottom: 2%;
  }

}

/*
    カフェ空間の施工事例
  --------------------------------- */
  .works-cafe__text .__name{
    color: var(--cafe-blue);
    font-weight: 700;
    font-size: clamp(1.563rem, 1.045rem + 2.21vw, 2.813rem);
    padding-bottom: calc(22px * var(--scale));
  }
  .works-cafe__box{
    justify-content: space-between;
    margin-top: calc(60px * var(--scale));
  }

  .works-cafe__box .__left{
    width: 35%;
  }
  .works-cafe__box .__table{
    font-size: calc(14rem / 16);
    text-align: left;
  }

  .works-cafe__box .__table .__tit{
    width: 20%;
    font-weight: normal;
  }

  .works-cafe__text .__right{
    width: 52%;
  }

  .works-cafe__text .__right .__text{
    font-size: clamp(0.875rem, 0.823rem + 0.22vw, 1rem);
    padding-bottom: .8em;
    font-weight: 700;
  }

  .works-cafe__text .__right .__text:last-of-type{
    padding-bottom: 0;
  }

  .works-cafe-point__inner{
    border: 1px solid var(--cafe-yellow);
    background-color: var(--cafe-yellow2);
    padding-block: calc(60px * var(--scale));
    border-radius: var(--round-s);
    margin: calc(80px * var(--scale)) 0 calc(120px * var(--scale));
  }

  .works-cafe-point__flex{
    display: flex;
    justify-content: space-between;
    gap: calc(88rem / 16);
  }

  .works-cafe-point__list{
    width: 45%;
  }



  .works-cafe-point__img{
    position: relative;
    display: block;
  }

  .works-cafe-point__img{
    border-radius: var(--round-s);
  }

  .works-cafe-point__img:before{
    position: absolute;
    background: var(--cafe-yellow);
    color: #fff;
    font-weight: 700;
    font-size: calc(14rem / 16);
    top: 20px;
    padding-inline: calc(15rem / 16);
    border-radius: 0 10px 10px 0;
    font-family: "din-2014", serif;
    text-transform: uppercase;
    z-index: 1;
  }

  .works-cafe-point__list:first-of-type .works-cafe-point__img:before{
    content: "point 1";
  }
  .works-cafe-point__list:last-of-type .works-cafe-point__img:before{
    content: "point 2";
  }

  .works-cafe-point__text{
    padding-top: 10px;
  }
  .works-cafe-point__text p{
    font-size: clamp(0.875rem, 0.849rem + 0.11vw, 0.938rem);
  }

  .works-cafe-slider{
    overflow: hidden;
  }


  @media screen and (max-width:768px){
    .works-cafe__text .__right{
      width: 100%;
    }
    .works-cafe__box .__table .__tit{
      width: 25%;
    }
    .works-cafe__box{
      gap: calc(30rem / 16);
    }
    .works-cafe-point__flex{
      flex-direction: column;
      gap: calc(30rem / 16);
    }
    .works-cafe-point__list{
      width: 100%;
    }
    .works-cafe__box .__left{
      width: 100%;

    }
  }

/*
        強み
  --------------------------------- */
  .strengths{
    background: var(--cafe-bg-gray2);
  }
  .strengths_intro{
    display: flex;
    justify-content: space-between;
  }

  .strengths_intro .__right{
    width: 53%;
  }
  .strengths_intro__tit{
    font-weight: 800;
    font-size: calc(32px * var(--scale));
    padding-bottom: calc(40px * var(--scale));
  }
  .strengths_intro__text{
    font-size: calc(16px * var(--scale));
  }

  .strengths_intro__text p{
    padding-bottom: calc(10rem / 16);
  }

  .our-service{
    background-color: #fff;
    border-radius: var(--round-s);
    padding-block: calc(70px * var(--scale));
    margin-top: calc(120px * var(--scale));
    position: relative;
  }
  .our-service__inner{
    width: 83.4%;
    margin: 0 auto;
  }
  .our-service__list{
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: calc(40rem / 16) calc(70rem / 16);
  }

  .our-service__tit{
    color: var(--cafe-blue);
    font-weight: 700;
    font-size: calc(30px * var(--scale));
    position: absolute;
    top: -90px;
  }

  .our-service__tit .__strong{
    font-size: clamp(3.125rem, 2.193rem + 3.98vw, 5.375rem);

  }

  .our-service__item{
    border: 1px solid var(--cafe-blue);
    border-radius: var(--round-s);
    padding: calc(40px * var(--scale)) 10%;
    color: var(--cafe-blue);
    display: flex;
    flex-direction: column;
    gap: calc(20rem / 16);
  }

  .our-service__item .__tit{
    font-size: calc(20rem / 16);
    font-weight: 800;
    padding-bottom: calc(20px * var(--scale));
    border-bottom: 1px solid var(--cafe-blue);
  }

  .our-service__item .__tit .__small{
    font-weight: 700;
    font-size: calc(15px * var(--scale));
  }

  .our-service__item .__text{
    color: var(--cafe-main);
    font-size: clamp(0.813rem, 0.787rem + 0.11vw, 0.875rem);
  }

  .our-service__item .__detail{
    display: flex;
    flex-wrap: wrap;
    gap: calc(10rem / 16) calc(20rem / 16);
  }
  .our-service__item .__detail__list{
    font-size: clamp(0.813rem, 0.787rem + 0.11vw, 0.875rem);
    background-color: var(--cafe-bg-gray2);
    padding: 1% calc(10rem / 16);
    border-radius: 20px;
  }

  @media screen and (max-width: 1024px){
    .our-service__item .__tit .__small{
      display: block;
    }
  }





  @media screen and (max-width:768px){
    .strengths_intro{
      flex-direction: column;
      gap: calc(40rem / 16);
    }

    .strengths_intro .__left{
      width: 86%;
    }
    .strengths_intro .__right{
      width: 90%;
      margin: 0 auto;
    }

    .our-service__list{
      grid-template-columns: 1fr;
    }

    .our-service__tit{
      top: -54px;
    }
    .our-service__inner{
      width: 88.9%;
    }
    .our-service__item .__detail__list{
      padding: 1% calc(8rem / 16);
    }
    .our-service__item .__detail{
      gap: calc(10rem / 16) calc(10rem / 16);
    }


  }

/*
      他社比較
  --------------------------------- */
  .lp_difference{
    overflow: hidden;
  }
  .lp_difference .__difference .__copy{
    font-size: calc(18rem / 16);
    font-weight: 500;
    padding-bottom: calc(50rem / 16);
  }

  .lp_difference .__difference .__copy .__en{
    font-size: calc(24rem / 16);
    font-weight: 700;
    padding-right: 4px;

  }

  .lp_difference .__table .__table-inner{
    width: 100%;
    min-width: 750px;
  }

  .lp_difference .__table colgroup:first-child{
    width: 24%;
  }

  .lp_difference .__table colgroup:nth-child(2){
    width: 20%;
  }

  .lp_difference .__table colgroup:nth-child(2){
    border: 2px solid var(--cafe-blue);
    border-top: 8px solid var(--cafe-blue);
  }


  .lp_difference .__table colgroup:nth-child(n+3){
    width: 18.5%;
  }

  .lp_difference .__table .__col{
    padding: 1rem;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color: #fff;
  }

  .lp_difference .__table .__col{
    background-color: var(--cafe-gray);
  }


  .lp_difference .__table .__col:nth-child(n+3){
    border-right: 1px solid #fff;
  }

  .lp_difference .__table .__col.__main{
    background-color: var(--cafe-blue);
  }


  .lp_difference .__table .__col .__name{
    font-size: calc(17rem / 16);
  }

  .lp_difference .__table .__col .__main-name{
    font-size: calc(40rem / 16);
  }

  .lp_difference .__table .__col .__text{
    font-size: calc(12rem / 16);
  }

  .lp_difference .__table .__head{
    border: none;
    font-size: calc(18rem / 16);
    font-weight: 700;
    padding: .5rem 0;
    text-align: center;
    vertical-align: middle;
  }
  .lp_difference .__table .__head{
    border-top: 1px solid var(--cafe-blue);
    background-color: var(--cafe-blue2);
    color: #fff;
  }

  .lp_difference .__table .__data{
    padding: 1.5rem 1rem;
    text-align: center;
    vertical-align: middle;
  }

  .lp_difference .__table .__data{
    border: 1px solid var(--cafe-blue);
    background-color: var(--cafe-bg-gray3);
  }


  .lp_difference .__table .__data svg{
    fill: var(--cafe-blue);
  }

  .lp_difference .__table .__cost .__data{
    border-bottom: none;

  }

  .lp_difference .__table .__data:last-of-type{
    border-right: none;
  }

  .lp_difference .__table .__data.__main{
    background-color: #fff;
  }

  .lp_difference .__table .__data .__copy{
    font-size: calc(12rem / 16);
    padding-top: 3%;
  }

  @media screen and (max-width:768px){
    .lp_difference .__difference .__copy{
      font-size: calc(17rem / 16);
    }
    .__table .scroll-x{
      overflow-x: scroll;
      overscroll-behavior-x: contain;
      padding-right: 4.2666666667vw;
      scrollbar-width: none;
      width: calc(100% + 2.13333vw);
    }

    .lp_difference .__table colgroup:first-child{
      width: 16%;
    }
    .lp_difference .__table colgroup:nth-child(2),
    .lp_difference .__table colgroup:nth-child(n+3){
      width: 21%;
    }

    .lp_difference .__table .__head{
      font-size: calc(12rem / 16);
    }

    .lp_difference .__table .__data .__copy{
      font-size: calc(10rem / 16);
    }

    .lp_difference .__table .__col .__main-name{
      font-size: calc(36rem / 16);

    }


  }

/*
      事例詳細
  --------------------------------- */

  .lp_case{
    background-color: var(--cafe-bg-gray2);
  }


  .lp_case .__shop_name{
    padding-bottom: calc(96rem / 16);

  }

  .lp_case .__slider .__main-img{
    padding-bottom: calc(40rem / 16);
  }


  .lp_case .__intro{
    padding: calc(40rem / 16) 0 calc(124rem / 16);
  }

  .lp_case .drawing{
    padding: calc(40px * var(--scale)) 0 calc(120px * var(--scale));
  }

/*  */



.modal__images .modal__image {
  position: relative;
  transition: opacity .6s;
}
@media (hover: hover){
.modal__images .modal__image:hover {
  opacity: .6;
}

}

.modal__images .modal__trigger {
  cursor: pointer;
}

.modal__images .modal__image:before {
  display: block;
  padding-top: calc((2 / 3) * 100%);
  content: '';
}

.modal__images .modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
  object-position: center top;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  width: min(calc(100% - 40px), 1000px);
  max-height: calc(100% - 40px);
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}
@media (hover: hover) {
  .modal__close:hover {
    opacity: .6;
  }
}


.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content .modal__image img {
  width: 100%;
}
/*  */

  .lp_case .__list{
    margin-bottom: calc(120rem / 16);
    position: relative;
  }

  .lp_case .__list:last-of-type{
    margin-bottom: 0;
  }

  .lp_case .__list .__area{
    justify-content: space-between;
    /* gap: calc(80rem / 16); */
  }

  .lp_case .__list:nth-child(odd) .l-flex.__area{
    flex-direction: row-reverse;
    /* justify-content: flex-end; */
  }

  .lp_case .__list:nth-child(even) .__area{
    /* justify-content: flex-end; */
  }

  .lp_case .__list .__box{
    width: 50%;
  }
  .lp_case .__list .__img{
    flex: 0 0 42%;
  }

  .lp_case .__list .__img .__pic{
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
  }

  .lp_case .__list:nth-child(odd) .__img .__pic{
    right: 0;
  }

  .lp_case .__list:nth-child(even) .__img .__pic{
    left: 0;
  }

  .lp_case .__list .__tit{
    font-weight: 700;
    font-size: calc(35rem / 16);
    color: var(--main-blue);
  }


  .lp_case .__list .__sub p{
    font-weight: 700;
  }

  .lp_case .__list .__tex-list{
    padding-left: calc(20rem / 16);
    position: relative;
    margin-bottom: calc(20rem / 16);
  }

  .lp_case .__list .__tex-list:last-of-type{
    margin-bottom: 0;
  }

  .lp_case .__list .__tex-list:before{
    content: "";
    background-color: var(--main-blue);
    width: 7px;
    height: 7px;
    position: absolute;
    top: 10px;
    left: 0;
    border-radius: 50%;
  }


  .lp_case .__list .__tex-list p{
    font-size: calc(15rem / 16);
  }


  .lp_case .__date{
    gap: 60px;
    padding-top: calc(100rem / 16);
    margin-top: calc(100rem / 16);
    border-top: 1px solid var(--green6);
  }

  .lp_case .__date .__right{
    padding-top:calc(40rem / 16) ;
    flex-grow: 1;
    position: relative;
  }

  .lp_case .__date .__right .__right_inner{
    position: relative;
  }

  .lp_case .__date .__right .__tit,
  .lp_case .__date .__right .__name{
    font-weight: 700;
  }

  .lp_case .__date .__right .__tit{
    width: 20%;
  }

  .lp_case .__date .__right dl{
    padding-bottom: calc(10rem / 16);

  }

  .lp_case .__date .__right .sub_tit{
    font-size: calc(185rem / 16);
    color: var(--green2);
    position: absolute;
    top: -30px;
    right: 0;
    line-height: 01;
  }





  @media screen and (max-width:768px){
    .lp_case .__intro{
      font-size: calc(14rem / 16);
      padding: calc(40rem / 16) 0 calc(80rem / 16);
    }
    .lp_case .__list{
      margin-bottom: calc(70rem / 16);
    }
    .lp_case .__list:nth-child(odd) .__area{
      justify-content: center;
    }
    .lp_case .__list .__area{
      justify-content: center;
    }

    .lp_case .__list:nth-child(even) .__img{
      padding-right: 10%;
    }
    .lp_case .__list .__img{
      flex: 0 0 100%;
    }
    .lp_case .__list .__box{
      width: 80%;
    }

    .lp_case .__list .__tex-list{
      margin-bottom: calc(14rem / 16);
    }
    .lp_case .__list .__tex-list p{
      font-size: calc(13rem / 16);
    }


    .lp_case .__list .__tit{
      padding-top: calc(40rem / 16) ;
      font-size: calc(20rem / 16);
    }
    .lp_case .__list:nth-child(odd) .__img{
      padding-left: 10%;
    }
    .lp_case .__date{
      padding-top: calc(80rem / 16);
      margin-top: calc(80rem / 16);
      gap: 0;
    }
    .lp_case .__date .__right .sub_tit{
      font-size: calc(92.5rem / 16);
      top: 0;
    }
    .lp_case .__date .__right dl{
      font-size: calc(14rem / 16);
      padding-bottom: calc(20rem / 16);
    }

    .lp_case .__shop_name{
      padding-bottom: calc(50rem / 16);
    }

  }

/*
      フロー
  --------------------------------- */
  .flow__intro{
    font-size: calc(24px * var(--scale));
    padding-bottom:calc(80px * var(--scale)) ;
    text-align: center;
  }

  .flow-area__items{
    border: 1px solid var(--cafe-blue);
    border-radius: var(--round-r);
    padding: calc(40px * var(--scale)) calc(50px * var(--scale));
    position: relative;
    margin-bottom: calc(60rem / 16);
  }

  .flow-area__items:last-of-type{
    margin-bottom: 0;
  }


  .flow-area__items:before{
    content: "";
    position: absolute;
    bottom: -85px;
    left: 50%;
    border: 60px solid transparent;
    border-top: 24px solid var(--cafe-blue);
    transform: translateX(-50%);
  }

  .flow-area__items:last-of-type:before{
    content: none;
  }

  .flow-area__grid{
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: auto auto;
    grid-template-areas:
    "step img tit"
    "step img text";
    gap: calc(10rem / 16) calc(30rem / 16);
    align-items: center;
  }

  .flow-area__items__step{
    grid-area: step;
    font-weight: 700;
    color: var(--cafe-blue);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 30px;
    border-right: 1px solid var(--cafe-gray);

}


.flow-area__items__step .en{
  font-size: calc(18rem / 16);
  line-height: 1;
}

.flow-area__items__step .num{
  font-size: clamp(2.188rem, 1.835rem + 1.5vw, 3.188rem);
  line-height: 1;
}

  .flow-area__items__img{
    grid-area: img;
  }

  .flow-area__items__tit{
    grid-area: tit;
    color: var(--cafe-blue);
    font-weight: 700;
    font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  }
  .flow-area__items__text{
    grid-area: text;
    font-size: calc(18px * var(--scale));
    color: var(--cafe-gray2);
  }

  @media screen and (max-width:768px){
    .flow__intro{
      font-size: calc(16rem / 16);
    }
    .flow-area__grid{
      grid-template-columns: auto 1fr;
      grid-template-rows: 1fr;
      grid-template-areas:
          "img tit"
          "text text";
      gap: calc(20rem / 16);
      align-items: center;
    }
    .flow-area__items__step{
      position: absolute;
      flex-direction: row;
      top: -30px;
      left: 5%;
      border-right: none;
      align-items: baseline;
    }

    .flow-area__items{
      margin-bottom: calc(80rem / 16);
    }


  }
/*
      FAQ
  --------------------------------- */
  .faq{
    background-color: var(--cafe-bg-gray4);
  }

/*
      お問合せ
  --------------------------------- */
  .contact{
    background-color: var(--cafe-bg-gray2);
  }


  .contact .contact__intro{
    font-size: calc(18rem / 16);
    text-align: center;
    padding-bottom: calc(60px * var(--scale));
  }

  .contact .contact__attention{
    background-color: #fff;
    border: 1px solid var(--cafe-blue);
    padding: calc(40px * var(--scale)) 0;
    border-radius: var(--round-s);
  }

  .contact .contact__attention .__text{
    font-size: calc(24px * var(--scale)) ;
    text-align: center;
    font-weight: 500;
  }


  .contact .c-button .btn__phone2 svg{
    fill: var(--cafe-main);
  }


  .contact .__time{
    text-align: center;
    font-size: calc(16px * var(--scale));
  }


  .contactform{
    background-color: #fff;
    margin-top: calc(60rem / 16);
    padding: calc(70rem / 16) 0;
    border-radius: var(--round-r);
  }

  .contactform .form__inner{
    max-width: 700px;
    margin: 0 auto;
    display: block;
    width: 90%;
  }

  .contactform tr {
    display: flex;
    padding-top: calc(30rem / 16);
    justify-content: space-between;
    gap: 35px;
  }

  .contactform th{
    width: 28.5%;
    padding-top: 6px;
    max-width: 165px;
    text-align: left;
  }

  .contactform input[type="text"],
  .contactform input[type="password"],
  .contactform input[type="email"],
  .contactform input[type="tel"],
  .contactform input[type="search"],
  .contactform input[type="url"],
  .contactform input[type="date"],
  .contactform select,
  .contactform textarea,
  .contactform textarea {
    width: 100%;
    padding: 8px 20px;
    color: inherit;
    border:1px solid var(--cafe-bg-gray);
  }
  .contactform .file{
    border:1px solid var(--cafe-bg-gray);
  }

  .radio .wpcf7-list-item{
    border:1px solid var(--cafe-bg-gray);
  }

  .radio .wpcf7-list-item.first{
    margin-left: 0;

  }

  .contactform .file{
    padding: calc(30rem / 16) calc(32rem / 16);
  }


  .contactform .wpcf7-list-item-label,
  .contactform .wpcf7-select{
    font-size:calc(14rem / 16) ;
  }

  .contactform .file_info,
  .contactform .file_copy{
    font-size: calc(12rem / 16);
    font-weight: 400;
  }

  .contactform .file_info{
    padding-top: calc(10rem / 16);
  }
  .contactform .file_info:first-child{
    padding-top: calc(20rem / 16);
  }

  .contactform .file_copy{
    padding-top: calc(4rem / 16);
    line-height: 1.5;
  }

  .contactform .file_copy a{
    color: inherit;
    text-decoration: underline;
  }

  .radio .wpcf7-list-item {
    padding: calc(3rem / 16) calc(10rem / 16);
  }

  .office-design .radio .wpcf7-list-item{
    border: 1px solid var(--blue1);
  }


  input[type="file"]{
    padding-bottom: 1rem;
    font-size: calc(12rem / 16);
  }

  .contactform .wpcf7-list-item{
    margin: 0;
  }

  .contactform td{
    width: 100%;
    display: block;
    max-width: 500px;
  }
  .contactform .wpcf7-radio,
  .contactform .wpcf7-checkbox {
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
  	gap: 15px;
  }

  .contactform .grid_2 .wpcf7-radio{
  	grid-template-columns: 1fr 1fr;
  }

  .contactform .agreement{
    padding-top:calc(60rem / 16) ;
  }

  .contactform .agreement a{
    color: inherit;
    border-bottom: 1px solid;
  }

  .contactform .req{
    color: var(--cafe-yellow);
  }


  .wpcf7-spinner{
   display: none;
   }


  @media screen and (max-width:768px){

    .contact .contact__intro{
      font-size: calc(14rem / 16);
      padding-bottom: calc(40rem / 16);
    }

    .contact .__attention .__text{
      font-size: clamp(1rem, 5.5vw, 1.125rem);
    }
    .btn_line,
    .btn_phone{
      width: 100%;
    }
    .contact .contact__button .__time{
      font-size: clamp(0.813rem, 4.0625vw, 0.875rem);
    }

    .contactform{
      margin-top: calc(50rem / 16);
      padding: calc(50rem / 16)0;
    }

    .contactform .form__inner{
      width: 89%;
      max-width: unset;
    }

    .contact .c-button .btn__phone2 svg{
      fill: #fff;
    }

    .contactform tr{
      flex-direction: column;
      gap: 10px;
    }

    .contactform th{
      font-size: calc(14rem / 16);
      width: 100%;
      max-width: none;
    }

    .contactform td{
      max-width: none;
    }

     .contactform .wpcf7-radio,
     .contactform .wpcf7-checkbox{
      grid-template-columns: 1fr 1fr;
      gap: 10px;
     }

     .contactform .wpcf7-list-item-label,
     .contactform .wpcf7-select{
      font-size: calc(12rem / 16);
     }

     .contactform .grid_2 .wpcf7-radio{
      grid-template-columns: 1fr;
     }

     .contactform .file{
      padding: calc(30rem / 16) 5%;

     }

     .contactform .agreement{
      padding-top: calc(40rem / 16);
     }

  }



/*
      about
  --------------------------------- */
  .about{
    background-color: var(--cafe-main);
  }

  .about__inner{
    background: #fff;
    border-radius: var(--round-r);
  }

  .about__area{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .about_detail{
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "tit img"
        "tex img";
   margin-bottom: calc(64px * var(--scale));
  }

  .about_detail__tit{
    grid-area: tit;
    font-weight: 700;
    font-size:calc(46px * var(--scale)) ;

  }

  .about_detail__tex{
    grid-area: tex;
    font-size:calc(16px * var(--scale));
  }

  .about_detail__img{
    grid-area: img;
  }

  .lp_license_detail{
    justify-content: space-between;
    /* gap: 4.8vw; */

  }

  .lp_license_detail:first-child {
    padding-bottom: calc(70rem / 16);
    flex-direction: row-reverse;
  }


  .lp_license_detail .__box{
    width: min(44%, 38.4vw);
  }

  .lp_license_detail .__box .__tit{
    font-size: clamp(1.313rem, 1.079rem + 0.99vw, 1.875rem);
    padding-bottom: calc(25px * var(--scale));
    font-weight: 700;
  }

  .lp_license_detail .__box .__tex p{
    font-size: calc(16px * var(--scale));
  }

  .lp_license_detail .__img{
    width: min(50%, 43.2vw);
  }

  .lp_license_detail__img{
    border-radius: var(--round-s);
  }

  .page-top__area{
    display: grid;
    justify-content: end;
    padding-top: calc(120px * var(--scale));
  }

  .page-top__link{
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-weight: 700;
    font-size: calc(20px * var(--scale));
  }

  .page-top__img{
    width: 11px;
  }
  @media (hover: hover){
    .page-top__link:hover{
      opacity: .5;
    }
  }

  @media screen and (max-width:768px){
    .about .__intro p{
      font-size: clamp(1.375rem, 0.304rem + 5.36vw, 2.875rem);
    }

    .about_detail .__box{
      flex-basis: 100%;
      padding-top: calc(30rem / 16);
    }

    .about_detail{
      grid-template-rows: auto auto auto;
      grid-template-columns:1fr;
      grid-template-areas:
          "tit"
          "img"
          "tex";
      gap: calc(20rem / 16);
    }


    .about_detail .__img{
      width: 100%;
    }
    .about_detail .__box p{
      font-size: calc(15rem / 16);
    }

    .lp_license_detail .__box,
    .lp_license_detail .__img{
      width: 100%;
    }
    .lp_license_detail:first-child{
      flex-direction: column-reverse;
    }
    .lp_license_detail .__box .__tit{
      padding: calc(20rem / 16) 0 calc(10rem / 16);
    }

    .lp_license_detail .__box .__tex p{
      font-size: calc(14rem / 16);
      font-weight: 400;
    }

    .lp_license_detail:last-child{
      flex-direction: column-reverse;

    }
  }

/*
    footer
  --------------------------------- */
  @media (hover: hover){
    .footer a:hover{
      color: inherit;
    }
  }

  .l-footer{
    background-color: var(--cafe-main);
    padding: calc(60rem / 16) 0;
    border-top: 1px solid #fff;
  }

  .l-footer .__area{
    justify-content: space-between;
    align-items: center;
  }

  .l-footer .__area .__left{
    align-items: center;
    gap: 40px;
  }

  .l-footer .__area  .__copy{
    font-size: calc(12rem / 16);
    color: #fff;
  }

  .l-footer .__area .__right{
    gap: 30px;
  }

  .l-footer .__area .__right .__link{
    font-size: calc(14rem / 16);
    font-weight: 700;
    color: #fff;
  }


  @media screen and (max-width:768px){
    .l-footer{
      padding: calc(52rem / 16) 0 calc(100rem / 16);
    }
    .l-footer .__area{
      flex-direction: column;
    }
    .l-footer .__area .__left,
    .l-footer .__area .__right{
      padding-bottom: calc(40rem / 16);
    }
  }
/*
     page-thanks
  --------------------------------- */
  .l-thanks .__header{
    position: relative;
  }

  .l-thanks .__inner .__tit{
    font-weight: 700;
    font-size: calc(28rem / 16);
    padding-bottom: 3%;
  }


/* =====================================================
component
===================================================== */
/*
    c-heading
  --------------------------------- */
  .c-heading{
    font-weight: 700;
    flex-direction: column;
    margin-bottom: calc(64px * var(--scale));
  }
  .problem .c-heading{
    text-align: center;
    font-size: calc(34px * var(--scale));
    color: var(--cafe-blue);
    margin-bottom: calc(50px * var(--scale));
  }
  .c-heading.__right{
    text-align: right;
  }

  .c-heading.__center{
    text-align: center;
  }
  .c-heading .__en{
    font-size: clamp(1.313rem, 1.079rem + 0.99vw, 1.875rem);
    line-height: 1;
    color: var(--cafe-yellow);
    padding-bottom: calc(10px * var(--scale));
  }
  .c-heading .__jp{
    font-size: clamp(1.75rem, 1.439rem + 1.33vw, 2.5rem);
    line-height: 1;
    color: var(--cafe-blue);
  }
   @media screen and (max-width:768px){
    .problem .c-heading{
      font-size: calc(30px * var(--scale));
    }

   }
/*
    c-heading　-size_mid
  --------------------------------- */
  .c-heading.-size_mid {
    position: relative;
    margin-bottom: 0;
  }
  .c-heading.-size_mid .__en{
    font-size: clamp(3.75rem, 0.331rem + 14.59vw, 12rem);
    color: transparent;
    -webkit-text-stroke: 1px var(--cafe-yellow);
  }
  .c-solve__inner .c-heading.-size_mid{
    margin-bottom: calc(-40rem / 16);
  }
  .c-solve__inner .c-heading.-size_mid .__en{
    font-size: clamp(3.75rem, 1.769rem + 8.45vw, 9.375rem);
    -webkit-text-stroke: 1px var(--cafe-blue3);
  }


  .c-solve__inner .c-heading.-size_mid.c-solve__inner__result__tit .__en{
    -webkit-text-stroke: 1px var(--cafe-yellow);
    font-size: clamp(4.063rem, 2.478rem + 6.76vw, 8.563rem);
  }
  .c-heading.-size_mid .__jp{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;

  }

  .c-solve__inner .c-heading.-size_mid .__jp{
    font-size: clamp(1.625rem, 1.317rem + 1.31vw, 2.5rem);
    white-space: nowrap;
  }

  .c-solve__inner .c-heading.-size_mid.c-solve__inner__result__tit .__jp{
    font-size: calc(26px * var(--scale));
    left: 7%;
  }

  .point .c-heading.-size_mid .__text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .point .c-heading.-size_mid{
    margin-bottom: calc(20px * var(--scale));

  }

  .point .c-heading.-size_mid .__jp{
    position: unset;
    display: block;
    transform: none;
  }

  .point .c-heading.-size_mid .__sub{
    font-size: calc(16px * var(--scale));
  }



  @media screen and (max-width:768px){
    .c-solve__inner .c-heading.-size_mid .__jp{
      top: 80%;
    }
    .c-solve__inner .c-heading.-size_mid.c-solve__inner__result__tit .__jp{
      left: 50%;
    }
    .c-solve__inner .c-heading.-size_mid{
      margin-bottom: calc(20rem / 16);
    }
    .point .c-heading.-size_mid .__text{
      top: 110%;
    }
    .point .c-heading.-size_mid .__jp{
      line-height: 1.5;
    }
    .point .c-heading.-size_mid{
      margin-bottom: calc(120px * var(--scale));
    }
    .point .c-heading.-size_mid .__en{
      font-size: calc(122rem / 16);
    }

    .point .c-heading.-size_mid .__sub{
      font-size: calc(15px * var(--scale));
    }

    .lp_case .c-heading.-size_mid .__en{
      font-size: calc(58rem / 16);
      margin-bottom: calc(30rem / 16);
    }
    .lp_case .c-heading.-size_mid .__jp{
      font-size: calc(23px * var(--scale));
      top: 80%;
    }

    .lp_case .c-heading.-size_mid{
      margin-bottom: calc(20rem / 16);

    }



  }
/*
    c-heading　-size_xs
  --------------------------------- */

  .c-heading.-size_xs{
    font-weight: 700;
    color: var(--cafe-yellow);
    opacity: .3;
    font-size: clamp(2.813rem, 1.233rem + 6.74vw, 6.625rem);
  }

  .works-cafe-slider .c-heading.-size_xs{
   margin-bottom: calc(-45rem / 16);
  }
  @media screen and (max-width:768px){
    .works-cafe-slider .c-heading.-size_xs{
    margin-bottom: calc(-15rem / 16);
    }
  }
/*
    c-heading　-size_lg
  --------------------------------- */
  .c-heading.-size_lg {
    position: relative;
    margin-bottom: -50px;
  }
  .c-heading.-size_lg .__jp{
    font-size: calc(25px * var(--scale));
    font-weight: 800;
    position: relative;

  }

  .c-cta .c-heading.-size_lg .__text_area{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .c-cta .c-heading.-size_lg .__jp{
    color: #fff;
    display: block;
  }
  .c-heading.-size_lg .__en{
    color: transparent;
    -webkit-text-stroke: 1px var(--cafe-yellow);
  }

  .c-cta .c-heading.-size_lg .__en{
    font-size: clamp(5rem, 0.183rem + 20.55vw, 16.625rem);
  }

  .c-cta .c-heading.-size_lg .__text{
    color: #fff;
    font-weight: 800;
    font-size: calc(28px * var(--scale));
    white-space: nowrap;
  }

  .c-cta__flex{
    display: flex;
    justify-content: space-between;
    gap: calc(70rem / 16);
    align-items: center;
  }
  .c-cta__flex .__right{
    width: 44%;
  }

  @media screen and (max-width:768px){

  .c-cta__flex .__right,
  .c-cta__flex .__left{
    width: 100%;
  }

  .c-heading.-size_lg{
    margin-bottom: 0;
  }

  .c-cta .c-heading.-size_lg{
    margin-bottom: calc(30rem / 16);
  }
  .c-cta .c-heading.-size_lg .__text_area{
    top: 100%;
  }
  }
  /*
    c-heading　about reair
  --------------------------------- */
  .about .c-heading .__jp{
    font-size: calc(20px * var(--scale));
    color: var(--cafe-yellow);

  }
  .about .c-heading .__en{
    font-size: clamp(2.5rem, 1.464rem + 4.42vw, 5rem);
    color: var(--cafe-main);

  }
/*
  page-tit
 --------------------------------- */
 .c_title{
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  flex-direction: column;
  transform: translate(-50%, -50%);
  text-align: center;
 }

 .c_title .__en{
  font-size: calc(48rem / 16);
 }

 @media screen and (max-width:768px){
 .c_title .__en{
  font-size: calc(30rem / 16);
 }

 .c_title .c_title_jp{
  font-size: calc(14rem / 16);
 }
 }
/*
    c-solve
  --------------------------------- */
  .c-solve{
    /* border: 3px solid var(--cafe-blue); */
    border-radius: var(--round-s);
  }

  .c-solve:last-of-type{
    padding-top: calc(120px * var(--scale));
  }

  .c-solve__header{
    background-color: var(--cafe-blue);
    border-radius: var(--round-s) var(--round-s) 0 0 ;
  }

  .c-solve__header__inner{
    width: 83.8%;
    margin: 0 auto;
    padding-block: 50px;
    display: grid;
    grid-template-areas:
      "num text"
      "img list";
    grid-template-rows: auto 1fr;
    gap: 30px;
    position: relative;
  }

  .c-solve__num{
    background-color: var(--cafe-light-blue3);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-weight: 700;
    border-radius: 0 0 var(--round-s) var(--round-s) ;
    padding: calc(20rem / 16) calc(40rem / 16) 5px calc(40rem / 16);
  }

  .c-solve__num__inner{
    display: flex;
  }

  .c-solve__num__inner .text{
    font-size: calc(20px * var(--scale));

  }

  .c-solve__num__inner .num{
    font-size: clamp(1.625rem, 0.693rem + 4.66vw, 4.188rem);
    display: block;
    line-height: 1;

  }

  .c-solve__header .c-solve__text{
    grid-area: text;
    color: #fff;
    font-weight: 700;
    font-size: clamp(0.813rem, 0.735rem + 0.33vw, 1rem);
  }

  .c-solve__header .c-solve__img{
    grid-area: img;
  }
  .c-solve__header .c-solve__list{
    grid-area: list;
    background-color: var(--cafe-light-blue2);
    border-radius: var(--round-l);
    padding: calc(30px * var(--scale)) 5%;
    position: relative;
    color: var(--cafe-blue);
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
  }

  .c-solve__header .c-solve__list:before{
    content: "";
    position: absolute;
    top: 30%;
    left: 0;
    margin-left: -42px;
    border: 18px solid transparent;
    border-right: 30px solid var(--cafe-light-blue2);
  }

  .c-solve__item{
    padding-left: 25px;
    position: relative;
  }

  .c-solve__item:last-of-type{
    margin-bottom: 0;
  }

  .c-solve__item:before{
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--cafe-yellow);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .c-solve__inner{
    border: 3px solid var(--cafe-blue);
    border-radius: 0 0 var(--round-s) var(--round-s) ;
  }

  .c-solve__inner__area{
    width: 83.8%;
    margin: 0 auto;
    padding: calc(45px * var(--scale)) 0 calc(100px * var(--scale));
    position: relative;
  }

  .c-solve__inner__area:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border: 290px solid transparent;
    border-top: 44px solid var(--cafe-blue);
    transform: translateX(-50%);
  }

  .c-solve__inner__list{
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: calc(40px * var(--scale));
  }

  .c-solve__inner__items{
    border: 1px solid var(--cafe-blue);
    background: #fff;
    border-radius: var(--round-s);
    padding: calc(22px * var(--scale)) calc(22px * var(--scale)) calc(40px * var(--scale));
  }

  .c-solve__inner__img{
    border-radius: var(--round-s);
  }

  .c-solve__inner__text{
    font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
    font-weight: 700;
    padding-top: calc(24px * var(--scale));
  }

  .c-solve__inner__result{
    background: var(--cafe-yellow2);
    border: 2px solid var(--cafe-yellow);
    border-radius: var(--round-r);
    margin-top: calc(60px * var(--scale));
  }

  .c-solve__inner__result__area{
    width: 83.8%;
    margin: 0 auto;
    padding: calc(30px * var(--scale)) 0 calc(60px * var(--scale));
    position: relative;
  }

  .c-solve__inner__result__grid{
    display: grid;
    grid-template-areas:
      "tit img"
      "list img";
    grid-template-rows: auto 1fr;
    gap: 0 30px;
    align-items: end;
  }
  .c-solve__inner__result__tit{
    grid-area: tit;
  }


  .c-solve__inner__result__list{
    grid-area: list;
  }
  .c-solve__inner__result__img{
    grid-area: img;

  }

  .c-solve__inner__result__img{
    border-radius: var(--round-s);
  }

  .c-solve__inner__result__items{
    font-weight: 700;
    font-size: calc(18px * var(--scale));
    padding-left: 25px;
    position: relative;
  }

  .c-solve__inner__result__items:before{
    content: "";
    width: 10px;
    height: 10px;
    background: var(--cafe-yellow);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .c-solve__inner__result__icon{
    position: absolute;
    bottom: -80px;
    left: -120px;
  }


  @media screen and (max-width:768px){
    .c-solve__header__inner{
      width: 90%;
      gap: 24px;
      grid-template-rows: auto auto auto auto;
      grid-template-areas:
          "num"
          " text"
          "list"
          "img";
    }
    .c-solve__item:before{
      top: 13px;
    }
    .c-solve__item{
      padding-left: 20px;
      margin-bottom: 2%;
    }
    .c-solve__num{
      position: unset;
      border-radius: 0;
      padding: 0;
    }
    .c-solve__num__inner .num{
      display: inline-block;
    }
    .c-solve__num__inner{
    justify-content: center;
    align-items: center;
    }
    .c-solve__header .c-solve__list:before{
        top: auto;
        left: 50%;
        margin-left: -7px;
        border: 18px solid transparent;
        border-top: 70px solid var(--cafe-light-blue2);
        bottom: -58px;
        transform: rotateZ(45deg);

    }

    .c-solve__inner__area:before{
      border: 100px solid transparent;
      border-top: 25px solid var(--cafe-blue);
    }
    .c-solve__inner__area{
      width: 90%;
    }
    .c-solve__inner__list{
      grid-template-columns: 1fr;
    }
    .c-solve__inner__result__grid{
      grid-template-columns: 1fr;
      grid-template-areas:
      "tit"
      "img"
      "list";
    }
    .c-solve__inner__result__list{
      padding-top: calc(30rem / 16);
    }
    .c-solve__inner__result__items{
      padding-left: 20px;
      margin-bottom: calc(8rem / 16);
    }
    .c-solve__inner__result__items:last-of-type{
      margin-bottom: 0;
    }
    .c-solve__inner__result__items:before{
      top: 13px;
      width: 8px;
      height: 8px;
    }
    .c-solve__inner__result__icon{
      left: auto;
      right: -20%;
    }
    .c-solve__header .c-solve__img{
      width: 125px;
    }
  }

/*
    c-faq
  --------------------------------- */
  .c-faq__item{
    display: flex;
    width: 100%;
    transition: background .3s ease;
    padding:calc(30px * var(--scale)) calc(30px * var(--scale));
    border-bottom: 1px solid var(--cafe-gray);
    position: relative;
 }
  .c-faq__item:first-of-type{
    border-top: 1px solid var(--cafe-gray);
  }

  .c-faq__num{
    width: 10%;
    font-weight: 700;
    font-size: calc(18rem / 16);
  }
  .c-faq__inner{
    width: 80%;
  }
  .c-faq__q{
    font-weight: 700;
    font-size: calc(16px * var(--scale));
  }

  .c-faq__a{
    color: var(--cafe-blue);
    font-size: calc(15px * var(--scale));
    padding-top: calc(20rem / 16);
    display: none;
  }

  .c-faq__item.open{
    background: #fff;
  }

  .c-faq__item:before,
  .c-faq__item:after{
    position:absolute;
    content:'';
    top: calc(43px * var(--scale));
    right:calc(30px * var(--scale));
    width:25px;
    height:1px;
    margin:auto;
    background:var(--cafe-main);
  }

  .c-faq__item:after{
      transform:rotate(-90deg);
      transition:transform 0.3s;
  }
  .c-faq__item.open:after{
    transform:rotate(0deg);

  }
  @media screen and (max-width:768px){
    .c-faq__item{
      padding: calc(30px * var(--scale)) 5%;
    }
  .c-faq__item:before,
  .c-faq__item:after{
    width: 20px;
    right: 5%;
  }
  }



/*
  cta
 --------------------------------- */
  .c-cta{
    background-color: var(--cafe-blue);
    position: relative;
    padding: calc(80px * var(--scale)) 0;
    position: relative;
    overflow: hidden;
  }

  .c-cta.active:before{
    left: -100vw;
  }
  .c-cta__box{
    background-color: #fff;
    max-width: 900px;
    width: 90%;
    border-radius: var(--round-r);
    padding: calc(50rem / 16) calc(70rem / 16);
    position: relative;
  }
  @media screen and (max-width: 1024px){


  }

  @media screen and (max-width:768px){
    .c-cta__flex{
      flex-direction: column;
      gap: calc(40rem / 16);
    }
    .c-cta__box{
      padding: calc(50rem / 16) 5%;
    }
  .c-cta{
    padding-top: calc(20rem / 16);
  }

  }


/*
    追従
  --------------------------------- */


  @media screen and (max-width:768px){
    .fixed_line{
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 2;
    }

    .fixed_line .__link{
      display: none;
      background-color: var(--cafe-light-blue);
      width: 90px;
      height: 90px;
      border-radius: 50%;
      display: block;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: calc(13rem / 16);
      text-align: center;
      color: #fff;
      gap: 3%;
    }


    .fixed_line .__text{
      line-height: 1.5;
    }

    .fixed_line .__link .__img{
      width: 20px;
    }
  }

/*
    パンくず
  --------------------------------- */
    .l-breadcrumbs{
      background-color: var(--cafe-main);
      text-align: right;
      color: #fff;
      padding-bottom: 2%;
      font-size: calc(12rem / 16);
    }

    .l-breadcrumbs a{
      color: #fff;

    }
/*
     hamburger
  --------------------------------- */
  .hamburger{
    height: 40px;
  }
  .p-hamburger {
    display: block;
    position: relative;
    border-radius: 50%;
    margin: auto 0;
    width: 40px;
    height: 40px;
    outline: 0;
    border: 0;
    z-index: 999;
    background: #fff;
    -webkit-box-shadow: 0 0 40px transparent;
    box-shadow: 0 0 40px transparent;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }

  .lp_header.is-LpAnimation .__inner{
    background-color: #fff;
  }

  .lp_header.is-LpAnimation .p-hamburger {
    border: 1px solid var(--cafe-blue);
  }

  .p-hamburger__line {
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    /* left: 0; */
    display: block;
    border-radius: 50%;

    margin: auto;
    width: 18px;
    height: 2px;
    border-radius: 0.25em;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .p-hamburger__line:before,
  .p-hamburger__line:after {
    background-color: var(--cafe-blue);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
    right: 0;
  }

  .p-hamburger__line:before {
    top: -3px;
  }

  .p-hamburger__line:after {
    top: 3px;
  }

  .is-drawerActive .p-hamburger__line {
    background-color: transparent;
  }

  .is-drawerActive .p-hamburger__line:before,
  .is-drawerActive .p-hamburger__line:after {
    top: 0;
    width: 20px;
  }

  .is-drawerActive .p-hamburger__line:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .is-drawerActive .p-hamburger__line:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .hamburger_nav_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
  }

  .hamburger_nav {
    background-color: var(--cafe-main);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    /* padding-bottom: 10rem; */
    width: 100%;
    height: 100vh;
    pointer-events: all;
  }

  .hamburger_nav_inner{
    height: 95vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .shop-design .hamburger_nav,
  .fitness-design .hamburger_nav{
    background-color: var(--black);
  }

  .is-drawerActive .hamburger_nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  body.is-drawerActive{
    position: fixed;
    width: 100%;
    overflow: hidden;
  }

  @media screen and (max-width:375px){

    .hamburger{
      height: 35px;
    }
  }

/*
    c-button
  --------------------------------- */
  .c-button{
    /* padding-top: 4.375em; */
  }

  .c-button.btn_right{
    margin: 0 0 0 auto;
  }

  .c-button.btn_center{
    margin: 0  auto;
  }

  .l-thanks .c-button {
    padding-top: calc(60px * var(--scale));
  }



  .c-button .btn__mail{
    background-color: var(--cafe-yellow);
    color: #fff;
    width: 100%;
    padding-block: calc(15rem / 16);
    text-align: center;
    border-radius: 40px;
    font-size:calc(20px * var(--scale));
    max-width: 340px;
    font-weight:700 ;
  }

  .l-thanks .c-button .btn__mail{
    margin: 0 auto;
  }
  .c-button .btn__mail .__img{
    fill: #fff;
  }
  .btn__flex{
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .btn__phone{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--cafe-main);
  }
 @media (hover: hover){
  .btn__phone:hover{
    opacity: .65;
  }
 }

  .mv .btn__phone{
    gap: 5px;

  }

  .btn__phone__info{
    font-size: calc(15rem / 16);
    padding-inline: 15px;
    position: relative;
  }

  .btn__phone__info:before,
  .btn__phone__info:after{
    content: "";
    background-color: var(--cafe-main);
    height: 20px;
    width: 1px;
    position: absolute;
    top: 50%;
  }

  .btn__phone__info:before{
    left: 1px;
    transform: rotate(-20deg)translateY(-50%);
  }

  .btn__phone__info:after{
    right: 1px;
    transform: rotate(20deg)translateY(-50%);
  }

  .btn__phone__num.en{
    font-size: clamp(1.5rem, 0.853rem + 2.76vw, 3.063rem);
    font-weight: 700;
    line-height: 1;
  }

  .btn__phone2{
    display: flex;
    justify-content: center;
    gap: 10px;
    color: var(--cafe-main);
    font-weight: 700;
    font-size: calc(49rem / 16);
    align-items: center;
  }

  .__phone_area{
    align-items: center;
    gap: 10px;
  }

  .__phone_area .i-phone{
    fill: var(--cafe-main);
  }

  .lp_mv .__phone_area .i-phone{
    fill: #fff;
  }

  @media screen and (max-width:768px){
    .c-button.__black{
      width: calc(270rem / 16);
    }
    /* .c-button .btn{
      padding: calc(12rem / 16) calc(10rem / 16);
    } */

    .__phone_area{
    background-color: var(--cafe-light-blue);
    color: #fff;
    width: 100%;
    padding-block: calc(12rem / 16);
    text-align: center;
    border-radius: 40px;
    font-size: calc(24px * var(--scale));
    /* max-width: 300px; */
    justify-content: center;
    }
    .__phone_area .i-phone{
      fill: #fff;
      width: 25px;
    }
    .btn__phone .__time{
      font-size: calc(13rem / 16);
      padding-top: calc(10rem / 16);
    }

    .c-button .btn__mail{
      padding-block: calc(8rem / 16);
      font-size: calc(24px * var(--scale));
      max-width: 300px;
      color: var(--cafe-yellow);
      background-color: #fff;
      border: 2px solid var(--cafe-yellow);
    }

    .btn__phone2{
    background-color: var(--cafe-blue);
    color: #fff;
    width: 100%;
    padding-block: calc(13rem / 16);
    text-align: center;
    border-radius: 40px;
    font-size: calc(24px * var(--scale));
    max-width: 300px;
    justify-content: center;
    margin: calc(20rem / 16) auto;
    }
    .c-button .btn__mail .__img{
      fill: var(--cafe-yellow);
    }
  }
   /* mv ボタン */


   .lp_mv .__phone_area{
     background-color: var(--cafe-light-blue);
     color: #fff;
     width: 100%;
     padding-block: calc(19rem / 16);
     text-align: center;
     border-radius: 40px;
     font-size: calc(24px * var(--scale));
     justify-content: center;
   }

   .lp_mv .btn__phone__num.en{
    font-size: 30px;
   }

   .lp_mv .btn__phone .btn{
    display: block;
    width: 340px;
   }

   .lp_mv .btn__phone__info{
    font-size: clamp(0.875rem, 0.771rem + 0.44vw, 1.125rem);
    padding-inline: calc(25rem / 16);
   }
    .lp_mv .btn__phone__info:before,
    .lp_mv .btn__phone__info:after{
      height: 30px;
    }

    /* 送信ボタン */
    .wpcf7 .wpcf7-submit:disabled{
      cursor: not-allowed;
      opacity: 1;
    }
    .c-button.submit{
      text-align: center;
    }
    .c-button.submit{
      padding-top: calc(60px * var(--scale));
    }
    input[type="submit"]{
      cursor: pointer;
      color: #fff;
      background-color: var(--cafe-yellow);
      width: calc(400rem / 16);
      border-radius: 35px;
      padding-block: calc(20rem / 16);
      border: none;
      font-size: calc(18px * var(--scale));
      font-weight: 700;
    }
    @media (hover: hover){
      input[type="submit"]:hover{
        opacity: .5;
      }
    }


    @media screen and (max-width:768px){
      input[type="submit"]{
        width: 90%;
      }
      .lp_header .header_nav .__list.c-button.submit{
        padding-top: calc(30rem / 16);
      }
    }




/*
     Animation
  --------------------------------- */
  .js-trigger {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }

  .js-trigger.is-shown {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .js-trigger2 {
    animation: img-opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    overflow: hidden;
    position: relative;
    display: block;
  }

  .js-trigger2 img{
    /* transform: scale(1.3);
    transition: transform 2.5s 0.08s ease, opacity 0.8s ease; */
  }
  .js-trigger2.is-visible img{
    /* transform: scale(1); */
  }
  @keyframes img-opacity {
    100% {
      opacity: 1;
    }
  }
/*
   slider
-----------------------------------------------------*/
/*
    slider 事例カルーセル
  --------------------------------- */
  .cafe-swiper{
    overflow: hidden;
  }
  .gallery .cafe-swiper {
    margin-bottom: calc(30px * var(--scale));
  }

  .gallery .cafe-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--round-s);
  }

  .gallery .thumb-wrapper {
    display: flex;
    gap: calc(30rem / 16);
  }

  .gallery .thumb-media {
    display: block;
    cursor: pointer;
    transition: opacity 0.3s ease;
    flex-grow: 1;

  }

  .gallery .thumb-media img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: var(--round-s);
  }

  .gallery .thumb-media-active {
    opacity: 0.5;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after{
    content: "";
  }
  .gallery  .swiper-pagination-bullet-active{
    background: var(--cafe-blue);
  }
  @media screen and (max-width:768px){
  .gallery .thumb-wrapper {
    gap: calc(10rem / 16);
  }
  .gallery .cafe-swiper {
    margin-bottom: calc(10px * var(--scale));
  }
  }
/*
    slider 事例
  --------------------------------- */
  .swiper-pagination {
    position: relative;
    margin-top: 20px;
  }
  .works-cafe-slider__link{
    color: var(--cafe-main);
    display: block;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
  }
  .works-cafe-slider__link .__name{
    padding-top: calc(10px * var(--scale));
    font-weight: 700;
    font-size: calc(18px * var(--scale));
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0;
  }
  .works-cafe-slider .swiper-wrapper{
    padding-bottom: calc(60px * var(--scale));
  }
  @media (hover: hover){
    .works-cafe-slider__link:hover{
      opacity: .65;
    }
  }


/*
   Utility
-----------------------------------------------------*/

/*
    Break
  */
  .u-break .-sp,
  .u-break .-lap {
      display: none;
  }

  @media screen and (max-width: 1024px){
    .u-break .-lap{
      display: block;
    }

    .u-break .-pc {
      display: none;
  }

  }

  @media screen and (max-width:768px) {
    /* .u-break .-lap {
        display: none;
      } */
      .u-break .-sp {
          display: block;
      }
  }





/*
    Screen Reader Text
  */
  .screen-reader-text {
      position: absolute;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      width: 1px;
      height: 1px;
  }

  .grecaptcha-badge{
    display: none;
  }

  .contactform .wpcf7-spinner{
    display: none;
  }
