#mv {
  position: relative;
}
#mv > .inner {
  max-width: 1000px;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#mv .mv_text {
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.375;
  -webkit-text-stroke: 5px #fff;
  paint-order: stroke;
}
@media screen and (min-width: 576px) {
  #mv .mv_text {
    font-size: 175%;
  }
}
@media screen and (min-width: 768px) {
  #mv .mv_text {
    font-size: 200%;
  }
}
@media screen and (min-width: 992px) {
  #mv .mv_text {
    font-size: 300%;
  }
}

#secInfo {
  padding: 0 0 3.125em;
  background-color: var(--bg);
}
#secInfo .info_meta {
  width: 100%;
  margin-bottom: 1.7778em;
  background-color: var(--text);
  color: #fff;
  font-size: 112.5%;
}
#secInfo .info_meta > .inner {
  width: 100%;
  max-width: 100%;
}
#secInfo .info_meta .icon {
  background-color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
}
#secInfo .info_meta .icon img {
  width: 1.2593em;
}
#secInfo .info_meta .text {
  letter-spacing: 0.2em;
  line-height: 1.5185;
}
#secInfo .info_meta .linkbtn {
  background-color: var(--main);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#secInfo .info_meta .linkbtn:hover {
  background-color: #fff;
  color: var(--main);
  opacity: 1;
}
#secInfo .info_txtwrap {
  padding: 2em;
  margin-bottom: 1.75em;
  background-color: #fff;
  border-radius: 0.75em;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  #secInfo .info_meta {
    font-size: 125%;
  }
  #secInfo .info_meta > .inner {
    max-width: 980px;
  }
  #secInfo .info_txtwrap {
    font-size: 112.5%;
  }
}
@media screen and (min-width: 992px) {
  #secInfo .info_meta {
    /*font-size: 168.75%;*/
  }
  #secInfo .info_txtwrap {
    font-size: 125%;
  }
}

#secEvent {
  padding: 4.0625em 0;
  background-color: #f2efe7;
}
#secEvent .event_title {
  width: 100%;
  max-width: 17.9333em;
  margin: 0 auto 0.8333em;
  font-size: 125%;
  text-align: center;
}
#secEvent .event_title span {
  width: 100%;
  padding: 0.3333em 0;
  background-color: #703835;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.6667em) 50%, 100% 100%, 0 100%, 0.6667em 50%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.6667em) 50%, 100% 100%, 0 100%, 0.6667em 50%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: inline-block;
}
#secEvent .slider {
  width: 100%;
}
#secEvent .slider .swiper-wrapper {
  align-items: stretch;
}
#secEvent .slider_item {
  height: auto;
  padding: 0 20px;
}
#secEvent .slider_item > .inner {
  height: 100%;
  background-color: #fff;
}
#secEvent .slider_item .img {
  width: 100%;
  padding-top: 77.7778%;
  position: relative;
  overflow: hidden;
}
#secEvent .slider_item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#secEvent .slider_item .txtwrap {
  padding: 1.3889em 0.8333em;
  font-weight: 700;
}
#secEvent .slider_item .txtwrap .title {
  font-size: 116.67%;
  letter-spacing: 0.05em;
  line-height: 1.4762;
}
#secEvent .slider_item .txtwrap .button {
  max-width: 7.9412em;
  border-radius: 0;
  font-size: 94.44%;
}
#secEvent .slider_item .text {
  height: 100%;
  padding: 0.4167em 1.4583em;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.4167em) 50%, 100% 100%, 0 100%, 0.4167em 50%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.4167em) 50%, 100% 100%, 0 100%, 0.4167em 50%);
  font-weight: 700;
  line-height: 1.4167;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#secEvent .slider .carousel-control-prev {
  left: -10px;
}
#secEvent .slider .carousel-control-next {
  right: -10px;
}
@media screen and (min-width: 768px) {
  #secEvent .event_title {
    font-size: 156.25%;
  }
  #secEvent .slider {
    padding: 0 10px;
  }
  #secEvent .slider_item {
    padding: 0;
    font-size: 87.5%;
  }
  #secEvent .slider_item > .inner {
    width: calc(100% - 20px);
  }
  #secEvent .slider .carousel-control {
    width: 30px;
  }
  #secEvent .slider .carousel-control-prev {
    left: -5px;
  }
  #secEvent .slider .carousel-control-next {
    right: -5px;
  }
}
@media screen and (min-width: 992px) {
  #secEvent .event_title {
    font-size: 187.5%;
  }
  #secEvent .slider_item {
    font-size: 100%;
  }
  #secEvent .slider_item > .inner {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1200px) {
  #secEvent .slider_item {
    font-size: 112.5%;
  }
}

#secChat {
  padding: 4.375em 0 5.9375em;
  background-color: var(--bg);
}
#secChat > .inner {
  max-width: 800px;
}
#secChat .chat_title {
  width: 100%;
  max-width: 17.9333em;
  margin: 0 auto;
  font-size: 125%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#secChat .chat_title .icon {
  width: 4.8em;
  height: 4.8em;
  padding: 2% 2.5% 11% 4%;
  margin-bottom: -1.6667em;
  background-color: #703835;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#secChat .chat_title .icon img {
  width: 60%;
}
#secChat .chat_title .text {
  width: 100%;
  padding: 0.3333em 0;
  background-color: #703835;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 0.6667em) 50%, 100% 100%, 0 100%, 0.6667em 50%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 0.6667em) 50%, 100% 100%, 0 100%, 0.6667em 50%);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  display: inline-block;
}
#secChat .chat_wrap {
  width: 100%;
  padding: 1.6667em 0 4em;
  background-color: #fff;
  font-size: 93.75%;
}
#secChat .chat_wrap > .inner {
  max-width: 100%;
}
#secChat .chatbox {
  width: 100%;
  margin-top: 1.2em;
}
#secChat .chatbox_inner {
  position: relative;
}
#secChat .chatbox_header {
  width: 100%;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
#secChat .chatbox_header .icon {
  width: 3.7333em;
  margin-right: 1em;
  flex-shrink: 0;
}
#secChat .chatbox_header .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#secChat .chatbox_header .text .name {
  font-size: 113.33%;
  font-weight: 700;
}
#secChat .chatbox_header .editbtn {
  width: 1.6em;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#secChat .chatbox_body {
  width: calc(100% - 4.7333em);
  margin-left: auto;
  letter-spacing: 0.05em;
  line-height: 1.5333;
}
#secChat .chatbox_body .txtwrap {
  width: 90%;
}
#secChat .chatbox_body p + p {
  margin-top: 1.8667em;
}
#secChat .chatbox_body p img {
  width: 100%;
  border-radius: 1.7333em;
}
#secChat .chatbox_footer {
  width: calc(90% - 4.7333em);
  margin: 1.6em auto 0 4.7333em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#secChat .chatbox_footer .sharebtn {
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#secChat .chatbox_footer .sharebtn a {
  display: inline-flex;
  align-items: center;
  grid-gap: 0.5em;
}
#secChat .chatbox_footer .sharebtn img {
  width: 1.6667em;
  display: block;
}
#secChat .chatbox_footer .replybtn {
  /*width: 7.9412em;*/
  height: 1.7647em;
  background-color: var(--main);
  color: #fff;
  font-size: 113.33%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#secChat .chatbox_footer .replybtn:hover {
  background-color: #fff;
  color: var(--main);
}
#secChat .chatbox_footer .reply_txt {
  margin-top: 1.1111em;
  font-size: 120%;
}
#secChat .chatbox_footer .reply_btns {
  margin-left: auto;
  display: flex;
  align-items: center;
}
#secChat .chatbox_footer .reply_btns .sharebtn {
  margin-right: 1em;
  position: relative;
  transform: translateY(0);
}
#secChat .chatbox_footer .reply_btns .replybtn {
  width: 3.8462em;
  height: 1.5385em;
  font-size: 86.67%;
}
#secChat .chatbox_tail {
  width: 2.8667em;
  height: calc(100% - 5.4em);
  position: absolute;
  bottom: 10px;
  left: 28px;
}
#secChat .chatbox_tail .line {
  width: 3px;
  background-color: #BEBEBE;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 18px);
}
#secChat .chatbox_tail .curve {
  width: 30px;
  height: 18px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="18" viewBox="0 0 30 18" fill="none"><path d="M1.5 0C1.5 9 8.55 16.05 17.25 16.05H29.97" stroke="%23BEBEBE" stroke-width="3" stroke-miterlimit="10"/></svg>') center bottom/contain no-repeat;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#secChat .chatbox.reply {
  width: 94.7368%;
  margin-left: auto;
}
#secChat .chatbox.reply .chatbox_body .txtwrap {
  width: 100%;
}
#secChat .chatbox.reply .chatbox_footer {
  width: calc(100% - 4.7333em);
  padding: 0.6667em 0 0;
  margin-top: 0.6667em;
  border-top: 1px solid var(--text);
  align-items: flex-start;
  justify-content: space-between;
}
#secChat .reply_wrap {
  width: 95%;
  padding-top: 1px;
  margin: 1.2em auto 0 0;
  position: relative;
}
#secChat .reply_wrap::before {
  content: "";
  width: 94.7368%;
  height: 1px;
  background-color: var(--text);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#secChat .comment_box {
  width: 100%;
  margin: 2.6667em auto 0;
}
#secChat .comment_box textarea {
  width: 100%;
  height: 100px;
  padding: 1em;
  background-color: #fff;
  border: 1px solid var(--text);
}
#secChat .comment_box textarea:focus {
  border: 2px solid var(--main);
  outline: 0;
}
#secChat .comment_box_footer {
  padding-top: 1em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
#secChat .comment_box_footer .imgbtn {
  width: 1.4667em;
  margin: 0 auto 0 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#secChat .comment_box_footer .submitbtn {
  /*width: 3.8462em;*/
  padding: 0 1em;
  height: 1.5385em;
  background-color: var(--main);
  color: #fff;
  font-size: 86.67%;
  font-weight: 700;
  text-align: center;
}
#secChat .comment_box_footer .submitbtn:hover {
  background-color: #fff;
  color: var(--main);
}
@media screen and (min-width: 768px) {
  #secChat .chat_title {
    font-size: 156.25%;
  }
  #secChat .chat_title .icon {
    padding: 2% 3.5% 9% 4%;
  }
  #secChat .chat_title .icon img {
    width: 70%;
  }
  #secChat .chat_wrap > .inner {
    max-width: 980px;
  }
  #secChat .chatbox_header .text {
    flex-direction: row;
    align-items: center;
    grid-gap: 3em;
  }
  #secChat .chatbox.reply {
    width: 88.8888%;
  }
  #secChat .reply_wrap {
    width: 90%;
  }
  #secChat .reply_wrap::before {
    width: 88.8888%;
  }
  #secChat .comment_box {
    width: 80%;
  }
}
@media screen and (min-width: 992px) {
  #secChat .chat_title {
    font-size: 187.5%;
  }
  #secChat .chat_wrap > .inner {
    width: calc(100% - 50px);
  }
}

/* メインビジュアルのスタイル調整 */
#mv {
  position: relative;
  overflow: hidden;
}

#mv .mv_image_container {
  width: 100%;
  height: 300px; /* デフォルトの高さを設定 */
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #mv .mv_image_container {
    height: 400px; /* タブレットサイズでの高さ */
  }
}

@media screen and (min-width: 992px) {
  #mv .mv_image_container {
    height: 500px; /* PCサイズでの高さ */
  }
}

#mv .mv_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像が常に親要素を覆うようにする */
  object-position: center; /* 画像の中央を表示の中心に */
}



/* 下層ページ用のMVセクション（ページタイトル） */
#mv.page-title {
  position: relative;
  height: auto;
}

#mv.page-title .mv_text {
  height: 4em;
  background-color: var(--text);
  color: #fff;
  font-size: 125%;
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-stroke: 0; /* 既存のtext-strokeを無効化 */
  paint-order: normal;
}

#mv.page-title .mv_text h1 {
  font-size: 1em;
  font-weight: 700;
  margin: 0;
  letter-spacing: inherit;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  #mv.page-title .mv_text {
    font-size: 150%;
  }
}

@media screen and (min-width: 992px) {
  #mv.page-title .mv_text {
    height: 3.7037em;
    font-size: 168.75%;
  }
}



/*特商法*/
.tokutei_container {
  max-width: 800px;
  margin: 0 auto;
  padding: 3em 0;
}

.tokutei_table {
  width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 3em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.tokutei_table th,
.tokutei_table td {
  padding: 1.5em;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  vertical-align: top;
}

.tokutei_table th {
  width: 30%;
  background-color: #f8f8f8;
  font-weight: 700;
  color: var(--text);
}

.tokutei_table td {
  width: 70%;
  line-height: 1.8;
}

.tokutei_table tr:last-child th,
.tokutei_table tr:last-child td {
  border-bottom: none;
}

.tokutei_table a {
  color: var(--main);
  text-decoration: underline;
}

.tokutei_table a:hover {
  text-decoration: none;
}

.tokutei_business {
  background-color: #fff;
  padding: 2em;
  border-radius: 0.5em;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.tokutei_business h2 {
  font-size: 125%;
  font-weight: 700;
  margin-bottom: 1em;
  color: var(--text);
  border-bottom: 2px solid var(--main);
  padding-bottom: 0.5em;
}

.tokutei_business ul {
  list-style: none;
  padding: 0;
}

.tokutei_business li {
  padding: 0.5em 0;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.8;
}

.tokutei_business li::before {
  content: "●";
  color: var(--main);
  position: absolute;
  left: 0;
}

/* レスポンシブ対応 */
@media screen and (max-width: 767px) {
  .tokutei_table th,
  .tokutei_table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  
  .tokutei_table th {
    background-color: #f2f2f2;
    border-bottom: none;
    font-size: 93.75%;
  }
  
  .tokutei_table td {
    padding-top: 0.5em;
    padding-bottom: 1.5em;
  }
  
  .tokutei_table tr {
    display: block;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  #secTokutei {
    padding: 5em 0;
  }
  
  .tokutei_business h2 {
    font-size: 150%;
  }
  
  .tokutei_business li {
    font-size: 112.5%;
  }
}









