@charset "UTF-8";
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --pink: #d8506a;
  --primary: #E17551;
  --second: #9a7936;
  --text-body: #000;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: #fff;
}

a {
  transition: all 0.3s;
  outline: none !important;
}

a:hover {
  opacity: 1;
  color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}
h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}

@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}
h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}

@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}
h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}

@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}
h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}

@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}
h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}

@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}
img {
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

.container-fluid, .container {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.partners ul, .instagram ul, .list-noti, .site-footer__body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}

.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}

.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}

.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}

.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}

.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}

.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.btn-arrow {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  background: var(--primary);
  position: relative;
  display: inline-block;
  border-radius: 40px;
  padding: 20px 50px;
  letter-spacing: 4px;
  min-width: 262px;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 767px) {
  .btn-arrow {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
  color: var(--white);
  background: var(--primary);
  position: relative;
  display: inline-block;
  border-radius: 40px;
  padding: 20px 50px;
  letter-spacing: 4px;
  min-width: 262px;
  opacity: 1;
  transition: all 0.3s;
}
}

@media only screen and (min-width: 600px) {
  .btn-arrow {
    font-size: 18px;
  }
}
.btn-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 25px;
}

@media only screen and (min-width: 600px) {
  .btn-arrow::after {
    width: 15px;
    height: 15px;
    border-right-width: 2.5px;
    border-bottom-width: 2.5px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-arrow--lg {
    font-size: 48px;
    border-radius: 36px;
    min-width: 520px;
    padding: 20px 70px;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-arrow--lg {
    min-width: 728px;
    padding: 25px 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-arrow--lg::after {
    right: 40px;
    width: 32px;
    height: 32px;
    border-right-width: 5px;
    border-bottom-width: 5px;
  }
}
@media only screen and (min-width: 1600px) {
  .btn-arrow--lg::after {
    right: 66px;
  }
}
.btn-arrow:hover {
  color: var(--white);
  opacity: 0.8;
}

.container-fluid {
  max-width: 1900px;
}

.hamburger {
  position: relative;
  width: 28px;
  height: 18px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  z-index: 99;
  opacity: 1;
}

.hamburger span {
  width: 28px;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 14px);
}

.hamburger span::before, .hamburger span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 2px;
  background: #555555;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s all ease;
  border-radius: 5px;
  opacity: 1;
}

.hamburger span::after {
  top: -8px;
}

.hamburger.active span {
  transform: rotate(225deg);
}

.hamburger.active span::before {
  transform: rotate(-90deg);
  top: 0;
}

.hamburger.active span::after {
  opacity: 0;
}

.heading-line {
  text-align: center;
}

.heading-line h2 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--second);
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 600px) {
  .heading-line h2 {
    font-size: 24px;
    gap: 20px;
  }
}
.heading-line h2::before, .heading-line h2::after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  border-bottom: 1px solid #E17551;
  min-width: 20px;
  max-width: 140px;
}

.heading-line h2 span {
  display: flex;
  gap: 10px;
  align-items: center;
}

@media only screen and (max-width: 767px) {
.heading-line h2 span.sema {
  display: flex;
  gap: 2px;
  align-items: center;
}}


@media only screen and (min-width: 992px) {
  .heading-line h2 span {
    gap: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .heading-line h2 span {
    gap: 44px;
  }
}
.heading-line h2 span::before, .heading-line h2 span::after {
  content: "";
  width: 30px;
  height: 32px;
  background: url("../images/flower.svg") no-repeat 50% 50%/100%;
}

@media only screen and (min-width: 600px) {
  .heading-line h2 span::before, .heading-line h2 span::after {
    width: 52px;
    height: 55px;
  }
}

.heading-line h3 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: var(--primary);
  margin: 0;
  letter-spacing: 4px;
}

.heading-line.bottom-min {
  padding-bottom: 30px;
}

.note-time {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (min-width: 600px) {
  .note-time {
    font-size: 21px;
  }
  
  .heading-line.bottom-min {
  padding-bottom: 60px;
}
}
@media only screen and (min-width: 992px) {
  .note-time {
    font-size: 30px;
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .note-time {
    font-size: 48px;
  }
}
.note-time span {
  border: 3px solid var(--primary);
  border-radius: 13px;
  padding: 1px 10px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .note-time span {
    min-width: 190px;
  }
}
.content-box {
  border: 2px solid var(--white);
  margin-bottom: 50px;
  padding: 20px 30px;
  line-height: 1.66;
  font-weight: 300;
  font-size: 17px;
}

.content-box:last-child {
	margin-bottom: 0;
}

.content-box + h3 {
	color: #231f20;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 50px;
}

@media only screen and (min-width: 992px) {
  .content-box {
    margin-bottom: 80px;
    padding: 35px;
  }
  
  .content-box + h3 {
	  font-size: 38px;
	margin-bottom: 80px;
}
}
.content-box p {
  margin-bottom: 28px;
}

@media only screen and (min-width: 992px) {
  .content-box p {
    margin-bottom: 40px;
  }
}
.content-box p:last-of-type {
  margin-bottom: 0;
}

.content-box h4 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 15px;
  letter-spacing: 4px;
}

@media only screen and (min-width: 600px) {
  .content-box h4 {
    font-size: 24px;
  }
}

.mb-sm {
  margin-bottom: 26px;
}

.mb-md {
  margin-bottom: 60px;
}

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

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}
.site-header {
  position: relative;
}
.site-header picture img {
  width: 100%;
}

.site-header__btn {
  border-radius: 20px;
  white-space: nowrap;
  display: inline-block;
  background: var(--white);
  color: #231916;
  font-size: 14px;
  padding: 5px 10px;
}

@media only screen and (min-width: 768px) {
  .site-header__btn {
    font-size: 18px;
    padding: 12px 20px;
  }
}
.site-header__btn::before {
  content: "";
  display: inline-block;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.site-header__btn::before {
  border-left: 12px solid #40a629;
}

.site-header__btn img {
  margin: 0 5px;
}

.site-footer {
  background: var(--white);
  padding-block: 50px 70px;
  letter-spacing: 4px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .site-footer {
    text-align: left;
    padding-block: 80px 100px;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__inner {
    display: flex;
	align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .site-footer__button {
    margin-bottom: 40px;
  }
}
.site-footer__button a {
  background: var(--pink);
  color: var(--white);
  border-radius: 12px;
  font-weight: 400;
  padding: 9px 27px;
  font-size: 18px;
  white-space: nowrap;
}

@media only screen and (min-width: 1200px) {
  .site-footer__button a {
    font-size: 24px;
  }
}
.site-footer__body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #d8506a;
}
@media only screen and (min-width: 768px) {
  .site-footer__body ul li {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__info {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer__info {
    display: flex;
    gap: 40px;
  }
}
.site-footer__info p {
  margin: 0 0 18px;
}

@media only screen and (min-width: 768px) {
  .site-footer__info p {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__contact {
    display: flex;
    gap: 60px;
  }
}
.site-footer__contact a {
  color: #d8506a;
  margin-bottom: 18px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-footer__contact a {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .site-footer__contact a + a::before {
    content: "／";
    transform: translateX(-30px);
    display: inline-block;
  }
}
/** pages */
.notification {
  padding-block: 65px;
}

@media only screen and (min-width: 992px) {
  .notification {
    padding-block: 90px 120px;
  }
}
.notification__inner {
  background: #c8335e;
  padding: 50px 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (min-width: 1200px) {
  .notification__inner {
    padding: 75px 140px 55px;
    gap: 14.6%;
  }
}
.notification__row {
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.55;
}

@media only screen and (min-width: 600px) {
  .notification__row {
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .notification__row {
    width: 42.7%;
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .notification__row {
    font-size: 26px;
  }
}
.notification__row h3 {
  background: var(--white);
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 50%, 100% 100%, 0 100%, 20px 50%);
  color: #9b2224;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 0 15px;
  font-size: 21px;
  padding: 12px 30px;
}

@media only screen and (min-width: 600px) {
  .notification__row h3 {
    margin: 0 0 35px;
  }
}
@media only screen and (min-width: 992px) {
  .notification__row h3 {
    clip-path: polygon(0 0, 100% 0, calc(100% - 40px) 50%, 100% 100%, 0 100%, 40px 50%);
    padding: 14px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .notification__row h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1600px) {
  .notification__row h3 {
    font-size: 36px;
  }
}
.notification__row p {
  margin: 0;
}

.notification__row:nth-child(2n) {
  color: #f1e4b5;
}

.notification__row:nth-child(2n) h3 {
  background: #fbcf61;
}

.news-section {
	padding-bottom: 65px;
}

@media only screen and (min-width: 992px) {
	.news-section {
		padding-bottom: 90px;
	}
}

.news-section__inner {
  border-radius: 65px;
  background: var(--white);
  padding: 35px 35px 75px;
}

@media only screen and (min-width: 600px) {
  .news-section__inner {
    padding: 40px 40px 75px;
  }
}
@media only screen and (min-width: 1200px) {
  .news-section__inner {
    padding: 40px 90px 60px;
  }
}
@media only screen and (max-width: 767px) {
  .news-section__inner {
    padding: 20px 25px 35px;
  }
}
.news-section__inner h2 {
  color: #d8506a;
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}

@media only screen and (min-width: 768px) {
  .news-section__inner h2 {
    text-align: left;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  .news-section__inner h2 {
    font-size: 36px;
    margin: 0 0 30px;
  }
}
.news-section__item {
  display: flex;
  color: #727171;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 20px;
  border-bottom: 1px dashed #3f3b3a;
  align-items: center;
  gap: 10px 30px;
  max-width: 1250px;
  margin: 0 auto;
  flex-wrap: wrap;
  min-height: 80px;
}

@media only screen and (min-width: 992px) {
  .news-section__item {
    font-size: 21px;
    padding: 20px 25px;
  }
}
.news-section__item time {
  flex-basis: 100%;
}

@media only screen and (min-width: 600px) {
  .news-section__item time {
    flex-basis: 16.5%;
  }
}
.news-section__item span {
  flex-basis: 0;
  flex-grow: 1;
}

.news-section__item img {
  flex-basis: 32px;
  align-self: center;
}

.content-section {
	background: #fff;
	color: #6d6e71;
	padding-block: 90px 70px;
	font-size: 16px;
	line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .content-section {
  background: #fff;
  color: #6d6e71;
  padding-block: 90px 70px;
  font-size: 16px;
  line-height: 1.75;
}
}

@media only screen and (min-width: 600px) {
  .content-section {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .content-section {
    padding-block: 120px 180px;
  }
}
.content-section p {
  margin: 0;
}

.tabs {
  font-size: 16px;
  line-height: 1.6;
}

@media only screen and (min-width: 600px) {
  .tabs {
    font-size: 18px;
  }
}

.tabs__heading {
  display: flex;
}

.tabs__heading a {
  background: #f9f7f3;
  font-size: 12px;
  line-height: 1.75;
  font-weight: 600;
  color: var(--second);
  border-radius: 61px 61px 0 0;
  flex-basis: 0;
  flex-grow: 1;
  letter-spacing: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 60px;
  padding: 10px;
  align-items: center;
}

@media only screen and (min-width: 600px) {
  .tabs__heading a {
    font-size: 21px;
    min-height: 78px;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .tabs__heading a {
    min-height: 156px;
    font-size: 28px;
    padding: 10px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .tabs__heading a {
    font-size: 36px;
  }
}
.tabs__heading a span {
  position: relative;
}

.tabs__heading a span::after {
  content: "";
  border-bottom: 2px solid transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s;
}

.tabs__heading a.active {
  background: #F3D7C8;
  color: #d8506a;
}

.tabs__heading a.tab_1.active {
  background: #F3D7C8;
}

.tabs__heading a.tab_2.active {
  background: #ecbebc;
}

.tabs__content {
  background: var(--white);
  color: #6D6E71;
}

.tabs p {
  margin-bottom: 26px;
}

@media only screen and (min-width: 992px) {
  .tabs p {
    margin-bottom: 32px;
  }
}
.tabs p:last-child {
  margin-bottom: 0;
}

.stage-intro {
  text-align: center;
}

.stage-intro h2 {
  font-size: 28px;
  line-height: 1.66;
  color: var(--second);
  margin: 0 0 50px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 2px;
}

@media only screen and (min-width: 600px) {
  .stage-intro h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .stage-intro h2 {
    font-size: 40px;
    margin: 0 0 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .stage-intro h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .stage-intro h2 {
    font-size: 88px;
  }
}
.stage-intro__content {
  font-size: 16px;
  line-height: 1.6;
  background: url("../images/home/bg.png") no-repeat 50% 50%/contain;
}

@media only screen and (min-width: 600px) {
  .stage-intro__content {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .stage-intro__content {
    font-size: 25px;
    line-height: 2;
  }
}
.stage-intro__content p {
  margin-bottom: 24px;
}

@media only screen and (min-width: 600px) {
  .stage-intro__content p {
    margin-bottom: 29px;
  }
}
@media only screen and (min-width: 992px) {
  .stage-intro__content p {
    margin-bottom: 52px;
  }
}
.stage-intro figure {
  margin-top: 50px;
}

@media only screen and (min-width: 992px) {
  .stage-intro figure {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .stage-intro figure {
    margin-top: 120px;
  }
}
.images-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 57px;
  max-width: 1490px;
  margin: 0 auto 60px;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .images-grid {
    flex-direction: row;
    align-items: normal;
    margin: 0 auto 120px;
  }
}
.images-grid figure {
  max-width: 306px;
}

@media only screen and (min-width: 768px) {
  .images-grid figure {
    width: calc(33.33% - 38px);
    max-width: 100%;
  }
}
.images-grid figure img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}

.content-inner {
  max-width: 1490px;
  margin: 0 auto;
}

.tab-box {
  font-weight: 300;
}

@media only screen and (min-width: 768px) {
  .tab-box {
    background: #f9f7f3;
    padding: 50px 80px 80px;
  }
}
.tab-box h3 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 4px;
  line-height: 1.2;
  color: var(--primary);
  margin: 0 0 25px;
}

@media only screen and (min-width: 992px) {
  .tab-box h3 {
    font-size: 32px;
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tab-box h3 {
    font-size: 48px;
  }
}
.tab-box__inner {
  background: #f9f7f3;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .tab-box__inner {
    margin-top: 270px;
    background: #f7f8f8;
    padding: 45px 40px 40px;
  }
}
@media (min-width: 48em) {
  .tab-box__inner--title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .tab-box__inner--box {
    background: #f7f8f8;
    padding: 20px;
  }
}
.tab-box__inner > img {
  float: right;
  margin: 0 0 30px 30px;
}

.tab-box__inner h4 {
  font-size: 14px;
  margin: 0 0 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .tab-box__inner h4 {
    font-size: 20px;
    margin: 0 0 35px;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .tab-box__inner h4 {
    font-size: 28px;
  }
}
.tab-box__inner .text-sign {
  text-align: right;
  margin-top: 40px;
  line-height: 1.45;
}

@media only screen and (max-width: 767px) {
  .tab-box__inner .text-sign {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-box__inner .text-sign img {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-box__inner .text-sign p {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .tab-box__inner p {
    font-size: 10px;
  }
}
.tab-box .button-inner {
  margin-top: 60px;
}

.image-row {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .image-row {
    display: flex;
    gap: 3%;
    align-items: center;
    text-align: left;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .image-row + .image-row {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .image-row__image {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .image-row__image {
    max-width: 378px;
    margin: 0 auto 45px;
  }
}
.image-row__image img {
  width: 100%;
}

.image-row__image .btn-arrow {
  margin-top: 60px;
  min-width: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .image-row__body {
    width: 57%;
  }
}
.image-row__body h4 {
  font-size: 24px;
  font-weight: 600;
  color: #231f20;
  margin: 0 0 20px;
  letter-spacing: 4px;
}
@media only screen and (max-width: 767px) {
  .image-row__body h4 {
  font-size: 18px;
}
}

@media only screen and (min-width: 992px) {
  .image-row__body h4 {
    margin: 0 0 45px;
  }
}
@media only screen and (min-width: 768px) {
  .image-row.reverse .image-row__image {
    order: 2;
  }
}
.images-grid-center {
  display: flex;
  flex-wrap: wrap;
  max-width: 306px;
  margin: 0 auto;
  gap: 40px;
  flex-direction: column;
}

@media only screen and (min-width: 600px) {
  .images-grid-center {
    gap: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .images-grid-center {
    flex-direction: row;
    gap: 13.6%;
    max-width: 930px;
  }
}
.images-grid-center figure {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .images-grid-center figure {
    width: 43.2%;
  }
}
.images-grid-center figure img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 100%;
}

.list-noti {
  max-width: 530px;
  margin: 0 auto 32px;
  text-align: left;
}

.list-noti li {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.list-noti div {
	display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.list-noti span {
  background: #fff;
  border: 1px solid #ec008c;
  border-radius: 10px;
  color: #ec008c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-width: 114px;
  letter-spacing: 4px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .list-noti span {
  min-width: 100px;
}
.list-noti li {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}
}

.image-row-box {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .image-row-box {
    display: flex;
    gap: 90px;
    flex-wrap: wrap;
    text-align: left;
  }
}
.image-row-box figure {
  max-width: 466px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 600px) {
  .image-row-box figure {
    margin: 0 auto 85px;
  }
}
@media only screen and (min-width: 768px) {
  .image-row-box figure {
    margin-bottom: 0;
    width: calc(50% - 45px);
    max-width: none;
  }
}
.image-row-box__inner {
  background: #f9f7f3;
  padding: 55px 20px;
}

@media only screen and (min-width: 768px) {
  .image-row-box__inner {
    width: calc(50% - 45px);
  }
}
@media only screen and (min-width: 992px) {
  .image-row-box__inner {
    padding: 80px 65px;
  }
}
.image-row-box__inner h4 {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 24px;
  letter-spacing: 4px;
}

@media only screen and (min-width: 600px) {
  .image-row-box__inner h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .image-row-box__inner h4 {
    font-size: 36px;
    margin: 0 0 70px;
  }
}
.image-row-box .btn-arrow {
  order: 5;
  margin-top: 40px;
}

@media only screen and (min-width: 600px) {
  .image-row-box .btn-arrow {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .image-row-box .btn-arrow {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .image-row-box.reverse figure {
    order: 2;
  }
}
.gifts {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
  z-index: 1;
  padding-block: 60px;
}

@media only screen and (min-width: 600px) {
  .gifts {
    gap: 155px;
  }
}
@media only screen and (min-width: 768px) {
  .gifts {
    gap: 12.6%;
  }
}
.gifts::before, .gifts::after {
  content: "";
  width: 80px;
  height: 90px;
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 600px) {
  .gifts::before, .gifts::after {
    width: 120px;
    height: 140px;
  }
}
@media only screen and (min-width: 768px) {
  .gifts::before, .gifts::after {
    width: 156px;
    height: 175px;
  }
}
.gifts::before {
  background: url("../images/gift-1.svg") no-repeat 0 0/100%;
  bottom: -40px;
  right: 0;
}

@media only screen and (min-width: 600px) {
  .gifts::before {
    bottom: -90px;
  }
}
@media only screen and (min-width: 768px) {
  .gifts::before {
    bottom: auto;
    top: -150px;
  }
}
.gifts::after {
  background: url("../images/gift-2.svg") no-repeat 0 0/100%;
  left: 0;
  top: -40px;
}

@media only screen and (min-width: 600px) {
  .gifts::after {
    top: -90px;
  }
}
@media only screen and (min-width: 768px) {
  .gifts::after {
    top: auto;
    bottom: -150px;
  }
}
.gifts .gifts-item {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .gifts .gifts-item {
    width: 43.7%;
    text-align: left;
  }
}
.gifts .gifts-item figure {
  text-align: center;
  margin: 0 0 40px;
}

@media only screen and (min-width: 600px) {
  .gifts .gifts-item figure {
    margin: 0 0 70px;
  }
}
@media only screen and (min-width: 992px) {
  .gifts .gifts-item figure {
    margin: 0 0 130px;
  }
}
.gifts .gifts-item figure img {
  max-width: 364px;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .gifts .gifts-item figure img {
    max-width: none;
  }
}
.gifts .gifts-item h4 {
  font-size: 21px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 25px;
}

@media only screen and (min-width: 1200px) {
  .gifts .gifts-item h4 {
    font-size: 36px;
    margin: 0 0 40px;
  }
}
.events {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto 90px;
}

.events__item {
  width: 100%;
  font-size: 15px;
  line-height: 1.9;
}

@media only screen and (min-width: 768px) {
  .events__item {
    width: calc(33.33% - 15px);
    display: flex;
    flex-direction: column;
  }
}
.events__item figure {
  margin: 0 0 30px;
}

.events__item figure img {
  width: 100%;
  object-fit: cover;
}

.events__item h4 {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  padding-bottom: 16px;
  margin: 0 0 15px;
  letter-spacing: 4px;
  text-align: center;
}

@media only screen and (min-width: 600px) {
  .events__item h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .events__item h4 {
    min-height: 103px;
  }
}
@media only screen and (min-width: 992px) {
  .events__item h4 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) {
  .events__item h4 {
    font-size: 36px;
  }
}
.events__item h5 {
  font-size: 21px;
  font-weight: 600;
  color: var(--primary);
  text-align: center;
  margin: 0 0 35px;
}

@media only screen and (min-width: 768px) {
  .events__item h5 {
    margin: 0 0 5px;
  }
}
.events__item h5 span {
  border: 1px solid var(--primary);
  border-radius: 10px;
  padding: 5px 10px;
  min-width: 80px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

.events__item--button {
  text-align: center;
  margin-top: auto;
  padding-top: 20px;
}

.instagram ul {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
  .instagram ul {
    gap: 30px;
  }
}
.instagram ul li {
  width: calc(33.33% - 12px);
}

@media only screen and (min-width: 768px) {
  .instagram ul li {
    width: calc(33.33% - 20px);
  }
}
.instagram ul li img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.image img {
  width: 100%;
}

.image p {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .image p {
    margin-top: 50px;
  }
}
.map iframe {
  width: 100%;
  height: 320px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .map iframe {
    height: 420px;
  }
}
@media only screen and (min-width: 992px) {
  .map iframe {
    height: 620px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .map iframe {
    height: 820px;
  }
}
.partners {
  padding-block: 50px;
}

@media only screen and (min-width: 768px) {
  .partners {
    padding-block: 80px;
  }
}
.partners ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .partners ul {
    gap: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .partners ul {
    gap: 40px 60px;
  }
}
.partners ul img {
  height: 13.2vw;
}

@media only screen and (min-width: 768px) {
  .partners ul img {
    height: 113px;
  }
}
@media only screen and (min-width: 768px) {
  .partners ul img {
    height: 179px;
  }
}
.btn,
.btn-arrow {
  text-align: center;
}

.margin-top {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .margin-top {
    margin-top: 20px;
  }
}
.margin-top--lg {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .margin-top--lg {
    margin-top: 50px;
  }
}
.margin-top--xl {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .margin-top--xl {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .image-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.image-box figure {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .image-box figure {
    margin: 0;
    width: 40%;
  }
}
.image-box figure img {
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
}
.image-box__content {
  background: #f9f7f3;
  padding: 40px 20px;
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .image-box__content {
    width: 44%;
    padding: 40px 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .image-box__content {
    padding: 80px 35px;
    font-size: 24px;
    line-height: 2.08;
  }
}
.image-box__content h4 {
  font-weight: 400;
  margin: 20px 0;
  font-size: 18px;
  line-height: 1.55;
}
@media only screen and (min-width: 1200px) {
  .image-box__content h4 {
    margin: 30px 0;
    font-size: 24px;
    line-height: 2.08;
  }
}
.image-box__content h4 span {
  display: inline-block;
  background: #727171;
  color: var(--white);
  padding: 2px 20px;
  line-height: 1.5;
  min-width: 105px;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .image-box__content h4 span {
    min-width: 130px;
  }
}
.image-box__content p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .image-box__content p {
    margin-bottom: 30px;
  }
}
.image-box__content p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .image-box.reverse figure {
    order: 2;
  }
}

.events__item h6 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #dc5364;
  margin: 0 0 20px;
}

.gifts .gifts-item--row {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .gifts .gifts-item--row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.gifts .gifts-item--row figure {
  margin: 0 0 30px;
}
@media only screen and (min-width: 768px) {
  .gifts .gifts-item--row figure {
    margin: 0;
    width: 37%;
  }
}
.gifts .gifts-item--row figure img {
  aspect-ratio: 1;
  border-radius: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .gifts .gifts-item--row .gifts-item--body {
    width: 44%;
  }
}

.spacing-xl {
  height: 210px;
}
@media only screen and (min-width: 768px) {
  .spacing-xl {
    height: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .spacing-xl {
    height: 400px;
  }
}

.map img {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
  .map img {
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px){
.pcbr { display:block; }
.spbr { display:none; }
}
@media screen and (max-width: 767px){
.pcbr { display:none; }
.spbr { display:block; }
.spleft{
  text-align: left;
}
}

.mtmore {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
.mt80 {
  margin-top: 80px;
}
.mt40 {
  margin-top: 40px;
}
}

.hanbai{
  color: #6d6e71!important;
}