html {
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
  min-height: 0; /* Safari clamp関数対策 */
  -webkit-text-size-adjust: 100%; /* Safari対策 */
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
    color: #59514E;
    display: block;
    position: relative;
}

summary {
    display: list-item;
}

[hidden] {
    display: none;
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

a.jump_point {
  height: 1px;
  display: block;
  padding-top: 40px;
  margin-top: -40px;
}

button {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  cursor: pointer;
  outline: none;
}

pre {
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
  -webkit-backface-visibility: hidden;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align:bottom;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ul,ol,li {
  list-style: none;
  padding-left: 0;
  zoom: normal;
}

html {
  overflow-x: hidden;
  width: 100%;
}

/*ベースとしてフォントはMontserratを読み込ませる*/
body {
  background:#FFF;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  overflow-x: hidden;
  width: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
}

/* ----フッター---- */
footer .container {
	width: 100%;
}
.block-footernav--top {
	padding-bottom: 39px;
	background-color: #F2F2F2;
}
.block-footernav--bottom {
	padding: 24px 0 13px;
	background-color: #2E2E2E;
	color: #fff;
}
.block-footernav--derivery-txt,
.block-footernav--derivery-txt-note,
.block-footernav--tel-form,
.block-footernav--about,
.block-footernav--bottom-inner,
.block-footernav--copyright {
	width: 1200px;
	margin: 0 auto;
}

/* ----フッター：配送について---- */
.block-footernav--derivery-txt {
	font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
	padding: 52px 0 0;
	font-size: 32px;
	line-height: 1.56;
	text-align: center;
}
.block-footernav--derivery-txt span {
	display: inline-block;
	border-bottom: 2px solid #f66;
}
.block-footernav--derivery-txt sup {
	font-size: 13px;
}
.block-footernav--derivery-txt-note {
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
}

/* ----フッター：お電話、お問い合わせ---- */
.block-footernav--tel-form {
	height: 80px;
	margin-top: 20px;
	border-left: 1px solid #1A1A1A;
	display: flex;
}
.block-footernav--tel-form .block-footernav--tel,
.block-footernav--tel-form .block-footernav--form {
	width: 50%;
	border-right: 1px solid #1A1A1A;
	display: flex;
}
.block-footernav--tel-form .block-footernav--tel-title,
.block-footernav--tel-form .block-footernav--form-title {
	font-size: 18px;
	line-height: 1.0;
}
.block-footernav--tel-form .block-footernav--tel {
	padding-top: 29px;
}
.block-footernav--tel .block-footernav--tel-title {
	width: 241px;
	padding-left: 51px;
}
.block-footernav--tel .block-footernav--tel-icon {
	width: 56px;
	height: 22px;
	border: 1px solid #1A1A1A;
	padding-top: 5px;
	font-size: 11px;
	line-height: 1.0;
	text-align: center;
}
.block-footernav--tel .block-footernav--tel-info {
	width: calc(100% - 241px - 56px);
	padding-right: 65px;
	text-align: right;
}
.block-footernav--tel-info .block-footernav--tel-num {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.0;
}
.block-footernav--tel-info .block-footernav--tel-time {
	margin-top: 8px;
	font-size: 12px;
	line-height: 1.0;
}
.block-footernav--tel-form .block-footernav--form {
	align-items: center;
}
.block-footernav--tel-form .block-footernav--form-title {
	width: 253px;
	padding-left: 59px;
	font-size: 18px;
	line-height: 1.0;
}
.block-footernav--tel-form .block-footernav--form-btn {
	width: calc(100% - 253px);
	display: flex;
}
.block-footernav--tel-form .block-footernav--form-btn a {
	width: 286px;
	height: 44px;
	border: 1px solid #1A1A1A;
	font-size: 13px;
	line-height: 1.0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-footernav--tel-form .block-footernav--form-btn a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.block-footernav--tel-form .block-footernav--form-btn a:before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-right: 7px;
	border-top: solid 1px #1A1A1A;
	border-right: solid 1px #1A1A1A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ----フッター：詳しくはこちらの説明---- */
.block-footernav--top .block-footernav--about {
	margin-top: 38px;
}
.block-footernav--about ul {
	display: flex;
}
.block-footernav--about ul .block-footernav--about-derivery {
	width: 275px;
}
.block-footernav--about ul .block-footernav--about-shipping {
	width: 270px;
	margin-left: 31px;
}
.block-footernav--about ul .block-footernav--about-payment {
	width: 270px;
	margin-left: 36px;
}
.block-footernav--about ul .block-footernav--about-wrapping {
	width: 282px;
	margin-left: 36px;
}
.block-footernav--about ul .block-footernav--about-title {
	font-size: 20px;
	line-height: 1.0;
}
.block-footernav--about ul .block-footernav--about-body {
	margin-top: 13px;
	font-size: 13px;
	line-height: 1.75;
}
.block-footernav--about ul .block-footernav--about-detail-link {
	margin-top: 22px;
	display: flex;
	align-items: center;
}
.block-footernav--about ul .block-footernav--about-detail-link:before {
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-right: 7px;
	border-top: solid 1px #1A1A1A;
	border-right: solid 1px #1A1A1A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.block-footernav--about ul .block-footernav--about-detail-link a {
	font-size: 13px;
}
.block-footernav--about-wrapping .block-footernav--about-txt {
	width: 270px;
}
.block-footernav--about-wrapping .block-footernav--about-list {
	margin-top: 16px;
	display: flex;
}
.block-footernav--about-wrapping .block-footernav--about-list li {
	width: 86px;
	margin-left: 10px;
}
.block-footernav--about-wrapping .block-footernav--about-list li:first-child {
	margin-left: 0;
}
.block-footernav--about-wrapping .block-footernav--about-list li dd {
	margin-top: 10px;
	text-align: center;
	font-size: 11px;
}

/* ----フッター：ロゴ---- */
.block-footernav--bottom a:hover img {
	opacity: 0.6;
}
.block-footernav--bottom-inner {
	display: flex;
	align-items: center;
}
.block-footernav--bottom-inner .block-footernav--bottom-left,
.block-footernav--bottom-inner .block-footernav--bottom-right {
	width: 50%;
}
.block-footernav--bottom-inner .block-footernav--bottom-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}
.block-footernav--bottom-right .block-footernav--item-list {
	margin-top: 13px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.block-footernav--bottom-right .block-footernav--item-list:first-child {
	margin-top: 0;
}
.block-footernav--bottom-right .block-footernav--item-list li {
	margin-left: 16px;
}
.block-footernav--bottom-right .block-footernav--item-list li:first-child {
	margin-left: 0;
}
.block-footernav--bottom-right .block-footernav--item-list a {
	font-size: 13px;
	line-height: 1.0;
	color: #fff;
}

/* ----Copyright---- */
.block-footernav--bottom-inner + .block-footernav--copyright {
	border-top: 1px solid #707070;
}
.block-footernav--copyright {
	margin-top: 24px;
	display: flex;
}
.block-footernav--copyright .block-copyright {
	width: 50%;
	margin-top: 27px;
	font-size: 10px;
	color: #fff;
}

/* ----フッター：SNS---- */
.block-footernav--copyright .block-footernav--sns {
	width: 50%;
	margin-top: 24px;
}
.block-footernav--copyright .block-footernav--sns ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.block-footernav--copyright .block-footernav--sns ul li {
	margin-left: 4px;
}
.block-footernav--copyright .block-footernav--sns ul li:first-child {
	margin-left: 0;
}
.block-footernav--copyright .block-footernav--sns ul li a,
.block-footernav--copyright .block-footernav--sns ul li a img {
	display: block;
}

/* ----ページトップに戻る---- */
.block-page-top a {
	position: relative;
	display: block;
	width: 54px;
	height: 54px;
	background-color: #444;
}
.block-page-top a:after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	transform: rotate(-45deg);
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -8px;
}
.block-page-top {
	position: fixed;
	top: auto;
	bottom: 10px;
	right: 26px;
	display: none;
}


/* footer ここから別のCSS
   ========================================================================== */
@media screen and (min-width: 768px), print {
  .block-footernav--logo-img {
    width: 249px;
  }
}

@media screen and (min-width: 768px), print {
  .block-footernav--bottom-inner .block-footernav--bottom-right {
    width: auto;
    flex-shrink: 0;
  }
}

@media screen and (max-width: 767px) {
  .block-footernav--bottom-left {
    text-align: center;
    margin: 0 auto 1em auto;
  }
  .block-footernav--bottom a img {
	display: inline-block;
    width: 65%;
  }
  .block-footernav--item-list {
    flex-wrap: wrap;
    margin-top: 1.2rem;
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
  .block-footernav--item-list li {
    margin-top: 1.2rem;
    margin-right: 0;
    margin-left: 0;
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .block-footernav--bottom-right {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .block-footernav--bottom-right ul.block-footernav--item-list:nth-child(3)::after {
    content: "";
    flex-basis: 100%;
  }
  .break {
    flex-basis: 100%; /* 改行のための幅を取る */
    height: 0;         /* 高さをゼロに */
    margin: 0 !important;
    padding: 0;        /* パディングなし */
    border: none;      /* 念のため */
    display: block;    /* 確実に行として扱う */
    content: "";       /* 余計な内容なし */
  }
  .block-footernav--item-list li {
    margin-top: 0.6rem;
  }
  .block-footernav--bottom-inner, .block-footernav--copyright {
	width: 90% !important;
	max-width: 1200px !important;
  }
  .block-footernav--bottom-inner {
    flex-flow: column;
  }
  .block-footernav--bottom-right .block-footernav--item-list {
    display: flex;
    justify-content: center;
  }
  .block-footernav--bottom-inner .block-footernav--bottom-left, .block-footernav--bottom-inner .block-footernav--bottom-right {
    width: 100%;
  }
  #footernav .contact-tel a {
    text-decoration: none;
  }
}

.block-footernav--copyright .block-footernav--sns ul li a img {
	width: 32px;
	height: auto;
}

a {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
  cursor: pointer;
}

address {
  font-style: normal;
}

/*ーーーーーーーーーー
 wrapper
ーーーーーーーーーーー*/

#wrapper {
  overflow: hidden;
}

/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/

.header {
  position: fixed;
  top: 40px;
  right: 4%;
  margin: 0 auto;
  z-index:99;
}

.nav a {
  background: rgba(231,36,16,1);
  border-radius: 9999px;
  padding: 0.4em 1.6em 0.7em 1.6em;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.nav a img { 
  vertical-align: middle;
  width: auto; 
  height: 16px;
}

.nav a:hover {
  transform: scale(0.95,0.95);
}

main {
  position: relative;
}

@media (max-width: 960px) {
  .header { top: 20px; right: 3%;
}
}

/*ーーーーーーーーーー
.top
ーーーーーーーーーーー*/

#top {
  background: #FFF url(../img/shougatsuebisen2025/title_back.png) no-repeat center top;
  background-size: 100% auto;	
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

@media (min-width: 1440px) {
  #top { background: #FFF url(../img/shougatsuebisen2025/title_back@2x.png) no-repeat center top; background-size: 100% auto; max-width: 1642px;
}
}
@media (max-width: 960px) {
  #top { background: #FFF url(../img/shougatsuebisen2025/title_back_sp.png) no-repeat center top; background-size: 100% auto; max-width: 1642px;
}
}

@keyframes fade-in-back {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.top-content {
  padding: 64px 0 100px 0;
  position: relative;
}
.top-title_sub {
  width: 318px;
  overflow: hidden;
}

.top-title_sub img {
  width: 100%;
  animation: show-left 1s forwards;
}

@keyframes show-left {
  from {
    clip-path: inset(0 100% 0 0); /* 右を100%隠す＝左から表示 */
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}

h1.logo{
  opacity: 0;
}
.logo.is-animated {
  animation-name: fadeup_logo;
  animation-delay: 600ms;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeup_logo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-title {
	padding: 70px 0 40px 0;
}

.top-title h1,
.top-title p {
	width: 23%;
	max-width: 318px;
	margin: 0 auto;
	text-align: center;
}

.top-title h1 {
	margin-top: -16px;
}

.top-title h1 img,
.top-title p img {
	width: 100%;
	height: auto;
}

.top-title-sub {
    opacity: 0;
    animation-delay: 1s !important;
}

.top-title-sub h2 {
    color: #E72410;
    font-size: clamp( 34px, calc( 20px + 1.7500000000000002vw ), 48px );
	letter-spacing: 0.5rem;
	line-height: 1.3;
	margin: 0 auto 26px auto;
	text-align: center;
}

.top-title-date p {
    color: #FFF;
    font-size: clamp( 34px, calc( 20px + 1.7500000000000002vw ), 48px );
	margin: 0 auto;
	text-align: center;
}

.top-title-date {
    background-color: #E72410;
	margin: 0 auto 26px auto;
	padding: 1em 3em;
	text-align: center;
	width: fit-content;
}

.date-line {
	color: #FFF;
	font-family: "Helvetica", "Arial", sans-serif;
    font-size: clamp( 34px, calc( 23.5px + 1.875vw ), 51px );
    font-weight: bold;
	letter-spacing: 0.5rem;
	line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.last {
    font-size: clamp( 33px, calc( 18.5px + 1.875vw ), 48px );
}

.icon {
    background: #FFF;
    color: #E72410;
    font-size: 25px;
    width: 36px;
    height: 36px;
	margin: 0 0 -4px -10px;
    padding: 6px 0 0 6px;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
}	

.time-line {
    color: #FFF;
	font-family: "Helvetica", "Arial", sans-serif;
    font-size: clamp( 12px, calc( 14px + 0.75vw ), 18px );
    font-weight: bold;
	letter-spacing: 0.2rem;
}

.top-title-place {
    display: flex;
	justify-content: center;
    align-items: stretch;
	margin: 0 auto;
	padding-bottom: 30px;
	width: 50%;
}

.top-title-place p {
    display: flex;
    align-items: center;
    width: auto;
    color: #E72410;
    font-size: clamp( 15px, calc( 12px + 1vw ), 24px );
    font-weight: bold;
	letter-spacing: 0.1rem;
	margin: 0 0.2em 0 0;
	text-align: center;
}

.top-title-place p.top-title-sub-map a {
	border: 1px solid #E72410;
    color: #E72410;
    font-size: clamp( 11px, calc( 9px + 0.5vw ), 15px );
    font-weight: bold;
	letter-spacing: 0.2rem;
	margin-top: -2px;
	padding: 0.1em 0.3em 0.2em 0.5em;
	text-align: center;
}

.top-title-place p.top-title-sub-map a:hover {
	background: #E72410;
    color: #FFF;
}

@media (max-width: 1280px) {
.top-title-sub h2 { font-size: clamp( 34px, calc( 17px + 1.7500000000000002vw ), 48px );
	letter-spacing: 0.4rem;}
}

@media (max-width: 960px) {
.nav a { padding: 0.08em 0.8em 0.38em 0.8em;}
.nav a img {  height: 12px;}
.top-title { padding: 23% 0 30px 0;}
.top-title h1 { margin-top: -8px;}
.top-title h1, .top-title p { width: 46%; max-width: 330px;}
.top-title-place { width: 100%;}
.top-title-place p.top-title-sub-map { padding: 0.1em 0.4em 0.2em 0.5em;}
.top-title-sub h2 { letter-spacing: 0.2rem;}
.date-line { letter-spacing: 0.2rem;}
.icon { font-size: 18px; width: 25px; height: 25px; margin: 0 0 -4px -10px; padding: 4px 0 0 3px;}
.top-title-sub h2 { margin: 0 auto 14px auto;}
}

@media (max-width: 599px) {
.top-title-date { margin: 0 auto 18px auto; padding: 1em 1em; width: 80%;}
}

/*ーーーーーーーーーー
 sub_navi
ーーーーーーーーーーー*/

#sub_navi {
  background: #E72410;
  width: 100%;
  padding: 60px 40px;
}

#sub_navi .sub_navi-title {
	margin-bottom: 50px;
}

#sub_navi .sub_navi-title h2,
#sub_navi .sub_navi-title p {
    color: #FFF;
	line-height: 1.6;
	margin: 0 auto;
	text-align: center;
}

#sub_navi .sub_navi-title h2 {
    opacity: 0;
	font-size: clamp( 26px, calc( 16px + 2.5vw ), 46px );
	letter-spacing: 0.5rem;
	margin-bottom: 25px;
}

#sub_navi .sub_navi-title p {
    font-size: clamp( 13px, calc( 10px + 0.75vw ), 19px );
	letter-spacing: 0.2rem;
}

#sub_navi .sub_navi-title p.first {
	margin-bottom: 20px;
}

#sub_navi ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 90%;
    max-width: 1230px;
}

#sub_navi ul li {
    width: 23.17%;
    max-width: 750px;
}

#sub_navi ul li img {
  width: 100%;
  height: auto;
}

#sub_navi ul li a img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

@media (max-width: 960px) {
#sub_navi { padding: 35px 20px;}
#sub_navi .sub_navi-title h2 { letter-spacing: 0.2rem;}
#sub_navi ul { width: 70%;}
#sub_navi ul li { width: 48%;}
#sub_navi ul li:nth-child(-n+2) { margin-bottom: 10px;}
#sub_navi .sub_navi-title { margin-bottom: 25px;}
#sub_navi .sub_navi-title p.first { margin-bottom: 20px;}
}

@media (max-width: 599px) {
#sub_navi ul { width: 98%;}
#sub_navi .sub_navi-title p { line-height: 1.7;}
}

/*ーーーーーーーーーー
 reason
ーーーーーーーーーーー*/

#reason {
  width: 100%;
}

.banner {
  width: 100%;
  padding-top: 50%; /* 高さを横幅の50%にする（円と同じ比率） */
  background: linear-gradient(to bottom, #E72410 50%, #FFFFFF 50%);
  position: relative;
}

.circle {
  opacity: 0;
  width: 50%;          /* 親の50% */
  aspect-ratio: 1 / 1; /* 正円 */
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.reason-left-obje {
  display: block;
  width: 10.05%;
  max-width: 145px;
  position: absolute;
  left: 14.21%;
  bottom: 4.57%;
}

.reason-right-obje {
  display: block;
  width: 21.60%;
  max-width: 312px;
  position: absolute;
  right: 3%;
  bottom: 4%;
}

@media (max-width: 960px) {
.banner {  background: none; margin-bottom: 65px; padding-top: 100%;}
.circle { width: 100%; top: 0; left: 0; transform: none;}
.reason-left-obje, .reason-right-obje { display: none;}
}

@media (max-width: 599px) {
.banner {  background: none; margin-bottom: 15px; padding-top: 100%;}
}

/*ーーーーーーーーーー
 event01
ーーーーーーーーーーー*/

#event01 {
  opacity: 0;
  margin: 80px auto 1em auto;
}

.event01Box,
.event02Box,
.event03Box {
  background-color: #FFF;
  border: 4px solid #E72410;
  border-radius: 20px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 90%;
  max-width: 1000px;
}
.event01Box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/event01_obje04.png") no-repeat right -16% bottom 24%;
  background-size: 17.50%;
  z-index: -1;
}

.event01_obje01 {
  opacity: 0;
  width: 30%;
  max-width: 270px;
  display: block;
  position: absolute;
  left: -34%;
  top: -6%;
  z-index: -1;
}

.event01_obje02 {
  opacity: 0;
  width: 27.2%;
  max-width: 346px;
  position: absolute;
  right: -11.5%;
  top: 10%;
  z-index: 2;
}

.event01_obje03 {
  opacity: 0;
  width: 45%;
  max-width: 446px;
  position: absolute;
  left: -11%;
  top: 7%;
  z-index: 2;
}

.event01_obje04 {
  opacity: 0;
  width: 40%;
  max-width: 252px;
  position: absolute;
  right: -16%;
  bottom: 24%;
  z-index: -2;
}

.event01_obje01.is-animated {
  animation: fadeInScale 0.5s forwards 1s;
  height: auto;
}

.event01_obje02.is-animated {
  animation: fadeInScale 0.5s forwards 1s;
  height: auto;
}

.event01_obje03.is-animated {
  animation: fadeInScale 0.5s forwards 1.5s;
  max-width: 380px;
  height: auto;
}

.event01_obje04.is-animated {
  animation: fadeInScale 0.5s forwards 1s;
}

.event01Box p.title {
  margin:-85px auto 0 auto;
  text-align: center;
  width: 65%;
  max-width: 632px;
}

.event01Box h2 {
  color: #E72410;
  font-size: clamp( 30px, calc( 11px + 4.75vw ), 68px );
  letter-spacing: 0.5rem;
  line-height: 1.3;
  margin: -20px auto 20px auto;
  text-align: center;
}

.event01Box p {
    font-size: clamp( 13px, calc( 6.5px + 1.625vw ), 26px );
    letter-spacing: 0.4rem;
}

.manner_wrap {
  background: #E72410;
  box-sizing: border-box;
  margin: 2em auto 0 auto;
  padding:2em;
  text-align: center;
  position: relative;
  width: 100%;
}

.manner_wrap_inner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 386px;
}

.manner_wrap_inner h3 {
  margin-bottom: 20px;
}

.manner_wrap ul li img {
  width: 100%;
  height: auto;
}

.event01_reserve {
  box-sizing: border-box;
  padding: 50px;
  width: 100%;
}

.event01_reserve_01,
.event01_reserve_02 {
  display: flex;
  justify-content:  center;
  align-items: center;
  margin: 0 auto 30px auto;
  text-align: center;
  width: auto;
}

.event01_reserve_01_left img {
  width: 50%;
  max-width: 160px;
  height: auto;
  margin-right: 25px;
}

ul.event01_reserve_01_right li {
	font-size: clamp( 26px, calc( 19px + 1.7500000000000002vw ), 40px );
	letter-spacing: 0.1rem;
	line-height: 0.8;
}

ul.event01_reserve_01_right li span.reserve_cution {
	font-size: clamp( 12px, calc( 10px + 0.5vw ), 16px );
    letter-spacing: 0;
}

.event01_reserve_02_left {
	background: #E72410;
	border-radius: 50px;
	color: #FFF;
    font-size: clamp( 15px, calc( 8.5px + 1.625vw ), 28px );
	line-height: 1;
	margin-right: 20px;
	padding: 0.2em 1em 0.3em 1em;
}

.event01_reserve_02_right {
    font-size: clamp( 15px, calc( 9.5px + 1.375vw ), 26px );
    text-align: left;
	margin-top: -4px;
}

.event01_reserve h3,
.event02Box h4 {
  margin: 0 auto;
  text-align: center;
  width: auto;
  max-width: 500px;
}
.event01_reserve h3 img,
#event02 h4 img {
  width: 100%;
  height: auto;
}

/* 背景の半透明オーバーレイ */
#popupOverlay {
  display: none;         /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(231, 36, 15, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  isolation: isolate;
}

/* ポップアップ本体 */
.popup {
  background: #fff;
  padding: 20px;
  width: 90%;
  max-width: 560px;
  border-radius: 40px;
  position: relative;
  max-height: 80%;
  overflow-y: auto;
  z-index: 99999;
}

/* 閉じるボタン（×）*/
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  cursor: pointer;
}

.reserveBtn {
  margin: 1em auto;
}

.reserveBtn a {
  text-decoration: none;
  color: #fff;
  width: 100%;
}

.reserveBtn {
  border: none;
  width: 100%;
}
.reserveBtn img {
  width: 100%;
  max-width: 260px;
}

.reserveBtn:hover {
  opacity: 0.9;
  cursor: pointer;
}

.popup_box {
  width: 90%;
  margin: 0 auto 0.8em auto;
}

.popup_box h2 {
  color: #59514E;
  font-size: clamp(14px, calc(11px + 0.75vw), 18px);
  font-weight: 500;
  letter-spacing: 0;
  margin: 20px auto 10px auto;
  text-align: left;
}

.popup_box ul li {
  color: #59514E;
  font-size: clamp( 14px, calc( 13px + 0.25vw ), 16px );
  text-align: left;
}
.popup_box ul.popup_text1 li {
  font-size: clamp( 15px, calc( 14px + 0.25vw ), 17px );
  margin-bottom: 0.3em;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.popup_box ul.popup_text1 li::before {
  content: "●";
  padding-right: 1px;
  color: #E72410;
}
.popup_box ul.popup_text2 li.popup_text2-cution {
  font-size: clamp( 12px, calc( 11.5px + 0.125vw ), 13px );
  margin-left: 1.1em;
  margin-bottom: 0.5em;
  text-indent: -1.1em;
  padding-left: 1.1em;
}
.popup_box ul.popup_text2 li.popup_text2-cution::before {
  content: "※";
  padding-right: 0;
  color: #59514E;
}

.popup_box ul.popup_text2 li {
  font-size: clamp( 12px, calc( 11.5px + 0.125vw ), 13px );
  text-indent: -1.1em;
  padding-left: 1.1em;
  margin-bottom: 0.3em;
}
.popup_box ul.popup_text2 li::before {
  content: "●";
  padding-right: 1px;
}

.popup_box .red-cution {
  color: #E72410;
  font-size: clamp( 14px, calc( 13px + 0.25vw ), 16px );
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 1.5em auto;
}
	
@media screen and ( min-width:768px) {
.obje_05, .obje_06, .obje_07 { display:none;}
}

@media screen and (min-width:768px) and ( max-width:1191px) {
.obje_01 { width: 29%; left: -4.5%;}
.obje_03 { width: 28%; right: -2%; bottom: 2%;}
}

@media (max-width: 960px) {
#event01 { position: relative; margin: 80px auto 0 auto;}
.event01Box p.title { margin:-35px auto 10px auto; width: 82%;}
.event01Box p { letter-spacing: 0.1rem; line-height:1.5; margin: -12px auto 5px auto;}
.event01Box figure { width: 90%; margin: 0 auto; text-align: center;}
.event01_obje01, .event01_obje02, .event01_obje03 { display:none;}
.manner_wrap { margin: 1em auto 0 auto; padding: 1.5em 1em;}
.manner_wrap_inner h3 { margin-bottom: 15px;}
.event01_reserve { padding: 1em 1em 1.5em 1em;}
.event01_reserve_01 { flex-direction: column; margin: 0 auto 20px auto;}
.event01_reserve_01_left, .event01_reserve_01_right { display: flex; justify-content: center; gap: 20px; width: 60%;}
.event01_reserve_01_left { justify-content: center; margin-bottom: 15px;}
.event01_reserve_01_left img { width: 45%; margin-right: 0;}
ul.event01_reserve_01_right li {line-height:0.9; padding: 0.1em 0.2em 0.2em 0.2em; width: 90%;}
.event01_reserve_02 { align-items: flex-start; gap: 1rem; margin: 0 auto 15px auto; width: 100%;}     
.event01_reserve_02_left { margin-right: 0; padding: 0.4em; width:4.5em;}
.event01_reserve_02_left p { letter-spacing: 0.1rem; line-height:1; margin: 0 auto;}	
.event01_reserve_02_right li{ line-height: 1.6;}
.event01_obje01_sp { width: 100%; max-width: 750px; display: block; position: absolute; z-index: -1;
  left: 0;
  top: -6%;
}
.event01_obje01_sp.is-animated { animation: fadeInScale 0.5s forwards 2.1s; max-width: 750px; height: auto;}
	
.event01_obje02_sp { width: 100%; max-width: 750px; display: block; position: absolute; z-index: -1;
  left: 0;
  bottom: -16%;
}
.event01_obje02_sp.is-animated { animation: fadeInScale 0.5s forwards 2.1s; max-width: 750px; height: auto;}
}

@media (max-width: 599px) {
#event01 { position: relative; margin: 80px auto 120px auto;}
.event01_reserve_02_right li{ font-size:14px; margin-bottom: 6px;}
}

/*ーーーーーーーーーー
  event02
ーーーーーーーーーーー*/

#event02 {
  opacity: 0;
  position: relative;
  margin: 110px auto 4em auto;
}

.event02Box h2 {
  margin: -65px auto 0 auto;
  text-align: center;
  width: 90%;
  max-width: 711px;
}

.event02Box p {
  font-size: clamp( 16px, calc( 8.5px + 1.875vw ), 31px );
  margin: -10px auto 0 auto;
}

.event02Box h3 {
  font-size: clamp( 28px, calc( 24px + 1vw ), 36px );
  font-weight: 600;
  letter-spacing: 0.18rem;
  margin: 0 auto 30px auto;
}

.event02Box h4 {
  margin: 0 auto 3em auto;
}

.event02Box_photo {
  width: 90%;
  max-width: 588px;
  margin: 0 auto;
  text-align: center;
}
.event02Box_photo img {
  width: 100%;
  height: auto;
}

.event02Box_01{
  width: 90%;
  max-width: 626px;
  margin: 0 auto 10px auto;
  text-align: center;
}

.event02Box_02{
  width: 90%;
  max-width: 758px;
  margin: 0 auto 60px auto;
  text-align: center;
}

.event02_obje01 {
  opacity: 0;
  width: 40%;
  max-width: 293px;
  height: auto;
  display: block;
  position: absolute;
  left: -26%;
  top: -10%;
  z-index: -1;
}

.event02_obje02 {
  opacity: 0;
  width: 100%;
  max-width: 446px;
  position: absolute;
  right: -26%;
  top: 24%;
  z-index: 2;
}

.event02_obje03 {
  opacity: 0;
  width: 15%;
  max-width: 146px;
  position: absolute;
  right: -19%;
  bottom: 12%;
  z-index: 2;
}

.event02_obje01.is-animated,
.event02_obje02.is-animated
.event02_obje03.is-animated {
  animation: fadeInScale 0.5s forwards 1s;
}

@media (max-width: 1134px) {
.event02Box_photo,.event02Box_01 { width: 80%;}
.event02Box_01{ margin: 0 auto; top: -4%;}
.event02Box_02{ margin: 0 auto 25px auto;}
.event02_obje02 { display: none;}
.event02_obje03 { width: 30%; bottom: 8%; z-index: -1;}
.event02Box h4 { width:90%;}
}

@media (max-width: 599px) {
#event02 { position: relative; margin: 0 auto 47% auto;}
.event02_obje01, .event02_obje03 { display: none;}
.event02_obje01_sp { opacity: 0; width: 100%; max-width: 750px; display: block; position: absolute; bottom: -16%; z-index: -1;}
.event02_obje01_sp.is-animated { animation: fadeInScale 0.5s forwards 1s;}
}

/*ーーーーーーーーーー
  event03
ーーーーーーーーーーー*/

#event03 {
  margin: 0 auto 4em auto;
  position: relative;
}

#event03 h2 {
  opacity: 0;
  color: #E72410;
  font-weight: 600;
  font-size: clamp( 23px, calc( 15.5px + 1.875vw ), 38px );
  letter-spacing: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 60px auto;
}

#event03 h2::before,
#event03 h2::after {
    width: 4px;
    height: 48px;
    background-color: #E72410;
    content: '';
}

#event03 h2::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

#event03 h2::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

#event03 .event03_shop_sub {
  width: 90%;
  max-width: 428px;
  margin: -30px auto 18px auto;
}
#event03 .event03_shop_sub img {
  width: 100%;
  height: auto;
}

#event03 h3 {
  font-size: clamp( 30px, calc( 24px + 1.5vw ), 42px );
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}

#event03 h3 span {
  font-size: clamp( 22px, calc( 18px + 1vw ), 30px );
  font-weight: 500;
  margin-bottom: 10px;
}

.event03_shop {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 30px auto;
  text-align: center;
  width: 90%;
  max-width: 1000px;
}

.event03_shopitem {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 30px auto;
}

.event03_shop_left,
.event03_shop_right {
  opacity: 0;
  background: #E72410;
  border-radius: 20px;
  color: #FFF;
  display: flex;
  flex-flow: column;
  margin: 0 auto 28px auto;
  text-align: center;
  width: 48%;
}

.event03_item {
  width: auto;
}

.event03_item figure {
  margin: 0 auto 10px auto;
  text-align: center;
  width: 90%;
}
.event03_item figure img {
  width: 100%;
  max-width: 201px;
  height: auto;
}

#event03 .price-wrap {
  display: inline-block;
  margin-top: 2px;
  text-align: right;
}

#event03 p.price {
  font-size: clamp( 22px, calc( 17px + 1.25vw ), 32px );
  line-height: 1.2;
}

#event03 p.price span.en {
  font-size: clamp( 15px, calc( 12px + 0.75vw ), 21px );
}
#event03 p.price span.tax {
  font-size: clamp( 9px, calc( 7.5px + 0.375vw ), 12px );
}

ul.find {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

ul.find li {
	font-size: clamp( 16px, calc( 13.5px + 0.375vw ), 20px );
	letter-spacing: 0.1rem;
	padding: 0.3em 1em;
}

ul.find li span {
  font-size: clamp( 12px, calc( 11.5px + 0.125vw ), 13px );
}

ul.find > li {
  padding: 24px 0;
}

ul.find > li:first-child {
  padding: 0 0 24px 0;
}

ul.find li:not(:last-child) {
  border-bottom: 4px solid #FFF;
  position: relative;
}

ul.find li:not(:last-child)::before,
ul.find li:not(:last-child)::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

ul.find li:not(:last-child)::before {
  border-width: 20px;
  border-top-color: #FFF;
}

ul.find li:not(:last-child)::after {
  border-width: 14px;
  border-top-color: #E72410;
}

.event03_find {
  display: flex;
  justify-content: center;
  margin: 0 auto 1em auto;
  text-align: center;
  width: 100%;
}

.event03_find_left {
  width: 44.38%;
  max-width: 213px;
}
.event03_find_right {
  width: 55.63%;
  max-width: 267px;
}
.event03_find_right img {
  border-radius: 0 0 20px 0;
}

.event03_obje01 {
  opacity: 0;
  width: 15.12%;
  max-width: 218px;
  display: block;
  position: absolute;
  left: 2%;
  top: -2%;
  z-index: -1;
}

.event03_obje02 {
  opacity: 0;
  width: 22%;
  max-width: 329.5px;
  position: absolute;
  right: -1%;
  top: 20%;
  z-index: -1;
}

.event03_obje01.is-animated,
.event03_obje02.is-animated {
  animation: fadeInScale 0.5s forwards 1s;
}

@media (max-width: 960px) {
.event03_obje01 { width: 20%; left: -9%; top: -2%;}
.event03_obje02 { right: -8%; bottom: 18%;}
}

@media (max-width: 599px) {
#event03 { margin: 0 auto 100px auto;}
#event03 h2 { font-size: clamp( 20px, calc( 11px + 2.25vw ), 38px ); margin: 0 auto 50px auto;}
#event03 h2::before, #event03 h2::after { height: 30px;}
#event03 h2::before { margin-right: 15px;}
#event03 h2::after { margin-left: 15px;}
.event03_shop { flex-flow: column;}
.event03_shop_left{ margin: 0 auto 80px auto; width: 100%;}
.event03_shopitem { gap: 10px;}
.event03_shop_right { margin: 0 auto; width: 100%;}
#event03 .event03_shop_sub { margin: -30px auto 12px auto;}
ul.find > li { letter-spacing: 0; padding: 20px 0;}
ul.find li:not(:last-child) { border-bottom: 3px solid #FFF;}
ul.find > li:first-child { padding: 0 0 10px 0;}
ul.find li:not(:last-child)::before { border-width: 14px;}
ul.find li:not(:last-child)::after { border-width: 9px;}
.event03_obje01, .event03_obje02 { display: none;}
.event03_obje01_sp { opacity: 0; width: 100%; max-width: 750px; display: block; position: absolute; bottom: -18%; z-index: -1;}
.event03_obje01_sp { width: 100%; height: auto;}
.event03_obje01_sp.is-animated { animation: fadeInScale 0.5s forwards 1s;}
}

/*ーーーーーーーーーー
  access
ーーーーーーーーーーー*/

#navi,
#access {
  background: #E72410;
  width: 100%;
  padding: 40px;
}

.accessCont {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  max-width: 750px;
}

.access-top {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.access-place img {
  width: 100%;
  max-width: 108px;
  height: auto;
}

.access-text address {
  color: #FFF;
  font-size: clamp( 15px, calc( 14px + 0.25vw ), 17px );
  font-weight:500;
  letter-spacing: 0.2rem;
}

.access-map {
  flex: 1;
}
.googlemap {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 75%;
  text-align: center;
}
.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 599px) {
.accessCont { flex-flow: column; gap: 20px; width: 90%; max-width: 90%;}
.access-top { display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 30px; width: 100%;}
.access-place, .access-text { flex: 0 0 auto; white-space: nowrap;}
.access-map { width: 100%;}
.access-top { gap: 20px;}
.access-place img { max-width: 80px;}
.access-text address { letter-spacing: 0.1rem;}
}

@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}

.footer {
  margin: 0 auto;
  padding: 75px 0;
  text-align: center;
}
.footer-cont {
  margin:0 auto;
  width: min(100% - 32px, 1080px);
}
.footer-cont button {
  width: 70%;
  max-width: 300px;
  margin: 0 auto 20px auto;
}
.footer-cont button img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px), print {
    .block-footernav--logo-img {
        width: 160px !important;
    }
	.block-footernav--bottom-right .block-footernav--item-list {
        margin-top: 3px;
    }
	.block-footernav--bottom-right .block-footernav--item-list a {
        font-size: 11px !important;
    }
}

.block-footernav--copyright .block-copyright {
    width: 50%;
    margin-top: 27px;
    font-size: 10px;
    color: #fff;
	text-align: left;
}

.block-footernav--bottom-inner,
.block-footernav--copyright {
    width: 94%;
}

.copy {
  margin:0 auto;
  width: min(100% - 32px, 1080px);
}
.copy small {
  font-size: 12px;
  font-size: clamp(11px, calc(9.5px + 0.375vw), 14px);
  text-align:left;
}

@media (max-width: 767px) {
button.btn { margin: 40px auto 30px auto; padding: 1rem 3rem;}
.footer-cont figure { width: 200px;}
.copy small { font-size: 1.1rem;}
}

.hover-opacity:hover {
  opacity: 0.8;
}
.hover-cursor:hover {
  opacity: 0.8;
  cursor: pointer;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*ーーーーーーーーーー
  keyframes
ーーーーーーーーーーー*/

.fadein.is-animated {
  opacity: 0;
  animation: fadein 1.4s ease forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeInScale.is-animated {
  opacity: 0;
  animation: fadeInScale 1s ease forwards;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fadeup.is-animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}

.pc {display:block;}
.tb {display:none;}
.pctb {display:block;}
.tbmb {display:none;}
.mb {display:none;}

@media screen and (min-width:600px) and (max-width: 960px) {
.pc {display:none;}
.tb {display:block;}
.pctb {display:block;}
.tbmb {display:block;}
.mb {display:none;}
}

@media screen and (max-width: 599px) {
.pc {display:none;}
.tb {display:none;}
.pctb {display:none;}
.tbmb {display:block;}
.mb {display:block;}
}