@charset "Shift_JIS";

/*--------------------------------------------------------
  書体
--------------------------------------------------------*/
@font-face {
  font-family: 'Anton'; /* CSSで指定するときの名前 */
  src: url('../../fonts/Anton-Regular.ttf') format('truetype'); /* ファイルのパスと形式 */
  font-weight: 400; /* 400は'normal'や'regular'に相当 */
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans'; /* CSSで指定するときの名前 */
  src: url('../../fonts/PublicSans-VariableFont_wght.ttf') format('truetype'); /* ファイルのパスと形式 */
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Public Sans'; /* CSSで指定するときの名前 */
  src: url('../../fonts/PublicSans-Italic-VariableFont_wght.ttf') format('truetype'); /* ファイルのパスと形式 */
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Zen Kaku Gothic New';
  src: url('../../fonts/ZenKakuGothicNew-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Advent Pro';
  src: url('../../fonts/AdventPro-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900; /* 対応する太さの範囲 */
  font-stretch: 75% 125%; /* 対応する幅の範囲 (wdth) */
  font-style: normal;
}

/* Advent Pro (イタリック) */
@font-face {
  font-family: 'Advent Pro';
  src: url('../../fonts/AdventPro-Italic-VariableFont_wdth,wght.ttf') format('truetype-variations');
  font-weight: 100 900;
  font-stretch: 75% 125%;
  font-style: italic; /* こちらはイタリックスタイル */
}
/*--------------------------------------------------------
  共通
--------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	color: #1c1c1c;
	font-family: 'Public Sans', 'Zen Kaku Gothic New', Sans-serif;
	width: 100%;
    height: auto;
    overflow-y: scroll;
	overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
a {
    color: var(--color-text-primary);
    text-decoration: none;
    transition: var(--transit-default);
    outline: none;
}
a:link, a:visited, a:hover, a:active {
    color: #1c1c1c;
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
nav ul {
    list-style: none;
}
hr {
    width: 100%;
    height: 12px;
    clear: both;
}
iframe {
    display: block;
}
.block-wrap {
	position: relative;
	z-index: 1;
	padding: 4rem 2%;
	background-color: #e7e7e7;
}
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #e7e7e7;
}
.bg-purple {
	background-color: #e2d9e8;
}
.slider-title {
    margin: 0 2rem;
    font-size: 1.3em;
}
.slider-text {
    margin: 0 2rem;
}
.txt-center {
	text-align: center;
}
/*--------------------------------------------------------
  lold
--------------------------------------------------------*/
.block-wrap .orgtextbox-exp {
	text-align: center;
    font-size: 1.5em;
    padding-bottom: 20px;
}
.slideup {
    animation: slideup_animate 2s ease-in-out 0s 1 normal backwards;
}
@keyframes slideup_animate {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.gray_box {
    display: inline-block;
    margin: 1.5em auto;
    margin-right: auto;
    padding: 0.5em 1em;
    background-color: #e3e3e3;
}
.inquiry_tel {
    margin: 0 0 0.5em;
}
.inquiry_tel span {
    display: block;
    font-weight: bold;
    transform: scale(1, 1.5);
    padding: 0.5em 0;
}

footer *,
footer *::before,
footer *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	font-weight: normal;
}
footer {
	font-size: 16px;
}
#banner ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: .25em;
    padding-left: 0;
    list-style-type: none;
}
#banner li {
    display: inline-block;
    padding-bottom: .25em;
    padding-top: .25em;
    text-align: center;
    margin-right: .5em;
}
#banner li a {
    display: block;
    width: 19.375em;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
#banner li img {
	margin: 0 auto;
    vertical-align: bottom;
}
#hpb-footer {
    text-align: center;
}
#hpb-footer {
    padding-bottom: 5em;
}
#hpb-footerMain {
 	padding: .25em 0 .5em;
    background-color: #172737;
}
@media screen and (orientation: portrait) and (max-width: 568px) {
    .footer-titlebox {
        padding-bottom: 0;
    }
}
.footer-title {
    font-family: 'Advent Pro', sans-serif;
    font-size: 3.125em;
    color: #ffffff;
}
.footer-btns {
    color: #ffffff;
    font-size: 1.2em;
    margin-top: 1.25em;
    margin-bottom: 3.125em;
}
.footer-btnt, .footer-btnd {
    width: 20%;
    display: inline-block;
    height: 4em;
    line-height: 4em;

}
.footer-btnt {
    background-color: #fd81bd;
}
.footer-btnd {
    background-color: #ff59ab;
}
.footer-btnt a, .footer-btnd a {
	position: relative;
	display: inline-flex;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.footer-sub a {
    color: #ffffff;
    font-size: 1em;
    text-decoration: none;
}
#hpb-footerExtra1 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.5em;
}
.copyright {
	font-size: 0.8em;
    text-align: right;
    padding-right: 1.25em;
	margin-bottom: 4em;
}
.nowrap {
    white-space: nowrap;
}
.event-block {
	font-weight: normal;
	position: fixed;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0;
    width: min(768px, 100%);
    margin: 0 auto;
	z-index: 1000;
	opacity: 0;
}
.event-block.active {
	opacity: 1;
	transition: opacity 0.6s ease, filter 0.6s ease 0.4s;
}

.event-block .event-grid {
	display: grid;
    grid-template-columns: 1fr 0.65fr 1.1fr;
    border: solid 3px #ff0000;
    height: 3em;
    border-radius: 1.5em;
    place-content: center;
    gap: 0.5em;
    padding: 0.5em;
    background-color: rgba(255,255,255,0.6);
}
.event-block .event-title {
    height: 2em;
	line-height: 2em;
}
.event-block .event-btn {
    text-align: center;
    padding: 0 0.3em;
    height: 2em;
	line-height: 2em;
    border-radius: 1em;
    background-color: #cd151c;
}
.event-block .event-btn a {
	display: block;
	width: 100%;
	height: 100%;
	color:#fff;
	line-height: 2em;
}
@media screen and (max-width: 412px) {
	.footer-sub a {
		font-size: 0.9em;
	}	
	.event-block {
		font-size: 0.9em;
	}
}
/*--------------------------------------------------------
  header
--------------------------------------------------------*/
:root {
	--font-en: "Anton", sans-serif;
	--color-wht: #fff;
	--color-text-primary: #1c1c1c;
	--color-primary-dark: #542707;
	--transit-default: all 0.4s ease-out;
}
header *,
header *::before,
header *::after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: normal;
	font-weight: normal;
}
header {
	font-size: 16px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 1.4285714286em;
    z-index: 9999;
    transition: var(--transit-default);
    pointer-events: none;
}
.header--logo, .header--txt {
	font-size: inherit;
    position: relative;
    z-index: 9999;
}
.header--txt {
    line-height: 1.75;
    transition: var(--transit-default);
    color: var(--color-wht);
    transition: var(--transit-default);
}
.header-sm .header--txt {
    opacity: 0;
}
.header.active .header--txt {
    opacity: 1;
}
.header--logo a {
    position: relative;
    display: block;
    width: fit-content;
    pointer-events: auto;
}
.header--logo img {
    display: block;
    width: 15em !important;
    transition: var(--transit-default);
}
.header--logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header-wh .header--logo img:nth-child(1):not(:only-child), .header.active .header--logo img:nth-child(1):not(:only-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.header-wh .header--logo img:nth-child(2), .header.active .header--logo img:nth-child(2) {
    position: static;
    opacity: 1;
}
.header-wh .header--txt, .header.active .header--txt {
    color: var(--color-wht);
}
.header--logo img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.inner {
    width: 90%;
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
}
.header>.inner {
    max-width: 112.5em;
}
.txt-ctr {
    text-align: center;
}
.gnav_btn {
    position: fixed;
    top: 2.9375em;
    right: 3.3125em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.5625em;
    width: 4.5em;
    height: 4.5em;
    background-color: var(--color-wht);
    border-radius: 50%;
    cursor: pointer;
    z-index: 9999;
    transition: var(--transit-default);
    pointer-events: auto;
    border: solid 1px #999;
}
.gnav_btn--lines {
    position: relative;
    width: 2.0625em;
    height: 0.8125em;
}
.gnav_btn--lines span {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    border-bottom: 3px solid;
    transition: var(--transit-default);
}
.gnav_btn--lines span:nth-of-type(1) {
    top: 0;
}
.gnav_btn--lines span:nth-of-type(2) {
    bottom: 0;
}
.header.active .gnav_btn--lines span:nth-of-type(1) {
    transform: translateY(0.34375em) rotate(-35deg);
}
.header.active .gnav_btn--lines span:nth-of-type(2) {
    transform: translateY(-0.34375em) rotate(35deg);
}
.gnav_btn--txt {
    line-height: 1;
}
.gnav_btn--txt span {
    display: block;
    width: 100%;
    transition: var(--transit-default);
}
.gnav_btn--txt .close {
    position: fixed;
    opacity: 0;
}
.header.active .gnav_btn--txt .menu {
    position: fixed;
    opacity: 0;
}
.header.active .gnav_btn--txt .close {
    position: static;
    opacity: 1;
}
.lang--menu {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 9em;
    height: 3.2em;
    padding: 0.625em 0.75em;
    background-color: var(--color-primary-dark);
    border-radius: 9999px;
    z-index: 1;
}
.lang--menu a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.75em;
    height: 2.75em;
    color: var(--color-wht);
}
.font-nl * {
    letter-spacing: normal;
}
.font-nl {
    font-family: var(--font-en);
    font-weight: normal;
    letter-spacing: normal;
}
.fz16 {
    font-size: max(14px, 1em);
}
.fz20 {
    font-size: max(18px, 1.25em);
}
.fz64 {
    font-size: 4em;
}
.clr-wh, .clr-wh * {
    color: var(--color-wht);
}
.gnav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5em;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: var(--transit-default);
}
.header.active .gnav {
    opacity: 1;
    pointer-events: auto;
}
.gnav::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: -1;
    background-image: url(../../images/pattern-blue.jpg);
    opacity: .96;
}
.gnav--menus {
    display: flex;
}
.gnav--menu {
    line-height: 1.39;
}
.gnav--menu {
    line-height: 1.39;
}
.gnav--menu li {
    counter-increment: number;
}
.gnav--menu>li>.gnav--link::before {
    content: counter(number, decimal-leading-zero);
    display: inline-block;
    font-size: 0.32em;
    opacity: .5;
    margin-right: 1em;
    vertical-align: top;
    line-height: 2.5;
}
.gnav--menu li a {
    display: flex;
}
.gnav--menu li a span:nth-child(2) {
    font-size: 0.55em;
    flex-grow: 1;
    text-align: right;
    margin-left: 2em;
    margin-top: 0.5em;
}
.gnav--link {
    display: block;
    color: var(--color-wht)!important;
    text-decoration: none!important;
}
.gnav--link:hover {
    opacity: .7;
}
.mgn-btm36 {
    margin-bottom: 1.2em;
}
@media print, screen and (min-width: 768px) {
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}
@media only screen and (orientation: landscape) and (max-width: 960px) {
	#top {
		width: 100%!important;
	}
}
@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) {
    * {
        font-feature-settings: "palt";
    }
}
@media screen and (max-width: 1280px) {
	.fz64 {
		font-size: 2.2em;
	}
	.fz20 {
		font-size: max(14px, 1em);
	}
}

@media screen and (max-width: 767px) {
    .header img {
        max-width: 50%;
        height: auto;
    }
    .header {
        padding-top: 1.4285714286em;
    }
    .inner {
        width: 86%;
    }
	.gnav_btn {
		top: 1.4285714286em;
		right: 1.4285714286em;
		gap: 0.3571428571em;
		width: 3.6428571429em;
		height: 3.6428571429em;
	}
	.gnav_btn--lines {
		width: 1.4285714286em;
        height: 0.5714285714em;
	}
    .gnav_btn--lines span {
        border-bottom: 2px solid;
    }
    .header.active .gnav_btn--lines span:nth-of-type(1) {
        transform: translateY(0.24em) rotate(-35deg);
    }
	.header.active .gnav_btn--lines span:nth-of-type(2) {
        transform: translateY(-0.24em) rotate(35deg);
    }
    .gnav_btn--txt {
        font-size: 0.7857142857em;
    }
	.mgn-btm-sp20 {
        margin-bottom: 0.6em !important;
    }
    .mgn-btm36 {
        margin-bottom: 1.2857142857em;
    }
    .fz16 {
        font-size: 0.96124em;
    }
	.fz20 {
		font-size: 1.25em;
	}
	.fz64 {
		font-size: 4rem;
	}
    .fz-sp32 {
        font-size: 1.922475em !important;
    }
    .gnav {
        padding: 4.5714285714em 1.7142857143em;
    }
    .gnav--menus {
        flex-direction: column;
        width: 100%;
        gap: 2.8571428571em;
    }
    .gnav--menu>li>.gnav--link::before {
        font-size: 0.5em;
        line-height: 1.8;
    }
    .lang--menu {
        margin-left: auto;
        margin-right: auto;
    }
    .gnav .lang--menu {
        margin-bottom: -2.8571428571em;
    }
	.lang--menu {
		width: 8em;
		height: 2.8em;
		padding: 0.5rem 0.6em;
	}
}
.header-space {
	font-size: 16px;
	height: 13em;
	background-image: url(../../images/pattern-blue.jpg);
}
@media print, screen and (max-width: 767px) {
	.header-space {
		height: 8em;
	}
}

@media print, screen and (min-width: 768px) {
    body {
        font-size: clamp(15.9375px, 0.9375vw, 1.125em);
    }
    .gnav--menu {
        width: fit-content;
        max-width: 51.5em;
    }
	.gnav .lang--menu {
		transform: translateX(100%);
	}
}

/*--------------------------------------------------------
  about_wrap
--------------------------------------------------------*/
:root {
	--color-black: #000;
}
.about_wrap em {
	font-style: normal;
}
.about_wrap {
	display: flex;
    padding: 2rem;
}
.about_wrap .c_catch {
    font-size: 25px;
    line-height: 1.6;
}
.about_wrap .title {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 36px;
    line-height: 1.1;
}
.about_wrap .title_en {
    clip-path: inset(0 0 100% 0);
    font-size: 60px;
    font-family: var(--ff-en);
    letter-spacing: 0;
    transform: translateY(100%);
    transition-property: clip-path, transform;
    transition-duration: 0.6s;
    transition-timing-function: var(--ease);
    transition-delay: var(--delay);
    will-change: clip-path, transform;
}
.about_wrap .title.-view .title_en {
    clip-path: inset(0 0 0 0);
    transform: translateY(0%);
}
.about_wrap .title_jp {
    display: inline-block;
    position: relative;
    margin-bottom: 0.6em;
    padding-bottom: 4px;
    font-size: 18px;
}
.about_wrap .title_jp span {
    display: inline-block;
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
    transition-property: clip-path, transform;
    transition-duration: 0.25s;
    transition-timing-function: var(--ease);
    transition-delay: calc(var(--delay) + 0.4s);
    will-change: clip-path, transform;
}
.about_wrap .title.-view .title_jp span {
    clip-path: inset(0 0 0 0);
    transform: translateY(0%);
}
.about_wrap .title_jp::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color-black);
    transform: scaleX(0%);
    transform-origin: left;
    transition-property: transform;
    transition-duration: 1.2s;
    transition-timing-function: var(--ease);
    transition-delay: 0.4s;
}
.about_wrap .title.-view .title_jp::after {
    transform: scaleX(100%);
}
.about_wrap .about_catch {
    margin-top: 45px;
}
.about_wrap .about_text {
    margin-top: 30px;
    line-height: 2.2;
}
@media screen and (max-width: 767.98px) {
    .about_wrap .c_catch {
        font-size: 17px;
        line-height: 1.8;
    }
    .about_wrap {
        flex-direction: column-reverse;
        gap: 30px;
    }
    .about_wrap .title {
        gap: 18px;
    }
    .about_wrap .about_catch {
        margin-top: 30px;
    }
    .about_wrap .title_en {
        font-size: 38px;
    }
    .about_wrap .title_jp {
        font-size: 14px;
    }
    .about_wrap .about_text {
        margin-top: 20px;
    }
}
