@charset "utf-8";
/*
Theme Name: tcx
Author: Sakura Kuzuoka
Description: TokyoComix Original Theme
Version： 1.0.0
*/

/*cssのリセット*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,
blockquote,pre,abbr,address,cite,code,del,dfn,em,img,
ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,
summary,time,mark,audio,video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
  box-sizing: border-box;
}

html {
  font-size: clamp(14px, 1vw + 0.5rem, 20px);
}

body {
  line-height: 1;
}

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

nav ul,
ul{
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9;
}

mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

html {
  font-size: 16px;
  margin-top: 0 !important;
}
@media screen and (max-width: 782px){
  html{
    margin-top: 0 !important;
  }
}

body {
font-family: "M PLUS 1p", sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #704684;
}

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

/* ==============================
 * SP改行
 * ============================== */

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

/* ============================== */
/* 各ページ共通CSS */
/* ============================== */

td{
  color: #704684;
}

.MainCont{
  width: min(90vw, 768px);
  border: none;
  margin-inline: auto;
  position: relative;
  background: #250303;
}
@media(max-width : 599px){
  .MainCont{
    max-width: 600px;
    width: 100%;
  }
}

.MainCont a{
  color: #E4C791;
}

.n-area{
  margin: 0 auto;
  padding: 0;
  background: #250303;
}
@media screen and (max-width: 782px){
  .n-area{
    padding: 1rem;
  }
}

.tBox{
  background: #250303;
  padding: 2rem;
  margin: 2rem 1rem;
  border: #E4C791 double 5px;
}
@media(max-width : 599px){
  .tBox{
    margin: 0.5rem 0 0 0;
    padding: 2rem 0 0 0;
  }
}

table{
  width: 100%;
}

tr{
  display: flex;
  flex-flow: column;
}

th{
  width: 100%;
}

td{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 600;
  padding: 1rem 0 0 0;
  line-height: 1.6;
  margin-bottom: 3rem;
  color: #fff;
}

tr.att td{
  text-align: left;
  padding: 2rem;
  color: #fff;
  border: #E4C791 solid 2px;
}

/* ============================== */
/* 注意事項インデント */
/* ============================== */

.ip-att-txt-item{
  font-size: 0.9rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
@media(max-width:480px){
  .ip-att-txt-item{
    font-size: 0.8rem;
    margin-bottom: 8px;
  }
}

/* ============================== */
/* よくある質問 */
/* ============================== */

.accordions {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.accordion__menu {
  margin: 0 2rem;
}

.accordion__button {
font-family: "M PLUS 1p", sans-serif;
  appearance: none;
  text-align: inherit;
  width: 100%;
  background-color: #fff;
  color: #250303;
  padding: 1rem;
  cursor: pointer;
  border: none;
  font-weight: 600;
  font-size: 0.9rem;
}
.accordion__body {
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}
.accordion__text {
  padding: 0 1rem 1rem 1rem;
  background: #fff;
  color: #250303;
  font-size: 0.9rem;
  font-weight: 500;
}
.accordion .open{
  border-radius: 1rem;
  background: #fff;
}

/* ============================== */
/* セクションごと */
/* ============================== */

#n01,#n02,#n03,#n04,#n05,#n06,#n07{
  margin: 0 0 6rem;
}

#n01{
  margin-top: 12rem;
}

/* ============================== */
/* CONTACT */
/* ============================== */

.thanks-text-first{
    text-align: center;
    padding: 3rem 0;
    letter-spacing: 1px;
    line-height: 1.8;
    color: #333;
    font-size: 1.3rem;
}
@media (max-width: 768px){
  .thanks-text-first{
    font-size: 1.1rem !important;
	  padding-bottom:0;
  }
}
@media (max-width: 599px){
	    .thanks-text-first {
        font-size: 0.9rem !important;
        padding-top: 1rem;
        padding-bottom: 0;
    }
}

.holo-contact-area{
  width: min(90vw, 1200px);
  background: #F4F4F2;
  border: none;
  margin-inline: auto;
  position: relative;
  padding: 0 0 3rem;
  margin: 4rem auto;
}
@media (max-width: 768px){
  .holo-contact-area{
    max-width: 700px;
    width: 90%;
	  margin: 5rem auto 4rem;
    padding: 0;
  }
}

.contact{
  font-family: "M PLUS 1p", sans-serif;
}

.back-top-button a{
color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1vw;
    letter-spacing: 4px;
    text-align: center;
    background: #333;
    border-radius: 4px;
    padding: 1rem;
    margin-top: 2rem
}
@media (max-width: 768px){
  .back-top-button a{
    font-size: 1.5rem;
	  margin:0 0 2rem 0;
  }
}

.holo-att-thx{
  background: #250303;
  padding: 2rem;
  margin: 0 auto;
  border: #E4C791 double 5px;
  border-radius: 0;
  color: #fff;
  width: 40rem;
}
@media(max-width : 599px){
  .holo-att-thx{
    width: 100%;
  }
}

.holo-contact-area .title{
  text-align: center;
  padding-top: 5rem;
	padding-bottom:3rem;
}
@media(max-width : 599px){
  .holo-contact-area .title{
    font-size: 1.8rem;
  }
}

.holo-contact-area .caution{
  padding: 2rem;
  margin: 0 auto;
  border-radius: 0;
  color: #000;
  width: 720px;
	text-align:left;
}
@media(max-width : 599px){
  .holo-contact-area .caution{
    width: 100%;
  }
}

.contactTitle{
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #E83816;
}

.contact-form{
  width: 720px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
}
@media(max-width : 599px){
  .contact-form{
    width: 100%;
	  padding-bottom:3rem;
	  margin:0;
  }
}

@media (max-width: 768px){
	.contact .title{
		width: auto;
    display: block;
    margin: 0 auto;
		padding:4rem 0 2rem;
	}
}


.wpcf7-radio{
  display: flex;
  gap: 2rem;
}
@media (max-width: 768px){
  .wpcf7-radio{
    flex-flow:column;
  }
}

.cf7title{
  margin-bottom: 1rem;
    font-weight: normal;
}
@media(max-width : 599px){
  .cf7title{
    max-width: 20rem;
  }
}

.nameArea input {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}
@media(max-width : 599px){
  .nameArea input{
    max-width: 20rem;
  }
}

.contact-form select, .contact-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 3px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}
@media(max-width : 599px){
  .contact-form select, .contact-form textarea{
    max-width: 20rem;
  }
}

.required{
  color: #e1251b;
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: 900;
  font-family: "M PLUS 1p", sans-serif;
}

.wpcf7-list-item{
  margin: 0 0 0.5rem 0;
  color: #fff;
}

.wpcf7-submit{
    color: #333;
    display: inline-block;
    text-decoration: none;
    font-size: 1.1rem;
    letter-spacing: 4px;
    border: 0;
    background: #333;
    margin: 4rem auto;
    text-align: center;
    padding: 1rem;
    color: #fff;
    width: 50%;
    border-radius: 4px;
    font-weight: normal;
}
@media(max-width : 599px){
  .wpcf7-submit{
    max-width: 20rem;
  }
}

.grecaptcha-logo{
  display: none;
}

.grecaptcha-badge{
  display: none;
}

/* ラジオボタン本体を非表示 */
.wpcf7-radio input[type="radio"] {
  display: none;
}

.wpcf7-radio span{
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.2s ease;
  user-select: none;
  background-color: #fff;
  color: #333;
  height: 3rem;
  text-align: center;
  width: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.wpcf7-radio .wpcf7-list-item label {
  display: inline-block;
  border: 2px solid #333;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.2s ease;
  user-select: none;
  background-color: #fff;
  color: #333;
}

.wpcf7-radio .wpcf7-list-item label:hover {
  background-color: #f0f0f0;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background-color: #333;
  color: #fff;
}

.check-box-wrap span{
  color: #000;
}

.check-box-wrap a{
  color: #E83816;
}

.cf-turnstile{
  display: none;
}

h4.cf7title{
  color: #000;
}

/* ===================================== */
/* @media(max-width : 599px) 一部まとめて */
/* ===================================== */

@media(max-width : 599px){
  td{
    font-size: 0.9rem;
  }

  tr.att td{
    padding: 2rem 1rem;
    margin: 1rem;
  }

  .accordion__menu{
    margin: 0 1rem;
  }

  h2 span{
    font-size: 0.8rem;
  }

  .accordion__text{
    font-size: 0.8rem;
  }
}

/* ============================== */
/* アイコン */
/* ============================== */

.sp-navigation{
  position: relative;
}

.holoSNSicon{
  display: flex;
  flex-flow: row-reverse;
  position: absolute;
  bottom: 2rem;
  right: 1.5rem;
  width: 120px;
  opacity: 1;
  gap: 0.5rem;
}

@media(max-width : 599px){
  .holoSNSicon{
    top: 3rem;
  }
}

/* ============================== */

.spNone{
  display: inline-block;
}
@media(max-width : 599px){
  .spNone{
    display: none;
  }
}

/* ============================== */

.an_ar-att{
  text-align: left;
  background: #E4C791;
  padding: 1rem 2rem;
  margin-top: 1rem;
  color: #250303;
}
@media (max-width: 599px){
  .an_ar-att{
    margin: 1rem;
    padding: 1rem;
  }
}

/* ============================== */

.tabs {
  display: flex;
  gap: 4px;
}
@media (max-width: 599px){
  .tabs{
    margin: 0 1rem;
  }
}

.tab {
  padding: 10px 24px;
  cursor: pointer;
  border: 1px solid #E4C791;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  width: 50%;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
}

.tab.active {
  background: #fff;
  border-bottom: 1px solid #E4C791;
  margin-bottom: -1px;
  font-weight: bold;
  color: #250303;
}

.panels {
  border-radius: 0 6px 6px 6px;
  background: #fff;
}
@media (max-width: 599px){
  .panels{
    margin: 0 1rem;
  }
}

.panel {
  display: none;
}

.panel.active {
  display: block;
}

.an_ar-mini{
  display: block;
  font-size: 0.85rem;
  margin: 1rem;
}
@media (max-width: 599px){
  .an_ar-mini{
    font-size: 0.75rem;
  }
}

.an_story-text{
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-shadow: 1px -12px 4px #000;
}
@media (max-width: 599px){
  .an_story-text{
    font-size: 0.9rem;
  }
}

@media (max-width: 599px){
  img.an_ar-sample{
    width: 90%;
  }
}

.an_ar-sample-flex{
  display: flex;
  align-items: flex-start;
  margin: 0 1rem;
  gap: 8px;
  justify-content: center;
}

.an_ar-sample-flex img{
  width: 50%;
}

/* ======================================================================================================================= */
/* ================================================== TCXトップここから ================================================== */
/* ======================================================================================================================= */

.w-tcx{
  font-size: clamp(14px, 1vw + 0.5rem, 20px) !important;
}

.w-tcx h1{
  max-width: 1920px;
  width: 80%;
}
@media (max-width: 768px){
  .w-tcx h1{
    width: 80%;
	  position:relative;
  }
	.w-tcx h1 img{
		position:absolute;
		left:0;
		bottom:0.5rem;
	}
}

.w-tcx h1.ttLogo{
    position: absolute;
    right: 4rem;
	width:50%;
}
@media (max-width: 768px){
	.w-tcx h1.ttLogo{
		right: 1rem;
		width: 64%;
	}
}

/* コンテンツ全体のラッパー */
.tcx {
  position: relative;
  z-index: 1;
  font-family: "M PLUS 1p", sans-serif;
}

/* 動画 */

.video-bg-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  .bg-video {
    transform: translate(-50%, -50%) rotate(90deg);
    /* 回転すると幅と高さが入れ替わるので調整 */
    width: 100vh;
    height: 100vw;
  }
}
@media (max-width: 599px) {
	.tt .bg-video{
		transform: translate(-50%, -50%);	
	}
}

.video-overlay {
  position: absolute;
  inset: 0;
/*   background: rgba(255, 255, 255, 0.5); */
  z-index: 1;
}

.video-content {
  position: relative;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.video-content .text-area{
    height: 100vh;
    text-align: right;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: center;
}

/* ============================== */

.tcx-section {
  position: relative;
  background: #fff;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tcx h2{
    margin-bottom: 2rem;
    color: #fff;
    font-size: 3.5rem;
}
@media (max-width: 768px){
	.tcx h2{
		margin-bottom:2rem;
	}
}
@media (max-width: 768px){
	.tcx h2{
		font-size:3rem;
	}
}

.ttTitle span{
    display: block;
    font-size: 1.2rem;
    letter-spacing: 4px;
}

.n-000{
  height: 100vh;
  background: #f4f4f2;
}

/* n-001 */

#n-001 {
  margin-top: 100vh;
  height: 100vh;
  position: relative;
  z-index: 2;
	background: #fff;
/*   background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0.8) 100%
  ); */
	 overflow: hidden;
}

.circle{
  position: absolute;
  right: -15%;      /* 画面幅に対して常に同じ割合ではみ出す */
  top: 50%;
  transform: translateY(-50%);  /* 縦中央揃え */
  width: 45vw;      /* 画面幅に対してサイズも可変に */
  height: 45vw;
  max-width: 1200px; /* 大画面でも大きくなりすぎない */
  max-height: 1200px;
}
@media (max-width: 1024px){
	.circle{
		top: 8%;
    	width: 50vw;
    	height: 50vw;
	}
}
@media (max-width: 768px){
	.circle{
    	top: 5%;
    	width: 50vw;
    	height: 50vw;
	}
}

/* .circle svg {
  width: 100%;
  height: auto;
  display: block;
} */

.circle svg {
  animation: spin 14s linear infinite;
  transform-origin: center;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@media (max-width: 599px){
  #n-001{
    padding: 0 2rem;
  }
}

#top001{
  height: 100vh;
}

.text-area{
  max-width: 1920px;
  margin: 0 auto;
  width: 80%;
}
@media (max-width: 1024px){
	.text-area{
		width:90%;
	}
}
@media (max-width: 768px){
	.text-area{
		width:auto;
	}
}

h2.about{
  margin: 1rem 0 4rem;
}
@media (max-width: 768px){
	h2.about{
		margin: 1rem auto 2rem;
	}
}

.about-text{
	font-weight: 600;
    letter-spacing: 2px;
    line-height: 2;
    color: #333;
    font-size: 1.3rem;
}
@media (max-width: 1024px){
	.about-text{
		font-size:1.6rem;
	}
}
@media (max-width: 768px){
	.about-text{
		letter-spacing:1px;
		line-height:1.6;
		font-size:1rem;
	}
}
@media (max-width: 599px){
	.about-text{
		font-size:0.9rem;
	}
}

/* n-002 */

#n-002{
  background: #fff;
	padding-bottom:4rem;
}

.event-area{
	background: rgb(232, 56, 22);
	border-radius:0.5rem;
  padding: clamp(2rem, 3vw, 5rem);
  margin: 4rem 0 12rem;
}
@media (max-width: 599px){
  .event-area{
	  border-radius: 0;
	  margin: 0 0 0.5rem;
	  padding-bottom: 4rem;
  }
}

.event-item{
  display: grid;
  grid-template-columns: repeat(4, 1fr);   /* 常に2列 */
  gap: 1.5rem;
}
@media (max-width: 768px){
  .event-item{
    grid-template-columns: 2fr;
    gap: 2rem;
  }
}

.event-item a{
    display: flex;
    text-decoration: none;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.7;
    flex-flow: column;
    width: auto;
    background: #fff;
    padding: 1rem;
    border-radius: 0.5rem;
}
@media (max-width: 1024px){
	.event-item a{
		height:30vh;
	}
}
@media (max-width: 1024px){
	.tcxTop .event-item a{
		height:auto;
		padding:0;
	}
}
@media (max-width: 768px){
	.event-item a{
        width: auto;
        padding: 0;
        height: auto;
	}
}
@media (max-width: 599px){
	.event-item a{
		padding:1rem;
	}
}

.tcx_title{
    font-size: 1rem;
    margin: 1rem 0 0.5rem;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
}

.tcx_day{
  font-size: 0.9rem;
}

.sec2{
  margin: 6rem 0;
}

.os-text{
	font-size: 1rem;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 1.7;
}

/* トップ */

.tcxTop #n-002{
  background: #fff;
	padding-bottom:0 !important;
}

.tcxTop .storeBox{
    background: none;
    padding: 0;
    border-radius: 0;
    margin: 4rem 0 8rem 0;
    max-width: 1920px;
    width: 80%;
}
/* @media (max-width: 1024px){
	.tcxTop .storeBox{
        margin: -8rem 0 8rem 0;
	}
}
@media (max-width: 768px){
	.tcxTop .storeBox{
		margin: -8rem 0 4rem 0;
	}
} */

.BoxFelx{
    display: flex;
    gap: 1.5rem;
	align-items:center;
}
@media (max-width: 768px){
	.BoxFelx{
		flex-flow: column-reverse;
	}
}

.BoxName{
	margin-bottom: 1em;
    color: #e83816;
    font-weight: 600;
    font-size: 1.3rem;
}

.BoxTextArea{
	display: flex;
    flex-flow: column;
    justify-content: center;
}

.os-text a{
    display: block;
    border: 4px double #ee3816;
    width: 50%;
    text-align: center;
    text-decoration: none;
    border-radius: 4rem;
    color: #ee3816;
    background: #fff;
    margin-top: 1.5rem;
    font-size: 1.1rem;
}
@media (max-width: 768px){
  .os-text a{
    width: 100%;
  }
}

.ecBox,
.rsBox{
    display: flex;
    background: #fff;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
	margin-bottom:1rem;
}

.rsBox{
	flex-flow: row-reverse;
}

.ecBox img,
.rsBox img{
	width:50%;
	border-radius:0.5rem;
}
@media (max-width: 768px){
	.ecBox img,
	.rsBox img{
		width:auto;
	}
}

.bottom-tower{
    position: absolute;
    z-index: 999;
    bottom: -1rem;
    width: 100%;
}

.event-text{
    font-size: 1rem;
    margin-top: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;       /* 3行まで表示、それ以上は省略 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tcx_title span{
  background: #8c8c8c;
    color: #fff;
    padding:0 2px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 1rem;
    width: 100%;
}

.m-btn{
  background: #E83816;
    display: block;
    width: 50%;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border-radius: 2rem;
    margin: 1rem 0;
}

h2.ecTitle{
  margin-top:6rem;
}

/* ============================== */
/* fadeIn */
/* ============================== */

.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
  will-change: opacity, transform;
}

.fadeIn.active {
  opacity: 1;
  transform: translateY(0);
}

/* footer */

a.tcx_contact{
  font-family: "M PLUS 1p", sans-serif;
  background: #E83816;
  width: 120px;
  height: 120px;
  font-size: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 9999;
  text-decoration: none;
  color: #fff;
  box-shadow: 0px 0px 8px 1px #fff;
  font-weight: 600;
}
@media (max-width: 1024px){
	a.tcx_contact{
		width: 200px;
    	height: 200px;
    	font-size: 1.4rem;
	}
}
@media (max-width: 599px) {
	a.tcx_contact{
		width: 120px;
    height: 120px;
    font-size: 1rem;
	}
}

.bottom-box{
	height:8vh;
}

footer{
    background: #000;
    position: relative;
    z-index: 1;
    height: 10vh;
}
@media (max-width: 768px){
	footer{
		height:16vh;
	}
}

.siteTop{
    display: block;
    width: 240px;
}
@media (max-width: 1024px){
	
}
@media (max-width: 768px){
	
}
@media (max-width: 768px){
	.siteTop{
		width:200px;
	}
}

.f_bottom{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    height: 10vh;
}
@media (max-width: 768px){
	.f_bottom{
        height: 16vh;
        flex-flow: column;
        justify-content: center;
        align-items: flex-start;
        gap: 0.5rem;
	}
}

.f_menu{
	display: flex;
    font-size: 0.85rem;
    gap: 1rem;
}

.f_menu a{
	text-decoration:none;
	color:#fff;
}

.form-link{
	display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0 3rem;
}
@media (max-width: 768px){
	.form-link{
		flex-flow:column;
		padding-bottom:4rem;
	}
}

.form-link a{
    display: block;
    width: 24%;
    border: solid 2px #101010;
    border-radius: 0.5rem;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    background: #fff;
    color: #101010;
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 1px;
	position:relative;
}
@media (max-width: 768px){
	.form-link a{
		margin:0 1rem;
		width:auto;
	}
}

.form-link a::after{
    content: "→";
    border: solid 1px #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    color: #fff;
    background: #101010;
    position: absolute;
    right: 24px;
    bottom: 16px;
    justify-content: center;
    align-items: center;
}

.corp-text{
	margin-top: 1rem;
    color: #E83816;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 4px;
}

.thanks-page .title{
    padding-top: 4rem;
    padding-bottom: 1rem;
}

.thanks-page .thanks-text-first{
	padding:2rem 0 1rem;
}

/* 404 */

@media (max-width: 768px){
	.notarea{
    height: 60vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
	}
	.notarea .title{
		padding: 4rem 1rem 2rem;
	}
}

.not{
	text-align:center !important;
}

.not-link {
    border: solid 2px #101010;
    width: 50%;
    margin: 2rem auto 3em;
    background: #fff;
    color: #101010;
    text-decoration: none;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 2px;
	display:block;
	text-align:center;
}

/* ============================== */
/* カレンダー */
/* ============================== */

.hours-calendar { display: flex; gap: 10px; margin-top: 12px; }
.hours-calendar img { width: 160px; height: auto; cursor: pointer; border-radius: 6px; }

.lb-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.85); z-index: 9999; align-items: center; justify-content: center; }
.lb-overlay.active { display: flex; }
.lb-viewport { overflow: hidden; width: 80vw; max-width: 700px; }
.lb-track { display: flex; transition: transform .35s ease; }
.lb-track > div { min-width: 100%; display: flex; align-items: center; justify-content: center; }
.lb-track img { max-width: 100%; max-height: 80vh; border-radius: 8px; }
.lb-close, .lb-prev, .lb-next { position: absolute; background: transparent; border: none; color: #fff; font-size: 32px; cursor: pointer; }
.lb-close { top: 20px; right: 24px; font-size: 28px; }
.lb-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 16px; top: 50%; transform: translateY(-50%); }

.hours-slider {
    position: relative;
    max-width: 500px;
    margin: 16px 0;
    overflow: hidden;
}
.hours-slider-track {
    display: flex;
    transition: transform .4s ease;
}
.hours-slide {
    min-width: 100%;
}
.hours-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}
.hours-prev, .hours-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,.5);
    color: #fff;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    line-height: 1;
}
.hours-prev { left: 8px; }
.hours-next { right: 8px; }
.hours-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 8px;
}
.hours-dots span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
}
.hours-dots span.active {
    background: rgb(232, 56, 22);
}

/* ============================== */
/* 営業時間モーダル */
/* ============================== */
/* モーダル本体 */
.el6-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.el6-modal.is-active {
  visibility: visible;
  opacity: 1;
}

.el6-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.el6-modal-inner {
  position: relative;
  width: 90vw;              /* ← fit-content をやめて固定 */
  max-width: 90vw;
  max-height: 85vh;
  margin: 7.5vh auto 0;
  transform: translateY(20px);
  transition: transform 0.35s ease;
}
.el6-modal.is-active .el6-modal-inner {
  transform: translateY(0);
}

.el6-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

/* 横スクロール(スワイプ)で1枚目・2枚目を切り替え */
.el6-modal-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  width: 100%;               /* ← 追加：親の幅いっぱいに */
  max-height: 80vh;
}
.el6-modal-track::-webkit-scrollbar { display: none; }
.el6-modal-track img {
  flex: 0 0 100%;             /* ← auto → 100% に戻す */
  scroll-snap-align: center;
  width: 100%;                 /* ← auto → 100% に戻す */
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  background: transparent;
}

/* 現在位置を示すドット */
.el6-modal-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.el6-modal-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.4);
  transition: background 0.2s ease;
}
.el6-modal-dots span.is-current {
  background: #fff;
}
