@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ------------------------------------------------------ */
/*
 * Import fonts
 */
/* ------------------------------------------------------ */
/*
 * Global Variables
 */
/* Margin */
/* Content Width */
/* ------------------------------------------------------ */
/*
 * Common
 */
html {
  font-size: 62.5%;
  -ms-overflow-style: none;
  /* IE10+ */
  scroll-behavior: smooth;
}

body {
  font-family: YuGothic,'Yu Gothic',sans-serif;ク bold”, YuGothic Medium,  "游ゴシック", "Yu Gothic", “メイリオ“, Meiryo, “Helvetica Neue”, Helvetica, Arial, sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 27px;
  overflow-x: hidden;
  color: #292929;
  -webkit-text-size-adjust: 100%;
}

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

* {
  box-sizing: border-box;
}

a {
  color: #292929;
  text-decoration: none;
  cursor: pointer;
}

ul, li {
  list-style: none;
}

input, button, textarea, select {
  -moz-appearance: none;
  appearance: none;
}

@media (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* loading */
.wrap {
  transition: all 0.4s ease;
  overflow: hidden;
}

.loading {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  text-align: center;
}

.loading__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loading__inner img {
  display: block;
  width: 110px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .loading__inner img {
    margin-bottom: 0;
  }
}

.loading__inner span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  margin: 0 -.05em;
  animation: loading 1.4s infinite alternate;
}

.loading__inner span:nth-child(2) {
  animation-delay: .1s;
}

.loading__inner span:nth-child(3) {
  animation-delay: .2s;
}

.loading__inner span:nth-child(4) {
  animation-delay: .3s;
}

.loading__inner span:nth-child(5) {
  animation-delay: .4s;
}

.loading__inner span:nth-child(6) {
  animation-delay: .5s;
}

.loading__inner span:nth-child(7) {
  animation-delay: .6s;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.hidden {
  display: none;
}
.br-pc{
  display: block;
}
.br-sp {
  display: none;
}

@media (max-width: 767px) {
  .br-pc{
    display: none;
  }
  .br-sp {
    display: block;
  }
}

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

.loading {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #fff;
  text-align: center;
}

.title_2 {
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 767px) {
  .title_2 {
    margin-bottom: 32px;
    width: calc(100% - 40px);
    margin: 0px auto 30px;
  }
}

.title_2 h2 {
  font-size: 4rem;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .title_2 h2 {
    font-size: 4.6rem;
    margin-bottom: 2px;
  }
}

.title_2 p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 767px) {
  .title_2 p {
    font-size: 1.4rem;
  }
}

.title_3 {
  margin-bottom: 32px;
}

.title_3 h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media (min-width: 768px) {
  .title_3 h3.fs26 {
    font-size: 2.6rem;
  }
}

@media (min-width: 768px) {
  .title_3 h3.fs20 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .title_3 h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.title_2_small {
  text-align: center;
}

@media (max-width: 767px) {
  .title_2_small {
    margin-bottom: 30px;
  }
}

.title_2_small h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .title_2_small h2 {
    font-size: 2.4rem;
  }
}

.title_2_small h2 .br-sp {
  display: none;
}

@media (max-width: 767px) {
  .title_2_small h2 .br-sp {
    display: block;
  }
}

.title_2_small p {
  font-size: 1.6rem;
  margin-bottom: 32px;
  text-align: left;
}

/* page top */
.page-top {
  position: fixed;
  width: 70px;
  bottom: 210px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  transition: all .4s ease;
}

@media (max-width: 1080px) {
  .page-top {
    bottom: 110px;
    right: 16px;
  }
}

.page-top a {
  display: block;
  width: 100%;
  transition: all .4s ease;
}

@media (min-width: 1080px) {
  .page-top a:hover {
    opacity: .7;
  }
}

.page-top.active {
  opacity: 1;
  visibility: visible;
}

.cmn-moreBtn01 {
  margin-bottom: 27px;
}

.cmn-moreBtn01.row {
  margin-bottom: 27px;
}

.cmn-moreBtn01 a {
  display: block;
  position: relative;
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 42px;
  line-height: 1.5;
  transition: opacity 0.4s;
}

.cmn-moreBtn01 a .linkText-en {
  display: block;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 1.6rem;
}

.cmn-moreBtn01 a::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  top: 6px;
  right: 0;
  background: url("../img/icon-arrow-right.svg") no-repeat;
  background-size: contain;
}

@media (min-width: 1080px) {
  .cmn-moreBtn01 a:hover {
    opacity: 0.7;
  }
}

/* 画像背景スライドアニメーション */
.slide-box {
  position: relative;
}

.slide-box div.color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #AABD29;
}

/* btn style */
.btn {
  width: 356px;
  height: 68px;
  margin: 0 auto;
  border-radius: 34px;
  transition: all .4s ease-in-out;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .btn {
    width: 337px;
  }
}

@media (max-width: 320px) {
  .btn {
    width: 288px;
  }
}

.btn a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 68px;
  text-align: center;
  padding-right: 30px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .btn a {
    padding-right: 20px;
  }
}

.btn a.no-icon {
  padding-right: 0;
}

.btn a.no-icon::before {
  content: none;
}

.btn a::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 24px;
  top: 22px;
  right: 63px;
  background: url("../img/icon-edit.svg") no-repeat;
  background-size: 100%;
}
a.allow::before {
  background: url("../img/icon-arrow-right.svg") no-repeat;
  background-size: 100%;
  top: 24px;
}

@media (max-width: 767px) {
  .btn a::before {
    right: 36px;
  }
}

@media (max-width: 320px) {
  .btn a::before {
    left: 48px;
  }
}

@media (min-width: 1080px) {
  .btn:hover {
    opacity: 0.7;
  }
}

.btn.small {
  width: 238px;
  height: 51px;
}

.btn.small a {
  font-size: 1.4rem;
  line-height: 51px;
}

.btn.small a::before {
  top: 12px;
  right: 26px;
}

.yellow-btn {
  background: #E6D649;
}
.green-btn {
  background: #E6D649;
}


.black-btn {
  background: #292929;
}

.black-btn a {
  color: #ffffff;
}

.black-btn a::before {
  background: url("../img/icon-edit-white.svg") no-repeat;
}

.normal-btn {
  background: #ffffff;
  border: 1px solid #292929;
}

.fixed-btn {
  display: block;
  position: fixed;
  top: 350px;
  right: 0;
  width: 88px;
  height: 300px;
  text-align: center;
  transition: all .4s ease-in-out;
  z-index: 200;
  cursor: pointer;
  border-radius: 15px 0 0 15px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.fixed-btn-local {
  height: 180px;
  top: 400px;
}

@media (max-width: 1080px) {
  .fixed-btn {
    width: calc(100% - 60px);
    height: 60px;
    top: inherit;
    bottom: 0;

  }
}

@media (min-width: 1080px) {
  .fixed-btn:hover {
    opacity: 0.7;
  }
}

.fixed-btn a {
  display: inline-block;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  padding-top: 47px;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .fixed-btn a {
    font-size: 1.8rem;
    padding-top: 17px;
    writing-mode: horizontal-tb;
  }
}

.fixed-btn a img {
  width: 24px;
  height: 20px;
  margin-top: 5px;
  margin-right: 5px;
}

@media (max-width: 1080px) {
  .fixed-btn a img {
    vertical-align: text-bottom;
    margin-top: 0;
    margin-right: 0;
    margin-left: 5px;
  }
}

@media screen and (max-width: 767px){
  .fixed-btn{
    border-radius: 0;
    box-shadow: none;
  }
}

.sectionTitle-dot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

/* --------------------------- */
/*
 * Layout Style
 */
/* Layout CSS Document */
.row {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .row {
    width: 94%;
  }
}

@media (max-width: 768px) {
  .row {
    width: 90%;
  }
}

.rowSmall {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 1080px) {
  .rowSmall {
    width: 94%;
  }
}

@media (max-width: 768px) {
  .rowSmall {
    width: 90%;
  }
}

.rowWide {
  width: 100%;
  margin: 0 auto;
}

.fluidBox {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

main {
  /* padding-top: 70px; */
  overflow: hidden;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.sec-grey {
  position: relative;
  padding: 60px 0;
  background: #f9f9f9;
  z-index: 0;
}

/* Header Style Document */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /* height: 70px; */
  /* background: #fff; */
  z-index: 50;
  transition: all 0.5s ease;
  padding-bottom: 10px;
  /* padding-top: 10px; */
}

@media (max-width: 1080px) {
  .header {
    width: 100%;
    position: absolute;
    left: 0;
  }
}

.header__inner {
  position: relative;
}

.header__inner__brand {
  display: inline-block;
  width: fit-content;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 15px;
  padding: 10px 25px;
  

}
.header__inner__brand__logo a{
  display: flex;
    flex-direction: row;
    justify-content: unset;
    align-items: flex-end;
}
.header__inner__brand__logo-text{
  font-size: 12px;
  line-height: 1.5;
  margin-left: 14px;
  margin-bottom: 2px;
}
.header__inner__brand__logo-img{
  width: 120px;
  padding-top: 4px;
}


@media (max-width: 767px) {
  .header__inner__brand {
    width: 120px;
    margin-top: 14px;
  }
  #header{
    display: none;
  }
}
.header_upper_left{
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.header__inner__nav {
  display: inline-block;
  width: 68%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  /* bottom: 0; */
  margin-top: 10px;
  background-color: #fff;
  padding: 10px 15px 10px 26px;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

@media (max-width: 1080px) {
  .header__inner__nav {
    /* display: none; */
  }
}

.header__inner__nav__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-item {
  position: relative;
}

@media (max-width: 1080px) {
  .nav-item {
    margin-right: 15px;
  }
}

.nav-item a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #292929;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .nav-item a {
    font-size: 1.2rem;
  }
}

.nav-item a span {
  font-size: 1rem;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  line-height: 1;
  margin-left: 6px;
}

.nav-item a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #292929;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .4s;
}

.nav-item a:hover::after {
  transform: scale(1, 1);
}
.nav-item .nav-local a:hover::after {
  content: none;
}



.nav-item a.active-page::after {
  transform: scale(1, 1);
}

.nav-sns-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-font {
  font-family: YuGothic,'Yu Gothic',sans-serif;
}

.nav-fb a {
  width: 30px;
  transition: .4s;
}

.nav-fb a:hover {
  opacity: .6;
}

.nav-fb a:hover::after {
  transform: scale(0, 0);
}

.nav-fb a {
  display: block; 
  width: 33px;
  height: 33px;
  margin-right: 10px;
}
.nav-local a{
  display: flex;
      background-color: #E6D649;
      height: 33px;
      /* color: #fff; */
      padding: 4px 20px;
      margin-right: 10px;
      margin-left: 10px;
      transition: .4s;
      border-radius: 10px;
      width: 160px;
      justify-content: space-between;
  }
.nav-local a img{
  width: 30px;
}
.nav-local a:hover{
opacity: 0.6;
}
.nav-mail a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #292929;
  background: url("../img/icon-mail.svg") no-repeat center #292929;
  transition: .4s;
}

.nav-mail a:hover {
  opacity: .6;
}

.nav-mail a:hover::after {
  transform: scale(0, 0);
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item.first-level:hover .nav-item__second-level {
  visibility: visible;
  opacity: 1;
  transition: .4s;
}

.nav-current > a::after {
  /* transform: scale(1, 1); */
}

.wrap-nav {
  display: none;
}

@media (max-width: 1080px) {
  .wrap-nav {
    display: block;
    position: fixed;
    left: -1px;
    bottom: -1px;
    width: 61px;
    height: 61px;
    background: #292929;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    z-index: 200;
  }
}

.wrap-nav__nav {
  position: absolute;
  left: 12px;
  top: 24px;
  width: 36px;
  height: 12px;
  border-top: 2px solid #fff;
  cursor: pointer;
  transition: all .4s ease-out;
}

.wrap-nav__nav span {
  position: absolute;
  text-indent: -9999px;
  font-size: 1rem;
}

.wrap-nav__nav::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 6px;
  left: 0px;
  border-top: 2px solid #fff;
  transition: all .4s ease-out;
}

.wrap-nav__nav.active {
  top: 12px;
}

.wrap-nav__nav.active::before {
  top: 31px;
}

.drawer {
  display: none;
}

@media (max-width: 1080px) {
  .drawer {
    display: flex;
    position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #f9f9f9;
    padding-top: 7px;
    padding-bottom: 60px;
    transform: translateY(120%);
    transition: all 0.4s cubic-bezier(0.67, 0.16, 0.36, 1);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.drawer__logo {
  width: 194px;
  margin-bottom: 40px;
}

.drawer__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}

.drawer__menu li a {
  display: block;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.drawer .btnWrap {
  display: flex;
  flex-direction: column;
}

.drawer .btnWrap__joinBtn {
  margin-bottom: 18px;
}

.drawer .btnWrap__under {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.drawer .btnWrap__under .mail {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 30px;
  fill: #292929;
}

.drawer .btnWrap__under .fb {
  display: block;
  width: 24px;
  height: 24px;
}

.drawer .btnWrap__under {
  display: flex;
  justify-content: center;
  align-items: center;
}

.drawer.active {
  transform: translateY(0);
}

.line-friend {
  width: 100px;
}

.nav-item.line-friend a::after {
  content: none;
}

.nav-item.line-friend a {
  transition: .3s;
}

.nav-item.line-friend a:hover {
  opacity: .6;
}

.drawer .line-friend {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px){
  .drawer .btnWrap{
    flex-direction: row;
  }
  .drawer .line-friend{
    margin-bottom: 0;
  }
  .line-friend{
    width: 100px;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .btnWrap__under{
    width: 92px;
    margin-left: 10px;
  }
}

/* ------------------------------------------------------ */
/*
 * Home
 */
.mv {
  position: relative;
  /* max-width: 1800px; */
  margin-bottom: 60px;
}

.mv__img {
  position: absolute;
  width: 100%;
  /* max-width: 1800px; */
  /* height: 457px; */
  top: 0;
  right: 0;
}

@media (max-width: 414px) {

  .mv__img {
    width: 100%;
    height: 100vw;
  }
  .n2-ss-slide{
    width: 100%;
    height: 137vw;
  }
}

.mv__img figure {
  width: 100%;
  height: 100%;
}

.mv__img figure img {
  object-fit: cover;
  object-position: left;
  width: 100%;
  height: 100%;
}

.mv__text {
  position: absolute;
  left: calc(50% - 540px);
  top: calc(50% - 90px);
  font-size: 9rem;
  font-weight: bold;
  line-height: 1.3;
  color: #ffffff;
  opacity: 0;
}

@media (max-width: 1080px) {
  .mv__text {
    left: 30px;
  }
}

@media (max-width: 414px) {
  .mv__text {
    font-size: 7rem;
    left: 18px;
    top: calc(50% - 70px);
  }
}
.img-pc img {
  /* opacity: 0; */
  /* transition: all 2s ease; */
}
.img-pc img.img-pc-active {
  /* opacity: 1; */
}
@media (max-width: 414px) {
  .img-pc {
    display: none;
  }
}

.img-sp {
  display: none;
}

@media (max-width: 414px) {
  .img-sp {
    display: block;
    opacity: 0;
  }
}

@media screen and (max-width: 767px){
  .mv__img figure img {
    object-fit: cover;
    object-position: center;
  }

}

/* top concept */
.concept {
  position: relative;
  margin: 48% auto 0;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
  /* background: url("../img/img-dot.png") no-repeat; */
  background-size: 100%;
  background-position: 50% calc(140% + 30px);
}

@media (max-width: 768px) {
  .concept {
    background-size: 200%;
    background-position: center bottom;
  }
}

@media (max-width: 767px) {
  .concept {
    padding-bottom: 72px;
  }
}

@media (max-width: 414px) {
  .concept {
    margin-top: 75vw;
  }
}

.concept__inner {
  text-align: center;
}

.concept__inner__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .concept__inner__title {
    font-size: 2rem;
    margin-bottom: 22px;
  }
}

.concept__inner__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  .concept__inner__text {
    font-size: 1.4rem;
  }
}

.concept__inner__text.last {
  margin-bottom: 0;
}

@keyframes rotate-left {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.bnr-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 80px;
}

.bnr-wrap a {
  transition: .3s;
}

.bnr-wrap img {
  width: 320px;
}

@media (min-width: 1080px) {
  .bnr-wrap a:hover {
    transform: translateY(-5px);
  }
}

@media (max-width: 767px) {
  .bnr-wrap p {
    font-size: 1.3rem;
  }



}

.title-img{
  height: 120px;
}


/* concept title animation */
.fade-box {
  opacity: 0;
  visibility: hidden;
  transition: all 1s ease;
  transform: translateY(100px);
}

.fade-box.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.recommend{
  background: url("../img/bg-01.png") no-repeat;
  background-size: 100%;
}

.about {
  padding: 100px 0 80px;
}

@media (max-width: 767px) {
  .about {
    padding: 60px 0 44px;
  }
}

.about__imgWrap {
  display: flex;
  margin-bottom: 35px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about__imgWrap {
    flex-direction: column;
    margin-bottom: 22px;
  }
}

.about__imgWrap__01 {
  width: calc(67% - 6px);
}

@media (max-width: 767px) {
  .about__imgWrap__01 {
    width: 100%;
    margin-bottom: 4px;
  }
}

.about__imgWrap__02 {
  display: flex;
  flex-direction: column;
  width: 33%;
}

@media (max-width: 767px) {
  .about__imgWrap__02 {
    width: 100%;
    flex-direction: row;
  }
}

.about__imgWrap__02 .about-img02 {
  margin-bottom: 6px;
}

@media (max-width: 767px) {
  .about__imgWrap__02 .about-img02 {
    width: calc(50% - 2px);
    margin-bottom: 0;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .about__imgWrap__02 .about-img03 {
    width: calc(50% - 2px);
  }
}

.about__imgWrap img {
  object-fit: cover;
}

.about__toptext {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 32px;
  font-size: 1.6rem;
  line-height: 2;
}

@media (max-width: 1080px) {
  .about__toptext {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .about__toptext {
    width: 90%;
    font-size: 1.4rem;
    margin-bottom: 22px;
  }
}

.program {
  padding: 93px 0 73px;
}

@media (max-width: 767px) {
  .program {
    padding: 60px 0 100px;
  }
}

.program__content .program-img {
  margin-bottom: 30px;
}

.program__content .program-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .program__content .program-text {
    font-size: 1.4rem;
  }
}

.company {
  position: relative;
  padding: 60px 0 80px;
  background: #f9f9f9;
}

@media (max-width: 767px) {
  .company {
    padding-bottom: 60px;
  }
}

.company__content {
  margin-bottom: 20px;
}

.company__content dl {
  display: flex;
  flex-wrap: wrap;
}

.company__content dt {
  display: flex;
  flex-direction: column;
  width: 100px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.company__content dd {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  float: left;
  margin-left: 0;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.tokushoho .company__content dt {
  width: 200px;
}

.tokushoho .company__content dd {
  width: calc(100% - 200px);
}

/* members */
.members {
  position: relative;
  padding: 60px 0;
}

.members__content__director {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .members__content__director {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .members__content__director::after {
    content: '';
    display: block;
    width: 50%;
    height: 0;
  }
}

.members__content__advisory {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .members__content__advisory {
    flex-direction: column;
    margin: 0 auto 20px;
  }
}

.members__content__team {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .members__content__team {
    flex-direction: column;
    width: 90.5%;
    margin: 0 auto 32px;
  }
}

.members__content__team li p {
  font-weight: bold;
}

.members__content__team li:first-child {
  margin-right: 40px;
}

@media (max-width: 767px) {
  .members__content__team li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.member-item {
  width: 17.5%;
  margin-right: 3.125%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .member-item {
    width: 42%;
    max-width: 250px;
  }
}

.member-item:nth-child(5n) {
  margin-right: 0;
}

.member-item__img {
  display: block;
  margin-bottom: 5px;
}

.member-item__img img {
  width: 100%;
  border-radius: 50%;
}

.member-item__position {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .member-item__position {
    font-size: 1.2rem;
  }
}

.member-item__name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 5px;
}

.member-item__info {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: -0.3px;
}

@media (max-width: 767px) {
  .member-item__info {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
}

.advisory-item {
  width: 33%;
  max-width: 261px;
}

@media (max-width: 767px) {
  .advisory-item {
    width: 100%;
    margin-bottom: 12px;
  }
}

.advisory-item__company {
  font-size: 1.2rem;
  line-height: 1.37;
}

.advisory-item__name {
  font-weight: bold;
}

.project {
  position: relative;
  padding: 20px 0 100px;
}

#about .about::before,
.project::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 126px;
  height: 13px;
  background: url("../img/img-dot01.jpg") no-repeat;
  background-size: 100%;
}

#top .note-artile-new {
  margin-bottom: 0;
}

#top .voice {
  padding-bottom: 80px;
}

/* ------------------------------------------------------ */
/*
 * project
 */
/* common */
.category-wrap {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 6px 20px;
  line-height: 1;
}

.category-wrap.blue, .category-wrap.cat-4 {
  background: #A0D7DC;
}

.category-wrap.yellow, .category-wrap.cat-2 {
  background: #FFD700;
}

.category-wrap.grey, .category-wrap.cat-3 {
  background: #D3D3D4;
  color: #ffffff;
}

.tag-wrap {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

.tag-wrap span {
  margin-right: 14px;
  white-space: nowrap;
}

.period-wrap {
  font-weight: bold;
}

.period-wrap .period {
  height: 20px;
  border: 1px solid #292929;
  border-radius: 10px;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 8px;
  margin-right: 10px;
}

.period-wrap .date {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
}

/* project一覧 */
.project-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .project-list {
    flex-direction: row;
    justify-content: space-between;
  }
}

.project-list .project-item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 15px;
  transition: all 0.3s ease 0s;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);

}
.project-list .project-item a{
  transition: all 0.3s ease 0s;
}
.project-list .project-item .detail{
  margin: 20px;
}
.project-list .project-item .detail .recommend-txt{
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .project-list .project-item {
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 24px;
    border-radius: 10px;
  }
  /* .project-list .project-item:nth-child(odd) {
    margin-right: 5px;
  }
  .project-list .project-item:nth-child(even) {
    margin-left: 5px;
  } */
}

.project-list .project-item a {
  display: block;
}

.project-list .project-item a .thumbnail {
  width: 100%;
  position: relative;
  margin-bottom: 8px;
  padding-top: 60.465%;
}

.project-list .project-item a .thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.project-list .project-item a:hover .thumbnail img {
  /* transform:scale(1.2,1.2); */
}
.project-local .project-list .project-item a .thumbnail img {
  object-fit: contain;
}

.project-list .project-item a .category-wrap.ribbon {
  position: absolute;
  top: 0;
  left: 0;
}

.project-list .project-item a .project-name {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}

@media (min-width: 1080px) {
  .project-list .project-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px){
  .project-list .project-item a .thumbnail img {
    border-radius: 10px 10px 0 0;
  }
}

.project-list .project-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px){
  .project-list .project-item:nth-child(3n){
    margin-right:auto;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  margin: 0 2.5px;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 1.6rem;
  font-weight: bolder;
  line-height: 34px;
  box-sizing: border-box;
}

.wp-pagenavi a.first, .wp-pagenavi a.smaller, .wp-pagenavi a.larger, .wp-pagenavi a.last {
  background: #ffffff;
  border: 1px solid #292929;
}

.wp-pagenavi span {
  background: #292929;
  color: #ffffff;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  color: #D3D3D4;
  border: 1px solid #D3D3D4;
}

/* project-archive */
#project .project {
  margin-top: 60px;
  padding: 20px 0 166px;
}

#project .project .project-list {
  margin-bottom: 40px;
}

.project-text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .project-text {
    font-size: 1.4rem;
  }
}

/* project single */
.projectDetail {
  margin-bottom: 133px;
}

.projectDetail__thumbnail {
  width: 100%;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  .projectDetail__thumbnail {
    margin-bottom: 16px;
  }
}

.projectDetail__title__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.projectDetail__title .article-ttl {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .projectDetail__title .article-ttl {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

.projectDetail .tag-wrap {
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .projectDetail .tag-wrap {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.projectDetail .btn {
  margin-bottom: 24px;
}

.projectArticle {
  margin-bottom: 28px;
}

.projectArticle h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .projectArticle h2 {
    font-size: 2rem;
  }
}

.projectArticle h3 {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .projectArticle h3 {
    font-size: 1.8rem;
  }
}

.projectArticle h3::before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 9px;
  height: 37px;
  background: url("../img/img-dot03.svg") no-repeat;
  background-size: contain;
}

.projectArticle p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .projectArticle p {
    font-size: 1.4rem;
    line-height: 2;
  }
}

.projectArticle a {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #F39800;
  text-decoration: underline;
  transition: opacity 0.4s;
}

@media (max-width: 767px) {
  .projectArticle a {
    font-size: 1.4rem;
    line-height: 2;
  }
}

@media (min-width: 1080px) {
  .projectArticle a:hover {
    opacity: 0.7;
  }
}

.projectArticle img {
  width: 100%;
  margin: 0 auto 32px;
}

/* entry */
#entry .project {
  margin-top: 60px;
  padding: 20px 0 166px;
}

#entry .project .project-list {
  margin-bottom: 40px;
}

.entry-btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .entry-btnArea {
    flex-direction: column;
  }
}

.entry-btnArea .btn {
  margin: 0;
}

.entry-btnArea .btn:first-child {
  margin-right: 60px;
}

@media (max-width: 767px) {
  .entry-btnArea .btn:first-child {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

/* ------- */
/*
 * program
 */
#program .program {
  padding: 60px 0 0;
}

@media (max-width: 767px) {
  #program .program {
    padding: 60px 0 30px;
  }
}

#prograpm-page .program {
  padding-bottom: 0;
}

.programSec {
  padding: 60px 0 147px;
}

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

@media (max-width: 767px) {
  .programSec .programSec-content {
    flex-direction: column;
  }
}

.programSec .programSec-content .programSec-item {
  width: 26%;
}

@media (max-width: 767px) {
  .programSec .programSec-content .programSec-item {
    width: 81%;
    margin: 0 auto 32px;
  }
}

.programSec .programSec-content .programSec-item img {
  display: block;
  width: 208px;
  margin: 0 auto 14px;
}

.programSec .programSec-content .programSec-item img.after-pg {
  width: 124px;
}

.programSec .programSec-content .programSec-item .title-wrap.after-pg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
}

.programSec .programSec-content .programSec-item .title-wrap.after-pg img {
  width: 60px;
  margin: 0 24px 0 0;
}

.programSec .programSec-content .programSec-item .title-wrap.after-pg h3 {
  text-align: left;
  margin-bottom: 0;
}

.programSec .programSec-content .programSec-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

.programSec .programSec-content .programSec-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .programSec .programSec-content .programSec-item p {
    font-size: 1.4rem;
  }
}

.program__content {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .program__content {
    margin-bottom: 0;
  }
}

.programFlow {
  position: relative;
  margin-top: 60px;
  padding: 102px 0 100px;
}

@media (max-width: 767px) {
  .programFlow {
    padding: 72px 0 36px;
  }
}

.programFlow .title_2_small {
  position: relative;
}

.programFlow .title_2_small::before {
  content: '';
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

.programFlow .tagline {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .programFlow .tagline {
    font-size: 1.4rem;
    text-align: left;
  }
}

.contents__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .contents__list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}

.contents__list__item {
  width: 23.888%;
}

@media (max-width: 767px) {
  .contents__list__item {
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }
}

.contents__list__item:last-child {
  margin-bottom: 0;
}

.session__ribbon {
  position: relative;
  width: calc(100% - 26px);
  height: 44px;
  font-size: 2.6rem;
  line-height: 44px;
  font-weight: bold;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .session__ribbon {
    width: 100%;
    margin-bottom: 21px;
  }
}

.session__ribbon.session1 {
  background: #A2D5D9;
}

.session__ribbon.session1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #A2D5D9;
}

@media (max-width: 767px) {
  .session__ribbon.session1::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #A2D5D9;
  }
}

.session__ribbon.session2 {
  background: #AABD29;
}

.session__ribbon.session2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #AABD29;
}

@media (max-width: 767px) {
  .session__ribbon.session2::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #AABD29;
  }
}

.session__ribbon.session3 {
  background: #F19825;
}

.session__ribbon.session3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #F19825;
}

@media (max-width: 767px) {
  .session__ribbon.session3::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #F19825;
  }
}

.session__ribbon.session4 {
  background: #B78DBD;
}

.session__ribbon.session4::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border: 22.5px solid transparent;
  border-left: 26px solid #B78DBD;
}

@media (max-width: 767px) {
  .session__ribbon.session4::after {
    top: 100%;
    left: 50%;
    margin-left: -12.5px;
    border-left: 12.5px solid transparent;
    border: 12.5px solid transparent;
    border-top: 12px solid #B78DBD;
  }
}

.session__topText {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .session__topText {
    font-size: 1.4rem;
  }
}

@media (max-width: 767px) {
  .session__topText {
    font-size: 1.8rem;
  }
}

.session__image {
  margin-bottom: 7px;
}

.session__text {
  line-height: 1.6;
}

.delay2 {
  transition-delay: 0.3s;
}

@media (max-width: 767px) {
  .delay2 {
    transition-delay: 0s;
  }
}

.delay3 {
  transition-delay: 0.6s;
}

@media (max-width: 767px) {
  .delay3 {
    transition-delay: 0s;
  }
}

.delay4 {
  transition-delay: 0.9s;
}

@media (max-width: 767px) {
  .delay4 {
    transition-delay: 0s;
  }
}

.delay5 {
  transition-delay: 1.2s;
}

@media (max-width: 767px) {
  .delay5 {
    transition-delay: 0s;
  }
}

.delay6 {
  transition-delay: 1.5s;
}

@media (max-width: 767px) {
  .delay6 {
    transition-delay: 0s;
  }
}

.session__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -24px;
}

@media (max-width: 767px) {
  .session__title {
    align-items: flex-start;
    margin-bottom: 10px;
  }
}

.session__title.mb0 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .session__title.mb0 {
    margin-bottom: 10px;
  }
}

.session__title .num {
  width: 12%;
}

@media (max-width: 767px) {
  .session__title .num {
    width: 44px;
    margin: 0 12px 20px 0;
  }
}

.session__title .title-wrap {
  width: 82.222%;
}

@media (max-width: 767px) {
  .session__title .title-wrap {
    width: 100%;
  }
}

.session__title .title-wrap .kikan {
  margin-bottom: 8px;
}

.session__title .title-wrap .kikan span {
  display: inline-block;
  font-size: 1.3rem;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  border: 1px solid #292929;
  border-radius: 17px;
}

.session__title .title-wrap h3 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .session__title .title-wrap h3 {
    font-size: 2rem;
  }
}

.session__title .title-wrap .title-text {
  font-size: 1.6rem;
}

.session__message {
  position: relative;
  padding: 40px 64px 32px;
  background: #ecf7f8;
}

@media (max-width: 767px) {
  .session__message {
    padding: 30px;
    margin-bottom: 32px;
  }
}

.session__message::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-bottom: 18px solid #ecf7f8;
}

.programFlow .session-content {
  width: 82.222%;
  margin-left: auto;
}

@media (max-width: 767px) {
  .programFlow .session-content {
    width: 86.561%;
    margin-bottom: 80px;
  }
}

.programFlow .session-content .img-wrap {
  display: flex;
  margin-bottom: 35px;
  justify-content: space-between;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap.img4 {
    flex-direction: row;
  }
}

.programFlow .session-content .img-wrap .img-wrap-01 {
  width: 62%;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-01 {
    width: 100%;
    margin-bottom: 5px;
  }
}

.programFlow .session-content .img-wrap .img-wrap-02 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36.9%;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-02 {
    flex-direction: row;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-02 img {
    width: 49%;
  }
}

.programFlow .session-content .img-wrap .img-wrap-03 {
  width: 49.549%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-03 {
    width: 49%;
  }
}

.programFlow .session-content .img-wrap .img-wrap-03 img:first-child {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .programFlow .session-content .img-wrap .img-wrap-03 img:first-child {
    margin-bottom: 5px;
  }
}

.programFlow .session-content .line {
  position: absolute;
  display: block;
  width: 2px;
  height: calc(100% + 80px);
  background: #292929;
  left: 6%;
  top: 0;
}

@media (max-width: 767px) {
  .programFlow .session-content .line {
    left: 19px;
  }
}

.programFlow .detail-item {
  margin-bottom: 24px;
}

.programFlow .detail-item .detail-title {
  width: fit-content;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .programFlow .detail-item .detail-title {
    height: 20px;
    line-height: 20px;
  }
}

.programFlow .detail-item .detail-title.c-01 {
  background: #F39800;
}

.programFlow .detail-item .detail-title.c-02 {
  background: #B98CBE;
}

.programFlow .detail-item .detail-text {
  font-size: 1.6rem;
  line-height: 2;
}

.programFlow .detail-item .detail-text.list {
  display: flex;
  flex-wrap: wrap;
}

.programFlow .detail-item .detail-text.list li {
  position: relative;
  margin-right: 24px;
  padding-left: 15px;
}

.programFlow .detail-item .detail-text.list li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #F39800;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.programFlow .interview-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap {
    flex-direction: column;
  }
}

.programFlow .interview-wrap .interview-img-wrap {
  margin-right: 38px;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-img-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

.programFlow .interview-wrap .interview-img-wrap figure {
  width: 132px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-img-wrap figure {
    text-align: center;
    margin: 0 auto 12px;
  }
}

.programFlow .interview-wrap .interview-img-wrap p {
  font-size: 1.4rem;
  line-height: 1.6;
}

.programFlow .interview-wrap .interview-detail-wrap {
  flex: 1;
}

.programFlow .interview-wrap .interview-detail-wrap .interview-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-detail-wrap .interview-title {
    font-size: 1.6rem;
  }
}

.programFlow .interview-wrap .interview-detail-wrap .interview-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .programFlow .interview-wrap .interview-detail-wrap .interview-text {
    font-size: 1.4rem;
  }
}

.c-box-wrap {
  padding: 32px;
}

.c-box-wrap.color01 {
  background: #E7F2F3;
}

.c-box-wrap.color02 {
  background: #F8F3F9;
}

.c-box-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 38px;
}

@media (max-width: 767px) {
  .c-box-title {
    font-size: 1.6rem;
    padding-left: 33px;
  }
}

.c-box-title::before {
  content: '';
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #FFD700;
  position: absolute;
  left: 0;
  top: -3px;
}

@media (max-width: 767px) {
  .c-box-title::before {
    width: 22px;
    height: 22px;
    top: 1px;
  }
}

.afterProgramSec {
  position: relative;
  margin-top: 60px;
  padding: 12px 0 100px;
}

@media (max-width: 767px) {
  .afterProgramSec {
    margin-top: 80px;
  }
}

.afterProgramSec::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

.afterProgramSec .tagline {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.afterProgram-wrap .pc-img {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .afterProgram-wrap .pc-img {
    display: none;
  }
}

.afterProgram-wrap .sp-img {
  display: none;
}

@media (max-width: 767px) {
  .afterProgram-wrap .sp-img {
    display: block;
    margin-bottom: 32px;
  }
}

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

@media (max-width: 767px) {
  .session__message__inner {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .session__message__inner.reverse {
    flex-direction: column-reverse;
  }
}

.session__message__inner .messageImg {
  width: 23.888%;
}

@media (max-width: 767px) {
  .session__message__inner .messageImg {
    width: 100%;
    margin-bottom: 20px;
  }
}

.session__message__inner .message {
  width: 73.148%;
}

@media (max-width: 767px) {
  .session__message__inner .message {
    width: 100%;
    margin-bottom: 24px;
  }
}

.session__message__inner .message .message-headtext {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .session__message__inner .message .message-headtext {
    font-size: 1.6rem;
  }
}

.session__message__inner .message .message-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .session__message__inner .message .message-text {
    font-size: 1.4rem;
  }
}

.other-plan-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .other-plan-wrap {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.other-plan-wrap .plan-item {
  width: 30%;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-item {
    width: 100%;
    margin-bottom: 24px;
  }
}

.other-plan-wrap .plan-case {
  width: fit-content;
  height: 28px;
  padding: 0 10px;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 8px;
  background: #B98CBE;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-case {
    margin-bottom: 12px;
  }
}

.other-plan-wrap .plan-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-title {
    font-size: 1.6rem;
  }
}

.other-plan-wrap .plan-text {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .other-plan-wrap .plan-text {
    font-size: 1.4rem;
  }
}

.others {
  font-size: 1.6rem;
  line-height: 2;
  border-left: 4px solid #D3D3D4;
  padding-left: 23px;
}

@media (max-width: 767px) {
  .others {
    font-size: 1.4rem;
  }
}

.others .bold {
  font-weight: bold;
}

@media (max-width: 767px) {
  .programSec.afterProgram .programSec-content .programSec-item {
    width: 100%;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .programSec.sec-grey {
    padding: 60px 0 40px;
  }
}

.program-btn-wrap {
  padding: 80px 0 0;
}

.movie-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 24px;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------- */
/*
 * privacypolicy
 */
 .tokushoho{
  margin-top: 160px !important;
 }
 
.privacypolicy{
  margin-top: 100px;
}

.privacypolicySec {
  margin: 60px auto 136px;
}

.privacypolicySec .br-sp {
  display: none;
}

@media (max-width: 767px) {
  .privacypolicySec .br-sp {
    display: block;
  }
}

.policy-content dt {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.policy-content dd {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .policy-content dd {
    font-size: 1.4rem;
    margin-bottom: 32px;
  }
}

.policy-content dd ul {
  padding-left: 20px;
}

.policy-content dd ul li {
  list-style-type: disc;
}

.policy-content dd a {
  color: #F39800;
  text-decoration: underline;
  transition: opacity 0.4s;
}

@media (min-width: 1080px) {
  .policy-content dd a:hover {
    opacity: 0.7;
  }
}

/* ------------------------------------------------------ */
/*
 * about
 */
#about .about {
  position: relative;
  margin-top: 60px;
  padding: 20px 0 166px;
}

@media (max-width: 767px) {
  #about .about {
    padding: 20px 0 80px;
  }
}

#about .about__content__upper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11px;
}

@media (max-width: 767px) {
  #about .about__content__upper {
    flex-direction: column;
    margin-bottom: 0;
  }
}

#about .about__content__upper .dive-value {
  width: 337px;
}

@media (max-width: 767px) {
  #about .about__content__upper .dive-value {
    width: 100%;
    height: auto;
    max-width: 416px;
    margin-bottom: 30px;
  }
}

#about .about__content__upper .dive-value img {
  height: 227px;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  #about .about__content__upper .dive-value img {
    height: auto;
  }
}

#about .about__content__upper .dive-value .value-text {
  font-size: 1.6rem;
  line-height: 2;
}

#about .about__content__upper .value-icon {
  width: 68px;
  margin: 0 30px;
}

@media (max-width: 767px) {
  #about .about__content__upper .value-icon {
    margin-bottom: 30px;
  }
}

#about .about__content__lower {
  text-align: center;
}

#about .about__content__lower .icon-arrow {
  width: 72px;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  #about .about__content__lower .icon-arrow {
    width: 68px;
  }
}

#about .about__content__lower__text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 26px;
}

@media (max-width: 767px) {
  #about .about__content__lower__text {
    font-size: 2.4rem;
  }
}

#about .about__content__lower__text span {
  background: linear-gradient(transparent 50%, #FED631 0%);
}

#about .about__content__lower .aboutLogo {
  display: block;
  width: 198px;
  margin: 0 auto;
}

#about .btn a {
  padding-right: 0;
}

.aboutFeatureSec .title_2_small {
  margin-bottom: 42px;
}

.aboutFeatureSec .aboutFeatureSec-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item {
  width: 31.2%;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item img {
  width: 100%;
  margin-bottom: 14px;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 14px;
  text-align: center;
}

.aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item p {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .aboutFeatureSec {
    padding-bottom: 80px;
  }
  .aboutFeatureSec .aboutFeatureSec-content {
    flex-direction: column;
    margin-bottom: 0;
  }
  .aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item {
    width: 100%;
    margin-bottom: 40px;
  }
  .aboutFeatureSec .aboutFeatureSec-content .aboutFeature-item:last-child {
    margin-bottom: 0;
  }
  .aboutFeatureSec .title_2_small {
    margin-bottom: 32px;
  }
}

.aboutVisionSec {
  position: relative;
  margin-top: 60px;
  padding: 12px 0 166px;
}

@media (max-width: 767px) {
  .aboutVisionSec {
    padding: 12px 0 80px;
  }
}

.aboutVisionSec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 72px;
  height: 12px;
  background: url(../img/img-dot02.svg) no-repeat;
  background-size: 100%;
}

.aboutVisionSec .tagline {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 32px;
}

.aboutVisionSec .tagline .bold {
  font-weight: bold;
}

.aboutVisionSec .tagline .marker {
  font-weight: bold;
  background-color: #FFD700;
}

.aboutVisionSec .btn a::before {
  content: none;
}

.aboutVision__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}

.aboutVision__content .aboutVision-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: flex-start;
}

.aboutVision__content .aboutVision-item h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.aboutVision__content .aboutVision-item .item-tagline {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 17px;
  text-align: center;
}

.aboutVision__content .aboutVision-item .detail {
  font-size: 1.6rem;
  line-height: 2;
}

.aboutVision__content .aboutVision-item .aboutVision-img {
  width: 200px;
}

.aboutVision-item:nth-child(1),
.aboutVision-item:nth-child(3) {
  width: 43.148%;
}

.aboutVision-item:nth-child(2) {
  width: 6.471%;
  margin-top: 90px;
}

@media (max-width: 767px) {
  .aboutVisionSec {
    margin-top: 80px;
  }
  .aboutVision__content {
    flex-direction: column;
  }
  .aboutVision__content .aboutVision-item {
    width: 100%;
  }
  .aboutVision__content .aboutVision-item:nth-child(2) {
    width: 70px;
    margin: 32px auto;
  }
  .aboutVision__content .aboutVision-item:nth-child(2) img {
    transform: rotate(90deg);
  }
}

/* ------------------------------------------------------ */
/*
 * voice
*/
#voice .voice {
  position: relative;
  margin-top: 60px;
  padding: 20px 0 166px;
}

#voice .btn a {
  padding-right: 0;
}

#voice .btn a::before {
  content: none;
}

#voice .voice::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 126px;
  height: 13px;
  background: url("../img/img-dot01.jpg") no-repeat;
  background-size: 100%;
}

.voice__toptext {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 32px;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

@media (max-width: 1080px) {
  .voice__toptext {
    width: 94%;
  }
}

@media (max-width: 767px) {
  .voice__toptext {
    width: 90%;
    font-size: 1.4rem;
    margin-bottom: 22px;
    text-align: left;
  }
}

.note-artile-new {
  margin-bottom: 90px;
}

.note-artile-new ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .note-artile-new ul {
    flex-direction: column;
  }
}

.note-artile-new ul li {
  width: 32%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 24px;
  padding: 16px;
}

@media (max-width: 767px) {
  .note-artile-new ul li {
    width: 100%;
    margin-bottom: 12px;
  }
}

.note-artile-new ul li .note-logo {
  width: 50px;
  height: 15px;
}

.note-artile-new ul li img {
  margin-bottom: 10px;
}

.note-artile-new ul li .date {
  font-size: 1.2rem;
  color: #ccc;
}

.note-artile-new ul li .title {
  font-weight: bold;
  font-size: 1.6rem;
}

.note-artile-new ul li .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.2rem;
  overflow: hidden;
}

.note-artile-all {
  margin-bottom: 80px;
}

.note-artile-all ul {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
}

.note-artile-all ul li {
  width: 254px;
  flex-shrink: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  margin-right: 10px;
  padding: 12px;
}

.note-artile-all ul li:nth-child(-n+6) {
  display: none;
}

.note-artile-all ul li .note-logo {
  width: 40px;
  height: 12px;
}

.note-artile-all ul li img {
  margin-bottom: 8px;
}

.note-artile-all ul li .date {
  font-size: 1.1rem;
  color: #ccc;
}

.note-artile-all ul li .title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.5rem;
  font-weight: bold;
}

.note-artile-all ul li .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 1.1rem;
  overflow: hidden;
}

/* ------------------------------------------------------ */
/*
 *  Footer
 */
@media (max-width: 1080px) {
  .footer {
    padding-bottom: 60px;
  }
}
  @media screen and (max-width: 767px){
    .footer {
      padding-bottom: 30px;
    }
  }

.footer__innerWrap {
  background: #292929;
}

.footer__innerWrap__content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 37px 0 26px;
}

@media (max-width: 1080px) {
  .footer__innerWrap__content {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .footer__innerWrap__content {
    align-items: center;
  }
}

.footer__innerWrap__content .footerNav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}

@media (max-width: 1080px) {
  .footer__innerWrap__content .footerNav {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .footer__innerWrap__content .footerNav {
    flex-direction: column;
    margin-bottom: 6px;
  }
}

.footer__innerWrap__content .footerNav li {
  /* margin-right: 60px; */
}

.footer__innerWrap__content .footerNav li a {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  transition: opacity 0.4s;
}

@media (min-width: 1080px) {
  .footer__innerWrap__content .footerNav li a:hover {
    opacity: 0.7;
  }
}

.footer__innerWrap__content .footerNav li:last-child {
  /* margin-right: 0; */
}

@media (max-width: 767px) {
  .footer__innerWrap__content .footerNav li {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.footer__innerWrap__content .btnWrap {
  display: flex;
  flex-direction: column;
}

.footer__innerWrap__content .btnWrap__joinBtn {
  margin-bottom: 18px;
}

.footer__innerWrap__content .btnWrap__under {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  gap: 20px;
}

.footer__innerWrap__content .btnWrap__under a {
  transition: opacity 0.4s;
}

@media (min-width: 1080px) {
  .footer__innerWrap__content .btnWrap__under a:hover {
    opacity: 0.7;
  }
}

.footer__innerWrap__content .btnWrap__under .mail {
  display: block;
  width: 24px;
  height: 24px;
  /* margin-right: 18px; */
}

.footer__innerWrap__content .btnWrap__under .fb {
  display: block;
  width: 24px;
  height: 24px;
  /* margin-right: 35px; */
}

.footer__innerWrap__content .btnWrap__under .fb img {
    fill: #ffffff;
  background: #fff;
  border-radius: 15px;
  padding: 0;
  height: 30px;
  width: 30px;
}

.footer__innerWrap__content .btnWrap__under .line {
  width: 32px;
  height: 32px;
}

.footer__innerWrap__content .btnWrap__under .privacypolicy {
  font-size: 1.3rem;
  color: #ffffff;
  line-height: 1;
  white-space: nowrap;
}

.footer__bottom {
  height: 30px;
}

.footer__bottom p {
  font-family: YuGothic,'Yu Gothic',sans-serif;
  font-size: 1.2rem;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 767px) {
.footer__innerWrap__content .btnWrap__under {
  flex-wrap: wrap;
  justify-content: center;
  width: 260px;
}

}

/* local */
#local .mv__img{
  background-color: #d5d5d5;
}
.mv__text.local {
  left: calc(0);
  top: calc(50%);
  color: #2D2D2D;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  transform: translateY(-50%);
}
.mv__text.local{
  color: #fff;
}
.mv__text.local h1{
  font-size: 5rem;
  text-align: end;
  margin-bottom: 20px;
  /* width: 100%; */


}
#local .mv__img figure img{
  filter: brightness(0.6);
}
.mv__text.local p {
font-size: 2.5rem;
width: 100%;
}
.mv__text.local p.mv__sub {
  margin-bottom: 10px;
  color: #ffffff;
  /* background-color: #333; */
  /* width: 200px; */
  /* display: revert-layer; */
  padding: 5px 10px;
  position: relative;
}
.mv__text.local p.mv__sub::after {
  position: absolute;
  left: 0;
  /* right: 0; */
  top: 0;
  z-index: #333;
  width: 200px;
  content: "";
  height: 40px;
  background: #333;
  z-index: -1;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
  }
.infinity.concept{
  /* margin-top: 0; */
    position: relative;
    margin: 457px auto 0;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    /* background: url(../img/img-dot.png) no-repeat; */
    background-size: 100%;
    background-position: 50% calc(140% + 30px);
}

  .scroll-infinity{
    display: block;
  }
  .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
  }
  .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
  }
  .scroll-infinity__list--left {
    animation: infinity-scroll-left 80s infinite linear 0.5s both;
  }
  .scroll-infinity__item {
    width: calc(100vw / 6);
  }
  .scroll-infinity__item>img {
    width: 100%;
    padding:0 10px ;
  }

  /* localProblem */
  .title-local{
    position: relative;
    /* margin-top: 60px;
    padding: 20px 0 166px; */
    font-size: 32px;
    letter-spacing: 7.36px;
    margin-bottom: 60px;
  }
  .title-local::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 126px;
  height: 13px;
  background: url("../img/img-dot01.jpg") no-repeat;
  background-size: 100%;
}
  .localProblem{
    margin-top: 40px;
  }
  .localProblem .title_2_small {
    /* margin-bottom: 60px; */
  }
  
  .localProblem .localProblem-content {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
  }
  
  .localProblem .localProblem-content .aboutFeature-item {
    width: calc(50% - 40px);
    color: #2D2D2D;
    background: white;
    border-top: solid 3px #2D2D2D;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    padding: 20px 10px;
    margin: 20px 20px;
  }
  
  .localProblem .localProblem-content .aboutFeature-item img {
    width: 100%;
    margin-bottom: 14px;
  }
  
  .localProblem .localProblem-content .aboutFeature-item h3 {
    font-size: 2rem;
    font-weight: bold;
    /* margin-bottom: 14px; */
    text-align: center;
    line-height: 1.6;
  }
  
  .localProblem .localProblem-content .aboutFeature-item p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  
  @media (max-width: 767px) {
    #infinity{
      /* display:none; */
    }
    .scroll-infinity__item {
      width: calc(100vw / 2);
  }
  .scroll-infinity__item>img {
    width: 100%;
    padding: 0 5px;
}
.infinity.concept{
  margin-top:536px;
}
    .mv__text.local h1{
      font-size:3rem;
    }
    .mv__text.local p{
      font-size:2rem;
    }
    .localProblem {
      padding-bottom: 80px;
    }
    .localProblem .localProblem-content {
      flex-direction: column;
      margin-bottom: 0;
    }
    .localProblem .localProblem-content .aboutFeature-item {
      width: 100%;
      margin-bottom: 40px;
    }
    .localProblem .localProblem-content .aboutFeature-item:last-child {
      margin-bottom: 0;
    }
    .localProblem .title_2_small {
      margin-bottom: 32px;
    }
    #local .localProblem .localProblem-content .aboutFeature-item{
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      margin-left: 0;
    }
   #local .localProblem .localProblem-content .aboutFeature-item h3{
    /* font-size: 1.6rem; */
   }

  }



  .localFeatures .localFeatures-content {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  
  @media (max-width: 767px) {
    .localFeatures .localFeatures-content {
      flex-direction: column;
    }
  }
  
  .localFeatures .localFeatures-content .localFeatures-item {
    width: calc(100% / 5 - 36px);
    margin: 0px 18px;
  }
  
  @media (max-width: 767px) {
    .localFeatures .localFeatures-content .localFeatures-item {
      width: 81%;
      margin: 0 auto 32px;
    }
  }
  
  .localFeatures .localFeatures-content .localFeatures-item img {
    display: block;
    width: 208px;
    margin: 0 auto 14px;
  }
  
  .localFeatures .localFeatures-content .localFeatures-item img.after-pg {
    width: 124px;
  }
  
  .localFeatures .localFeatures-content .localFeatures-item .title-wrap.after-pg {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 14px;
  }
  
  .localFeatures .localFeatures-content .localFeatures-item .title-wrap.after-pg img {
    width: 60px;
    margin: 0 24px 0 0;
  }
  
  .localFeatures .localFeatures-content .localFeatures-item .title-wrap.after-pg h3 {
    text-align: left;
    margin-bottom: 0;
  }
  .localFeatures .localFeatures-content .localFeatures-item .localFeatures-item-circle {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 182px;
    border-radius: 50%;
    background: #FED631;
  }
  .localFeatures .localFeatures-content .localFeatures-item .localFeatures-item-circle h3{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width :100%;
    text-align:center;
    margin-bottom: 0;
  }
  
  .localFeatures .localFeatures-content .localFeatures-item h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center;
  }
  
  .localFeatures .localFeatures-content .localFeatures-item p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  
  @media (max-width: 767px) {
    .localFeatures .localFeatures-content .localFeatures-item p {
      font-size: 1.4rem;
    }
    #local .localFeatures .localFeatures-content .localFeatures-item .localFeatures-item-circle{
      width: 182px;
      height: 182px; 
      text-align: center;
    }
    #local .localFeatures .localFeatures-content .localFeatures-item{
      text-align: center;
    }
    #local .localFeatures .localFeatures-content .localFeatures-item p{
      text-align: left;
    }
  }
  
  .project-local{
    padding-top: 80px;
    /* padding-bottom: 0; */
  }
  .project.project-local::before{
    content: none;
  }
  .project-local .title_2_small h2{
    margin-bottom: 0;
  }
  .project-local .title_2_small p {
    font-size: 1.6rem;
    margin-bottom: 32px;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 162%;
    letter-spacing: 7.36px;
}

/* FAQ アコーディオン */

.accordion-004 {
  /* max-width: 500px; */
  margin-bottom: 14px;
  border: 2px solid #d0d0d0;
  border-radius: 5px;
  transition: transform .5s, opacity .5s;
}


.accordion-004 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  transition: transform .5s, opacity .5s;
}

.accordion-004 summary::-webkit-details-marker {
  display: none;
}

.accordion-004 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .3s;
}

.accordion-004[open] summary::after {
  transform: rotate(225deg);
}

.accordion-004 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding:.3em 4em 1.5em 2em;
  color: #333333;
  transition: transform .5s, opacity .5s;
}

.accordion-004[open] p {
  transform: none;
  opacity: 1;
}

/* 実績 */
.achievements-sub{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.achievements-main{
  margin: 20px 0;
}
/* グリッドスタイル */
.achievements-image-grid {
  display: flex; /* フレックスボックスを使用して画像を横並びに */
  justify-content: space-around; /* 画像間のスペースを均等に */
  gap: 20px; /* 画像間の余白 */
}

/* サムネイル画像のスタイル */
.achievements-thumbnail {
  width: 100%;
  /* cursor: pointer; */
  transition: transform 0.3s;
}

.achievements-thumbnail:hover {
  /* transform: scale(1.02); */
}

/* モーダルのスタイル */
.achievements-modal {
  display: none; /* 初期状態は非表示 */
  position: fixed; /* スクロールしても位置が固定 */
  z-index: 1; /* 他の要素の上に表示 */
  left: 0;
  top: 0;
  width: 100%; /* 幅は全体 */
  height: 100%; /* 高さも全体 */
  overflow: auto; /* コンテンツが多い場合はスクロール */
  background-color: rgba(0, 0, 0, 0.7); /* 背景の透明度 */
}

.achievements-modal-content {
  margin: 10% auto; /* 中央寄せ */
  display: block; /* ブロック要素 */
  width: 90%; /* 幅は80% */
  /* max-width: 700px; */
}

.achievements-close {
  position: absolute; /* 絶対位置に配置 */
  top: 10px; /* 上から10pxの位置 */
  right: 25px; /* 右から25pxの位置 */
  color: white; /* 色を白に */
  font-size: 35px; /* フォントサイズを35pxに */
  font-weight: bold; /* 太字 */
  cursor: pointer;  /* カーソルをポインターにしてクリック可能に */
}

.achievements-company{
  margin-top: 50px;
}
.achievements-company-items{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* width: 80%; */
  margin:0 auto ;
}
.achievements-company-item{
  width: calc((80% - 30px)/5);
  margin:15px 15px;
}

@media screen and (max-width: 767px){
  .achievements-company-items{

  }
  .achievements-company-item{
    width: calc((100% - 30px) / 3);
    margin: 20px 5px;
  }
}

/* STEP */
.content-step{
  /* color: white; */
  color: #333;
  font-size: 20px;
  font-weight: bold;
  /* border: 1px solid #999999; */
}
.steps{
  /* display: flex;
  flex-wrap: wrap;
  list-style: none; */
  /* justify-content: space-between; */
  display: flex;
justify-content: center;
align-items: center;
flex: 1 0 0;
align-self: stretch;
}
li.step{
  position: relative;
  padding: 40px 30px;
  margin: 0 25px 10px 0;
  background: #ededed;
  stroke-width: 1px;
stroke: #9D9D9D;
width:calc(100%/4) ;
filter: drop-shadow(0px 1px 2px rgba(55, 65, 81, 0.08));
text-align: center;
/* border: solid 1px #999999; */
/* border-style: solid; */
border-radius: 5px 5px 5px 5px;
}

li.step::after{
  content: "";
  position: absolute;
  top: 4px;
  right: -30px;
  border-width: 50px 15px;
  border-color: transparent transparent transparent #EDD655 ;
  /* border:1px solid #999999; */
  border-style: solid;

}

li.step.is-current{
  background: tomato;
}
li.step.is-current::after{
  border-color: transparent transparent transparent tomato ;
}

/* フォーム */
.local-form-body{
  /* background-color: #f9f9f9; */
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.local-form-body input.local-textbox {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.local-check+lavel{
  /* background-color: #999; */
  position: relative;
  cursor: pointer;
  /* color: red !important; */
  
}
.local-check{
  padding: 0;
  margin:0;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
          margin-right: 10px;
          margin-top: -5px;
}
.local-check:checked:before {
  position: absolute;
  top: 1px;
  left: 4px;
  transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
}

.local-recaptcha{
  
}
.local-recaptcha-img{
display: flex;
flex-wrap: wrap;
}
.local-recaptcha-img img{
  width: auto;
  height: 30px;
}
.local-recaptcha-div{
width: auto;
}
.local-recaptcha-input{
width: 80%;
padding-top: 10px;
border: 1px solid #d9d9d9;
border-radius: 5px;
}
.local-recaptcha-span{

}
.steps li.step:last-child::after{content: none;}

  @media screen and (max-width: 767px){
    .steps{
      display: block;
    }
    li.step::after {
      content: "";
      position: absolute;
      /* top: 4px; */
      right: 50%;
      top: initial;
      bottom: -40px;
      transform: translateX(50%);
      border-width: 20px 30px;
      border-color: #EDD655 transparent transparent transparent;
      /* border: 1px solid #999999; */
      border-style: solid;
  }
  li.step{
    position: relative;
    padding: 40px 30px;
    margin: 0 0px 30px 0;
    background: #ededed;
    stroke-width: 1px;
  width:calc(100%) ;
  border-radius: 5px 5px 5px 5px;

  }
  .accordion-004 summary {
    padding: 1em 1em;
    font-size: 16px;
  }
  
  }


#thankyou .project__content{
  padding: 30px 0;
  text-align: center;
}
#thankyou .project__content p{
  /* font-size: 20px; */
  text-align: center;
}
#thankyou .project__content{
  text-align: center;
}
.thankyou-main{
  text-align: center;
}


/* news */

.news-items{
  width:800px;
  margin:0 auto;
}
.news-item{
  border:1px solid #ccc;
  list-style:none;
  margin-bottom: 20px;
  border-radius: 30px;
}
.news-item a{
  text-decoration:none;
  display: block;
  padding: 12px 25px;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  letter-spacing: 2px;
  /* font-weight: bold; */
}
.news-item a:hover{
  background-color:#E1D556;
}
.news-item span{
    color: #737373;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    letter-spacing: 4px;
}
.news-item p{
    color: #131313;
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

@media screen and (max-width: 767px){
  .news-items{
    width: 100%;
  }
}

/* access  */
.access{
  background-color: #f9f9f9;
}

.access-map-wrap {
  margin-bottom: 40px;
}

.access-map-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 20px;
}


/* contanct */
/* contact */
.contact{
  background-color: transparent;
}
.contact-wrap{
  width: 800px;
  margin: 0 auto;
  background-color: #6aae73;
  padding: 60px 80px;
  border-radius: 50px;
  z-index: 1;
  /* display: block; */
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.contact-wrap .wpcf7{
  background-color: #6aae73;
  border: none;
}


.contact .wp-block-column {
  border-radius: 50px;
  box-shadow: 5px 5px 20px #efefef, -5px -5px 20px #ffffff;
  background: rgba(255,255,255);
  padding: 30px 36px 6px;
  color: #333333;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.contact label {
  font-size: 20px;
  color: color#fff;
  color: #fff;
  /* font-weight: bold; */
  }

.contact input[name="your-name"],
.contact input[name="your-subject"],
.contact textarea[name="your-message"],
.contact input[name="your-email"] {
width: 100%;
margin-top: 10px;
margin-bottom: 24px;
border: none;
border-radius: 4px;
background-color: #fff;
font-size: 22px;
}

.contact .wpcf7 .wpcf7-submit {
  border: none;
  cursor: pointer;
  line-height: 1;
  font-size: 1rem;
  background-color: var(--color_main);
  color: #333333;
  border-radius: 40px;
  padding: 14px 65px;
  box-shadow: var(--swl-btn_shadow);
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
background-color: #E6D649;
  display: block;
  margin: auto;
  font-size: 18px;
  width: 356px;
  height: 68px;
  margin: 0 auto;
  border-radius: 34px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .contact .wpcf7 .wpcf7-submit:hover {
    background-color: #E6D649;
}

  @media screen and (max-width: 767px){
    .contact .wpcf7 .wpcf7-submit{
      width: 100%;
    }
  }


  .contact .wpcf7-submit:hover {
      box-shadow:0 4px 12px rgb(0 0 0 / 10%),0 12px 24px -12px rgb(0 0 0 / 20%);
      opacity: 0.5;
      }



      /* company */
      .company{
        background: url("../img/bg-02.png") no-repeat;
        background-size: 100%;
        padding-top: 200px;
        margin-top: -150px;
        z-index: -1;
        
      }
      

      .company .row {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}


      .company-title {
        padding-bottom: 20px;
        border-bottom: 1px #333333 solid;
      }
      .company-title p{
        font-size: 28px;
        /* font-weight: bold; */
        
      }
      .company-main{
        margin-top: 30px;
        display: flex;
      }
      .company-main-left {
        width: 50%;
      }
      .company-main-left p{
        font-size: 16px;
        line-height: 2.4;
        
      }
      .company-main-left p+p{
        margin-top: 20px;
        
      }
      .company-main-right {width: 50%;}
      .company-main-right img{
        border-radius: 20px;
      }
      @media screen and (max-width: 767px){
        .contact-wrap{
          width: 100%;
          /* padding: 50px 25px 30px; */
          padding: 30px 5px 20px;
        }
        .contact .wpcf7-submit{
          width: 100%;
        }
        .wpcf7-spinner{
          display: none;
        }
        .wpcf7-spinner::before{
          content: none !important;
          display: none !important;
        }

.company {
  background-size: cover;
  padding-top: 100px;
  margin-top: -80px;
  z-index: -1;
  background-position: 40%;
  padding: 100px 20px 20px;
}
.company-main{
  display: block;
}
.company-main-left{
  width: 100%;
}
.company-main-right{
  width: 100%;
  margin-top: 30px;
}
      }

      /* news */
      .news-detail{
        padding-top: 150px;
        padding-bottom: 100px;
      }

      /* shop */
      #primary{

      }


/*# sourceMappingURL=style.css.map */



/* ==========================================================================
   WooCommerce template style
   ========================================================================== */

/* レイアウト */
:root {
  --tcd-wc-base-container-size: calc(100% - 120px);
}

@media (max-width: 1200px) {
  :root {
    --tcd-wc-base-container-size: calc(100% - 40px);
  }
}

/* notice 中身がなければ非表示 */
.woocommerce-notices-wrapper:empty {
  display: none;
}

/* notice スタイル */
:is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
  font-size: 14px;
  line-height: 2.6;
  font-weight: 600;
  color: var(--tcd-wc-notice-base-color);
  background: color-mix(in srgb, var(--tcd-wc-notice-base-color) 5%, #fff);
  padding: 10px 10px 10px 20px;
  border: 1px solid var(--tcd-wc-notice-base-color);
  border-radius: 5px;
}

:is(.woocommerce-error, .woocommerce-info, .woocommerce-message):not(:has(+*)) {
  margin-bottom: 0px;
}

.woocommerce-error {
  --tcd-wc-notice-base-color: #d70000;
}

.woocommerce-info {
  --tcd-wc-notice-base-color: #000;
  background: #fff;
}

.woocommerce-message {
  --tcd-wc-notice-base-color: #000;
  background: #fff;
}


:is(.woocommerce-error, .woocommerce-info, .woocommerce-message)::before {
  content: none;
}

:is(.woocommerce-error, .woocommerce-info, .woocommerce-message) a.button {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #fff !important;
  padding: 12px 15px;
  background: var(--tcd-wc-notice-base-color);
  border-radius: 5px;
}

@media (any-hover: hover) {
  :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) a.button:hover {
    color: #fff;
    background: color-mix(in srgb, var(--tcd-wc-notice-base-color) 80%, #fff);
  }
}

@media (max-width: 767px) {
  :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) a.button {
    padding: 10px 15px;
  }

  body.single-product :is(.woocommerce-error, .woocommerce-info, .woocommerce-message) {
    margin-bottom: 20px;
  }
}


/* 削除ボタン */
.woocommerce a.remove {
  font-size: 30px;
  background: #fff;
  border: 1px solid #ddd;
}

.woocommerce a.remove:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  mask: var(--tcd-icon--close) no-repeat center / 0.5em;
  transition: background 0.3s ease;
}

@media (any-hover: hover) {
  .woocommerce a.remove:hover {
    background: #fff !important;
  }

  .woocommerce a.remove:hover:before {
    background: var(--wc-red);
  }
}

/* 商品カテゴリー */
.c-wc-product-cat {
  min-width: var(--tcd-post-category-width, 80px);
  width: fit-content;
  max-width: 100%;
  padding-block: calc(10px + var(--tcd-half-read));
  padding-inline: 15px;
  color: var(--tcd-accent-color);
  background: #ffffff;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid var(--tcd-accent-color);
  border-radius: calc(infinity * 1px);
}

.c-wc-product-cat :where(a, span) {
  transition: color 0.3s ease;
}

@media (any-hover: hover) {
  .c-wc-product-cat :where(a, span):hover {
    color: color-mix(in srgb, var(--tcd-accent-color) 50%, transparent);
  }
}

/* @media (max-width: 767px) {
  .c-wc-product-cat {
    min-width: 80px;
    padding-block: 10px;
    padding-inline: 10px;
    font-size: 12px;
  }
} */

.c-wc-number {
  width: var(--tcd-wc-number-width, 80px);
  height: var(--tcd-wc-number-height, 50px);
  padding: var(--tcd-wc-number-padding, 12px);
  font-size: var(--tcd-wc-number-font-size, 16px);
  text-align: var(--tcd-wc-number-text-align, left);
  border: 1px solid #ddd;
}

.c-wc-number-label {
  font-size: 14px;
  margin-right: 1em;
}

@media (max-width: 767px) {
  .c-wc-number {
    width: var(--tcd-wc-number-width-sp, 50px);
    font-size: var(--tcd-wc-number-font-size-sp, 14px);
    text-align: var(--tcd-wc-number-text-align-sp, center);
  }
}

/* チェックボックス */
.c-wc-checkbox {
  cursor: pointer;
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
}

.c-wc-checkbox:has(:checked) {
  --tcd-wc-checkbox-content: "";
  --tcd-wc-checkbox-bg-color: #000;
}

.c-wc-checkbox input {
  display: none;
}

.c-wc-checkbox-check {
  display: grid;
  width: 1em;
  height: 1em;
  background: var(--tcd-wc-checkbox-bg-color, #ddd);
}

.c-wc-checkbox-check:before {
  content: var(--tcd-wc-checkbox-content, none);
  mask: var(--tcd-icon--done) no-repeat center / contain;
  background: #ffffff;
}




/* ドロップダウン */
.c-wc-select,
select.orderby {
  cursor: pointer;
  appearance: none;
  width: var(--tcd-wc-select-width, 230px);
  height: var(--tcd-wc-select-height, 60px);
  padding: var(--tcd-wc-select-padding, 0 25px);
  background: #fff;
  border: 1px solid #ddd;
  background-image: var(--tcd-icon--arrow-bottom);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 1.7em;
}

@media (max-width: 767px) {

  .c-wc-select,
  select.orderby {
    width: var(--tcd-wc-select-width-sp, 100%);
    height: var(--tcd-wc-select-height-sp, 45px);
    padding: var(--tcd-wc-select-padding-sp, 0 15px);
    background-position: right 10px center;
  }
}

/* テンプレート系 価格 */
.p-wc-template-loop-price {
  font-size: var(--tcd-wc-price-font-size, inherit);
  margin: var(--tcd-wc-price-margin, 15px 0 0);
  text-align: var(--tcd-wc-price-text-align, center);
  /* エディタ内対策 */
  line-height: 1;
}

@media (max-width: 767px) {
  .p-wc-template-loop-price {
    font-size: var(--tcd-wc-price-font-size-sp, 14px);
    margin: var(--tcd-wc-price-margin-sp, 13px 0 0);
  }
}


/* テンプレート系 スターレビュー */
.c-wc-rating {
  display: var(--tcd-wc-star-rating-display, block);
  width: fit-content;
  margin: var(--tcd-wc-star-rating-margin, 0);
  --tcd-wc-star-rating-color: var(--tcd-accent-color);
}

/* float対策 */
.c-wc-rating:after {
  content: '';
  display: block;
  clear: both;
}

.c-wc-rating .star-rating {
  margin: 0 !important;
}

/* スターレビューのカラー */
.c-wc-rating .star-rating::before,
.c-wc-rating .star-rating span::before {
  color: var(--tcd-wc-star-rating-color) !important;
}

/* 商品ループ */
.p-product-cards {
  display: grid;
  grid-template-columns: repeat(var(--tcd-wc-product-cards-col, 3), 1fr);
  gap: var(--tcd-wc-product-cards-gap, 40px 30px);
}

/* 1200以上は4カラム */
@container main (min-width: 1300px) {
  .p-product-cards {
    --tcd-wc-product-cards-col: var(--tcd-wc-product-cards-col-l, 4);
  }
}

/*700以下は2カラム */
@container main (max-width: 700px) {
  .p-product-cards {
    --tcd-wc-product-cards-col: var(--tcd-wc-product-cards-col-s, 2);
    --tcd-wc-product-cards-gap: var(--tcd-wc-product-cards-gap-s, 20px);
  }
}

.p-product-cards-item {
  position: relative;

  /* スターレビュー */
  --tcd-wc-star-rating-display: none;
  --tcd-wc-star-rating-margin: 15px auto 0;
}

/* エディタ内対策 */
.p-product-cards-item .woocommerce-loop-product__link {
  color: inherit;
  text-decoration: none;
}

.p-product-cards-item-image {
  position: relative;
  aspect-ratio: var(--tcd-wc-product-image-aspect-ratio, 1);
  border-radius: 10px;
  margin: var(--tcd-wc-product-cards-image-margin, 0 0 30px);
  overflow: hidden;
}

.p-product-cards-item-title {
  font-size: var(--tcd-wc-product-cards-title-font-size, 16px);
  font-weight: 600;
  line-height: 2;
  text-align: var(--tcd-wc-product-cards-title-text-align, center);
  margin-block: var(--tcd-half-read);
}

@media (max-width: 767px) {
  .p-product-cards-item-image {
    margin: var(--tcd-wc-product-cards-image-margin-sp, 0 0 20px);
  }

  .p-product-cards-item-title {
    font-size: var(--tcd-wc-product-cards-title-font-size-sp, 14px);
    line-height: 1.8;
  }
}

/* 操作系 */
.p-product-cards-item-actions {
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 9px;
  padding: 20px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  aspect-ratio: var(--tcd-wc-product-image-aspect-ratio, 1);
  color: #000;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .p-product-cards-item:hover .p-product-cards-item-actions {
    opacity: 1;
  }
}

.p-product-cards-item-actions-item {
  pointer-events: auto;
  flex: 0 0 40px;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
  /* transition-delay: 0.1s; */
  /* transition: opacity 0.25s ease-out 0.1s; */
  /* transform: translateY(10px);
  transition: transform 0.25s ease-out; */
}

*+.p-product-cards-item-actions-item {
  transition-delay: 0.05s;
}

*+*+.p-product-cards-item-actions-item {
  transition-delay: 0.1s;
}

@media (any-hover: hover) {
  .p-product-cards-item-actions-item:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .p-product-cards-item:hover .p-product-cards-item-actions-item {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .p-product-cards-item-actions {
    display: none;
  }
}

/* カートに入れる */
.p-product-cards-item-actions-item-cart {}

.p-product-cards-item-actions-item-cart a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: transparent;
}

.p-product-cards-item-actions-item-cart a:before {
  content: '';
  display: block;
  width: inherit;
  height: inherit;
  mask: var(--tcd-icon--cart) no-repeat center / 18px;
  background: #000;
}

/* ajax追加時 */
.p-product-cards-item-actions-item-cart a.ajax_add_to_cart.loading:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 1.1em;
  height: 1.1em;
  mask: none;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #ddd;
  border-right-color: #000;
  animation: l2 0.5s infinite linear;
}

@keyframes l2 {
  to {
    transform: rotate(1turn)
  }
}

/* ajax追加後 */
.p-product-cards-item-actions-item-cart a.added {
  display: none;
}

.p-product-cards-item-actions-item-cart a.wc-forward {
  padding-top: 0 !important;
}

.p-product-cards-item-actions-item-cart a.wc-forward:before {
  mask: var(--tcd-icon--done) no-repeat center / 20px;
}



/* いいねボタン */
.p-product-cards-item-actions-item-like:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  mask: var(--tcd-icon--heart) no-repeat center bottom 40% / 23px;
}

.p-product-cards-item-actions-item-like.is-liked:before {
  mask-image: var(--tcd-icon--heart-fill);
  background: var(--tcd-accent-color);
}

/* クイックビュー */
.p-product-cards-item-actions-item-view:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  mask: var(--tcd-icon--visible) no-repeat center / 23px;
}


/* フラッシュ */
.p-wc-template-loop-flash {
  position: absolute;
  inset: 20px auto auto 20px;
  z-index: 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  font-size: 12px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: #000;
  padding: 5px;
  text-align: center;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .p-wc-template-loop-flash {
    inset: 10px auto auto 10px;
    font-size: 10px;
    width: 45px;
    height: 45px;
    padding: 0px 5px;
  }
}

/* 在庫切れ */
.p-wc-template-loop-outofstock {
  position: absolute;
  inset: auto 0 0;
  color: #fff;
  font-size: var(--tcd-wc-outofstock-font-size, 16px);
  text-align: center;
  line-height: 1.4;
  padding: calc(15px + var(--tcd-half-read)) 10px;
  background-color: color-mix(in srgb, var(--tcd-wc-product-outofstock-bg-color, #000) 70%, transparent 30%);
}

@media (max-width: 767px) {
  .p-wc-template-loop-outofstock {
    font-size: var(--tcd-wc-outofstock-font-size-sp, 14px);
    padding: calc(15px + var(--tcd-half-read)) 5px;
  }
}

/* ウィッシュリスト用削除ボタン */
.p-product-cards-item-like-remove {
  display: grid;
  width: 1em;
  height: 1em;
  font-size: 40px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-bottom: 15px;
}

.p-product-cards-item-like-remove::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--tcd-accent-color);
  mask: var(--tcd-icon--close) no-repeat center / 0.5em;
}

/* ウィッシュリストno商品 */
.p-wishlist-no-post {
  text-align: center;
  line-height: 1.8;
  margin-block: var(--tcd-half-read);
}

.p-wishlist:has(.p-wishlist-item) .p-wishlist-no-post {
  display: none;
}

.p-wishlist .c-pagination {
  margin-top: 80px;
}


/* ショートコード 商品一覧 */
.p-sc-product {
  display: grid;
  align-content: start;
  row-gap: 50px;
  /* TCDCE対策 */
  --tcdce-base-margin-bottom-pc: 120px;
  --tcdce-base-margin-bottom-sp: 40px;
}

.p-sc-product-title {
  font-size: 26px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: var(--tcd-accent-color);
  padding: calc(21px + var(--tcd-half-read)) 20px;
}

.p-sc-product-desc {
  font-size: 16px;
  line-height: 2.6;
  margin-block: var(--tcd-half-read);
}

/* TCDCE対策 */
.p-sc-product .p-product-cards {
  --tcd-wc-product-cards-col-l: 3;
}

@container tcdce (min-width: 1500px) {
  .p-sc-product .p-product-cards {
    --tcd-wc-product-cards-col-l: 4;
  }
}

/* カルーセル */
.p-sc-product-slider ul.splide__pagination {
  padding: 0px;
  font-size: 12px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .p-sc-product {
    row-gap: 30px;
  }

  .p-sc-product-title {
    font-size: 18px;
    padding: calc(21px + var(--tcd-half-read)) 10px;
  }

  .p-sc-product-desc {
    line-height: 2.2;
  }

  /* カルーセル */
  .p-sc-product-slider {
    margin-inline: -20px;
  }

  .page-template-page__lp .p-sc-product-slider {
    margin-inline: -25px;
  }

  .p-sc-product-slider-list {
    display: flex !important;
    gap: 20px;
    --tcd-scroll-x-overflow: auto hidden;
    --tcd-scroll-x-inline-content: "";
  }

  .p-sc-product-slider-list-item {
    flex: 0 0 135px;
  }

}

/* 商品カードリンク */
.p-plink {
  display: grid;
  grid-template-columns: 180px 1fr;
  column-gap: 40px;
  padding: 40px;
  background: #fff;
  border: 1px solid #ddd;

  /* WC価格 */
  --tcd-wc-price-text-align: left;

  /* TCDCE対策 */
  --tcdce-base-link-color: #000;
  --tcdce-base-link-decoration: none;
}

.p-plink:has(+.p-plink) {
  --tcdce-base-margin-bottom-pc: -1px;
  --tcdce-base-margin-bottom-sp: -1px;
}

.p-plink-image {
  border-radius: 10px;
}

.p-plink-content {
  align-self: center;
}

.p-plink-title {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}

.p-plink-excerpt {
  --tcd-line-clamp: 2;
  line-height: 2;
  height: auto;
  margin-block: calc(40px + var(--tcd-half-read)) var(--tcd-half-read);
}

@media (max-width: 767px) {
  .p-plink {
    grid-template-columns: 110px 1fr;
    column-gap: 20px;
    padding: 20px;
  }

  .p-plink-title {
    font-size: 14px;
  }

  .p-plink-excerpt {
    display: none;
  }
}


/* 商品カードリンク2 */
.p-plink2 {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;

  /* WC価格 */
  --tcd-wc-price-text-align: left;

  /* TCDCE対策 */
  --tcdce-base-link-color: #000;
  --tcdce-base-link-decoration: none;
}

.p-plink2:has(+.p-plink2) {
  --tcdce-base-margin-bottom-pc: -1px;
  --tcdce-base-margin-bottom-sp: -1px;
}

.p-plink2-image {
  border-radius: 10px;
}

.p-plink2-content {
  display: grid;
  align-content: center;
  row-gap: 20px;

  --tcd-wc-price-margin: 0;
  --tcd-wc-price-margin-sp: 0;

  --tcd-button-min-width: 180px;
  --tcd-button-height: 45px;
  --tcd-button-padding: 0 1em;
  --tcd-button-font-size: 14px;
  --tcd-button-font-color: #000;
  --tcd-button-border: 1px solid #ddd;
  --tcd-button-border-radius: 0px;
}

.p-plink2-title {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
}

.p-plink2 a.added_to_cart {
  display: block;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
  padding-inline: 1em;
  width: var(--tcd-button-min-width);
  font-size: var(--tcd-button-font-size);
}

.p-plink2 .product_type_simple.add_to_cart_button {
  display: flex;
  align-items: center;
  gap: 0.7em;
}

.p-plink2 .product_type_simple.add_to_cart_button:before {
  content: '';
  width: 1.2em;
  height: 1.2em;
  background: currentColor;
  mask: var(--tcd-icon--cart) no-repeat center / contain;
  margin-top: -1px;
}

@media (max-width: 767px) {

  .p-plink2 {
    grid-template-columns: 110px 1fr;
    column-gap: 20px;
    padding: 20px;
  }

  .p-plink2-title {
    font-size: 14px;
  }

  .p-plink2-content {
    row-gap: 15px;
  }

  .p-plink2-cart {
    display: none;
  }

}


/* CB商品一覧 */
.p-cb-product {
  --tcd-base-container-size: var(--tcd-wc-base-container-size);
}

@media not all and (max-width: 1200px) {
  .p-cb-product {
    --tcd-wc-product-cards-col: 4;
  }
}

/* CB商品スライダー */
.p-cb-product-slider {
  /* レイアウト */
  --tcd-layout-inner-size: 100%;
  /* ページネーション */
  --tcd-splide-pagination-margin: 40px 0 0;
  --tcd-splide-pagination-color: transparent;
  --tcd-splide-pagination-border: 1px solid currentColor;
  --tcd-splide-pagination-active-color: currentColor;
  --tcd-splide-pagination-active-border: 1px solid currentColor;
}

.p-cb-product-slider .p-cb-header {
  padding-inline: 20px;
}

.p-cb-product-slider-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(600px, auto);
}

@media not all and (max-width: 991px) {
  .p-cb-product-slider-wrap-reverse {
    direction: rtl;
  }
}

.p-cb-product-slider-image {
  position: relative;
}

.p-cb-product-slider-overlay {
  position: absolute;
  inset: 0;
}

.p-cb-product-slider-content {
  direction: initial;
  display: grid;
  align-content: center;
  row-gap: 40px;
  padding: max(5vw, 80px) max(7vw, 140px);
  color: #ffffff;
  background: var(--tcd-cb-product-slider-bg-color, #000000);
}

.p-cb-product-slider-content-tagline {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  margin-block: var(--tcd-half-read);
}

@media (max-width: 1200px) {
  .p-cb-product-slider-content {
    padding: 50px;
  }

  .p-cb-product-slider-content {
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .p-cb-product-slider-wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .p-cb-product-slider-image {
    height: 360px;
  }

  .p-cb-product-slider-content-splide {
    margin-inline: -20px;
  }

  .p-cb-product-slider-content-list {
    display: flex !important;
    gap: 20px;
    --tcd-scroll-x-overflow: auto hidden;
    --tcd-scroll-x-inline-content: "";
  }

  .p-cb-product-slider-content-item {
    flex: 0 0 200px;
  }
}

@media (max-width: 767px) {

  .p-cb-product-slider-content {
    row-gap: 30px;
  }

  .p-cb-product-slider-content-tagline {
    font-size: 18px;
    text-align: center;
  }

  .p-cb-product-slider-content-item {
    flex: 0 0 135px;
  }
}

/* CB商品ランキング */
.p-cb-product-ranking {
  inline-size: calc(100% - 40px);
  max-inline-size: var(--tcd-base-container-size);
  padding: 80px 60px;
  margin-inline: auto;
  background: #f6f6f6;
  border-radius: 15px;

  /* 3カラム */
  --tcd-wc-product-cards-col-l: 3;

  /* ページネーション */
  --tcd-splide-pagination-margin: 50px 0 -30px;
}

/* .p-cb-product-ranking .c-wc-rating {
  --tcd-wc-star-rating-display: block;
} */

.p-cb-product-ranking-inner {
  width: 100%;
}

.p-cb-product-ranking-item-rank {
  position: absolute;
  inset: -25px 0 auto;
  z-index: 5;
  width: fit-content;
  padding: 13px 31px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: var(--tcd-accent-color);
  border-radius: 50px;
  margin: auto;
}

.p-cb-product-ranking-item-rank-label {
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.p-cb-product-ranking-item-rank-number {
  font-size: 24px;
}

.p-cb-product-ranking .p-product-cards-item {
  margin-top: 25px;
}

/* バッジを非表示 */
.p-cb-product-ranking .p-wc-template-loop-flash {
  display: none;
}

@media (max-width: 991px) {
  .p-cb-product-ranking {
    padding-inline: 20px;
  }
}

@media (max-width: 767px) {
  .p-cb-product-ranking {
    padding: 40px 20px;
  }

  .p-cb-product-ranking .p-cb-header-desc {
    font-size: 14px;
  }

  .p-cb-product-ranking-inner {
    row-gap: 30px;
  }

  .p-cb-product-ranking-slider {
    margin-inline: -20px;
  }

  .p-cb-product-ranking-list {
    display: flex !important;
    gap: 20px;
    --tcd-scroll-x-overflow: auto hidden;
    --tcd-scroll-x-inline-content: "";
  }

  .p-cb-product-ranking-list-item {
    flex: 0 0 150px;
  }

  .p-cb-product-ranking-item-rank {
    inset: -16px 0 auto;
    padding: 9px 27px;
    font-size: 12px;
  }

  .p-cb-product-ranking-item-rank-label {
    top: -0.5px;
    margin-right: 3px;
  }

  .p-cb-product-ranking-item-rank-number {
    font-size: 16px;
  }

  .p-cb-product-ranking .p-product-cards-item {
    margin-top: 17px;
  }
}

@media (max-width: 450px) {
  .p-cb-product-ranking-list-item {
    flex: 0 0 47%;
  }
}

/* クイックビュー */
.p-product-quick-view {
  position: fixed;
  inset: 0;
  z-index: calc(infinity);
  transition-property: opacity;
  transition-duration: 0.3s;

  /* summary */
  --tcd-wc-product-single-summery-gap: 20px;
  --tcd-wc-product-single-title-font-size: 22px;

  /* cart button */
  --tcd-button-min-width: 250px;
  --tcd-button-margin: 0 auto;

  /* TCDCE */
  --tcdce-base-line-height-pc: 2.2;
}

.p-product-quick-view:not(.is-active) {
  opacity: 0;
  pointer-events: none;

  /* スライドイン */
  --tcd-wc-product-quick-view-transform: translateX(100%);
}

.p-product-quick-view-overlay {
  position: absolute;
  inset: 0;
  background: color-mix(in srgb, #000000 20%, transparent);
}

.p-product-quick-view-content {
  position: absolute;
  inset: 0 0 0 auto;
  width: 400px;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden auto;
  transform: var(--tcd-wc-product-quick-view-transform, translateX(0%));
  transition: transform 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.p-product-quick-view-inner {
  padding: 40px 40px 60px;
  margin-top: 0px !important;
}

.p-product-quick-view-close {
  display: block;
  width: 1em;
  height: 1em;
  font-size: 18px;
  mask: var(--tcd-icon--close) no-repeat center / 1.3em;
  background: currentColor;
  margin-left: auto;
  margin-bottom: 30px;
}

.p-product-quick-view-summery-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}

.p-product-quick-view .p-product-like {
  margin-inline: auto;
}

.p-product-quick-view .woocommerce-review-link {
  pointer-events: none;
}

/* TCDCE対策 */
.p-product-quick-view .woocommerce-product-details__short-description .tcdce-body {
  --tcdce-base-font-size-pc: 16px;
  --tcdce-base-font-size-sp: 14px;
}

@media (max-width: 600px) {

  .p-product-quick-view:not(.is-active) {
    /* スライドイン */
    --tcd-wc-product-quick-view-transform: translateX(0px);
  }

  .p-product-quick-view-content {
    width: 100%;
  }

  .p-product-quick-view-inner {
    padding: 20px;
  }

  .p-product-quick-view-close {
    margin-bottom: 20px;
  }

  .p-product-quick-view-summery-image {
    border-radius: 0px;
    margin-bottom: 30px;
  }
}

/* TCDCE対策 */
.p-product-quick-view .tcdce-body:has(>p:first-child) {
  margin-top: var(--tcd-half-read);
}

.p-product-quick-view .tcdce-body:has(>p:last-child) {
  margin-bottom: var(--tcd-half-read);
}




/* ランキング */
.p-product-ranking-nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(100% / 4));
  justify-content: center;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  padding: 1px 0 0 1px;
  margin-bottom: 70px;
}

.p-product-ranking-nav-item-wrap {
  position: relative;
  display: grid;
}

.p-product-ranking-nav-item-wrap:has(.p-product-ranking-nav-item.is-active) {
  color: #fff;
}

.p-product-ranking-nav-item {
  display: grid;
  place-items: center;
  height: 70px;
  background: #ffffff;
  padding-inline: 1em;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
  overflow: hidden;
}

.p-product-ranking-nav-item:has(~.p-product-ranking-nav-item-child) {
  padding-inline: 40px;
}

.p-product-ranking-nav-item.is-active {
  pointer-events: none;
  color: #fff;
  background: var(--tcd-accent-color);
  border-color: var(--tcd-accent-color);
  z-index: 1;
}

.p-product-ranking-nav-item-open {
  pointer-events: none;
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: 50px;
  background: currentColor;
  mask: var(--tcd-icon--arrow-bottom) no-repeat center / 24px;
}

.p-product-ranking-nav-item-open:not(:has(+.p-product-ranking-nav-item-child)) {
  display: none;
}

@media (any-hover: hover) {

  .p-product-ranking-nav-item-wrap:hover {
    color: #fff;
  }

  .p-product-ranking-nav-item-wrap:hover .p-product-ranking-nav-item {
    color: #fff;
    background: var(--tcd-accent-color);
    border-color: var(--tcd-accent-color);
    z-index: 1;
  }

  .p-product-ranking-nav-item-wrap:hover .p-product-ranking-nav-item-open {
    mask-image: var(--tcd-icon--arrow-top);
  }

  .p-product-ranking-nav-item-wrap:hover .p-product-ranking-nav-item-child {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .p-product-ranking-nav-item-child-button:hover {
    color: var(--tcd-accent-color);
  }
}

@media not all and (max-width: 767px) {
  .p-product-ranking-nav-item-child {
    position: absolute;
    inset: 100% 0 auto -1px;
    background: #f6f6f6;
    z-index: 2;
    padding: 18px 20px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition-property: opacity, visibility, pointer-events;
    transition-duration: 0.3s;
  }

  .p-product-ranking-nav-item-child-button {
    display: block;
    width: 100%;
    color: #000;
    line-height: 1.4;
    text-align: center;
    padding-block: calc(12px + var(--tcd-half-read));
  }

  .p-product-ranking-nav-item-child-button.is-active {
    pointer-events: none;
    color: var(--tcd-accent-color);
  }
}

@media (max-width: 767px) {
  .p-product-ranking-nav {
    grid-template-columns: repeat(auto-fit, calc(100% / 2));
    font-size: 14px;
    margin-bottom: 40px;
  }

  .p-product-ranking-nav-item {
    height: 60px;
  }

  .p-product-ranking-nav-item:has(~.p-product-ranking-nav-item-child) {
    padding-inline: 1em;
  }

  .p-product-ranking-nav-item-open {
    display: none;
  }

  .p-product-ranking-nav .p-product-ranking-nav-item-child {
    display: none;
  }
}

/* 子カテゴリーナビゲーション */
@media not all and (max-width: 767px) {
  .p-product-ranking-nav-sp {
    display: none;
  }
}

@media (max-width: 767px) {

  .p-product-ranking-nav-sp {
    margin-bottom: 40px;
  }

  .p-product-ranking-nav-sp:empty {
    display: none;
  }

  .p-product-ranking-nav-sp {
    --tcd-scroll-x-overflow: auto hidden;
    --tcd-scroll-x-inline-content: "";
    --tcd-scroll-inline-margin: 20px;
    display: flex;
    white-space: nowrap;
    margin-inline: -20px;
  }

  .p-product-ranking-nav-sp .p-product-ranking-nav-item-child {
    display: flex;
    font-size: 14px;
    min-width: max-content;
  }

  .p-product-ranking-nav-sp .p-product-ranking-nav-item-child-wrap {
    display: flex;
    min-width: max-content;
  }

  .p-product-ranking-nav-sp .p-product-ranking-nav-item-child-button {
    padding-inline: 20px;
    height: 50px;
    background: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    min-width: max-content;
  }

  .p-product-ranking-nav-sp .p-product-ranking-nav-item-child-button.is-active {
    position: relative;
    color: #fff;
    background: var(--tcd-accent-color);
    border-color: var(--tcd-accent-color);
  }
}


/* ランキングサブナビゲーション */
.p-product-ranking-sub-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.p-product-ranking-sub-nav-item {
  padding: calc(10px + var(--tcd-half-read)) 30px;
}

.p-product-ranking-sub-nav-item.is-active {
  color: var(--tcd-accent-color);
}

*+.p-product-ranking-sub-nav-item {
  border-left: 1px solid #ddd;
}

.p-product-ranking-sub-nav-select {
  --tcd-wc-select-height-sp: 50px;
  margin-bottom: 40px;
}

@media (any-hover: hover) {
  .p-product-ranking-sub-nav-item:hover {
    color: var(--tcd-accent-color);
  }
}

@media not all and (max-width: 767px) {
  .p-product-ranking-sub-nav-select {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-product-ranking-sub-nav {
    display: none;
  }
}


/* ランキングパネル */
.p-product-ranking-panel {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.p-product-ranking-panel.is-active {
  opacity: 1;
}

.p-product-ranking-panel-header {
  display: grid;
  align-content: start;
  row-gap: 40px;
  text-align: center;
  margin-bottom: 70px;
}

.p-product-ranking-panel-header-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  margin-block: var(--tcd-half-read);
}

@media (max-width: 767px) {

  .p-product-ranking-panel-header {
    margin-bottom: 40px;
  }

  .p-product-ranking-panel-header-title {
    font-size: 20px;
  }
}

.p-product-ranking-panel-content-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 1px 0 0 1px;
}

.p-product-ranking-panel-content-list-item {
  position: relative;
  padding: 30px;
  background: #fff;
  border: 1px solid #ddd;
  margin: -1px 0 0 -1px;
  opacity: 0;
  transition: opacity 1s ease;

  --tcd-wc-product-image-aspect-ratio: 1;
  --tcd-wc-product-cards-title-text-align: left;
  --tcd-wc-price-text-align: left;
  --tcd-wc-price-margin: 20px 0 0;
}

.p-product-ranking-panel-content-list-item.is-active {
  opacity: 1;
}

.p-product-ranking-panel-content-list-item-rank {
  display: grid;
  place-items: center;
  font-size: 16px;
  line-height: 1;
  width: 45px;
  height: 45px;
  background: #fff;
  position: absolute;
  inset: 29px auto auto 29px;
  z-index: 3;
}

.p-product-ranking-panel-content-list-item .p-wc-template-loop-flash {
  display: none;
}

.p-product-ranking-panel-content-list-item .p-product-cards-item-actions {
  width: 210px;
}

.p-product-ranking-panel-content-list-item .woocommerce-loop-product__link {
  display: grid;
  grid-template-columns: 210px 1fr;
  column-gap: 30px;
}

.p-product-ranking-panel-content-list-item-category {
  margin-bottom: 20px;
}

.p-product-ranking-panel-content-list-item .p-product-cards-item-image {
  margin-bottom: 0px;
}

.p-product-ranking-panel-content-list-item .p-product-cards-item-content {
  align-self: center;
}

@media (max-width: 991px) {
  .p-product-ranking-panel-content-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .p-product-ranking-panel-content-list-item {
    padding: 15px;
  }

  .p-product-ranking-panel-content-list-item-rank {
    font-size: 12px;
    width: 35px;
    height: 35px;
    inset: 14px auto auto 14px;
  }

  .p-product-ranking-panel-content-list-item .p-product-cards-item-actions {
    width: 110px;
  }

  .p-product-ranking-panel-content-list-item .woocommerce-loop-product__link {
    grid-template-columns: 110px 1fr;
    column-gap: 20px;
  }

  .p-product-ranking-panel-content-list-item-category {
    text-align: initial;
    min-width: auto;
    padding: 0;
    border: none;
    background: initial;
    border-radius: initial;
    margin-bottom: 13px;
  }
}

/* ウィジェット ミニカート */
.p-widget.widget_shopping_cart {
  --tcd-button-min-width: 100%;
  --tcd-button-min-width-sp: 100%;
  --tcd-button-height: 50px;
  --tcd-button-font-color: #fff;
  --tcd-button-bg-color: var(--tcd-accent-color);
  --tcd-button-hover-font-color: var(--tcd-accent-color);
  --tcd-button-hover-bg-color: transparent;
}

.woocommerce.widget_shopping_cart ul.cart_list {
  margin: var(--tcd-mini-cart-list-margin, 0px);
}

.woocommerce.widget_shopping_cart ul.cart_list li {
  font-size: 14px;
  line-height: 1.6;
  padding: var(--tcd-mini-cart-item-padding, 15px);
  margin: -1px 0 0;
  border: var(--tcd-mini-cart-item-border, 1px solid, #ddd);
}

.woocommerce.widget_shopping_cart ul.cart_list li a.remove {
  display: var(--tcd-mini-cart-item-remove-display, block);
  top: 5px;
  left: 5px;
}

.woocommerce.widget_shopping_cart ul.cart_list li .widget_shopping_cart_content_image {
  aspect-ratio: 1;
  float: left;
  margin: 0 15px 0 0;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.woocommerce.widget_shopping_cart ul.cart_list li .widget_shopping_cart_content_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-left: 0;
}

.woocommerce.widget_shopping_cart ul.cart_list li .quantity {
  opacity: 0.5;
}

.woocommerce.widget_shopping_cart .total {
  display: var(--tcd-mini-cart-total-display, block);
  padding: 10px;
  border: 1px solid #ddd;
  border-top: none;
}

.woocommerce.widget_shopping_cart .buttons {
  padding: var(--tcd-mini-cart-button-list-padding, 15px);
  border: var(--tcd-mini-cart-button-list-border, 1px solid #ddd);
  border-top: none;
}

.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 0px;
  margin-bottom: 0px;
}

.woocommerce.widget_shopping_cart .buttons a+a {
  margin-top: 10px;
}


/* ==========================================================================
   WooCommerce 商品ページ
   ========================================================================== */

   .p-product {
    /* シェアボタン */
    --tcd-share-button-gap-pc: 0.3em;
    --tcd-share-button-font-size-pc: 35px;
  }
  
  @media (max-width: 767px) {
    .p-product {
      margin-top: -41px;
    }
  }
  
  /* ヘッダー */
  .p-product-header {
    display: grid;
    grid-template-columns: 610px 1fr;
    column-gap: 60px;
  }
  
  @media (max-width: 1200px) {
    .p-product-header {
      grid-template-columns: 1fr 1fr;
      column-gap: 40px;
    }
  }
  
  @media (max-width: 767px) {
    .p-product-header {
      grid-template-columns: 1fr;
      row-gap: 40px;
    }
  }
  
  /* 画像ギャラリー wcのflexslider利用 */
  .woocommerce-product-gallery {
    position: sticky;
    top: calc(60px + var(--tcd-header-bar-height, 0px));
    /* ナビゲーションの高さをjsで取得してCSS変数化 */
    margin-bottom: calc(15px + var(--tcd-wc-gallery-control-nav-height, 0px));
  }
  
  .woocommerce-product-gallery__wrapper {
    height: inherit;
  }
  
  .woocommerce-product-gallery__image,
  .woocommerce-product-gallery__image:not(.flex-active-slide) {
    pointer-events: none;
  }
  
  .woocommerce-product-gallery__image img {
    width: 100%;
  }
  
  @media (max-width: 767px) {
    .woocommerce-product-gallery {
      position: initial;
      top: initial;
      margin-block: 0px;
      margin-inline: -20px;
    }
  
    .woocommerce-product-gallery:has(.flex-control-nav) {
      /* ナビゲーションの高さをjsで取得してCSS変数化 */
      margin-block: 0px calc(20px + var(--tcd-wc-gallery-control-nav-height, 0px));
    }
  
  }
  
  /* ナビゲーション */
  .woocommerce-product-gallery .flex-control-nav {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    margin-top: 15px;
  }
  
  .woocommerce-product-gallery .flex-control-nav li {
    cursor: pointer;
    aspect-ratio: 1;
    transition: opacity 0.3s ease;
  }
  
  .woocommerce-product-gallery .flex-control-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (any-hover: hover) {
    .woocommerce-product-gallery .flex-control-nav li:hover {
      opacity: 0.7;
    }
  }
  
  @media (max-width: 767px) {
    .woocommerce-product-gallery .flex-control-nav {
      display: flex;
      gap: 10px;
      margin-top: 20px;
      overflow: auto hidden;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
  
    .woocommerce-product-gallery .flex-control-nav::-webkit-scrollbar {
      display: none;
    }
  
    .woocommerce-product-gallery .flex-control-nav:before,
    .woocommerce-product-gallery .flex-control-nav:after {
      content: "";
      display: block;
      flex: 0 0 10px;
    }
  
    .woocommerce-product-gallery .flex-control-nav li {
      flex: 0 0 85px;
    }
  }
  
  /* 商品サマリー */
  .p-product-header-summary {
    display: grid;
    align-content: start;
    row-gap: var(--tcd-wc-product-single-summery-gap, 25px);
  }
  
  .p-product-header-category {}
  
  .p-product-header-title {
    font-size: var(--tcd-wc-product-single-title-font-size, 24px);
    line-height: 2;
    font-weight: 600;
    margin-block: var(--tcd-half-read);
  }
  
  /* 価格 */
  .p-product-header-price {
    font-size: 20px;
  }
  
  /* スターレビュー */
  .p-product .woocommerce-product-rating {
    --tcd-wc-star-rating-margin: 0;
    display: flex;
    align-items: center;
    margin-block: 0px !important;
  }
  
  .p-product .woocommerce-product-rating .woocommerce-review-link {
    position: relative;
    font-size: 12px;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 0.5em;
  }
  
  .p-product .woocommerce-product-rating .count {
    display: grid;
    place-items: center;
    position: absolute;
    inset: 0;
    color: #fff;
    background: var(--tcd-accent-color);
    transition: color 0.3s ease;
  }
  
  @media (any-hover: hover) {
    .p-product .woocommerce-product-rating .woocommerce-review-link:hover .count {
      color: rgba(255, 255, 255, 0.5);
    }
  }
  
  /* 商品の簡単な説明 */
  .p-product .woocommerce-product-details__short-description {
    margin-block: 20px;
  }
  
  @media (max-width: 767px) {
    .p-product-header-summary {
      row-gap: var(--tcd-wc-product-single-summery-gap-sp, 20px);
    }
  
    .p-product-header-title {
      font-size: var(--tcd-wc-product-single-title-font-size-sp, 20px);
    }
  
    .p-product .woocommerce-product-details__short-description {
      margin-block: 10px;
    }
  }
  
  /* カートに入れる ベース */
  .p-product-header-summary .cart .quantity:has(+button) {
    margin-bottom: 40px;
  }
  
  /* 1回の注文につき1商品に購入を制限の場合は非表示 */
  .p-product-header-summary .cart .quantity:has(input[type="hidden"][name="quantity"]) {
    display: none;
  }
  
  @media (max-width: 767px) {
  
    /* カートボタンを中央寄せ */
    .p-product-header-summary :is(.cart, .out-of-stock) {
      --tcd-button-margin: 0 auto;
    }
  
    .p-product-header-summary .cart .quantity:has(+button) {
      width: fit-content;
      margin-inline: auto;
      margin-bottom: 30px;
    }
  }
  
  /* 基本的な商品 */
  .product-type-simple .p-product-header-summary .out-of-stock {
    display: grid;
    place-items: center;
    width: fit-content;
    min-width: var(--tcd-button-min-width, 280px);
    height: var(--tcd-button-height, 60px);
    font-size: var(--tcd-button-font-size, 16px);
    color: #fff;
    background: #ccc;
    border-radius: calc(infinity * 1px);
    margin: var(--tcd-button-margin);
  }
  
  /* バリエーション */
  
  /* 商品説明無い時、バリエーションフォームの上部を少し空ける */
  .product-type-variable .p-product-header-summary .p-product-header-price+.variations_form {
    margin-top: 10px;
  }
  
  .product-type-variable .p-product-header-summary .variations {
    --tcd-wc-select-height: 50px;
    --tcd-wc-select-padding: 0px 20px;
  }
  
  .product-type-variable .p-product-header-summary .variations .label {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
    margin-block: var(--tcd-half-read) calc(10px + var(--tcd-half-read));
  }
  
  .product-type-variable .p-product-header-summary .variations .value {
    display: block;
  }
  
  .product-type-variable .p-product-header-summary .variations tr:has(+tr) .value {
    margin-bottom: 20px;
  }
  
  .product-type-variable .p-product-header-summary .variations .reset_variations {
    opacity: 0;
    font-size: 14px;
    color: var(--tcd-accent-color);
    margin-left: 10px;
  }
  
  /* 一瞬クリアが表示される対策 */
  body.is-ready .product-type-variable .p-product-header-summary .variations .reset_variations {
    opacity: 1;
  }
  
  .product-type-variable .p-product-header-summary .woocommerce-variation>* {
    margin-top: 20px;
  }
  
  .product-type-variable .p-product-header-summary .woocommerce-variation-description {
    line-height: 2;
  }
  
  .product-type-variable .p-product-header-summary .woocommerce-variation-price {
    font-size: 20px;
  }
  
  .product-type-variable .p-product-header-summary .woocommerce-variation-availability {
    color: #d90000;
  }
  
  .product-type-variable .p-product-header-summary .woocommerce-variation-add-to-cart {
    margin-top: 40px;
  }
  
  @media (max-width: 767px) {
  
    .product-type-variable .p-product-header-summary .variations {
      font-size: 14px;
      --tcd-wc-select-width-sp: 100%;
      --tcd-wc-select-height-sp: 50px;
    }
  
    .product-type-variable .p-product-header-summary .variations .label {
      display: table-cell;
      font-size: inherit;
      width: 80px;
      padding-right: 10px;
    }
  
    .product-type-variable .p-product-header-summary .variations .reset_variations {
      display: block;
      width: fit-content;
      margin-top: 10px;
      margin-left: auto;
    }
  
    /* クリアボタン非表示時のマージン対策 */
    .product-type-variable .p-product-header-summary .variations .reset_variations[style*="hidden"] {
      position: absolute;
      pointer-events: none;
    }
  
    .product-type-variable .p-product-header-summary .woocommerce-variation-add-to-cart {
      margin-top: 30px;
    }
  }
  
  /* グループ化された商品 */
  .product-type-grouped .p-product-header-summary .woocommerce-grouped-product-list {
    --tcd-wc-number-width: 60px;
    --tcd-wc-number-height: 45px;
    --tcd-wc-number-font-size: 14px;
    --tcd-wc-number-padding: 10px;
    margin-bottom: 40px;
  }
  
  .product-type-grouped .p-product-header-summary .woocommerce-grouped-product-list-item__quantity {
    vertical-align: middle;
  }
  
  .product-type-grouped .p-product-header-summary .woocommerce-grouped-product-list-item__label {
    padding: 15px 10px;
    font-weight: 600;
    line-height: 1.4;
  }
  
  .product-type-grouped .p-product-header-summary .woocommerce-grouped-product-list-item__price {
    vertical-align: middle;
  }
  
  .product-type-grouped .p-product-header-summary .woocommerce-grouped-product-list-item__price .out-of-stock {
    color: #d90000;
    margin-top: 10px;
  }
  
  @media (max-width: 767px) {
    .product-type-grouped .p-product-header-summary .woocommerce-grouped-product-list {
      font-size: 14px;
      margin-bottom: 25px;
    }
  }
  
  
  /* いいねボタン */
  .p-product-like {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    column-gap: 5px;
    width: fit-content;
    line-height: 1.4;
    font-size: 16px;
    margin-block: calc(5px + var(--tcd-half-read)) var(--tcd-half-read);
  }
  
  .p-product-like:before {
    content: "";
    width: 1.3em;
    height: 1.3em;
    background: var(--tcd-accent-color);
    mask: var(--tcd-icon--heart) no-repeat center / 1.4em;
  }
  
  .p-product-like.is-liked:before {
    mask-image: var(--tcd-icon--heart-fill);
  }
  
  .p-product-like.is-liked .p-product-like-add,
  .p-product-like:not(.is-liked) .p-product-like-remove {
    display: none;
  }
  
  @media (any-hover: hover) {
    .p-product-like:hover {
      opacity: 0.7;
    }
  }
  
  @media (max-width: 767px) {
    .p-product-like {
      font-size: 14px;
      margin-inline: auto;
      margin-top: calc(10px + var(--tcd-half-read));
    }
  }
  
  /* メタ情報 */
  .p-product-header-summary-product-share-button {
    --tcd-share-button-font-size-pc: 35px;
    --tcd-share-button-justify-content: start;
  }
  
  @media (max-width: 767px) {
  
    .p-product-header-summary-product-tags,
    .p-product-header-summary-product-brands {
      margin-top: 10px;
    }
  
    .p-product-header-summary-product-share-button {
      margin-top: 10px;
      --tcd-share-button-justify-content: center;
    }
  }
  
  
  
  /* タブコンテンツ */
  .p-product-tabs {
    display: grid;
    align-content: start;
    row-gap: 120px;
    margin-top: 120px;
  }
  
  .p-product-tabs-section-title {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
    border: 1px solid #ddd;
  }
  
  .p-product-tabs-section-title-text {
    display: block;
    width: fit-content;
    padding-block: calc(22px + var(--tcd-half-read));
    border-top: 5px solid var(--tcd-accent-color);
    margin-inline: auto;
    margin-block: -1px -2px;
  }
  
  @media (max-width: 767px) {
    .p-product-tabs {
      row-gap: 40px;
      margin-top: 40px;
    }
  
    .p-product-tabs-section-title {
      font-size: 16px;
    }
  
    .p-product-tabs-section-title-text {
      padding-block: calc(20px + var(--tcd-half-read));
      margin-block: -1px 1px;
    }
  }
  
  /* 説明 */
  .p-product-tabs-section-content-description {
    margin-top: 60px;
  }
  
  @media (max-width: 767px) {
    .p-product-tabs-section-content-description {
      margin-top: 30px;
    }
  }
  
  /* 追加情報テーブル */
  .p-product-tabs-section-content-additional_information {
    font-size: 16px;
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: -1px;
  }
  
  .p-product-tabs-section-content-additional_information table.shop_attributes {
    border-top: none;
    margin-bottom: 0;
  }
  
  .p-product-tabs-section-content-additional_information table.shop_attributes th {
    width: 200px;
    font-weight: 600;
    padding: 20px 10px;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
  }
  
  .p-product-tabs-section-content-additional_information table.shop_attributes td {
    font-style: initial;
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
  }
  
  .p-product-tabs-section-content-additional_information table.shop_attributes tr:last-child :is(th, td) {
    border-bottom: none;
  }
  
  .p-product-tabs-section-content-additional_information table.shop_attributes td p {
    padding: 20px 10px;
  }
  
  @media (max-width: 767px) {
    .p-product-tabs-section-content-additional_information {
      font-size: 14px;
      padding: 20px;
    }
  
    .p-product-tabs-section-content-additional_information table.shop_attributes th {
      width: 100px;
      padding-block: 15px;
    }
  
    .p-product-tabs-section-content-additional_information table.shop_attributes td p {
      padding-block: 15px;
    }
  }
  
  /* レビュー */
  .p-product-tabs-section-content-reviews {
    margin-top: -1px;
  }
  
  /* レビュー一覧 */
  .p-product-review-list {
    padding: 30px;
    border: 1px solid #ddd;
  }
  
  .p-product-review-list ol {
    display: grid;
    align-content: start;
    row-gap: 30px;
  }
  
  .p-product-review-list li {
    padding: 30px;
    background: #f8f8f8;
  }
  
  .p-product-review-list-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 14px;
    --tcd-wc-star-rating-margin: -2px 0 0;
  }
  
  .p-product-review-list-item-meta .meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
  
  .p-product-review-list-item-meta .woocommerce-review__verified,
  .p-product-review-list-item-meta .woocommerce-review__dash {
    display: none;
  }
  
  .p-product-review-list li .description {
    font-size: 16px;
    line-height: 2.4;
    margin-block: var(--tcd-half-read);
  }
  
  .p-product-review-list .woocommerce-pagination {
    margin-top: 30px;
  }
  
  .p-product-review-list .woocommerce-noreviews {
    text-align: center;
  }
  
  @media (max-width: 767px) {
  
    .p-product-review-list {
      font-size: 14px;
      padding: 20px;
    }
  
    .p-product-review-list ol {
      row-gap: 20px;
    }
  
    .p-product-review-list li {
      padding: 20px;
    }
  
    .p-product-review-list-item-meta {
      margin-bottom: 20px;
      --tcd-wc-star-rating-margin: -2px 0 0;
    }
  
    .p-product-review-list-item-meta .meta {
      gap: 10px;
    }
  
    .p-product-review-list li .description {
      font-size: 14px;
    }
  
    .p-product-review-list .woocommerce-pagination {
      margin-top: 20px;
    }
  }
  
  /* レビューフォーム */
  .p-product-review-form-wrapper {
    padding: 30px;
    border: 1px solid #ddd;
    margin-top: -1px;
  }
  
  .p-product-review-form {
    text-align: center;
  }
  
  .p-product-review-form .comment-reply-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.8;
    margin-block: calc(10px + var(--tcd-half-read)) calc(25px + var(--tcd-half-read));
    color: var(--tcd-accent-color);
  }
  
  .p-product-review-form-desc {
    font-size: 16px;
    line-height: 1.8;
    margin-block: var(--tcd-half-read) calc(20px + var(--tcd-half-read));
  }
  
  .p-product-review-form .comment-form-rating label {
    display: none;
  }
  
  .p-product-review-form .comment-form-rating .stars {
    width: fit-content;
    font-size: 18px;
    color: var(--tcd-accent-color);
    margin-inline: auto !important;
  }
  
  .p-product-review-form .comment-form-rating .stars>span {
    display: flex;
  }
  
  .p-product-review-form .comment-form-rating .stars>span a {
    width: 1.2em;
  }
  
  .p-product-review #review_form #respond p {
    margin: 0;
  }
  
  .p-product-review-form .comment-form {
    display: grid;
    align-content: start;
    row-gap: 30px;
  }
  
  .p-product-review-form .comment-form-comment label {
    display: none;
  }
  
  .p-product-review #review_form #respond textarea {
    padding: 0.6em 1em;
    line-height: 1.4;
    height: 100px;
    border: 1px solid #ddd;
  }
  
  .p-product-review #review_form #respond .form-submit input[type="submit"] {
    display: grid;
    place-items: center;
    width: fit-content;
    min-width: 280px;
    height: 60px;
    font-size: 16px;
    font-weight: initial;
    color: var(--tcd-accent-color);
    background: transparent;
    padding-inline: 20px;
    border: 1px solid var(--tcd-accent-color);
    border-radius: calc(infinity * 1px);
    margin-inline: auto;
  }
  
  @media (any-hover: hover) {
  
    .p-product-review #review_form #respond .form-submit input[type="submit"]:hover {
      color: #fff;
      background: var(--tcd-accent-color);
      border: 1px solid var(--tcd-accent-color);
    }
  }
  
  @media (max-width: 767px) {
  
    .p-product-review-form-wrapper {
      padding: 20px;
    }
  
    .p-product-review-form .comment-reply-title {
      font-size: 18px;
    }
  
    .p-product-review-form-desc {
      font-size: 14px;
    }
  
    .p-product-review-form .comment-form-rating label {
      display: none;
    }
  
    .p-product-review #review_form #respond .form-submit input[type="submit"] {
      min-width: 250px;
      font-size: 14px;
      padding-inline: 1em;
      margin-top: -10px;
    }
  }
  
  /* 非会員のレビュー投稿メッセージ */
  .p-product-review-verification-required {
    font-size: 16px;
    line-height: 1.8;
    text-align: center;
    padding: calc(30px + var(--tcd-half-read)) 30px;
    border: 1px solid #ddd;
    margin-top: -1px;
  }
  
  @media (max-width: 767px) {
  
    .p-product-review-verification-required {
      font-size: 14px;
      padding: calc(20px + var(--tcd-half-read)) 20px;
    }
  }
  
  /* アップセル、関連商品 */
  .p-product-tabs-section-content-up-sells,
  .p-product-tabs-section-content-related {
    --tcd-wc-product-cards-col: 4;
    margin-top: 30px;
  }
  
  /* 最近チェックした商品 */
  .p-product-tabs-section-content-recently-viewed {
    --tcd-wc-product-cards-col: 5;
    --tcd-wc-product-cards-image-margin: 0 0 20px;
    --tcd-wc-product-cards-title: 14px;
    --tcd-wc-outofstock-font-size: 14px;
    font-size: 14px;
    margin-top: 30px;
  }
  
  @media not all and (max-width: 767px) {
    .p-product-tabs-section-recently-viewed .p-product-tabs-section-title {
      border: none;
    }
  }
  
  @media (max-width: 767px) {
  
    .p-product-tabs-section-content-up-sells,
    .p-product-tabs-section-content-related {
      margin-top: 20px;
    }
  
    .p-product-tabs-section-content-recently-viewed {
      margin-top: 20px;
    }
  }
  


  /* woocommerce */

  .woocommerce ul.products li.product a.woocommerce-loop-product__link{
    background-color: #fff;
    border-radius: 10px;

  }

  ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0px 14px !important;
    /* text-align: center; */
    font-size: 14px !important;
    font-size: 2rem !important;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 12px;
}
.woocommerce ul.products li.product .price {
  display: block;
  font-weight: 400;
  margin-bottom: .5em;
  font-size: 18px !important;
  text-align: right;
  /* font-weight: bold !important; */
  padding: 0px 14px;
  margin-top: 14px !important;
  text-align: right;
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.6 !important;
}
.woocommerce ul.products li.product a.woocommerce-loop-product__link {
  padding-bottom: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{

}


 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 20px 2.992em 0 !important;
    padding: 0;
    position: relative;
    width: calc(100%/3 - 40px) !important;
    margin-left: 0;
    background-color: #FFF;
    border-radius: 10px;
}
 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 10px 2.992em 10px !important;
    padding: 0;
    position: relative;
    width: calc(100% / 3 - 20px) !important;
    margin-left: 0;
    background-color: #FFF;
    border-radius: 10px;
transition: all 0.3s ease 0s;
opacity: 1 !important;
}
 .woocommerce ul.products li.product, .woocommerce-page ul.products li.product a:hover {
  /* opacity: 0.8 !important; */
}
 .woocommerce ul.products li.product, .woocommerce-page ul.products .product:nth-of-type(2) {
margin-right: 0 ;
}

  .woocommerce ul.products li.product a img {
    width: 100%;
    /* height: auto; */
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    /* aspect-ratio: 1; */
    border-radius: 10px 10px 0px 0px;
    object-fit: cover;
    height: 170px !important;
    margin-bottom: 20px !important;
}


.woocommerce ul.products li.product .button {
  display: none !important;
  margin-top: 1em;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
@media screen and (max-width: 767px){
  .recommend {
    background-size: cover;
    background-position: center;
}
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 10px 2.992em 10px !important;
    /* width: calc(100%/2 - 10px) !important; */
    width: calc(100% - 20px) !important;

}
#recommend .activity__title.title_2{
  margin-bottom: 50px;
}
ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 0px 14px !important;
  /* text-align: center; */
  font-size: 18px !important;
}
.woocommerce ul.products li.product .price {
text-align: right;
/* font-weight: bold !important; */
padding: 0px 14px;
margin-top: 14px !important;
text-align: right;
font-size: 16px !important;
font-weight: bold !important;
line-height: 1.6 !important;
}
}