@charset "UTF-8";

/*=============================================
 * body
 *=============================================*/
body {
   background: #fff;
   color: #333;
   font-family: "M PLUS 1", sans-serif;
   font-weight: 500;
   font-size: 15px;
   line-height: 30px;
   letter-spacing: 0;
   min-width: inherit;
   min-height: inherit;
   max-height: 100%;
   position: relative;
}

@media screen and (max-width: 767px) {
   body {
      font-size: 13px;
      line-height: 20px;
   }
}

/*=============================================
 * <main>
 *=============================================*/
main {
   clear: both;
   width: 100%;
   box-sizing: border-box;
   position: relative;
   margin: 0;
   padding: 0;
}

/*=============================================
 * <header>
 *=============================================*/
header {
   display: flex;
   align-items: center;
   gap: 15px;
   background-color: #fff;
   width: 100%;
   height: 100px;
   position: sticky;
   top: 0;
   z-index: 100;
   box-sizing: border-box;
}

header .logo {
   flex: 1 0 0;
}

header .logo a {
   display: block;
   width: 200px;
   border-right: 1px dashed #333;
   padding-right: 15px;
}

@media screen and (max-width: 1199px) {
   header {
      padding: 10px 20px;
   }

   header .logo a {
      border-right: 0;
   }

   .header__tel {
      display: none;
   }

   .header__sns {
      display: grid;
      grid-template-columns: repeat(2, 28px);
      gap: 15px;
   }

   #navbar {
      display: flex;
      flex-direction: column;
      gap: 20px;
      width: 100%;
      height: 100vh;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      padding: 90px 20px 0;
      box-sizing: border-box;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-10px);
      transition: all 0.3s linear;
      overflow: hidden auto;
   }

   #navbar .nav {
      font-weight: 500;
      font-size: 15px;
      line-height: 20px;
   }

   #navbar .nav li {
      border-bottom: 1px solid #ccc;
   }

   #navbar .nav li a {
      display: grid;
      grid-template-columns: 18px 1fr 10px;
      align-items: center;
      gap: 15px;
      padding: 0 15px 12px 0;
   }

   #navbar .nav li a img {
      max-width: 18px;
   }

   #navbar .nav li+li a {
      padding-top: 12px;
   }

   #navbar .nav .sub-menu ol {
      border-top: 1px solid #ccc;
      padding: 8px 33px 8px;
   }

   #navbar .nav .sub-menu ol li:last-child {
      border-bottom: 0;
   }

   #navbar .list-sns {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 20px;
      flex: 1 0 0;
   }

   #navbar .list-sns dt {
      background-color: #D90912;
      color: #fff;
      border-radius: 50px;
      font-weight: 600;
      font-size: 13px;
      line-height: 28px;
      border-radius: 50px;
      padding: 0 15px;
   }

   #navbar .list-sns dd {
      display: grid;
      grid-template-columns: repeat(2, 28px);
      align-items: center;
      gap: 15px;
   }

   #navbar .tel {
      background-color: #EB5407;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      margin: 0 -20px;
      padding: 7px;
   }

   #navbar .tel .number {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding-top: 5px;
   }

   #navbar .tel .number a {
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      position: relative;
      top: 2px;
   }

   #navbar .tel .number a:before {
      content: '';
      width: 22px;
      height: 16px;
      background-color: #fff;
      -webkit-mask: url("../img/common/icon-tel.png") no-repeat center/100% auto;
      mask: url("../img/common/icon-tel.png") no-repeat center/100% auto;
   }

   #navbar .tel .number time {
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      border-left: 1px solid #fff;
      text-align: left;
      padding-left: 10px;
   }

   .navOpen #navbar {
      opacity: 1;
      visibility: visible;
      transform: translateY(0);
   }
}

@media screen and (max-width: 767px) {
   header {
      height: 70px;
   }

   header .logo a {
      width: 142px;
   }
}

@media screen and (min-width: 1200px) {
   header {
      padding: 10px 20px;
   }

   .header__tel {
      display: inline-block;
      text-align: center;
      position: absolute;
      top: 10px;
      left: 250px;
   }

   .header__tel a {
      display: inline-block;
      background: url("../img/common/icon-tel.png") no-repeat center left/35px auto;
      font-weight: 900;
      font-style: italic;
      font-size: 30px;
      line-height: 30px;
      padding-left: 42px;
   }

   .header__tel time {
      display: block;
      font-size: 11px;
      line-height: 15px;
      border: 1px solid #000;
      padding: 0 8px;
   }

   .header__sns {
      display: none;
   }

   #navbar {
      height: auto !important;
   }

   #navbar .nav {
      display: flex;
      align-items: flex-end;
      gap: 10px;
      font-weight: 600;
      font-size: 12px;
      line-height: 15px;
   }

   #navbar .nav a {
      display: block;
   }

   #navbar .nav a img,
   #navbar .nav a i {
      display: none;
   }

   #navbar .nav li {
      border-right: 1px dashed #EB5407;
   }

   #navbar .nav li a {
      padding-right: 8px;
   }

   #navbar .nav li:last-child,
   #navbar .nav li:nth-child(8) {
      border-right: 0;
   }

   #navbar .nav li:last-child a,
   #navbar .nav li:nth-child(8) a {
      padding-right: 0;
   }

   #navbar .nav .sub-menu {
      position: relative;
   }

   #navbar .nav .sub-menu ol {
      width: max-content;
      background-color: #fff;
      border: 1px solid #000;
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      padding: 20px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s;
   }

   #navbar .nav .sub-menu ol li {
      border-right: 0;
   }

   #navbar .nav .sub-menu ol li+li {      
      border-top: 1px dashed #EB5407;
      margin-top: 10px;
      padding-top: 10px;
   }

   #navbar .nav .sub-menu ol li a {
      padding-right: 0;
   }

   #navbar .nav .sub-menu:hover ol {
      opacity: 1;
      visibility: visible;
   }

   #navbar .nav .btn-inq {
      padding-left: 10px;
   }

   #navbar .nav .btn-inq a {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 6px;
      background: linear-gradient(-25deg, #F26720 50%, #F97612 50%);
      border-radius: 10px;
      width: 170px;
      height: 66px;
      color: #fff;
      font-weight: 700;
      font-size: 16px;
   }

   #navbar .nav .btn-inq a:before {
      content: '';
      width: 24px;
      height: 24px;
      background: url("../img/common/icon-email.png") no-repeat center top/cover;
   }

   #navbar .list-sns {
      display: flex;
      align-items: center;
      gap: 20px;
      position: absolute;
      top: 15px;
      right: 220px;
   }

   #navbar .list-sns dt {
      background-color: #D90912;
      color: #fff;
      border-radius: 50px;
      font-weight: 600;
      font-size: 13px;
      line-height: 28px;
      border-radius: 50px;
      padding: 0 15px;
   }

   #navbar .list-sns dd {
      display: grid;
      grid-template-columns: repeat(2, 28px);
      align-items: center;
      gap: 15px;
   }

   #navbar .tel {
      display: none;
   }

   .hamburger {
      display: none;
   }
}

@media screen and (min-width: 1400px) {
   header {
      padding: 10px 30px 10px 80px;
   }

   .header__tel {
      left: 310px;
   }

   #navbar .nav {
      font-size: 15px;
   }
}

@media screen and (min-width: 1650px) {
   .header__tel {
      top: 18px;
   }

   .header__tel a {
      line-height: 36px;
   }

   .header__tel time {
      font-size: 13px;
      line-height: 20px;
      margin-top: 6px;
   }

   #navbar .nav {
      line-height: 20px;
   }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
   background-color: #EB5407;
   color: #fff;
   padding: 70px 0 0;
}

footer .box {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   max-width: 1000px;
   margin: 0 auto;
   padding: 0 30px 30px;
}

footer .logo {
   width: 260px;
}

footer .text {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   flex: auto;
}

footer .text h3 {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
   padding-top: 5px;
}

footer .text p {
   padding-top: 5px;
}

footer .text p:first-child {
   font-size: 13px;
}

footer nav {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 40px;
   line-height: 20px;
}

footer nav ul {
   display: flex;
   flex-direction: column;
   gap: 20px;
}

footer nav ul a {
   display: inline-block;
   position: relative;
   padding-left: 15px;
}

footer nav ul a:before {
   content: '\f0da';
   display: block;
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 16px;
   line-height: 1;
   letter-spacing: 0;
   color: #FFCC00;
   position: absolute;
   top: 2px;
   left: 0;
}

footer .banner {
   display: flex;
   align-items: center;
   justify-content: center;
   flex-wrap: wrap;
   gap: 40px;
   border-top: 1px solid #fff;
   border-bottom: 1px solid #fff;
   text-align: center;
   font-size: 13px;
   line-height: 20px;
   padding: 25px 0;
}

footer .banner li:not(.hr) {
   width: 320px;
   background-color: #BB3F00;
   border-radius: 4px;
   font-weight: 500;
   font-size: 13px;
   padding: 12px 0;
}

footer .banner li:not(.hr) h3 {
   font-weight: 500;
   font-size: 18px;
   line-height: 26px;
}

footer .banner li:not(.hr) p {
   padding-top: 5px;
}

footer .banner .hr {
   width: 0;
   height: 120px;
   border-left: 1px solid #fff;
}

footer address {
   font-weight: 500;
   font-size: 13px;
   line-height: 20px;
   padding: 30px 0;
}

@media screen and (max-width: 1200px) {
   footer .box {
      gap: 15px;
   }

   footer nav {
      gap: 10px;
   }
}

@media screen and (max-width: 1023px) {
   footer .box {
      justify-content: center;
      gap: 20px;
   }

   footer .text {
      flex: inherit;
   }

   footer nav {
      justify-content: center;
      gap: 40px;
      width: 100%;
   }

   footer .banner {
      gap: 20px;
   }
}

@media screen and (max-width: 767px) {
   footer {
      padding: 40px 0 90px;
   }

   footer nav {
      display: none;
   }

   footer .box {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 5px;
      width: max-content;
      margin: 0 auto;
      padding: 0 0 20px;
   }

   footer .logo {
      width: 220px;
   }

   footer .text {
      font-size: 14px;
      line-height: 20px;
   }

   footer .text h3 {
      font-size: 18px;
      line-height: 26px;
   }

   footer .text p:first-child {
      font-size: 13px;
   }

   footer .banner {
      flex-direction: column;
      flex-wrap: nowrap;
      align-items: center;
      padding: 20px;
   }

   footer .banner li:not(.hr) {
      width: 100%;
   }

   footer .banner .hr {
      display: none;
   }
}

/* -- -- */
.ft-fixed {
   opacity: 0;
   visibility: hidden;
   position: fixed;
   z-index: 9;
   transition: all 0.3s;
}

.ft-fixed.fixed {
   opacity: 1;
   visibility: visible;
}

#pagetop {
   width: 70px;
}

@media screen and (max-width: 767px) {
   .ft-fixed {
      width: 100%;
      bottom: 0;
      left: 0;
   }

   .ft-fixed .tel {
      background-color: #EB5407;
      color: #fff;
      font-weight: 500;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      margin: 0 -20px;
      padding: 7px;
   }

   .ft-fixed .tel .number {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      padding-top: 5px;
   }

   .ft-fixed .tel .number a {
      display: flex;
      align-items: center;
      gap: 5px;
      font-weight: 700;
      font-size: 24px;
      line-height: 30px;
      position: relative;
      top: 2px;
   }

   .ft-fixed .tel .number a:before {
      content: '';
      width: 22px;
      height: 16px;
      background-color: #fff;
      -webkit-mask: url("../img/common/icon-tel.png") no-repeat center/100% auto;
      mask: url("../img/common/icon-tel.png") no-repeat center/100% auto;
   }

   .ft-fixed .tel .number time {
      font-weight: 500;
      font-size: 10px;
      line-height: 15px;
      border-left: 1px solid #fff;
      text-align: left;
      padding-left: 10px;
   }

   #pagetop {
      width: 40px;
   }
}

@media screen and (min-width: 768px) {
   .ft-fixed {
      top: 145px;
      right: 0;
   }
}

/* -- -- */
*::selection {
   background-color: #010B33;
   color: #fff;
}

/*=============================================
 * <section>
 *=============================================*/
#kv {
   height: 320px;
   background: url("../img/common/kv-bg.jpg") no-repeat center/cover;
}

#kv .wrap {
   display: flex;
   align-items: center;
   height: 100%;
   overflow: hidden;
}

#kv .catch {
   color: #fff;
   font-weight: 700;
   font-size: 40px;
   letter-spacing: 0.05em;
   line-height: 58px;
   position: relative;
   z-index: 1;
}

#kv .catch span {
   display: block;
   font-weight: 500;
   font-size: 24px;
   letter-spacing: 0.05em;
   line-height: 28px;
   text-transform: uppercase;
   padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
   #kv {
      background-position: center right;
      height: 200px;
   }

   #kv .catch {
      font-size: 25px;
      line-height: 40px;
   }

   #kv .catch span {
      font-size: 15px;
      padding-bottom: 0;
   }
}

/* -- --*/
.breadcrumbs {
   font-size: 14px;
   line-height: 20px;
   margin-bottom: 80px;
   padding: 10px 0;
}

.breadcrumbs .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

.breadcrumbs a.home {
   display: block;
   background: url("../img/common/icon-home.svg") no-repeat center left/16px auto;
   padding-left: 20px;
}

.breadcrumbs span {
   word-break: break-all;
}

.breadcrumbs a:hover {
   text-decoration: underline;
}

.breadcrumbs+#shop {
   padding-top: 0;
}

@media screen and (max-width: 1023px) {
   .breadcrumbs {
      font-size: 12px;
      overflow-x: auto;
      box-sizing: border-box;
      padding: 10px 20px;
      margin-bottom: 30px;
   }

   .breadcrumbs .wrap {
      gap: 10px;
      width: max-content;
      max-width: inherit;
      background-color: transparent;
      margin: 0;
      padding: 0;
   }

   .breadcrumbs .wrap>span {
      position: relative;
      top: 1px;
   }
}

/* -- --*/
.filter-gray {
   filter: grayscale(100%);
   cursor: pointer;
   transition: all 0.3s;
}

.filter-gray:hover {
   filter: grayscale(0);
}

/*
 * 404
 *=============================================*/
#content-404 {
   padding: 100px 0 120px;
}

#content-404 h2 {
   font-weight: 600;
}

#content-404 .txt {
   padding-top: 30px;
}

#content-404 .button {
   padding-top: 50px;
}

@media screen and (max-width: 767px) {
   #content-404 {
      padding: 50px 0;
   }

   #content-404 .txt {
      padding-top: 20px;
   }

   #content-404 .button {
      padding-top: 30px;
   }
}

/*
 * keyframes
*=============================================*/
@keyframes homeTileAnimation {
   0% {
      transform: translateX(0);
   }

   to {
      transform: translateX(-120%);
   }
}

@keyframes rotate {
   0% {
      transform: rotate(0deg);
   }

   100% {
      transform: rotate(1turn);
   }
}

/*
 * Animation
*=============================================*/
.img_effect {
   display: inline-block;
   overflow: hidden;
   position: relative;
}

.img_effect:after {
   content: "";
   animation-duration: 300ms;
   animation-fill-mode: forwards;
   animation-delay: 300ms;
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background-color: #fff;
}

.img_effect[style*="visible"]:after {
   animation-name: homeTileAnimation;
}

/*
 * Custom
*=============================================*/
/* -- heading -- */
.h2 {
   color: #533B0C;
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0.05em;
   line-height: 30px;
   position: relative;
}

.h2:after {
   content: '';
   display: block;
   width: 55px;
   height: 5px;
   background-image: linear-gradient(to right, #CF6D91 0 10px, transparent 0 15px, #70AE52 0 25px, transparent 0 30px, #569AD6 0 40px, transparent 0 45px, #D98C38 0 55px);
   margin-top: 20px;
}

.h2 .en {
   display: block;
   font-family: "Rubik", sans-serif;
   font-weight: 500;
   font-size: 50px;
   letter-spacing: 0.1em;
   line-height: 60px;
   padding-bottom: 5px;
   color: #EB5407;
}

.h2.txt-c:after {
   margin-right: auto;
   margin-left: auto;
}

.h-18 {
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 26px;
}

.h-20 {
   font-weight: 700;
   font-size: 20px;
   letter-spacing: 0;
   line-height: 30px;
}

.h-22 {
   font-weight: 700;
   font-size: 22px;
   letter-spacing: 0;
   line-height: 32px;
}

.h-24 {
   font-weight: 700;
   font-size: 24px;
   letter-spacing: 0;
   line-height: 35px;
   position: relative;
}

.h-25 {
   font-weight: 700;
   font-size: 25px;
   letter-spacing: 0;
   line-height: 35px;
   position: relative;
}

.h-26 {
   font-weight: 700;
   font-size: 26px;
   letter-spacing: 0;
   line-height: 35px;
   position: relative;
}

.h-28 {
   font-weight: 700;
   font-size: 28px;
   letter-spacing: 0;
   line-height: 40px;
   position: relative;
}

.h-30 {
   font-weight: 700;
   font-size: 30px;
   letter-spacing: 0;
   line-height: 44px;
}

.h-32 {
   font-weight: 700;
   font-size: 32px;
   letter-spacing: 0;
   line-height: 46px;
}

.h-36 {
   font-weight: 700;
   font-size: 36px;
   letter-spacing: 0;
   line-height: 52px;
}

.h-40 {
   font-weight: 700;
   font-size: 40px;
   letter-spacing: 0;
   line-height: 58px;
}

.h-46 {
   font-weight: 700;
   font-size: 46px;
   letter-spacing: 0;
   line-height: 66px;
}

@media screen and (max-width: 767px) {
   .h2 {
      text-align: center;
      font-size: 16px;
      line-height: 24px;
   }

   .h2:after {
      margin: 20px auto 0;
   }

   .h2 .en {
      font-size: 32px;
      line-height: 38px;
   }

   .h-18 {
      font-size: 15px;
   }

   .h-20 {
      font-size: 16px;
      line-height: 20px;
   }

   .h-22,
   .h-24,
   .h-26,
   .h-28 {
      font-size: 18px;
      line-height: 30px;
   }

   .h-30,
   .h-32 {
      font-size: 20px;
      line-height: 30px;
   }

   .h-36 {
      font-size: 26px;
      line-height: 36px;
   }
}

/* button */
.button {
   position: relative;
   padding-bottom: 5px;
}

.button a {
   display: inline-block;
   vertical-align: baseline;
   width: 280px;
   background-color: #FFCC00;
   font-weight: 600;
   font-size: 15px;
   letter-spacing: 0;
   line-height: 20px;
   text-align: left;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   border-radius: 10px;
   padding: 16px 30px;
   box-shadow: 0px 5px #EB5407;
}

.button a:after {
   content: '\f0a9';
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 18px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 50%;
   right: 15px;
   transform: translateY(-50%);
   color: #EB5407;
}

.button a:hover {
   opacity: 1;
   transform: translateY(5px);
   box-shadow: none;
}

@media screen and (max-width: 767px) {
   .button {
      text-align: center;
   }

   .button a {
      width: 220px;
      text-align: left;
      font-size: 13px;
      line-height: 20px;
      padding: 12px 20px;
   }
}

.button01 a {
   display: inline-block;
   width: 150px;
   font-size: 15px;
   line-height: 20px;
   color: #533B0C;
   border-bottom: 1px solid;
   box-sizing: border-box;
   padding: 0 12px 8px;
   position: relative;
   text-align: left;
}

.button01 a:after {
   content: '\f0a9';
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 18px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 2px;
   right: 10px;
   transition: all 0.3s;
}

.button01 a:hover:after {
   right: 5px;
}

@media screen and (max-width: 767px) {
   .button01 a {
      font-size: 13px;
   }
}

/* -- -- */
.txt-udl {
   text-decoration: underline;
}

a.txt-udl:hover {
   text-decoration: none;
}

.txt-c {
   text-align: center;
}

.txt-j {
   text-align: justify;
}

.txt-r {
   text-align: right;
}

.cl-blue {
   color: #1C66B9;
}

.cl-green {
   color: #00A83B;
}

.cl-red {
   color: #D90912;
}

.cl-yellow {
   color: #FFCC00;
}

.cl-brown {
   color: #533B0C;
}

.cl-orange {
   color: #EB5407;
}

.udl {
   background-image: linear-gradient(#FFCC00, #FFCC00);
   background-size: 100% 40%;
   background-repeat: no-repeat;
   background-position: left bottom;
}

.fw-m {
   font-weight: 500;
}

.fw-smb {
   font-weight: 600;
}

.fw-b {
   font-weight: 700;
}

.fw-black {
   font-weight: 900;
}

.bdra-10 {
   border-radius: 10px;
}

.bdra-20 {
   border-radius: 20px;
}

.bdra-30 {
   border-radius: 30px;
}

.img_shadow {
   box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}

.ovh {
   overflow: hidden;
}

@media screen and (max-width: 767px) {
   .bdra-20 {
      border-radius: 10px;
   }

   .bdra-30 {
      border-radius: 15px;
   }
}

/* -- --*/
.w600 {
   max-width: 600px;
   margin: 0 auto;
   box-sizing: border-box;
}

.w800 {
   max-width: 800px;
   margin: 0 auto;
   box-sizing: border-box;
}

.w900 {
   max-width: 900px;
   margin: 0 auto;
   box-sizing: border-box;
}

/* -- --*/
.section-space {
   padding: 100px 0;
}

.pt80 {
   padding-top: 80px;
}

.pt120 {
   padding-top: 120px;
}

.pb80 {
   padding-bottom: 80px;
}

.pb120 {
   padding-bottom: 120px;
}

.pb200 {
   padding-bottom: 200px;
}

@media screen and (max-width: 767px) {
   .section-space {
      padding: 50px 0;
   }

   .pt80 {
      padding-top: 40px;
   }

   .pt120 {
      padding-top: 60px;
   }

   .pb80 {
      padding-bottom: 40px;
   }

   .pb120,
   .pb200 {
      padding-bottom: 50px;
   }
}

/* -- --*/
.bg-cl01 {
   background-color: #F5F5F5;
}

.bg-cl02 {
   background-color: #FCF3EC;
}

/* -- -- */
.img-zoom,
.img-zoom figure {
   display: block;
   overflow: hidden;
}

.img-zoom .img,
.img-zoom .img-cover {
   transition: 0.6s ease-in-out;
}

.img-zoom:hover {
   opacity: 1;
}

.img-zoom:hover .img,
.img-zoom:hover .img-cover {
   transform: scale(1.07);
   filter: brightness(0.8);
}

/* -- --*/
.tb-style {
   position: relative;
}

.tb-style dl {
   display: table;
   width: 100%;
   box-sizing: border-box;
}

.tb-style dl>* {
   display: table-cell;
   vertical-align: top;
   padding: 24px 20px;
   border-bottom: 1px solid #EB5407;
}

.tb-style dl:first-child>* {
   padding-top: 0;
}

.tb-style dl dt {
   width: 200px;
   position: relative;
   border-bottom-width: 3px;
   position: relative;
   top: 1px;
}

.tb-style dl dd a:not([href^="tel:"]):hover {
   text-decoration: underline;
}

.tb-style dl dd p {
   padding-bottom: 20px;
}

.tb-style dl dd p:last-child {
   padding-bottom: 0;
}

@media screen and (max-width: 767px) {
   .tb-style dl>* {
      padding: 10px 0px;
   }

   .tb-style dl dt {
      width: 110px;
   }

   .tb-style dl dd {
      padding-left: 10px;
   }
}

/* -- -- */
.box-qa dl+dl {
   margin-top: 20px;
}

.box-qa dl dt {
   display: grid;
   grid-template-columns: 22px 1fr 18px;
   align-items: center;
   gap: 10px;
   background-color: #FBE4C2;
   border-radius: 10px;
   padding: 22px 30px;
   font-weight: 500;
   cursor: pointer;
}

.box-qa dl dt:before {
   content: '';
   width: 22px;
   height: 22px;
   background: url("../img/index/icon-q.png") no-repeat center top/cover;
}

.box-qa dl dt i {
   color: #EB5407;
   font-size: 18px;
   transition: all 0.3s;
}

.box-qa dl dd {
   display: none;
   font-size: 16px;
   line-height: 24px;
   margin: 15px 30px 0;
   padding-left: 32px;
   position: relative;
}

.box-qa dl dd:before {
   content: '';
   width: 22px;
   height: 22px;
   background: url("../img/index/icon-a.png") no-repeat center top/cover;
   position: absolute;
   top: 0;
   left: 0;
}

.box-qa dl.active dt i {
   transform: rotate(-180deg);
}

@media screen and (max-width: 767px) {
   .box-qa dl+dl {
      margin-top: 10px;
   }

   .box-qa dl dt {
      grid-template-columns: 16px 1fr 14px;
      gap: 6px;
      font-size: 14px;
      line-height: 20px;
      padding: 15px 10px;
   }

   .box-qa dl dt:before {
      width: 16px;
      height: 16px;
   }

   .box-qa dl dd {
      font-size: 13px;
      line-height: 20px;
      margin: 10px 10px 0;
      padding-left: 21px;
   }

   .box-qa dl dd:before {
      width: 16px;
      height: 16px;
   }
}

/* -- --*/
.photo-full img {
   width: 100%;
   max-width: inherit;
}

.img-cover {
   width: 100%;
   max-width: inherit;
   height: 100%;
   object-fit: cover;
}

@media screen and (max-width: 767px) {
   .photo-full {
      width: 100%;
      height: 60vw;
   }

   .photo-full img {
      height: 100%;
      object-fit: cover;
   }
}

/* -- -- */
.list-dot {
   font-size: 18px;
   line-height: 26px;
}

.list-dot li {
   position: relative;
   padding-left: 20px;
}

.list-dot li:before {
   content: '';
   width: 9px;
   height: 9px;
   background: #EB5407;
   position: absolute;
   top: 10px;
   left: 0;
   border-radius: 50%;
}

.list-dot li+li {
   margin-top: 8px;
}

@media screen and (max-width: 767px) {
   .list-dot {
      font-size: 14px;
   }

   .list-dot li {
      padding-left: 15px;
   }

   .list-dot li:before {
      top: 9px;
   }

   .list-dot li+li {
      margin-top: 5px;
   }
}

/* -- -- */
.swiper-container {
   overflow: hidden;
   position: relative;
}

/* -- --*/
.swiper-controls {
   display: flex;
   align-items: center;
   gap: 20px;
}

.swiper-controls .swiper-button-next,
.swiper-controls .swiper-button-prev {
   width: 7px;
   height: 14px;
   position: static;
   margin: 0;
   color: #002B3D;
}

.swiper-controls .swiper-button-next:after,
.swiper-controls .swiper-button-prev:after {
   font-size: 14px;
}

.swiper-controls .swiper-button-next:hover,
.swiper-controls .swiper-button-prev:hover {
   color: #53B075;
   opacity: 1;
}

.swiper-controls .swiper-pagination {
   display: flex;
   align-items: center;
   gap: 12px;
   width: auto;
   position: static;
   margin: 0;
   padding-right: 10px;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet {
   display: block;
   width: auto;
   height: auto;
   border-radius: 0;
   background: transparent;
   opacity: 1;
   font-weight: 600;
   font-size: 14px;
   letter-spacing: 0.04em;
   line-height: 30px;
   margin: 0;
}

.swiper-controls .swiper-pagination .swiper-pagination-bullet-active {
   color: #53B075;
}

/* -- --*/
.slick-arrow {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 40px;
   height: 40px;
   font-size: 0;
   border: 0;
   position: relative;
   cursor: pointer;
   background: #FFCC00;
   color: #333;
   border-radius: 50%;
   transition: all 0.3s;
}

.slick-arrow:before {
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 20px;
   line-height: 1;
}

.slick-arrow:hover {
   background-color: #EB5407;
}

.slick-prev:before {
   content: "\f060";
}

.slick-next:before {
   content: "\f061";
}

.slick-dots {
   display: flex;
   justify-content: center;
   gap: 10px;
}

.slick-dots li {
   width: 14px;
   height: 14px;
}

.slick-dots li button {
   display: block;
   width: 100%;
   height: 100%;
   background-color: #fff;
   border: 2px solid #fff;
   border-radius: 50%;
   font-size: 0;
   box-sizing: border-box;
   cursor: pointer;
   transition: all 0.3s;
}

.slick-dots li.slick-active button {
   background-color: #FFCC00;
}

@media screen and (max-width: 767px) {
   .slick-arrow {
      width: 28px;
      height: 28px;
   }

   .slick-arrow:before {
      font-size: 12px;
   }

   .slick-dots li {
      width: 10px;
      height: 10px;
   }
}

@media screen and (min-width: 1080px) {
   .slick-dots li button:hover {
      background-color: #FFCC00;
   }
}

/* -- --*/
.cursor,
.follower {
   border-radius: 50%;
   position: absolute;
   top: 0;
   left: 0;
   pointer-events: none;
}

.cursor {
   width: 8px;
   height: 8px;
   background-color: #55adb6;
   z-index: 1001;
   mix-blend-mode: multiply;
}

@media (max-width: 767px) {
   .cursor {
      display: none;
   }
}

.follower {
   display: -webkit-box;
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -webkit-justify-content: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
   width: 30px;
   height: 30px;
   background-color: #e4d35f;
   z-index: 1000;
   -webkit-transition: -webkit-transform ease .4s;
   transition: -webkit-transform ease .4s;
   -o-transition: transform ease .4s;
   transition: transform ease .4s;
   transition: transform ease .4s, -webkit-transform ease .4s;
   text-align: center;
   mix-blend-mode: multiply;
}

.follower.is-active {
   -webkit-transform: scale(2.2);
   -ms-transform: scale(2.2);
   transform: scale(2.2);
}

@media (max-width: 767px) {
   .follower {
      display: none;
   }
}

/*=============================================*
* お問い合わせ
*=============================================*/
.wpcf7 {
   position: relative;
}

.wpcf7 .select {
   position: relative;
}

.wpcf7 .select {
   display: flex;
   align-items: flex-start;
   width: 100%;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap {
   display: block;
   flex: 1;
   position: relative;
}

.wpcf7 .select .wpcf7-form-control-wrap::after {
   content: '\f107';
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 15px;
   line-height: 1;
   letter-spacing: 0;
   position: absolute;
   top: 16px;
   right: 20px;
}

.wpcf7 .select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #fff;
   border: 1px solid #ccc;
   font-weight: 500;
   line-height: 30px;
   border-radius: 8px !important;
   padding: 7px 50px 7px 20px;
   cursor: pointer;
}

.wpcf7 .select select::-ms-expand {
   display: none;
}

.wpcf7 input:not([type="checkbox"], [type="radio"]),
.wpcf7 textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #ccc;
   font-weight: 500;
   line-height: 30px;
   border-radius: 4px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 7px 20px;
}

.wpcf7 textarea {
   height: 220px;
   resize: vertical;
}

.wpcf7 input[type="date"] {
   padding-right: 40px;
}

.wpcf7 input[type="date"]::-webkit-calendar-picker-indicator {
   width: 100%;
   height: 100%;
   cursor: pointer;
   background-position: top 22px right 15px;
   background-size: 18px auto;
   position: absolute;
   top: 0;
   left: 0;
}

.wpcf7 ::-webkit-input-placeholder {
   color: #999;
}

.wpcf7 ::-moz-placeholder {
   color: #999;
}

.wpcf7 :-ms-input-placeholder {
   color: #999;
}

.wpcf7 :-moz-placeholder {
   color: #999;
}

.wpcf7-checkbox,
.wpcf7-radio {
   display: flex;
   flex-direction: column;
   gap: 10px;
   font-size: 14px;
   line-height: 22px;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
   display: block;
   margin-left: 0;
   cursor: pointer;
}

.wpcf7-checkbox input,
.wpcf7-radio input {
   display: none;
}

.wpcf7-checkbox .wpcf7-list-item-label,
.wpcf7-radio .wpcf7-list-item-label {
   display: inline-grid;
   grid-template-columns: 16px 1fr;
   align-items: flex-start;
   gap: 5px;
   cursor: pointer;
}

.wpcf7-checkbox .wpcf7-list-item-label:before,
.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:before,
.wpcf7-radio .wpcf7-list-item-label:after {
   content: '';
   background-color: #fff;
   border: 1px solid #707070;
   grid-area: 1/1;
   position: relative;
   top: 1px;
   border-radius: 2px;
   cursor: pointer;
   width: 16px;
   height: 16px;
   box-sizing: border-box;
   position: relative;
   top: 4px;
}

.wpcf7-checkbox .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7-list-item-label:after {
   display: none;
   content: '\f00c';
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 12px;
   line-height: 16px;
   letter-spacing: 0;
   text-align: center;
}

.wpcf7-checkbox input:checked+.wpcf7-list-item-label:after,
.wpcf7-radio input:checked+.wpcf7-list-item-label:after {
   display: block;
}

.wpcf7 .wpcf7-not-valid-tip {
   font-size: 13px;
   line-height: 22px;
   color: #E50012;
}