@charset "UTF-8";


html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 400;
}


#wrapper {
  overflow: hidden;
  /* min-width: 400px; */
}

.uk-lb:hover{
 cursor: pointer; 
}

.faq-item:hover{
  cursor: pointer;
}

a:hover {
  opacity: 1;
  cursor: pointer;
}

@media(max-width:599px) {
  html {
    font-size: 15px;
  }
    a:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

.h1 {
  display: block;
  width: 100%;
}

.pc-none {
  display: none !important;
}

[dataelement-id].pc-none {
  display: block !important;
}

[data-elementid].phone-number {
  display: block;
}


/* ##### パンくずリスト breadcrumbs ##### */
.breadcrumbs {
  padding: 1em 0;
}

.breadcrumbs-list {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;*/
  width: 100%;
  color: #473D2F;
}

.breadcrumbs-list li {
  display: inline;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage,
.breadcrumbs-list li.breadcrumbs-thispage {
  font-size: 14px;
  font-weight: 600;
  text-shadow: 0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff;
}

.breadcrumbs-list li.breadcrumbs-home,
.breadcrumbs-list li.breadcrumbs-prevpage {
  color: #ff76a3;
}

.breadcrumbs-list li+li::before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  display: inline-block;
  margin: 0 0.5em;
  border-top: 2px solid #ff76a3;
  border-right: 2px solid #ff76a3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media(max-width:599px) {
  .breadcrumbs-list {
    /*-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;*/
  }

  .breadcrumbs {
    padding: 5px;
  }

  .breadcrumbs-list li.breadcrumbs-home,
  .breadcrumbs-list li.breadcrumbs-prevpage,
  .breadcrumbs-list li.breadcrumbs-thispage {
    font-size: 14px;
  }
}


@media(max-width:1024px) {
  .pc-none {
    display: block !important;
  }
}

#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}


.logo-ball {
  width: 190px;
  height: 190px;
  background-color: #fff15a;
  border-radius: 50%;
  margin-top: -30px;
  margin-left: -30px;
}

.logo-ball>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.logo-ball>a>img {
  position: absolute;
  width: 40px;
  height: 40px;
  display: inline-block;
  top: 65px;
  right: 10px;
  opacity: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.logo-ball .img {
  width: 60%;
  margin: 15px 0 0 15px;
  -webkit-transition: .4s;
  transition: .4s;
}

.logo-ball>a:hover {
  opacity: 1;
}

.logo-ball>a:hover .img {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
  /*scale*/
}

.logo-ball>a:hover>img {
  opacity: 1;
  -webkit-transition: .4s;
  transition: .4s;
}

.no-pc {
  display: none;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-right {
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);

}

.txt {
  font-weight: 500;
    line-height:1.8em;
}

.h1 {
  width: 100%;
  padding: 10px;
  color: #9e9e9e;
  font-size: 10px;
  font-weight: 600;
}

.logo-txt {
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
}

.logo-txt>span {
  font-size: 24px;
  display: inline-block;
  padding-left: 3px;
}

.nav {
  width: calc(100% - 180px - 23%);
  padding: 0 10px;
}

.nav-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nav-item01 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nav-item01>* {
  display: block;
  padding: 15px 0;
  font-weight: 600;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-item01>a:hover {
  -webkit-transition: .4s;
  transition: .4s;
  color: #fe6b6b
}

.drop-switch {
  position: relative;
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  background-color: rgba(255, 218, 227, 0.9);
  border-radius: 0 0 15px 15px;
  max-height: 0px;
  -webkit-transition: .4s;
  transition: .4s;
  overflow: hidden;
}

.drop-switch:hover .drop-menu {
  max-height: 221px;
  -webkit-transition: .4s;
  transition: .4s;
  padding-bottom: 15px;
}

.nav-item02 {
  width: 100%;
  padding: 8px 20px;
}

.nav-item02>a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  padding-bottom: 3px;
  border-bottom: solid 1px #222;
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-item02>a:hover {
  color: #fe6b6b;
  -webkit-transition: .4s;
  transition: .4s;
}



.btn-area {
  width: 23%;
  font-weight:700;
}

.tel-btn {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 26px;
}

.tel-btn>a {
  display: inline-block;
}

.tel-btn i {
  font-size: 20px;
  margin-right: 3px;
  color: #ff76a3;
}

.cont-btn {
  position: fixed;
  bottom:55%;
  left: calc(100% - 46px);
}

.corp-btn {
  position: fixed;
  top: 55%;
  left: calc(100% - 46px);
}

.cont-btn>a,
.corp-btn>a {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  padding: 20px 8px;
  border-radius: 20px;
  display: inline-block;
  letter-spacing: 0.2em;
}

.cont-btn>a i,
.corp-btn>a i {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff15a;
  -webkit-transition: .4s;
  transition: .4s;
}

.cont-btn>a {
  background-color: #ff76a3;
  border: 3px solid #ff76a3;
  -webkit-transition: .4s;
  transition: .4s;
}

.cont-btn>a:hover {
  background-color: #fff;
  color: #ff76a3;
  -webkit-transition: .4s;
  transition: .4s;
}

.cont-btn>a:hover i {
  color: #ff76a3;
  -webkit-transition: .4s;
  transition: .4s;
}


.corp-btn>a {
  background-color: #fe6b6b;
  border: 3px solid #fe6b6b;
  -webkit-transition: .4s;
  transition: .4s;
}

.corp-btn>a:hover {
  background-color: #fff;
  color: #fe6b6b;
  -webkit-transition: .4s;
  transition: .4s;
}

.corp-btn>a:hover i {
  color: #fe6b6b;
  -webkit-transition: .4s;
  transition: .4s;
}

.hm-btn {
  display: none;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
}

.hm-btn-inner {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hm-bar01 {
  display: inline-block;
  width: 80%;
  height: 3px;
  background-color: #ff76a3;
  border-radius: 2px;
  position: absolute;
  top: 23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.hm-bar02 {
  display: inline-block;
  width: 80%;
  height: 3px;
  background-color: #ff76a3;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.hm-bar03 {
  display: inline-block;
  width: 80%;
  height: 3px;
  background-color: #ff76a3;
  border-radius: 2px;
  position: absolute;
  bottom: 23%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-logo-mk2 {
  width: 200px;
  margin: 0 auto;
}

.nav-logo-mk2>a {
  display: inline-block;
  width: 100%;
  clear: both;
  height: 100%;
}

.nav-logo-mk2>a>.img {
  width: 40%;
  float: left;
}

.logo-txt-mk2-a {
  font-size: 15px;
  font-weight: 700;
  width: 60%;
  float: right;
  line-height: 1;
  padding-top: 15px;
}

.logo-txt-mk2-b {
  font-size: 30px;
  font-weight: 700;
  width: 60%;
  float: right;
  line-height: 1;
  padding-top: 5px;
}


.header-right{
  position:relative;
}

.logo-ball{
  z-index:1;
  position:relative;
}

.header-right::before{
  display:inline-block;
  width:160px;
  height:100%;
  content:"";
  background-color: rgba(255, 255, 255, 0.8);
  position:absolute;
  top:0;
  right:100%;
  z-index:0;
}

@media(max-width:1024px) {
  .header-right{
    width:100%;
  }
  .hm-btn {
    display: block;
    z-index: 999;
  }

  .open .hm-bar02 {
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .open .hm-bar01 {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .open .hm-bar03 {
    bottom: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(-45deg);
    transform: translate(-50%, 50%) rotate(-45deg);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .header-right::after {
    content: "";
    width: 0px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .open.header-right::after {
    width: 100%;
    z-index: 3;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .nav {
    padding: 60px 30px 0 30px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 998;
    background-color: #fff;
    height: 100%;
    width: 600px;
    border-left: 3px solid #ff76a3;
    overflow-y: scroll;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }

  .nav.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .nav-main {
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    max-width: 400px;
    height: 100vh;
    margin-bottom: 90px;
  }

  .nav-item01>* {
    text-align: left;
  }

  .drop-menu,
  .drop-switch:hover .drop-menu {
    position: relative;
    top: 0%;
    left: 0%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    background-color: #fff;
    border-radius: 0 0 0 0;
    max-height: 100%;
    padding-bottom: 0;
    overflow: visible;
  }

  .nav-item02>a {
    font-size: 16px;
    border-bottom: solid 0px #222;
    position: relative;
    padding-left: 1.2em;
  }

  .nav-item02>a::before {
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    background-color: #ff76a3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
  }

  .nav-item02.spe>a {
    font-size: 20px;
    color: #ff76a3;
    padding-left: 2.2em;
  }

  .nav-item02.spe>a:hover {
    /*scale*/
  }

  .nav-item02.spe>a::before {
    display: inline-block;
    background-color: #fff;
    border-radius: 0;
    content: "";
    width: 2em;
    height: 2em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .nav-item02.spe1>a::before {
    background-image: url(/upload/tenant_1/air-con.webp);
  }

  .nav-item02.spe2>a::before {
    background-image: url(/upload/tenant_1/sanit.webp);
  }

  .no-pc {
    display: block;
  }

  .cont-btn>a,
  .corp-btn>a {
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    color: #fff;
    padding: 8px 20px;
  }

  .cont-btn {
    position: relative;
    top: 0;
    left:0;
    bottom: 0;
  }

  .btn-list>.corp-btn {
    position: absolute;
    right: 10px;
    left:auto;
    top:auto;
    bottom: 60px;
    width: 90px;
    height: 90px;
  }

  .corp-btn>a {
    padding: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    letter-spacing: 0em;
    line-height: 1.2em;
  }

  .corp-btn>a>span {
    display: block;
  }

  .cont-btn>a i {
    margin-bottom: 0;
    margin-right: 5px;
  }

  .corp-btn>a i {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 1em;
  }

  .btn-area {
    width: 100%;
    position: fixed;
    z-index: 3;
    bottom: 0;
  }

  .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-list>li {
    width: 50%;
    text-align: center;
  }

  .btn-list .tel-btn>a {
    width: 100%;
    background-color: #fff15a;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .btn-list .tel-btn i {
    color: #000;
  }

  .cont-btn>a {
    width: 100%;
    padding: 8px 0;
    border-radius: 0;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .cont-btn>a i {
    font-size: 22px;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  .ab-b .btn-list .tel-btn>a {
    background-color: #ff76a3;
    color: #fff;
  }

  .ab-b .btn-list .tel-btn i {
    color: #fff15a;
  }

  .ab-b .cont-btn>a {
    background-color: #fff15a;
    color: #000;
  }

  .ab-b .cont-btn>a>i {
    color: #000;
  }




  #header {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
  }

  .logo-ball {
    position: fixed;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
    background-color: #fff15a;
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    z-index: 2;
  }

  .logo-ball>a>img {
    width: 30px;
    height: 30px;
    top: 50px;
    right: 5px;
  }

  .h1 {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 130px;
    padding-right: 55px;
    z-index: 3;
  }

  .logo-txt {
    position: fixed;
    left: 0;
    width:100%;
    padding-left: 130px;
    padding-right: 50px;
    background-color: #fff;
    z-index: 1;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
}

@media(max-width:599px) {
  .nav {
    width: 100%;
  }

  .logo-ball {
    width: 100px;
    height: 100px;
    margin-top: -15px;
    margin-left: -15px;
  }

  .logo-ball .img {
    width: 70%;
    margin: 10px 0 0 10px;
  }

  .h1 {
    padding-left: 90px;
  }

  .logo-txt {
    padding-left: 90px;
  }

  .btn-list .tel-btn {
    font-size: 20px;
  }


}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.top-mv-area {
  position: relative;
  height: 600px;
  overflow: hidden;
  z-index: 2;
}

.top-mv {
  width: 90%;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
  height: 100%;
}

.top-mv .uk-slidenav-position,
.top-mv .uk-slidenav-position .uk-slideshow,
.top-mv .uk-slidenav-position .uk-slideshow li,
.top-mv .uk-slidenav-position .uk-slideshow li div,
.top-mv .uk-slidenav-position .uk-slideshow li div img {
  height: 100% !important;
  width: 100% !important;
}

.top-mv .uk-slidenav-position .uk-slideshow li div img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.top-mv-catch {
  position: absolute;
  top: 20%;
  left: 10%;
}

.top-mv-catch .row01 {
  font-size: 36px;
  font-weight: bold;
  text-shadow:
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
}

.top-mv-catch .row01>span {
  color: #fff15a;
  text-shadow:
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000,
    0 0 3px #000;
}

.pi {
  display: inline-block;
  font-size: 1.8em;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
  position:relative;
}

.ka {
  display: inline-block;
  font-size: 1.8em;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  position:relative;
}

.tsu {
  display: inline-block;
  font-size: 1.5em;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg) translateY(10px);
  position:relative;
}

.top-mv-catch .row01>span::after{
  display:inline-block;
  content:"";
  position:absolute;
  background-image:url(/upload/tenant_1/new-shine.webp);
  background-size:contain;
  background-repeat:no-repeat;
  -webkit-animation: pikat-eff 2s infinite alternate;
  animation: pikat-eff 2s infinite alternate;
}

@-webkit-keyframes pikat-eff {
  0% {
    filter:brightness(100%);
  }

  10% {
    filter:brightness(900%);
  }
  
  20% {
    filter:brightness(100%);
  }
  
  30% {
    filter:brightness(900%);
  }
  
  40% {
    filter:brightness(100%);
  }

  50% {
    filter:brightness(900%);
  }
  
  60% {
    filter:brightness(100%);
  }

  100% {
     filter:brightness(100%);
  }
}

@keyframes pikat-eff {
  0% {
    filter:brightness(100%);
  }

  10% {
    filter:brightness(900%);
  }
  
  20% {
    filter:brightness(100%);
  }
  
  30% {
    filter:brightness(900%);
  }
  
  40% {
    filter:brightness(100%);
  }

  50% {
    filter:brightness(900%);
  }
  
  60% {
    filter:brightness(100%);
  }

  100% {
     filter:brightness(100%);
  }
}

.pi::after{
  width:30px;
  height:30px;
  top:-10px;
  right:-20px;
}

.ka::after{
  width:25px;
  height:25px;
  bottom:-15px;
  left:30px;
}

.tsu::after{
  width:20px;
  height:20px;
  top:0px;
  right:0px;
}

.for-sp .pi::after{
  width:25px;
  height:25px;
  top:-5px;
  right:-15px;
}

.for-sp .ka::after{
  width:20px;
  height:20px;
  bottom:-10px;
  left:25px;
}

.for-sp .tsu::after{
  width:15px;
  height:15px;
  top:-5px;
  right:-5px;
}


.top-mv-catch .row02 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: bold;
  text-shadow:
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff,
    0 0 10px #fff;
}



@media(max-width:1024px) {

  .top-mv-area {
    height: 600px;
  }

  .top-mv {
    width: 100%;
    border-radius: 0 0px 30px 30px;
  }

  .top-mv-catch {
    position: absolute;
    top: auto;
    bottom: 5%;
    left: 5%;
  }

  .top-mv-catch .row01 {
    font-size: 30px;
  }

  .top-mv-catch .row02 {
    font-size: 20px;
  }
}

@media(max-width:599px) {
  .top-mv-area {
    height: 450px;
  }
}


.pikat-bnr-section {
  position: relative;
}

.pikat-bnr-section>* {
  position: relative;
  z-index: 1;
}

.pikat-bnr-section::before {
  content: "";
  width: 95%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 60px 0 0 60px;
  background-color: #ffdae3;
  z-index: 0;
}



.pikat-bnr>a {
  display: block;
  background-color: #fff;
  border: 3px solid #ff76a3;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
}

.pikat-bnr>a:hover {
  /*scale*/
  -webkit-transition: .4s;
  transition: .4s;
}



.pikat-bnr-title,
.pikat-bnr-title.for-pc {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pikat-bnr-title-inner {
  font-size: 30px;
  font-weight: bold;
}

.pikat-bnr-title-inner>span {
  display: inline-block;
  font-size: 1.3em;
  font-weight: bold;
  color: #ff76a3;
  -webkit-transition: .4s;
  transition: .4s;
}

.mk2 .pikat-bnr-title-inner>span {
  font-size: 1em;
  color: #fe6b6b;
}

.pikat-bnr>a:hover .pikat-bnr-title-inner>span {
  /*scale*/
  text-shadow: 0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a,
    0 0 3px #fff15a;
}

.pikat-bnr-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price-01 {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.price-02 {
  font-size: 36px;
  color: #ff76a3;
  letter-spacing: 0.2em;
  margin: 0 20px;
}

.price-03 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;

}

.price-01>span {
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
  line-height: 1em;
}

.price-03>.p-num {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  line-height: 1em;
  color: #fff15a;
  text-shadow:
    5px 5px 0px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3,
    0 0 3px #ff76a3;
}

.price-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-tag>.tax {
  font-size: 14px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1em;
}

.price-03 .price-tag>.tax {
  text-shadow:
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff;
}

.price-tag>.en {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1em;
  margin-right: 20px;
}

.price-03 .price-tag>.en {
  font-size: 32px;
  font-weight: 900;
  color: #ff76a3;
  font-family: 'Noto Sans JP',
    sans-serif;
  line-height: 1em;
  text-shadow:
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 2px #fff;
}

.price-04 {
  display: inline-block;
  font-weight: bold;
  border: 2px solid #ff76a3;
  border-radius: 10px;
  padding: 10px;
  line-height: 1.2em;
}

.bnr-over {
  padding: 45px 0;
}

.bnr-under {
  background-color: #ff76a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  text-align: center;
}

.mk2 .bnr-under {
  background-color: transparent;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.bnr-under>.img {
  margin-top: -100px;
  height: 210px;
  width:200px;
}

.bnr-under>.img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom;
}



.bnr-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  width: 43%;
  background-color: #fff;
  font-size: 20px;
  color: #ff76a3;
  font-weight: bold;
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.mk2.bnr-under a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
  width: 43%;
  background-color: #fe6b6b;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
  margin-bottom: 60px;
}

a:hover .bnr-contact {
  background-color: #fff15a;
  font-size: 20px;
  color: #ff76a3;
  font-weight: bold;
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.mk2.bnr-under a:hover {
  background-color: #fff15a;
  font-size: 20px;
  color: #fe6b6b;
  font-weight: bold;
  border-radius: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s;
  transition: .4s;
}

.bnr-contact>i {
  font-size: 36px;
  margin-left: 10px;
}

.mk2.bnr-under a>i {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: 36px;
  margin-left: 10px;
  color: #fff15a;
}

.mk2.bnr-under a:hover i {
  -webkit-transition: .4s;
  transition: .4s;
  color: #fe6b6b;
}

.bar {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.bar-a>span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 100%;
  display: inline-block;
  background-color: #ff76a3;
  -webkit-transform: translate(-50%, -50%) skew(35deg);
  transform: translate(-50%, -50%) skew(35deg);
}

.mk2 .bar-a>span {
  background-color: #000;
}

.bar-a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 35%;
  width: 11px;
  height: 110%;
  display: inline-block;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) skew(45deg);
  transform: translate(-50%, -50%) skew(45deg);
  z-index: 1;
}

.mk2 .bar-a::before {
  background-color: #ffdae3;
}

.bar-b>span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 100%;
  display: inline-block;
  background-color: #ff76a3;
  -webkit-transform: translate(-50%, -50%) skew(-35deg);
  transform: translate(-50%, -50%) skew(-35deg);
}

.mk2 .bar-b>span {
  background-color: #000;
}

.bar-b::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 65%;
  width: 11px;
  height: 110%;
  display: inline-block;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) skew(-45deg);
  transform: translate(-50%, -50%) skew(-45deg);
  z-index: 1;
}

.mk2 .bar-b::before {
  background-color: #ffdae3;
}

.pink-btn.mail>a>i {
  font-size: 1.2em;
  margin-left: 0;
  margin-right: 8px;
}


.pink-btn>a>.fa-caret-left,
.pink-btn>button>.fa-caret-left{
  margin-left: 0;
  margin-right: 8px;
}

.footer-boss {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-left {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-logo-box {
  width: 90px;
  height: 90px;
}

.footer-logo-box>a {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.footer-add-box {
  width: calc(100% - 100px);
}

.footer-title {
  font-weight: 700;
}

.footer-title>span {
  font-size: 1.5em;
  margin-left: 5px;
}

.foot-nav {
  width: 33.3%;
}

.nav-item03>a,
.foot-nav-title {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0;
}

.nav-item03>a:hover {
  background-color: #ffdae3
}

.nav-item04>a {
  display: inline-block;
  font-weight: 700;
  padding: 10px 0 10px 1em;
}

.nav-item04>a:hover {
  background-color: #fff15a
}

.foot-nav-title {
  color: #ff76a3;
  font-size: 1.2em;
}

.footer-right {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copy-right {
  background-color: #ff76a3;
  color: #fff;
  font-weight: 700;
  padding: 10px 0;
}


@media(max-width:1024px) {
  .pikat-bnr-title-inner {
    font-size: 24px;
    font-weight: bold;
  }

  .bar {
    width: 25px;
    height: 40px;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }

  .bar-a::before {
    width: 16px;
    height: 130%;
    -webkit-transform: translate(-50%, -50%) skew(40deg);
    transform: translate(-50%, -50%) skew(46deg);
  }

  .bar-b::before {
    width: 16px;
    height: 130%;
    -webkit-transform: translate(-50%, -50%) skew(-46deg);
    transform: translate(-50%, -50%) skew(-46deg);
  }

  .pikat-bnr-price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-01 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .price-02 {
    line-height: 1.2em;
    width: 100%;
    text-align: center;
  }

  .price-02 i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0 15px;
  }

  .bnr-under>.img {
    margin-top: -60px;
    height: 150px;
    width:120px;
  }

  .footer-left {
    width: 48%;
  }

  .footer-right {
    width: 48%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .foot-nav {
    width: 50%;
  }

  .svr.foot-nav {
    width: 100%;
  }

  .copy-right {
    background-color: #ff76a3;
    color: #fff;
    font-weight: 700;
    padding: 10px 0 90px 0;
  }
}

@media(max-width:599px) {
  
  .pikat-bnr>a:hover .pikat-bnr-title-inner>span {
    transform: scale(1);
  }
  .bnr-over {
    padding: 30px 0;
  }

  .price-02 {
    line-height: 1em;
  }

  .bnr-under {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bnr-under>.img {
    margin-top: 0px;
    height: 100px;
        width: 30%;
  }

  .bnr-under>.img>img {
    -webkit-filter: drop-shadow(0 0 1px #fff);
    filter: drop-shadow(0 0 1px #fff)
  }

  .bn-img01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .bn-img02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .bnr-contact {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 80%;
    margin-bottom: 30px;
  }

  .mk2.bnr-under a {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 80%;
  }

  .footer-boss {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-left {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-add-box {
    width: 100%;
    text-align: center;
  }

  .footer-right {
    margin-top: 30px;
    width: 100%;
  }

  .copy-right {
    background-color: #ff76a3;
    color: #fff;
    font-weight: 700;
    padding: 10px 0 150px 0;
  }
}























.title-01a .title-osw {
  font-size: 60px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(45deg, #ff76a3 16%, #ffd0d0 57%, #fe6b6b 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientEffect 2.5s infinite alternate;
  animation: gradientEffect 2s infinite alternate;
}

@-webkit-keyframes gradientEffect {
  from {
    background-position: left
  }

  to {
    background-position: right
  }
}

@keyframes gradientEffect {
  from {
    background-position: left
  }

  to {
    background-position: right
  }
}



















.titile-jp {
  font-size: 18px;
  font-weight: 600;
}

.barbar01 {
  display: inline-block;
  height: 3px;
  width: 90px;
  background: repeating-linear-gradient(45deg, #ff76a3, #ff76a3 2px, white 2px, white 4px);
}

.menu-item>span,
.menu-item>.menu-item-inner,
.menu-item.mk2>a{
  display: inline-block;
  width: 100%;
}

.menu-item.mk2>a {
  background-color: #fff;
  padding: 30px 10px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 8px #666;
  box-shadow: 0px 0px 8px #666;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-item.mk2>a:hover {
  /*scale*/
  background-color: #ffdae3;
  -webkit-transition: .4s;
  transition: .4s;
}

.menu-item-img {
  border-radius: 15px;
  overflow: hidden;
}

.menu-item-title {
  color: #ff76a3;
  font-size: 20px;
  font-weight: bold;
}

.menu-price-list-title {
  color: #ff76a3;
  font-size: 20px;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
}

.menu-price-list {
  border: 1px solid #ff76a3;
  padding: 15px;
  border-radius: 15px;
}

.menu-price-list .all-price-list>li {
  margin: 10px 0;
  display: none;
  font-size: 14px;
}

.menu-price-list .all-price-list>li:nth-child(1),
.menu-price-list .all-price-list>li:nth-child(2),
.menu-price-list .all-price-list>li:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.menu-price-list .price-time {
  display: none;
}

.menu-price-list .price-dt>span{
  display:block;
  font-size:12px;
  line-height:1.3em;
}

.pink-btn>a,
.pink-btn>button{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  padding: 12px 35px;
  background-color: #ff76a3;
  border: 2px solid #ff76a3;
  border-radius: 30px;
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.pink-btn.thin>a {
  padding: 3px 35px;
}

.pink-btn>a:hover,
.pink-btn>button:hover{
  background-color: #fff;
  color: #ff76a3;
  -webkit-transition: .4s;
  transition: .4s;
}

.pink-btn>a>i,
.pink-btn>button>i {
  font-size: 26px;
  color: #fff15a;
  display: inline-block;
  margin-left: 8px;
  -webkit-transition: .4s;
  transition: .4s;
  margin-top: 3px;
}

.pink-btn>a:hover i,
.pink-btn>button:hover i{
  color: #ff76a3;
  -webkit-transition: .4s;
  transition: .4s;
}

.pink-section {
  background-color: #ffdae3;
}


.bnr02 {
  width: 48%;
}

.bnr02>a {
  display: inline-block;
  padding: 30px 20px;
  border-radius: 15px;
  width: 100%;
  position: relative;
  -webkit-transition: .4s;
  transition: .4s;
}

.bnr02>a:hover {
  background-color: #fff15a;
  -webkit-transition: .4s;
  transition: .4s;
/*scale*/
}



.bnr02>a img {
  width: 160px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

.bnr02-left {
  width: calc(100% - 150px);
}

.right-bnr>a {
  background-color: #ff76a3
}

.left-bnr>a {
  background-color: #fe6b6b;
}

.bnr02-title .eng {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Oswald', sans-serif;
  -webkit-transition: .4s;
  transition: .4s;
}

.bnr02>a:hover .bnr02-title .eng {
  -webkit-transition: .4s;
  transition: .4s;
  color: #ff76a3;
}

.bnr02-title-main {
  color: #fff15a;
  font-weight: bold;
  font-size: 26px;
  -webkit-transition: .4s;
  transition: .4s;
}

.bnr02>a:hover .bnr02-title-main {
  -webkit-transition: .4s;
  transition: .4s;
  color: #222;
}

.bnr02-txt {
  color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
}

.bnr02>a:hover .bnr02-txt {
  -webkit-transition: .4s;
  transition: .4s;
  color: #222;
}

.flt-right {
  float: right;
}

.flt-left {
  float: left;
}

.area-mk01,
.area-mk03 {
  width: 22%;
  text-align: center;
}

.area-mk02 {
  width: 48%;
  text-align: center;
}

.area-mk01 .box {
  background-color: #ff76a3;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 15px;
}

.area-mk02 .box {
  background-color: #fff15a;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.area-mk03>span {
  display: block;
}

.area-mk03 .box {
  background-color: #ff76a3;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

.works-item {
  position: relative;
  z-index: 0;
}

.works-item:hover {
  z-index: 1;
}

.works-item>a {
  display: inline-block;
  width: 100%;
  height:100%;
  padding: 10px;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 15px;
  position: relative;
}

.works-item>a:hover {
  background-color: #ffdae3;
  /*scale*/
  -webkit-transition: .4s;
  transition: .4s;
}

.works-item-img {
  border-radius: 30px;
  position: relative;
}

.works-item-img>img {
  border-radius: 30px;
}

.works-item-img.before {
  width: 40%;
  z-index: 2;
  -webkit-box-shadow: 0px 0px 8px #666;
  box-shadow: 0px 0px 8px #666;
}

.before-tag {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ff76a3;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  border-radius: 30px 30px 0 0;
  color: #fff;
  z-index: 1;
}

.re-tag {
  color: #ff76a3;
  position: absolute;
  display: inline-block;
  font-size: 55px;
  right: -0.5em;
  bottom: -0.25em;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  text-shadow: 0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff;
  z-index: 1;
}

.works-item-img.after {
  width: 100%;
  z-index: 1;
  margin-top: -30%;
}

.after-tag {
  position: absolute;
  display: block;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff15a;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  border-radius: 0 0 30px 30px;
  color: #ff76a3;
  z-index: 1;
}

.blog-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height:100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news-item {
  border-bottom: 1px solid #ffdae3;
  margin-bottom: 15px;
}

.news-item>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height:100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-item-img {
  width: 25%;
  border-radius: 15px;
  overflow: hidden;
}

.blog-item-txt {
  width: 70%;
}

.blog-item-date {
  font-size: 14px;
  font-weight: 700;
  color: #ff76a3;
  width: 100%;
  margin-bottom: 5px;
}

.news-item-date {
  font-size: 14px;
  font-weight: 700;
  color: #ff76a3;
  width: 100px;
}

.blog-item-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.news-item-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.blog-item-cat>span,
.news-item-cat>span {
  display: inline-block;
  color: #222;
  background-color: #fff15a;
  font-size: 14px;
  font-weight: 700;
  padding: 0 8px;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}

.blog-item-title {
  width: 100%;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  
}

.news-item-title {
  width: calc(100% - 100px);
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.scroll-box {
  max-height: 270px;
  overflow-y: scroll;
}

.blog-list,
.news-list {
  height: 100%;
}


@media(max-width:1024px) {
  .bnr02 {
    width: 100%;
  }
  
  .bnr02>a {
    padding: 20px 10px;
}

  .bnr02-left {
    width: calc(100% - 110px);
  }

  .bnr02>a img {
    width: 120px;
  }

  .flt-left,
  .flt-right {
    float: none;
  }

  .area-mk03>span {
    font-size: 12px;
  }

  .area-mk01 .box,
  .area-mk02 .box,
  .area-mk03 .box {
    padding: 5px 0;
    font-size: 16px;
  }

}

@media(max-width:599px) {

  .area-mk01,
  .area-mk03 {
    width: 48%;
    text-align: center;
  }

  .area-mk02 {
    width: 100%;
    text-align: center;
  }

  .area-mk03>span {
    margin-bottom: 10px;
  }

  .area-mk03 .box {
    margin-bottom: 0;
  }

  .area-mk01 .box,
  .area-mk02 .box {
    margin-bottom: 10px;
  }

  .pink-btn>a {
    padding: 8px 25px;
    background-color: #ff76a3;
    border: 2px solid #ff76a3;
  }

  .menu-item.mk2>a {
    padding: 15px 5px;
  }
}

.bg-section {
  position: relative;
}

.bg-section>.inner {
  position: relative;
  z-index: 1;
}

.bg-section>img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  opacity: 0.5;
}

.flow-item-inner {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}

.flow-num {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  display: inline-block;
  font-size: 60px;
  color: #ff76a3;
  line-height: 1em;
  position: absolute;
  top: -0.5em;
  left: 0.1em;
}

.flow-item-img {
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.title-02a>.title-base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-02a .ttl-img {
  width: 100px;
  height: 100px;
  background-color: #fff15a;
  border-radius: 50%;
  overflow: hidden;
}

.title-02a .ttl-img>img {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 85%;
}

.title-02a-main {
  display: inline-block;
  font-size: 36px;
  padding-left: 15px;
  line-height: 1.2em;
  font-weight: 700;
}

.title-02a-main>span {
  font-size: 1.7em;
  font-weight: 900;
  color: #ff76a3;
}

.reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.reason-box.mk02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.reason-left {
  width: 55%;
}

.reason-right {
  width: 40%;
}

.reason-inner {
  max-width: 570px;
  margin-left: auto;
}

.mk02 .reason-inner {
  margin-left: 0;
  margin-right: auto;
}

.reason-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 30px 0 0 30px;
}

.mk02 .reason-img {
  border-radius: 0 30px 30px 0;
}

.un-reason-list .reason-img,
.un-reason-list .mk2 .reason-img {
  border-radius: 30px;
}

.reason-img>img {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.title-03a-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.un-reason-list .title-03a-main {
  -webkit-filter: drop-shadow(0 0 2px #ff76a3);
  filter: drop-shadow(0 0 2px #ff76a3)
}

.title-03a-main span {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  display: inline-block;
  background: linear-gradient(45deg, #ff76a3 16%, #ffd0d0 57%, #fe6b6b 90%);
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientEffect2 2.5s infinite alternate;
  animation: gradientEffect2 2s infinite alternate;
  padding-right: .5em;
}

.un-reason-list .title-03a-main span {
  color: #fff;
  background: transparent;
  background-size: 300% auto;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -webkit-animation: none;
  animation: none;
}

.title-03a-main::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  display: inline-block;
  background: linear-gradient(45deg, #ff76a3 16%, #ffd0d0 57%, #fe6b6b 90%);
  background-size: 300% auto;
  -webkit-animation: gradientEffect2 2.5s infinite alternate;
  animation: gradientEffect2 2s infinite alternate;
}

.un-reason-list .title-03a-main::after {
  background: #fff;
  background-size: 300% auto;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes gradientEffect2 {
  from {
    background-position: left
  }

  to {
    background-position: right
  }
}

@keyframes gradientEffect2 {
  from {
    background-position: left
  }

  to {
    background-position: right
  }
}

.title-03a .ja {
  font-size: 20px;
  font-weight: 700;
}

.voice-item {
  position: relative;
  z-index: 0;
}

.voice-item:hover {
  z-index: 2;
}

.voice-item-cat {
  color: #ff76a3;
  font-weight: 700;
}

.voice-item-title {
  width: 100%;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  
}

.voice-item>a {
  display: inline-block;
  width: 100%;
  height:100%;
  border-radius: 30px;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 10px;
  position: relative;
  overflow:hidden;
}

.voice-item.mk2>a {
  overflow:visible;
}

.voice-item>a:hover {
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #fff;
 /*scale*/
}


@media(max-width:1024px) {
  .reason-left {
    width: 60%;
  }

  .reason-inner {
    padding: 0 15px;
  }

  .reason-box .up-lh-2 {
    line-height: 1.5em;
  }

  .title-03a-main span {
    font-size: 40px;
  }
}



@media(max-width:599px) {
  .flow-item-inner {
    padding: 20px 0;
    border-radius: 20px;
  }

  .flow-num {
    font-size: 40px;
  }

  .flow-item-img {
    max-width: 100px;
  }

  .reason-box,
  .reason-box.mk02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .title-03a.for-sp {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }

  .reason-left {
    width: 100%;
  }

  .reason-right {
    height: 250px;
    width: 100%;
    padding: 0 10px;
    margin-top: 15px;
  }

  .reason-box .reason-right .reason-img {
    border-radius: 30px 30px 30px 30px;
  }

}







.html-area ul>li {
  margin: 10px 0;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
}

.html-area ul>li::before {
  content: "";
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background-color: #ff76a3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.html-area ol>li {
  margin: 10px 0;
  padding-left: 40px;
  font-size: 16px;
  color: #666;
  position: relative;
}

.html-area ol>li::before {
  content: "1";
  width: 30px;
  height: 30px;
  display: inline-block;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #ff76a3;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}

.html-area ol>li:nth-child(2)::before {
  content: "2";
}

.html-area ol>li:nth-child(3)::before {
  content: "3";
}

.html-area ol>li:nth-child(4)::before {
  content: "4";
}

.html-area ol>li:nth-child(5)::before {
  content: "5";
}

.html-area ol>li:nth-child(6)::before {
  content: "6";
}

.html-area ol>li:nth-child(7)::before {
  content: "7";
}

.html-area ol>li:nth-child(8)::before {
  content: "8";
}

.html-area ol>li:nth-child(9)::before {
  content: "9";
}

.html-area ol>li:nth-child(10)::before {
  content: "10";
}

.html-area ol>li:nth-child(11)::before {
  content: "11";
}

.html-area ol>li:nth-child(12)::before {
  content: "12";
}

.html-area ol>li:nth-child(13)::before {
  content: "13";
}

.html-area ol>li:nth-child(14)::before {
  content: "14";
}

.html-area ol>li:nth-child(15)::before {
  content: "15";
}

.html-area ol>li:nth-child(16)::before {
  content: "16";
}

.html-area ol>li:nth-child(17)::before {
  content: "17";
}

.html-area ol>li:nth-child(18)::before {
  content: "18";
}

.html-area ol>li:nth-child(19)::before {
  content: "19";
}

.html-area ol>li:nth-child(20)::before {
  content: "20";
}

.html-area h2 {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-right: auto;
  padding: 5px 30px;
  font-weight: 500;
  font-size: 1.5em;
  border: 2px solid #ff76a3;
  border-radius: 5px;
  -webkit-box-shadow: 5px 5px 0px 0px #ff76a3;
  box-shadow: 5px 5px 0px 0px #ff76a3;
}

.html-area h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.2em;
  color: #666;
  border-left: 5px solid #ff76a3;
}

.html-area h4 {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: auto;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff15a));
  background: linear-gradient(transparent 60%, #fff15a 60%);
}

.for-sp {
  display: none;
}

.for-pc {
  display: block
}

@media(max-width:599px) {

  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }
}

[data-element-id].for-sp {
  border: 2px solid #ddd;
  position: relative;
  display: block;
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}

[data-element-id].for-sp::before {
  content: "SP時表示用";
  display: block;
  position: absolute;
  border: 2px solid #ddd;
  background-color: #ddd;
  color: red;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  top: -1.3em;
  width: 100%;
  left: 0;
}

[data-element-id]#wrapper .pc-none::before {
  content: "PC時非表示";
  display: block;
  position: absolute;
  border: 2px solid purple;
  background-color: purple;
  color: yellow;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  top: -1.3em;
  width: 100%;
  left: 0;
}

[data-element-id] .uk-slideshow>li {
  opacity: 1;
}




.all-price-list>li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.all-price-list>li>.price-dt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.all-price-list>li>.price-dd {
  width: 9em;
  text-align: right;
}

.main-price-list {
  padding: 60px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ff76a3;
  border-radius: 30px;
  background-color: #fff;
}

.main-price-list .all-price-list>li {
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffd0d3;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-price-list .all-price-list>li:last-child {
  margin-bottom: 0px;
}

.main-price-list .all-price-list>li>.price-dt {
  color: #ff76a3;
}

.main-price-list .all-price-list>li>.price-dd {
  width: 90px;
}

.main-price-list .all-price-list>li>.price-time {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  margin-top: 10px;
}

.main-price-list .all-price-list>li>.price-time>span:nth-child(1) {
  color: #999;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: right;
}

.main-price-list .all-price-list>li>.price-time>span:nth-child(2) {
  width: 80px;
  text-align: center;
}


.ab-b {
  display: none;
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
}




.top-mv-catch.for-sp {
  width: 100%;
  left: 0;
  text-align: center;
}

.top-mv-catch.for-sp .row01 {
  font-size: 24px;
}

.top-mv-catch.for-sp .row02 {
  font-size: 16px;
}

.pikat-bnr-title.for-sp {
  display: none;
  font-size: 16px;
}

@media(max-width:599px) {
  .pikat-bnr-title.for-pc {
    display: none;
  }

  .pikat-bnr-title.for-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .main-price-list {
    padding: 30px 10px;
  }

  .main-price-list .all-price-list>li {
    font-size: 16px;
  }
}



.pikat-bnr-title.for-sp .pikat-bnr-title-inner {
  font-size: 20px;
}

.pikat-bnr-title.for-sp.bar {
  width: 20px;
  height: 40px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.for-sp.title-01a .title-osw {
  font-size: 40px;
}

.for-sp .titile-jp {
  font-size: 16px;
}

.for-sp.menu-item-title {
  font-size: 18px;
}

.mk2 .for-sp.menu-item-title {
  font-size: 16px;
}

.for-sp.bnr02-title .eng {
  font-size: 16px;
}

.for-sp .bnr02-title-main {
  font-size: 20px;
}

.for-sp.flow-item-title {
  font-size: 16px;
}

.for-sp.title-02a .ttl-img {
  width: 70px;
  height: 70px;
}

.for-sp.title-02a>.title-base {
  width: 100%;
}

.for-sp .title-02a .ttl-img>img {
  width: 100%;
}

.for-sp .title-02a-main {
  font-size: 28px;
  padding-left: 5px;
}

.for-sp.title-03a {
  width: 100%;
}

.for-sp .title-03a-main {
  padding: 0 10px;
}

.for-sp .title-03a-main span {
  font-size: 36px;
}



.for-sp.title-03a .ja {
  font-size: 16px;
  font-weight: 700;
  padding: 0 10px;
}

.un .for-sp.title-03a .ja {
  font-size: 18px;
  padding: 0;
}


.un-mv-area {
  width: 100%;
  position: relative;
  height: 400px;
  overflow: hidden;
}

.un-mv {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  opacity:0.6;
}

.un-mv>img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.under-catch {
  width: 100%;
  max-width: 1000px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.under-catch-main {
  position: relative;
  color: #222;
  font-size: 36px;
  font-weight: 900;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.under-catch-main>* {
  position: relative;
  z-index: 1;
}

.under-catch-main::before {
  content: "";
  background-color: #fe6b6b;
  display: inline-block;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -70px;
  left: -70px;
  z-index: 0;
  opacity: 0.2;
}

.under-catch-main::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -70px;
  left: -70px;
  z-index: 0;
  opacity: 0.5;
}

[data-element-id].under-catch-main.for-sp::before {
  opacity:1;
  border-radius:0;
  background-color:transparent;
  height:1em;
}

[data-element-id].under-catch-main.for-sp::after {
  opacity:1;
    border-radius:0;
}

.under-catch-main span {
  color: #ff76a3;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  display: block;
  text-shadow: 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff, 0 0 1px #fff;
}

.concept-box {
  background-color: #fff;
  border-radius: 30px;
}

.concept-box-inner {
  padding: 45px 30px;
}

.concept-txt>span {
  color: #fe6b6b;
  font-weight: bold;
  font-size: 1.2em;
}

.service-item>a {
  display: block;
  width: 100%;
  position: relative;
  background-color: #000;
  border: 3px solid #ff76a3;
  border-radius: 30px;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  transition: .4s;
}

.service-item>a:hover {
  background-color: #fff;
  -webkit-transition: .4s;
  transition: .4s;
  /*scale*/
}

.service-item .img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
  opacity: 0.5;
  -webkit-transition: .4s;
  transition: .4s;
}


.service-title-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  -webkit-transition: .4s;
  transition: .4s;
}

.service-item a:hover .service-title-box {
  color: #fe6b6b;
}

.service-title-box i {
  display: inline-block;
  margin-left: 10px;
  font-size: 40px;
  color: #fff15a;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: .4s;
  transition: .4s;
}

.info-list {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: #ffdae3 1px solid;
}

.info-title {
  color: #ff76a3;
  font-weight: 700;
  width: 5em;
}

.info-data {
  width: calc(100% - 5em);
}

.for-rec .info-title {
  color: #ff76a3;
  font-weight: 700;
  width: 6.5em;
}

.for-rec .info-data {
  width: calc(100% - 6.5em);
}

.for-cc.info-list {
  max-width: 100%;
}

.for-cc .info-title {
  color: #ff76a3;
  font-weight: 700;
  width: 10em;
}

.for-cc .info-data {
  width: calc(100% - 10em);
}

.map-box {
  height: 400px;
  border-radius: 30px;
  overflow: hidden;
}

.map-box>iframe {
  height: 100%;
  width: 100%;
}

.flow-item-title {
  font-weight: 700;
}

.title-01b,
.under-design .flow-item-title {
  font-size: 24px;
  color: #ff76a3;
  font-weight: 700;
}

.for-deco {
  position: relative;
  overflow: hidden;
}

.for-deco>* {
  position: relative;
  z-index: 1;
}

.deco-mk1 {
  display: inline-block;
  height: 300px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.deco-mk2 {
  display: inline-block;
  width: 300px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  z-index: 0;
  
}

.deco-mk1>img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
    -o-object-position: bottom;
  object-position: bottom;
}

.deco-mk1.left {
  left: 5%;
}

.deco-mk1.right {
  right: 5%;
}

.deco-mk2.left {
  left: -60px;
  top: 0px;
}

.deco-mk2.right {
  right: 10px;
  bottom: -30px;
}

.jp-title {
  width: 100%;
  position: relative;
}

.jp-title-inner {
  display: inline-block;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: 700;
  position: relative;
}

.jp-title-inner::before,
.jp-title-inner::after {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: jp-title-ef 1.5s steps(1, end) infinite;
  animation: jp-title-ef 1.5s steps(1, end) infinite;
  -webkit-transition: 0;
  transition: 0;
  -webkit-filter: drop-shadow(0 0 1px #fff);
  filter: drop-shadow(0 0 1px #fff)
}

.jp-title-inner.mk2::before,
.jp-title-inner.mk2::after {
  -webkit-animation: jp-title-ef-mk2 1.5s steps(1, end) infinite;
  animation: jp-title-ef-mk2 1.5s steps(1, end) infinite;
}

.onym {
  text-shadow: 0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff;
}



@-webkit-keyframes jp-title-ef {
  0% {
    background-image: url(/upload/tenant_1/jp-title-img.webp);
  }

  50% {
    background-image: url(/upload/tenant_1/jp-title-img02.webp);
  }

  100% {
    background-image: url(/upload/tenant_1/jp-title-img.webp);
  }
}

@keyframes jp-title-ef {
  0% {
    background-image: url(/upload/tenant_1/jp-title-img.webp);
  }

  50% {
    background-image: url(/upload/tenant_1/jp-title-img02.webp);
  }

  100% {
    background-image: url(/upload/tenant_1/jp-title-img.webp);
  }
}

@-webkit-keyframes jp-title-ef-mk2 {
  0% {
    background-image: url(/upload/tenant_1/jp-title-img-mk2.webp);
  }

  50% {
    background-image: url(/upload/tenant_1/jp-title-img-mk202.webp);
  }

  100% {
    background-image: url(/upload/tenant_1/jp-title-img-mk2.webp);
  }
}

@keyframes jp-title-ef-mk2 {
  0% {
    background-image: url(/upload/tenant_1/jp-title-img-mk2.webp);
  }

  50% {
    background-image: url(/upload/tenant_1/jp-title-img-mk202.webp);
  }

  100% {
    background-image: url(/upload/tenant_1/jp-title-img-mk2.webp);
  }
}

.jp-title-inner::before {
  right: 100%;
}

.jp-title-inner::after {
  left: 100%;
}

.yks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.yks>span {
  background-color: #fff15a;
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}

.staff-name>.jp {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  display: block;
  line-height: 1em;
}

.staff-name>.eng {
  color: #ff76a3;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  display: block;
  line-height: 1em;
}

.staff-img {
  border-radius: 50%;
  overflow: hidden;
}

.staff-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #ffdae3;
}

.faq-item {
  background-color: #fff;
  border-radius: 15px;
  cursor: pointer;
}

.tel {
  cursor: pointer;
}

.faq-item-inner01 {
  padding: 30px 90px 30px 30px;
  position: relative;
}

.faq-item-inner02 {
  padding: 0px 90px 30px 30px;
  position: relative;
  display: none;
}

.faq-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-head>i {
  display: inline-block;
  color: #ff76a3;
  font-size: 30px;
  width: 30px;
  text-align: center;
}

.faq-head>span {
  line-height: 2;
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 15px;
  position: relative;
}

.faq-head .fa-circle-plus {
  display: inline-block;
  color: #ff76a3;
  font-size: 50px;
  line-height: 1em;
  position: absolute;
  top: 50%;
  left: 102%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s
}

.close .faq-head .fa-circle-plus {
  -webkit-transform: translateY(-50%) rotate(405deg);
  transform: translateY(-50%) rotate(405deg);
  -webkit-transition: .4s;
  transition: .4s
}

.q-head {
  border-bottom: 1px solid #ffdae3;
  padding-bottom: 15px;
}

.voice-img-box {
  -webkit-box-shadow: 0px 0px 8px #666;
  box-shadow: 0px 0px 8px #666;
  background-color: #fff;
}

.voice-item.mk2>a {
  position: relative;
}

.voice-item.mk2>a:hover {
  background-color: #ffdae3;
}

.voice-item.mk2 .voice-item-img {
  position: absolute;
  width: 35%;
  top: -5%;
  left: -5%;
  z-index: 1;
  border: 3px solid #ff76a3;
  border-radius: 50%;
}

.under-design .flow-item {
  position: relative;
  padding-left: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffd0d3;
}

.flow-ball {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-image: linear-gradient(135deg, #ff76a3, #ff76a3 50%, #fe6b6b 50%, #fe6b6b);
  border-radius: 50%;
}

.flow-ball>span {
  font-size: 36px;
  width: 100%;
  color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.onayami-list li {
  font-size: 20px;
  font-weight: bold;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.onayami-list li>span {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.onayami-list li>i {
  display: inline-block;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  border: 2px solid #ffd0d3;
  background-color: #fff;
  font-size: 22px;
  line-height: 16px;
  border-radius: 5px;
  color: #fe6b6b;
  margin-right: 10px;
}

.under-reason .reason-inner {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
}

.un .title-03a .ja {
  color: #ff76a3
}

.title-04a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-04a.for-sp {
  display: none;
}

[data-element-id].title-04a.for-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title-04a.lefty {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.title-04a .title-main-jp {
  font-size: 24px;
  color: #ff76a3;
  font-weight: 700;
}

.title-04a.for-sp .title-main-jp {
  font-size: 20px;
}

.title-04a>i {
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  font-size: 30px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fe6b6b;
}

.title-04a.for-sp>i {
  margin-right: 5px;
  font-size: 24px;
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.new-mini-title>span {
  display: inline;
  padding: 0 0.5em;
  font-size: 18px;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff15a));
  background: linear-gradient(transparent 60%, #fff15a 60%);
}

.new-mini-title.for-sp>span {
  font-size: 16px;
}

.new-mini-img {
  border-radius: 50%;
  overflow: hidden;
}

.pt-list>span {
  display: inline-block;
  color: #fff;
  background-color: #ff76a3;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 100px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.price-list-title-detail {
  text-align: center;
}

.price-list-title-detail>.sub-row {
  color: #222;
  font-weight: 700;
  font-size: 26px;
}

.price-list-title-detail>.main-row {
  color: #ff76a3;
  font-weight: 900;
  font-size: 16px;
}

.pagenav {
  margin-top: 40px;
}

.pagenav ul {
  text-align: center;
}

.pagenav li {
  display: inline-block;
}

.pagenav li a {
  color: #ff76a3;
  padding: 5px;
  margin: 0 10px;
  display: block;
  font-weight: bold;
}

.pagenav .prev a {
  padding-left: 6px;
}

.pagenav li.st a,
.pagenav li a:hover {
  border-bottom: 1px solid #ff76a3;
}

.pagenav li.st a {
  color: #ff76a3;
}

.cat-title {
  color: #fff;
  background-color: #ff76a3;
  text-align: center;
  font-size: 20px;
  padding: 8px 0;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
}

.box-list>li:nth-child(2) .cat-title {
  background-color: #fe6b6b;
}

.cat-list-box li {
  width: 100%;
  border-bottom: 1px solid #ffd0d3;
}

.cat-list-box li.sec-cat {
  width: 100%;
  border-bottom: none;
  background-color: #ddd;
  text-align: center;
  font-weight: bold;
  padding: 8px 0;
}

.cat-list-box li a {
  display: block;
  text-align: center;
  padding: 5px 0;
  width: 100%;
  font-weight: 700;
}

@media(max-width:1024px) {
  .under-catch {
    padding: 0 30px;
  }

  .under-catch-main {
    font-size: 30px;
  }

  .under-catch-main::before {
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
  }

  .under-catch-main::after {
    width: 50px;
    height: 50px;
    top: -50px;
    left: -30px;
  }

  .title-01b,
  .under-design .flow-item-title {
    font-size: 22px;
    color: #ff76a3;
    font-weight: 700;
  }

  .deco-mk1 {
    height: 200px;
    bottom: auto;
    top: 60px;
  }

  .deco-mk1.left {
    left: 2%;
  }

  .deco-mk1.right {
    right: 2%;
  }

  .jp-title-inner {
    font-size: 26px;
  }

  .staff-name>.jp {
    font-size: 30px;
  }

  .flow-ball {
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .deco-mk2.left {
    width: 200px;
    opacity: 0.2;
  }

  .deco-mk2.right {
    width: 200px;
    opacity: 0.2;
  }

  .onayami-list li {
    font-size: 18px;
  }

  .un-reason-list .reason-inner {
    padding: 0;
  }

  .under-reason .reason-inner {
    padding: 30px 15px;
  }

  .price-list-title-detail>.sub-row {
    font-size: 24px;
  }

  .service-title-box i {
    font-size: 30px;
  }

  .service-title-box {
    font-size: 22px;
  }
}

.for-sp.under-catch-main {
  font-size: 24px;
}

.for-sp.under-catch-main span {
  font-size: 16px;
}

.for-sp.service-item-title {
  font-size: 20px;
}

.for-sp.service-item-title>i {
  font-size: 26px;
}

.title-01b.for-sp,
.under-design .flow-item-title.for-sp {
  font-size: 20px;
}

.for-sp .jp-title-inner {
  font-size: 22px;
}

.staff-name.for-sp>.jp {
  font-size: 26px;
}

.staff-name.for-sp>.eng {
  font-size: 16px;
}

.price-list-title-detail.for-sp>.sub-row {
  font-size: 22px;
}

.mini-date {
  color: #222;
  font-size: 14px;
  position: absolute;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
  top: 1em;
  right: 1em;
  z-index: 1;
}

.blog-img {
  border-radius: 5px;
  border: 8px solid #fff;
  -webkit-box-shadow: 0px 0px 8px #666;
  box-shadow: 0px 0px 8px #666;
}

.bolder {
  font-weight: 700;
  text-shadow: 0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff;
}


@media(max-width:599px) {
  .under-catch {
    padding: 0 15px;
  }

  .under-catch-main::before {
    width: 80px;
    height: 80px;
    top: -30px;
    left: -30px;
  }

  .under-catch-main::after {
    width: 50px;
    height: 50px;
    top: -30px;
    left: -30px;
  }

  .concept-box-inner {
    padding: 45px 10px;
  }


  .deco-mk1 {
    width: 45%;
    position: absolute;
    top: auto;
    bottom: 0;
    z-index: 0;
    opacity: 0.2;
    height: 300px;
  }

  .faq-head>i {
    font-size: 24px;
    width: 24px;
  }

  .faq-head>span {
    width: calc(100% - 24px);
    padding-left: 5px;
  }

  .faq-item-inner01 {
    padding: 15px 60px 15px 15px;
    position: relative;
  }

  .faq-item-inner02 {
    padding: 0px 60px 15px 15px;
  }

  .faq-head .fa-circle-plus {
    font-size: 30px;
  }

  .q-head {
    padding-bottom: 5px;
  }

  .flow-item {
    padding-left: 0px;
  }

  .under-design .flow-item-title.for-sp {
    padding-left: 50px;
  }

  .flow-ball {
    width: 40px;
    height: 40px;
    top: -5px;
  }

  .flow-ball>span {
    font-size: 20px;
  }

  .onayami-list li {
    font-size: 16px;
  }

  .under-reason .reason-inner {
    padding: 15px 15px;
    margin-top: 10px;
  }

  .un-reason-list .reason-right,
  .under-reason .reason-right {
    padding: 0 0px;
    margin-top: 10px;
  }

  .title-04a.for-pc {
    display: none;
  }

  .title-04a.for-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .voice-item.mk2 .voice-item-img {
    left: 0%;
  }

  .for-rec .info-row,
  .for-cc .info-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .for-rec .info-data,
  .for-cc .info-data {
    width: 100%;
  }

  .for-rec .info-title,
  .for-cc .info-title {
    width: 100%;
  }

}


.formitem {
  padding: 3em 0;
  border-bottom: 1px solid #ffd0d3;
}

.formlist>li:last-child {
  border-bottom: 0px;
}


.formitem dl {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formitem dt {
  width: 30%;
  font-weight: 700;
}

.formitem dt label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formitem .reqw {
  display: inline-block;
  text-align: center;
  padding: .1em .5em;
  background-color: #ff76a3;
  margin-left: 1em;
  color: #fff;
  border-radius: 5px;
}

.formitem dd {
  width: 66%;
}

.formitem .form_shape input {
  width: 20px;
}

.formitem dd .inputlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.formitem dd .inputlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.formitem dd textarea {
  height: 250px;
}

.formitem button,
.formitem input,
.formitem select,
.formitem textarea {
  font-family: inherit;
  color: inherit;
  border: 1px solid #ff76a3;
  font-size: inherit;
  background-color: #fff;
  width: 100%;
  padding: 0.5em 0.5em;
}

.formitem dd input[type="checkbox"] {
  display: none;
}

.formitem dd input[type="checkbox"]+label {
  padding-left: 1.5em;
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: .1em;
}

.formitem dd input[type="checkbox"]+label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 1px solid #ff76a3;
}

.formitem dd input[type="checkbox"]:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: .25em;
  width: .5em;
  height: .75em;
  -webkit-transform: translate(0, -50%) rotate(40deg);
  transform: translate(0, -50%) rotate(40deg);
  border-bottom: 3px solid #fe6b6b;
  border-right: 3px solid #fe6b6b;
}

.formitem input.short {
  max-width: 300px;
}

.p-code {
  font-size: 25px;
  width: 25px;
  height: 100%;
  line-height: 100%;
  text-align: center;
  display: inline-block;
  color: #ff76a3;
}

.red {
  color: red;
  font-weight: 900;
}

.tel-new-box {
  display: block;
  padding: 60px 0;
  border-radius: 30px;
  border: 3px solid #ff76a3;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tel-new-box .tel-btn {
  font-size: 50px;
}

.tel-new-box .tel-btn i {
  font-size: 40px;
}

.under-design .pikat-bnr-section::before {
  display: none;
}

.cc-main-date {
  font-family: 'Oswald', sans-serif;
  font-weight: 900;
}

.cc-main-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.cc-main-cat>span {
  display: inline-block;
  color: #222;
  background-color: #fff15a;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 15px;
  margin: 0 5px 5px 0;
  border-radius: 5px;
}

.cc-main-title {
  color: #ff76a3;
  font-weight: 700;
  font-size: 30px;
  text-shadow: 0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a,
    0 2px 1px #fff15a;
}

.cc-img-right,
.cc-img-left {
  position: relative;
  border-radius: 30px;
}

.cc-img-left>i {
  position: absolute;
  display: inline-block;
  text-align: center;
  width: 50px;
  top: 50%;
  right: -30px;
  font-size: 50px;
  color: #ff76a3;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff,
    0 0 1px #fff;
}

.cc-img-right>.img,
.cc-img-left>.img {
  position: relative;
  z-index: 0;
  border-radius: 30px;
  overflow: hidden;
}

.cc-main-ddl {
  margin-bottom: 15px;
}

.area-mk1 {
  font-weight: 700;
  display: inline-block;
  margin-right: 15px;
}

.name-mk1 {
  font-weight: 700;
  display: inline-block;
  color: #ff76a3;
  font-size: 18px;
}

.info-list .info-row.long {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-row .info-title.long {
  width: 100%;
}

.info-row .info-data.long {
  width: 100%;
}

.voice-item-img {
  border-radius: 50%;
  overflow: hidden;
}

.main-voice .voice-item-img {
  width: 40%;
  z-index: 2;
  position: relative;
  margin-left: -5%;
}

.main-voice .voice-img-box {
  margin-top: -20%;
}

.thumnails>img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 500px;
}

@media(max-width:1024px) {
  .cc-main-title {
    font-size: 24px;
  }
}

@media(max-width:599px) {
  .formitem input.short {
    max-width: 100%;
  }

  .form01 {
    padding: 4em 2em;
  }

  .formitem dt {
    width: 100%;
    margin-bottom: .5em;
  }

  .formitem dt label {
    display: block;
  }

  .formitem dd {
    width: 100%;
  }

  .tel-new-box {
    padding: 30px 0;
    border-radius: 20px;
  }

  .tel-new-box .tel-btn {
    font-size: 30px;
  }

  .tel-new-box .tel-btn i {
    font-size: 30px;
  }

  .formitem input.short.p-postal-code {
    width: calc(100% - 25px);
  }

  .cc-main-title {
    font-size: 22px;
  }

  .cc-img-left>i {
    width: 50px;
    top: auto;
    right: auto;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }

  .main-voice .voice-item-img {
    margin-left: 0%;
  }

  .thumnails>img {
    max-height: 300px;
  }

}

[data-element-id]#header {
    width: 100%;
    position:relative;
}

[data-element-id].cont-btn {
    position:absolute;
    top:-200px;
}

[data-element-id].corp-btn {
    position:absolute;
    bottom:-200px;
}

[data-element-id].no-pc{
  display:block;
  border:2px solid green;
  position:relative;
}

[data-element-id].nav-item01{
  width:200px;
  border:2px solid #666;
}

[data-element-id].nav-logo-mk2.no-pc{
  width:300px;
}

[data-element-id].nav-main {
    flex-wrap:wrap;
}

[data-element-id].drop-menu {
  width:100%;
    position:relative;
    top:0;
    left:0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    max-height: 221px;
    padding-bottom: 15px;
}

[data-element-id].top-mv-catch.for-sp {
   position:absolute;
   bottom:0;
   top:auto;
   left:50%;
   transform:translateX(-50%);
}

[data-element-id] a:hover {
    opacity: 1;
    cursor: pointer;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  
[data-element-id].header-right>*:nth-child(2){
  width:160px;
}

[data-element-id].header-right>*:nth-child(4){
  width: calc(100% - 180px - 23%);
}

[data-element-id].header-right>*:nth-child(5){
  width:23%;
}


[data-element-id].header-right>*:nth-child(4)>*{
  width:100%
}

[data-element-id].header-right>*:nth-child(5)>*{
  width:100%
}

[data-element-id] .up-col-3>div[data-collection-archive-content]>*, [data-element-id] .up-col-3>div[data-collection-filtered-content]>*, [data-element-id] .up-col-3>div[data-collection-list-content]>*, [data-element-id] .up-col-3>div[data-product-list-content]>*, [data-element-id] .up-col-3>div[data-product-recommend-content]>*, [data-element-id] .up-col-3>div[data-recommend-collection-list-content]>* {
    width: 33.333%;
}

.tel a{
  pointer-events: none!important;
}

@media (max-width: 599px){
.under-design .flow-item {
    padding-left: 0px;
}

.tel a{
  pointer-events: auto !important;
}
}

[data-ab-test-block] [data-ab-test-contents]+[data-ab-test-contents] {
    display: none;
}

[data-element-id][data-ab-test-conversion-button]{
  position:relative;
}

[data-element-id][data-ab-test-conversion-button]::after{
 content:"CV";
 display:inline-block;
 width:24px;
 height:12px;
 font-size:12px;
 text-align:center;
 line-height:12px;
 background-color:yellow;
 color:#000;
 position:absolute;
 top:0;
 left:0;
 z-index:8;
     -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
}

[data-element-id]#wrapper  .no-pc{
  border:2px solid green;
  position:relative;
}

[data-element-id]#wrapper .no-pc::before {
  content: "PC時非表示";
  display: block;
  position: absolute;
  border: 2px solid green;
  background-color: green;
  color: yellow;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  top: -1.3em;
  width: 100%;
  left: 0;
}



[data-element-id].ab-a .btn-list .tel-btn {
    background-color: #fff15a;
    color:#222;
}

[data-element-id].ab-a .btn-list .tel-btn i {
    color:#222;
}

[data-element-id].ab-b .btn-list .tel-btn {
    background-color: #ff76a3;
    color:#fff;
}

[data-element-id].ab-b .btn-list .tel-btn i {
    color:#fff15a;
}

.jbc{
  min-height:200px;
}

.new-column-item{
  padding:15px;
  border: 3px solid #ff76a3;
  border-radius:15px;
}

.new-column-img{
  width:40%;
  min-width:200px;
  border-radius:50%;
  overflow:hidden;
  margin-left:auto;
  margin-right:auto;
  background-color:#fff15a;
}

.concept-txt>p {
    color: #ff76a3;
    font-weight: bold;
}

.auto-img{
  border-radius:15px;
  overflow:hidden;
  height:100%;
}

.txt-logo{
  width:1.5em;
  height:100%;
  display:inline-block;
  background-image:url(/import/tenant_1/153.121.72.149/html/images/logo.webp);
  background-size:contain;
  background-repeat:no-repeat;
  backgouround-position:center;
}

.auto-img>img{
  object-fit:cover;
  width:100%;
  height:100%;
  object-position:center;
}

.logo-img-sec .jp-title-inner::after {
  display:none;
}

.logo-img-sec .jp-title-inner{
    padding-left:3em;
}

.logo-img-sec .jp-title-inner::before {
    width: 3em;
    height: 3em;
    -webkit-animation:none;
    animation:none;
    background-image:url(/import/tenant_1/153.121.72.149/html/images/logo.webp);
    right:auto;
    left:0;
}

@media(max-width:599px){
  .voice-item.mk2 .voice-item-img {
    width: 25%;
}
}

[data-element-id].flow-ball{
  position:absolute!important;
}

[data-element-id].service-title-box {
  position:relative;
  background-color:#000;
  margin-top:100px;
}

[data-element-id].service-item>a:hover {
    background-color: #000;
}

@media (max-width: 599px){
  .logo-txt span br {
    display: inline;
  }
}

/* 2025/06/13 */
.pikat-bnr02{
  background-color: #FADBEA;
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}

.pikat-bnr02 .ttl01{
  background-color: #ED0016;
  color: #FEEC0E;
  font-size: 100px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.pikat-bnr02 .ttl01 .sub{
  font-size: 50%;
  color: #fff;
  line-height: 1;
}

.pikat-bnr02 .img.radius{
  border-radius: 20px;
  overflow: hidden;
}

.pikat-bnr02 .ttl02{
  font-size: 26px;
  color: #5D79AA;
  font-weight: bold;
  transform: rotate(-10deg);
  margin-bottom: 1em;
  border-bottom: 3px solid;
  text-shadow: 1px 1px 0px white, -1px 1px 0px white, 1px -1px 0px white, -1px -1px 0px white, 1px 0px 0px white, 0px 1px 0px white, -1px 0px 0px white, 0px -1px 0px white;
}

.pikat-bnr02 .ttl02.ver02{
  color: #4BC3E7;
}

.pikat-bnr02 .ttl02.ver03{
  color: #69A53C;
}

.pikat-bnr02 .circle{
  width: 300px;
  height: 300px;
  background-color: #feec0e;
  border: 5px solid #ed0016;
  border-radius: 100%;
  margin-top: -50px;
  margin-right: -55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pikat-bnr02 .circle .main{
  font-size: 150px;
  line-height: 1;
  color: #ed0016;
  font-weight: bold;
}

.pikat-bnr02 .circle .sub{
  font-weight: bold;
  text-align: right;
}

.pikat-bnr02 .circle .main .per{
  font-size: 30%;
}

.pikat-bnr02 .movie{
  background-color: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #333;
  transform: rotate(-5deg);
  height: 230px;
  margin-top: 100px;
}

.pikat-bnr02 .movie .strong01{
  color: #0D367C;
  font-size: 1.1em;
}

.pikat-bnr02 .obi{
  background-color: rgb(237, 0, 22);
  color: #fff;
  width: fit-content;
  margin-left: auto;
  padding: 0.25em 2em;
}

.pikat-bnr02 .obi .strong{
  font-size: 1.1em;
  color: #feec0e;
}

.pikat-bnr02 .t-bgc01{
  background-color: #fff;
}

.pikat-bnr02 .t-bgc02{
  background-color: #FFFDEE;
}

.pikat-bnr02 .t-bgc03{
  background-color: #FFFADE;
}

.pikat-bnr02 .t-bgc04{
  background-color: #f5f1d7;
}

.pikat-bnr02 .t-bgc05{
  background-color: #000;
  color: #fff;
}

.pikat-bnr02 .t-bgc06{
  background-color: #EA5283;
  color: #fff;
}

.pikat-bnr02 .t-bgc07{
  background-color: #0D8DD1;
  color: #fff;
}

.pikat-bnr02 .t-bgc08{
  background-color: rgb(237, 0, 22);
  color: #feec0e;
}

.up-c-red{
  color: red;
}

.price-table {
width: 100%;
border-collapse: collapse;
text-align: center;
}

.price-table th,
.price-table td {
border: 1px solid #ccc;
padding: 0.5rem 0.25rem;
}

.price-table thead th {
font-weight: 700;
font-size: 0.9rem;
}

.price-table thead th:not(:first-child) {
font-size: 0.8rem;
}

.price-table th.col-menu { width: 20%; }
.price-table th.col-single { width: 20%; }
.price-table th.col-double { width: 20%; }
.price-table th.col-triple { width: 20%; }
.price-table th.col-quad { width: 20%; }

.menu-cell {
background: var(--c-gray);
font-weight: 700;
}

.price-main {
font-size: 1.2rem;
font-weight: 700;
color: var(--c-red-dark);
}

.price-before {
display: block;
font-size: 0.75rem;
text-decoration: line-through;
color: #666;
}

.price-before.none {
text-decoration: none;
}

.price-ten {
display: block;
font-size: 0.75rem;
color: #666;
}

.price-discount {
margin-top: 0.25rem;
font-size: 0.7rem;
background-color: #ED0016;
color: #fff;
}

.discount-row th,
.discount-row td {
background: var(--c-yellow);
font-weight: 700;
}

.discount-rate {
font-size: 1rem;
}

.discount-rate .strong{
font-size: 1.25em;
}

.addons {
margin-top: 2rem;
padding: 1rem;
font-family: "Helvetica Neue", Arial, sans-serif;
line-height: 1.4;
}

.addons__header {
display: flex;
align-items: baseline;
gap: 0.25rem;
font-weight: 700;
margin-bottom: 0.25rem;
}

.addons__icon {
font-size: 1.2rem;
color: var(--c-red-main);
}

.addons__title {
font-size: 1rem;
}

.addons__subtitle {
font-size: 0.8rem;
color: var(--c-note);
}

.addons__note {
font-size: 0.7rem;
color: var(--c-note);
margin-bottom: 0.5rem;
}

.addons__cards {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
}

.card {
flex: 1 1 220px;
min-width: 220px;
padding: 0.75rem;
border: 1px solid #ccc;
background: var(--c-bg-gray);
text-align: center;
}

.card__title {
margin: 0 0 0.25rem;
font-size: 0.9rem;
font-weight: 700;
}

.card__subtitle {
font-size: 0.75rem;
}

.card__price {
margin: 0.5rem 0 0;
font-size: 0.85rem;
}

.card__price strong {
font-size: 1.05rem;
color: var(--c-red-dark);
}

.card__desc {
font-size: 0.7rem;
margin: 0.25rem 0 0.5rem;
}

.card--red {
background: #fff5f5;
border-color: var(--c-red-main);
}

.card--red .card__title {
color: var(--c-red-main);
}

.card--black {
background: #f4f4f4;
border-color: #444;
}

.card--black .card__title {
color: var(--c-black);
}

.card--blue {
background: #f0faff;
border-color: var(--c-blue);
}

.card--blue .card__title {
color: var(--c-blue);
}

.pc-br{
  display: block;
}

.circle-sp{
  display: none;
}

@media(max-width:1024px){
.price-discount {
    font-size: 0.6rem;
} 

.pikat-bnr02 small{
  font-size: 70%;
}

.price-before {
  font-size: 0.7rem;
}
}

@media(max-width:599px) {
.pc-br{
  display: none;
} 
  
.pikat-bnr02 .ttl01{
  font-size: 60px;
  padding-bottom: 20px;
}

.pikat-bnr02 .ttl01 .sub {
  font-size: 40%;
}

.table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.price-table th, .price-table td {
  white-space: nowrap;
}

.circle-sp{
  display: block;
}

.pikat-bnr02 .ttl02 {
  font-size: 16px;
}

.pikat-bnr02 .circle {
  display: none;
}

.pikat-bnr02 .movie {
  transform: none;
  width: 70%;
  margin: 0 auto;
  height: auto;
}

.addons {
  margin-top: 0;
}
}
