@charset "UTF-8";

/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote::before,blockquote::after,q::before,q::after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
ol,ul {list-style:none;}

body{font-family: 'YakuHanJP', 'IBM Plex Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; color:#222; font-weight:400; line-height:1; background:#fff;font-feature-settings: "palt";}
html{font-size: 62.5%;}
ul{list-style: none; }
a, input{outline:none;}

/**** Start of "Micro cf" ****/

.cf { zoom: 1; }
.cf::before,
.cf::after { content: ""; display: table; }
.cf::after { clear: both; }
/* --------------------------------------------------------
	site setting
-------------------------------------------------------- */
body.en {
    overflow-wrap: anywhere;
}
:root {
    --res-200px: 11.9047vw;
    --res-150px: 8.9285vw;
    --res-120px: 7.1428vw;
    --res-100px: 5.9523vw;
    --res-80px: 4.7619vw;
    --res-70px: 4.1666vw;
    --res-60px: 3.5714vw;
    --res-50px: 2.9761vw;
    --res-40px: 2.3809vw;
    --res-30px: 1.7857vw;
    --res-20px: 1.1904vw;
    --res-15px: 0.8928vw;
    --res-10px: 0.5952vw;
    --res-5px: 0.2976vw;

    --rfs-100px: clamp(7.6rem, -0.08rem + 6vw, 10.0rem);
    /*1680-1280 76.1904% 72-54*/
    --rfs-72px: clamp(5.4rem, -0.36rem + 4.5vw, 7.2rem);
    /*1680-1280 76.1904% 72-54*/
    --rfs-48px: clamp(3.6rem, -0.24rem + 3vw, 4.8rem);
    /*1680-1280 76.1904% 48-36*/
    --rfs-44px: clamp(3.3rem, -0.2208rem + 2.75vw, 4.4rem);
    /*1680-1280 76.1904% 44-33*/
    --rfs-40px: clamp(3.0rem, -0.2rem + 2.5vw, 4.0rem);
    /*1680-1280 76.1904% 40-30*/
    --rfs-36px: clamp(2.743rem, 2.14vw, 3.6rem);
    /*1680-1280 76.1904% 36-27.43*/
    --rfs-32px: clamp(2.4rem, -0.16rem + 2vw, 3.2rem);
    /*1680-1280 76.1904% 32-24*/
    --rfs-28px: clamp(2.2rem, 0.28rem + 1.5vw, 2.8rem);
    /*1680-1280 76.1904% 28-22*/
    --rfs-24px: clamp(1.8rem, -0.12rem + 1.5vw, 2.4rem);
    /*1680-1280 76.1904% 24-18*/
    --rfs-22px: clamp(1.8rem, 0.52rem + 1vw, 2.2rem);
    /*1680-1280 22-18*/
    --rfs-20px: clamp(1.8rem, 1.16rem + 0.5vw, 2.0rem);
    /*1680-1280 20-18*/
    --rfs-18px: 1.8rem;
    --rfs-16px: 1.6rem;
    --rfs-14px: 1.4rem;
    --rfs-12px: 1.2rem;
    --rfs-11px: 1.1rem;
    --rfs-10px: 1.0rem;

    --keycolor: #90ff00;
    --keycolor02: #ff189f;
}

.dsp-inline--pc {
    display: inline;
}

.dsp-inline--sp {
    display: none;
}

.br--pc {
    display: block;
}

.br--sp {
    display: none;
}

.ff-notoserif {
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.ff-bebas {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.ff-roboto {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth"100;
}

.ff-oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

[class*="max-w-"] {
    margin-right: auto;
    margin-left: auto;
    width: 94%;
}

.max-w-1680 {
    max-width: 1680px;
}

.max-w-1500 {
    max-width: 1500px;
}

.max-w-1480 {
    max-width: 1480px;
}

.max-w-1400 {
    max-width: 1400px;
}

.max-w-1280 {
    max-width: 1280px;
}

.max-w-1240 {
    max-width: 1240px;
}

.max-w-1200 {
    max-width: 1200px;
}

.max-w-1000 {
    max-width: 1000px;
}

.max-w-960 {
    max-width: 960px;
}

.max-w-920 {
    max-width: 920px;
}

.max-w-840 {
    max-width: 840px;
}

.max-w-800 {
    max-width: 800px;
}

.max-w-700 {
    max-width: 700px;
}

.max-w-660 {
    max-width: 660px;
}

.max-w-600 {
    max-width: 600px;
}

.max-w-540 {
    max-width: 540px;
}

.max-w-500 {
    max-width: 500px;
}

.max-w-400 {
    max-width: 400px;
}

.max-w-360 {
    max-width: 300px;
}

.max-w-300 {
    max-width: 300px;
}

.max-w-200 {
    max-width: 200px;
}

.fc-white {
    color: #fff;
}

.fc-black {
    color: #231815;
}

.fc-gold {
    color: #EBD397;
}

.fc-brown {
    color: #8D5524;
}

.fc-keycolor {
    color: var(--keycolor);
}

.fc-keycolor02 {
    color: var(--keycolor02);
}

.fsr-100 {
    font-size: var(--rfs-100px);
}

.fsr-48 {
    font-size: var(--rfs-48px);
}

.fsr-44 {
    font-size: var(--rfs-44px);
}

.fsr-40 {
    font-size: var(--rfs-40px);
}

.fsr-36 {
    font-size: var(--rfs-36px);
}

.fsr-32 {
    font-size: var(--rfs-32px);
}

.fsr-28 {
    font-size: var(--rfs-28px);
}

.fsr-24 {
    font-size: var(--rfs-24px);
}

.fsr-22 {
    font-size: var(--rfs-22px);
}

.fsr-20 {
    font-size: var(--rfs-20px);
}

.fsr-18 {
    font-size:var(--rfs-18px);
}

.fsr-16 {
    font-size:var(--rfs-16px);
}

.fsr-14 {
    font-size:var(--rfs-14px);
}

.fsr-12 {
    font-size:var(--rfs-12px);
}

.fsr-11 {
    font-size:var(--rfs-11px);
}

.fsr-10 {
    font-size:var(--rfs-10px);
}

.fw-900 {
    font-weight: 900;
}

.fw-700 {
    font-weight: 700;
}

.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.lh-200 {
    line-height: 2.0;
}

.lh-150 {
    line-height: 1.5;
}

.lh-130 {
    line-height: 1.3;
}

.lh-120 {
    line-height: 1.2;
}

.lh-100 {
    line-height: 1.0;
}

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

.ta-right {
    text-align: right;
}

.ta-left {
    text-align: left;
}

/* 相対値 */
.mtr-200 {
    margin-top: var(--res-200px);
}

.mtr-150 {
    margin-top: var(--res-150px);
}

.mtr-120 {
    margin-top: var(--res-120px);
}

.mtr-100 {
    margin-top: var(--res-100px);
}

.mtr-80 {
    margin-top: var(--res-80px);
}

.mtr-70 {
    margin-top: var(--res-70px);
}

.mtr-60 {
    margin-top: var(--res-60px);
}

.mtr-50 {
    margin-top: var(--res-50px);
}

.mtr-40 {
    margin-top: var(--res-40px);
}

.mtr-30 {
    margin-top: var(--res-30px);
}

.mtr-20 {
    margin-top: var(--res-20px);
}

.mtr-15 {
    margin-top: var(--res-15px);
}

.mtr-10 {
    margin-top: var(--res-10px);
}

.mtr-5 {
    margin-top: var(--res-5px);
}

/* 絶対値 */
.mta-100 {
    margin-top: 100px;
}

.mta-80 {
    margin-top: 80px;
}

.mta-60 {
    margin-top: 60px;
}

.mta-40 {
    margin-top: 40px;
}

.mta-30 {
    margin-top: 30px;
}

.mta-20 {
    margin-top: 20px;
}

.mta-10 {
    margin-top: 10px;
}

.mba-100 {
    margin-bottom: 100px;
}

.mba-80 {
    margin-bottom: 80px;
}

.mba-60 {
    margin-bottom: 60px;
}

.mba-40 {
    margin-bottom: 40px;
}

.mba-30 {
    margin-bottom: 30px;
}

.mba-20 {
    margin-bottom: 20px;
}

.mba-10 {
    margin-bottom: 10px;
}

.mla-20 {
    margin-left: 20px;
}

.mla-10 {
    margin-left: 10px;
}

.text-indent {
    text-indent: 0;
    padding-left: 1em;
    text-indent: -1em;
}

.text--negative-indent {
    text-indent: -0.5em;
}

.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.jc-center {
    justify-content: center;
}

.fc-aice {
    align-items: center;
}

.fc-aife {
    align-items: flex-end;
}

.note-list {
    position: relative;
    list-style-type: none;
}

.note-list--inline {
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
}

.note-list > li,
.note-list--inline > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.4;
}

.note-list li::before,
.note-list--inline li::before {
    content: '※';
    margin-right: 2px;
}

.note-list li + li,
.note-list--inline li + li {
    margin-top: 8px;
}

.note-list li a {
    color: inherit;
}

.disk-list {
    list-style-type: disc;
    margin-left: 20px;
}

.disk-list li {
    line-height: 1.5;
}

.disk-list li + li {
    margin-top: 5px;
}

.decimal-list {
    list-style-type: decimal;
    margin-left: 20px;
}

.decimal-list li {
    line-height: 1.5;
}

.decimal-list li + li {
    margin-top: 10px;
}

.number-list {
    list-style-type: none;
}

.number-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.5;
}

.number-list li + li {
    margin-top: 10px;
}

.number-list li:first-child::before {
    content: '①';
    display: inline;
    margin-right: 2px;
}

.number-list li:nth-child(2)::before {
    content: '②';
    display: inline;
}

.number-list li:nth-child(3)::before {
    content: '③';
    display: inline;
}

.hanging-indent {
    padding-left: 1.0em;
    text-indent: -1.0em;
    box-sizing: border-box;
}

.mbm-multiply {
    mix-blend-mode: multiply;
}

.mbm-overlay {
    mix-blend-mode: overlay;
}

.mbm-colorburn {
    mix-blend-mode: color-burn;
}

.ofw-anywhere {
    overflow-wrap: anywhere;
}

/* --------------------------------------------------------
	style
-------------------------------------------------------- */
a {
    color: #222;
    text-decoration: underline;
}

a:hover {
    color: #222;
    text-decoration: underline;
}

.loader {
    pointer-events: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
}

.loaded .loader {
    opacity: 0;
    transition: 1.0s;
    transition-delay: 0.25s;
}

.loader__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
}

.loader__inner img {
    width: 10%;
    height: auto;
    /*animation: blink 1.5s infinite;*/
}

.scroll-animate {
    opacity: 0.0;
    transform: translate(0, 50px);
}

.scroll-animate.onScreen {
    opacity: 1.0;
    transform: translate(0, 0);
    transition: 1.0s;
}

figure img {
    width: 100%;
    height: auto;
}

/* --------------------------------------------------------
	global navi
-------------------------------------------------------- */
header {
    width: 100%;
    height: 100px;
    color: #222;
    background: rgba(255, 255, 255, 1.0);
    transform: translate(0, 0);
    z-index: 99;
    transition: 0.5s;
}

.loaded header {
    transform: translate(0, 0);
    transition: 0.75s;
    /*transition-delay: 1.5s;*/
}

header.fixed {
    position: fixed;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    opacity: 1;
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right:auto;
    margin-left:auto;
    width:90%;
    height: 100%;
}

.header__site-logo figure {
    height:60px;
    /*height:44px;*/
}

.header__site-logo figure img {
    width:auto;
    height:100%;
}

.global-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap:15px 0;
}

.global-navi__top, .global-navi__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
}

.global-navi a {
    position: relative;
    color:#222;
    text-decoration: none;
    box-sizing: border-box;
}

.global-navi a:hover {
    text-decoration: underline;
}

.global-navi__top .select-lang span {
    cursor: pointer;
    position: relative;
    margin-right:var(--res-60px);
    color:#222;
    text-decoration: none;
    box-sizing: border-box;
}

.global-navi__top .select-lang span:hover {
    text-decoration: underline;
}

.global-navi__top .select-lang span::before {
    pointer-events: none;
    content:'';
    display: block;
    position: absolute;
    top:50%;
    right: calc(var(--res-30px) * -1);
    width:1px;
    height:100%;
    background:#222;
    transform: translate(0,-50%);
}

.global-navi__top [class*="icon-"] {
    position: relative;
    width:24px;
    height:24px;
    margin-right:var(--res-20px);
    border-radius: 999px;
    background:#222;
}

.sns-icon [class*="icon-"] {
    position: relative;
    width:24px;
    height:24px;
    border-radius: 999px;
    background:#222;
}

.global-navi__top [class*="icon-"]:last-child {
    margin-right:0;
}

.global-navi__top [class*="icon-"]:hover {
    background:#666;
}

.global-navi__top [class*="icon-"]::before, .sns-icon [class*="icon-"]::before {
    pointer-events: none;
    font-family: "Font Awesome 6 brands";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top:50%;
    left:50%;
    color:#fff;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: translate(-50%,-50%);
}

.global-navi__top .icon-facebook::before {
    top:auto;
    bottom:0;
    font-size: 1.9rem;
    transform: translate(-50%,0);
}

.icon-x::before {
    content: "\e61b";
}

.icon-instagram::before {
    content: "\f16d";
}

.icon-facebook::before {
    content: "\f39e";
}

.global-navi__bottom a + a {
    margin-left:var(--res-40px);
}

/* --------------------------------------------------------
  ハンバーガーナビ
-------------------------------------------------------- */
#nav-tgl {
    display: none;
}

.nav__bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
}

.scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.nav-tgl-btn {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
}

.drawer-open {
    z-index: 999;
    width: 60px;
    height: 60px;
    transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.drawer-open::before,
.drawer-open::after {
    content: "";
}

.drawer-open span,
.drawer-open::before,
.drawer-open::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: 30%;
    width: 60%;
    border-bottom: 4px solid #000;
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 1;
}

.drawer-open::before {
    transform: translateY(-12px);
}

.drawer-open::after {
    transform: translateY(12px);
}

.drawer-close {
    z-index: 998;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: background .6s;
}

#nav-tgl:checked + .drawer-open {
    transform: translateX(0);
}

#nav-tgl:checked + .drawer-open span {
    transform: scaleX(0);
}

#nav-tgl:checked + .drawer-open::before {
    border-color: #fff;
    transform: rotate(45deg);
}

#nav-tgl:checked + .drawer-open::after {
    border-color: #fff;
    transform: rotate(-45deg);
}

#nav-tgl:checked ~ .drawer-close {
    pointer-events: auto;
    background: rgba(0, 0, 0, .75);
}

.content-wrapper {
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked ~ .content-wrapper {
    transform: translateX(-250px);
}

.drawer-menu {
    z-index: 999;
    position: fixed;
    top: 60px;
    right: 0;
    width: 90%;
    height: calc(100vh - 60px);
    background: #fff;

    /* iOS Safari対応のスクロール */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;

    transform: translateX(100%);
    transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#nav-tgl:checked ~ .drawer-menu {
    transform: none;
}

.drawer-menu > ul {
    padding-bottom: 80px;
    box-sizing: border-box;
}

.drawer-menu > ul > li {
    width: 100%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.drawer-menu > ul > li:not(.container-drawermenu-item) a {
    display: block;
    position: relative;
    padding: 20px;
    color: #333;
    text-decoration: none;
    font-size: 1.6rem;
    box-sizing: border-box;
}

.drawer-menu > ul > li:not(.container-drawermenu-item) a::after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    -webkit-font-smoothing: antialiased;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    transform: translate(-20px, -50%);
}

.drawer-menu > ul > .container-drawermenu-item .select-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #333;
    text-decoration: none;
    font-size: 1.6rem;
}

.drawer-menu > ul > .container-drawermenu-item .select-lang span {
    display: inline-block;
    cursor: pointer;
}

.drawer-menu > ul > .container-drawermenu-item .select-lang span:hover {
    text-decoration: underline;
}

.drawer-menu > ul > .container-drawermenu-item .select-lang span + span {
    margin-left:var(--res-30px);
}

.drawer-menu > ul > .container-drawermenu-item .sns-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left:var(--res-30px);
}

/* --------------------------------------------------------
  hero
-------------------------------------------------------- */
.swiper__interface {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.swiper-button-next, .swiper-button-prev {
    color: #222;
    width:60px;
    height:60px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10%;
  left: auto;
  transform: translate(100%,0);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10%;
  right: auto;
  transform: translate(-100%,0);
}
.swiper-button-next:after {
    content: "\f138";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    font-size:6.0rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}
.swiper-button-prev:after {
    content: "\f137";
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline;
    font-size:6.0rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 0;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 999px;
    background: #ccc;
    opacity: 1.0;
}

.swiper-pagination-bullet-active {
    background: #222;
    opacity: 1.0;
}

/* --------------------------------------------------------
  top
-------------------------------------------------------- */
main {
    position: relative;
    padding-right:var(--res-40px);
    padding-left:var(--res-40px);
    width:100%;
    box-sizing: border-box;
}

section {
    position: relative;
}

.ornament-border01 {
    position: relative;
    margin:var(--res-100px) 0;
    width:100%;
    height:1px;
    background:#ddd;
}

.ornament-border01:before {
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    width:23.8095%;
    height:1px;
    background:#222;
    transform: translate(-50%,-50%);
}

.ornament-border02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative;
    margin:var(--res-100px) 0;
    width:100%;
    height:1px;
    background:#ddd;
}

.ornament__left, .ornament__right {
    position: relative;
    width:50%;
}

.ornament__left::before, .ornament__right::before {
    content:'';
    display: block;
    position: absolute;
    top:50%;
    left:50%;
    width:50%;
    height:1px;
    background:#222;
    transform: translate(-50%,-50%);
}

.ornament-sectiontitle-left {
    position: absolute;
    top: 0;
    left: var(--res-60px);
    padding-left:10px;
    height:100px;
    border-left:2px solid #222;
    writing-mode: vertical-rl;
    white-space: nowrap;
    box-sizing: border-box;
}

.ornament-sectiontitle-right {
    position: absolute;
    top: 0.;
    right: var(--res-60px);
    padding-right:10px;
    height:100px;
    border-right:2px solid #222;
    writing-mode: vertical-rl;
    white-space: nowrap;
    box-sizing: border-box;
}

.top-outline .ornament-sectiontitle-left, .top-details .ornament-sectiontitle-left, .top-support .ornament-sectiontitle-left {
    left: 0;
}

.button-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding:2px 30px 0;
    height:60px;
    color:#fff;
    text-decoration: none;
    background:#222;
    border-radius: 999px;
    box-sizing: border-box;
    transition: 0.2s;
}

.button-link::after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f0a9";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: absolute;
    top:50%;
    right:30px;
    color:#fff;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform: translate(0,-50%);
    transition: 0.2s;
}

.button-link:hover {
    color:#fff;
    text-decoration: none;
    background:#666;
    transition: 0.5s;
}

.link-externalsite:after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f08e";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-left:10px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.container-2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.container-2column section {
    width: 50%;
}

.top-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-news::before {
    content: '';
    display: block;
    position: absolute;
    top:50%;
    right:0;
    width:1px;
    height:calc(100% + var(--res-120px));
    background:#ddd;
    transform: translate(-50%,-50%);
}

.top-news .container-newslist {
    flex: 1;
    padding-top:var(--res-10px);
    /*padding-right:var(--res-20px);*/
    width:100%;
    /*max-height: 100px;*/
    box-sizing: border-box;
    /*overflow: auto;*/
}

.news-list {
    display: inline-block;
}

.news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap:0 var(--res-20px);
}

.news-list li .date {
    width:130px;
}

.news-list li .text {
    width:calc(100% - (var(--res-20px) + 130px));
}

.news-list li a {
    color:#222;
    text-decoration: none;
}

.news-list li a:hover {
    text-decoration: underline;
}

.news-list li + li {
    margin-top:var(--res-20px);
}

.top-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top-article .container-newslist {
    flex: 1;
    padding-top:var(--res-10px);
    padding-right:var(--res-20px);
    width:100%;
    /*max-height: 100px;*/
    box-sizing: border-box;
    /*overflow: auto;*/
}

[class*="preevent-list--"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.preevent-list--2column {
    gap:var(--res-30px) 4%;
}

.preevent-list--3column {
    gap:var(--res-30px) 2%;
}

.preevent-list--2column li {
    width:48%;
}

.preevent-list--3column li {
    width:32%;
}

[class*="preevent-list--"] li a {
    text-decoration: none;
}

[class*="preevent-list--"] li a figure {
    opacity: 1.0;
    transition: 0.2s;
}

[class*="preevent-list--"] li a:hover figure {
    opacity: 0.75;
    transition: 0.2s;
}

[class*="preevent-list--"] a:hover .preevent__title {
    text-decoration: underline;
}

[class*="preevent-list--"] figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height:auto;
    color:#fff;
    text-align: center;
    background:#222;
    aspect-ratio:4/3;    
}

.preevent__data {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0;
}

.preevent__data li {
    display: contents;
}

.preevent__data li .data__head {
    padding: 10px 15px 10px 0;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

.preevent__data li .data__text {
    padding: 10px 0 10px 15px;
    word-break: break-word;
}

.preevent__data li:first-child .data__head, .preevent__data li:first-child .data__text {
    padding-top:0;
}

.preevent__data li:last-child .data__head, .preevent__data li:last-child .data__text {
    padding-bottom:0;
}

footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right:var(--res-40px);
    padding-left:var(--res-40px);
    padding-bottom:var(--res-100px);
    width:100%;
    box-sizing: border-box;
}

.footer__links {
    display: inline-flex;
    gap:0 var(--res-40px);
}

.footer__links a {
    color:#222;
    text-decoration: none;
}

.footer__links a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------
  sub
-------------------------------------------------------- */
article {
    width:100%;
}

.article__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sub .page__title {
    display: inline-block;
    padding:0 var(--res-50px) var(--res-10px);
    border-bottom:3px solid #222;
    box-sizing: border-box;    
}

.container-ocp:before {
    content:'〈';
}

.container-ocp:after {
    content:'〉';
}

.section__item {
    width:100%;
}

.section__subtitle--leftborder {
    padding:var(--res-10px) 0 var(--res-10px) var(--res-10px);
    border-left:2px solid #222;
    box-sizing: border-box;
}

.sub .table-list {
    display: grid;
    grid-auto-flow: row;
    grid-template-columns: auto 1fr;
    column-gap: var(--res-10px);
    row-gap: var(--res-20px);
}

.sub .table-list h4 {
    display: inline;
}

.sub .table-list--inlineglid {
    display: inline-grid;
    grid-auto-flow: row;
    grid-template-columns: auto 1fr;
    column-gap: var(--res-10px);
    row-gap: var(--res-20px);
}



[class*="link-inline--"] {
    display: inline-block;
    margin-left:10px;
}

[class*="link-inline--"]::before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.link-inline--pdf::before {
    color:#ff1a1a;
    content: "\f1c1";
}

.link-inline--word::before {
    color:#005B9A;
    content: "\f1c2";
}

.link-inline--other::before {
    color:#FE7F2D;
    content: "\f15b";
}

.link-inline--image::before {
    color:#60c5ba;
    content: "\f1c5";
}

.container-article-graybox {
    display: block;
    padding:var(--res-40px);
    background:#f3f3f3;
    box-sizing: border-box;
}

.page-navi {
  display: grid;
  grid-template-columns: repeat(4, max-content); /* 4列、各列は内容に応じる */
  justify-content: start; /* 左寄せ（中央にしたいなら center） */
  gap: var(--res-20px) var(--res-60px);
}

body.preevent .page-navi {
  grid-template-columns: repeat(4, max-content);
}

.page-navi a {
    text-align: left;
    text-decoration: none;
}

.page-navi a:hover {
    text-decoration: underline;
}

.page-navi a::before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f13a";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.profile__logo {
    margin-right:auto;
    margin-left:auto;
    width: clamp(225px, calc(225px + 75 * ((100vw - 1280px) / 400)), 300px);
}

.profile__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.profile__item .profile__image {
    width:25%;
    font-size: 0;
}

.profile__item .profile__image figcaption {
    display: block;
    padding:5px 10px 4px;
    background:#eee;
    box-sizing: border-box;
}

.profile__item .profile__data {
    width:calc(100% - (25% + var(--res-20px)));
}

.pagenation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap:0 10px;
}

.pagenation a, .pagenation a:hover {
    color:#fff;
    text-decoration: none;    
}

[class*="pagenation__button--"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:2px;
    width:150px;
    height:40px;
    color:#fff;
    background:#ccc;
    box-sizing: border-box;
}

a[class*="pagenation__button--"] {
    background:#222;
    transition: 0.5s;
}

a[class*="pagenation__button--"]:hover {
    background:#666;]
    transition: 0.5s;
}

.pagenation__button--prev {
    border-radius: 999px 0 0 999px;
}

.pagenation__button--prev:before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f0a8";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right:5px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.pagenation__button--next {
    border-radius: 0 999px 999px 0;
}

.pagenation__button--next:after {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f0a9";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-left:5px;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.cms-article .article__title, .cms-article .article__date {
    width:100%;
}

.cms-article .article__body p {
    font-size:var(--rfs-16px);
    line-height:2.0
}

.cms-article .article__body h3 {
    padding: var(--res-10px) 0 var(--res-10px) var(--res-10px);
    font-size:var(--rfs-18px);
    border-left: 2px solid #222;
    box-sizing: border-box;
}

.cms-article .article__body figure {
    max-width:100%;
}

.cms-article .article__body p + p, .cms-article .article__body h3 + p, .cms-article .article__body p + h3, .cms-article .article__body p + figure, .cms-article .article__body figure + p, .cms-article .article__body figure + h3, .cms-article .article__body h3 + figure {
    margin-top:var(--res-40px);
}

.preevent__item figure {
    width:100%;
}

.preevent__item .preevent__container-data {
    padding-top:var(--res-40px);
    /*padding-bottom:var(--res-40px);*/
    border-top:1px solid #ddd;
    /*border-bottom:1px solid #ddd;*/
    box-sizing: border-box;
}


/* --------------------------------------------------------
  ページTOP
-------------------------------------------------------- */
#page-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1;
    /*transition: 0.5s;*/
}

#page-top a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 80px;
    height: 80px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 110%;
    font-weight: bold;
    background: #222;
    border-radius: 999px;
    text-align: center;
    text-decoration: none;
    transition: 0.5s;
}

#page-top a::before {
    pointer-events: none;
    font-family: "Font Awesome 6 Free";
    content: "\f077";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-top: -8px;
    margin-bottom: 2px;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

#page-top a:hover {
    text-decoration: none;
    background: #666;
    transition: 0.5s;
}

@media screen and (max-width: 540px) {
    #page-top {
        bottom: 20px;
        right: 20px;
    }

    #page-top a {
        width: 60px;
        height: 60px;
        font-size: 1.2rem;
    }
}

/* --------------------------------------------------------
	翻訳
-------------------------------------------------------- */
.kdsfooter {
    display: inline-block;
    width: auto !important;
}


/* --------------------------------------------------------
	responsive
-------------------------------------------------------- */
@media screen and (max-width: 1680px) {
    html[lang="en"] .global-navi__bottom a + a {
        margin-left:var(--res-20px);
    }

    .header__inner {
        width: 94%;
    }
    
    .ornament-sectiontitle-left {
        left: 0;
    }
    
    .ornament-sectiontitle-right {
        right: 0;
    }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1360px) {
    html[lang="en"] .global-navi__bottom a {
        font-size: 1.5rem;
        letter-spacing: -0.04em;
    }
}

@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1279px) {
    header {
        height: 60px;
    }
    
    .header__site-logo figure {
        height: 35px;
    }

    .global-navi {
        display: none;
    }
    
     .nav-tgl-btn {
        display: block;
    }
    
    .container-drawermenu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
    }
    
    .container-drawermenu-item a {
        margin-left: 0;
        font-size: 1.6rem;
        text-decoration: none;
    }
    
    .container-drawermenu-item a + a {
        margin-left:var(--res-30px);
    }

    [class*="ornament-sectiontitle-"] {
        display: none;
    }

    .container-2column {
        flex-direction: column;
    }
    
    .container-2column section {
        width: 100%;
    }
    
    .top-news .top-news__content, .top-article .top-article__content {
        margin-right: auto;
        margin-left: auto;
        width: 94%;
        max-width: 600px;
    }
    
    .ornament-border01.dsp-inline--sp {
        display: block;
    }
    
    .ornament-border02:before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 23.8095%;
        height: 1px;
        background: #222;
        transform: translate(-50%, -50%);
    }
    
    .ornament-border02 .ornament__left, .ornament-border02 .ornament__right {
        display: none;
    }
    
    .top-news::before {
        content: none;
    }
    
    [class*="preevent-list--"] {
        flex-direction: column;
        gap: var(--res-50px) 0;
        margin-right: auto;
        margin-left: auto;
        width: 94%;
        max-width: 600px;
    }
    
    [class*="preevent-list--"] li {
        width: 100%;
    }
    
    body.preevent .page-navi {
        grid-template-columns: repeat(2, max-content);
        gap: var(--res-20px) var(--res-20px);
    }

}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 834px) {
    :root {
        --res-200px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-150px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-120px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-100px: clamp(50px, calc(12.38vw - 3.2px), 100px);
        /*834-430 100-50*/
        --res-80px: clamp(40px, calc(9.901vw - 2.57px), 80px);
        /*834-430 80-40*/
        --res-60px: clamp(30px, calc(7.426vw - 1.931px), 60px);
        /*834-430 60-30*/
        /*--res-50px: clamp(25px, calc(6.190vw - 2.634px), 50px);*/
        --res-50px: 50px;
        /*834-430 50-25*/
        --res-40px: clamp(20px, calc(4.952vw - 2.105px), 40px);
        /*834-430 40-20*/
        --res-30px: clamp(20px, calc(2.476vw + 9.447px), 30px);
        /*834-430 30-20*/
        /*--res-20px: clamp(10px, calc(2.475vw - 0.643px), 20px);*//*834-430 20-10*/
        --res-20px: clamp(15px, calc(1.2376vw + 9.68px), 20px);
        /*834-430 20-15*/
        --res-15px: clamp(10px, calc(1.238vw + 4.677px), 15px);
        /*834-430 15-10*/
        --res-10px: 10px;
        --res-5px: 5px;
        
        --rfs-28px:clamp(2.1rem, 1.4rem + 1.68vw, 2.8rem);
        /*834-417 28-21*/
        --rfs-18px:clamp(1.4rem, 1.0rem + 0.96vw, 1.8rem);
        /*834-417 18-14*/
        --rfs-16px:clamp(1.4rem, 1.2rem + 0.48vw, 1.6rem);
        /*834-417 16-14*/
    }

    .lh-200 {
        line-height: 1.8;
    }

    .loader__inner img {
        width: 30%;
    }
    
    .scroll-animate {
        opacity: 1.0;
        transform: translate(0, 0);
    }

    .top .lead .fsr-48 {
        font-size: clamp(2.4rem, 5.76vw, 4.8rem);
        /*834-417 48-24*/
        font-size: clamp(2.6rem, 0.4rem + 5.28vw, 4.8rem);
        /*834-417 48-26*/
    }
    
    .top .lead .fsr-44 {
        font-size: clamp(2.4rem, 5.28vw, 4.4rem);
        /*834-417 44-22*/
        font-size:clamp(2.4rem, 0.4rem + 4.8vw, 4.4rem);
        /*834-417 44-24*/
    }
    
    .top .lead .fsr-32 {
        font-size: clamp(1.6rem, 3.84vw, 3.2rem);
        /*834-417 32-16*/
        font-size: clamp(1.8rem, 0.4rem + 3.36vw, 3.2rem);
        /*834-417 32-18*/
    }
    
    .top .lead .fsr-28 {
        font-size: clamp(1.4rem, 3.36vw, 2.8rem);
        /*834-417 28-14*/
        font-size: clamp(1.6rem, 0.4rem + 2.88vw, 2.8rem);
        /*834-417 28-16*/
    }
    
    .news-list li + li {
        margin-top: 25px;
    }
    
    .page-navi {
        grid-template-columns: repeat(2, max-content);
        gap: var(--res-20px) var(--res-20px);
    }
    
    .page-navi a {
        letter-spacing:-0.04em;
    }
    
    .page-navi a::before {
        margin-right: 5px;
    }
    
    .swiper-button-next, .swiper-button-prev {
        width:30px;
        height:30px;
    }
    
    .swiper-button-next:after {
        font-size:3.0rem;
    }
    .swiper-button-prev:after {
        font-size:3.0rem;
    }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {
    .page-navi, body.preevent .page-navi {
        grid-template-columns: repeat(1, max-content);
        gap: var(--res-20px) 0;
    }
}

@media screen and (max-width: 540px) {
    body {
        line-height:1.2;
    }

    .dsp-inline--pc {
        display: none;
    }
    
    .dsp-inline--sp {
        display: inline;
    }
    
    .br--pc {
        display: none;
    }
    
    .br--sp {
        display: block;
    }
    
    [class*="max-w-"] {
        width: 100%;
    }
    
    .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: 0;
      transform: translate(0,0);
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: 0;
      transform: translate(0,0);
    }
    
    .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
    
    main {
        padding-right: var(--res-20px);
        padding-left: var(--res-20px);
    }
    
    .news-list li {
        flex-direction: column;
        gap: var(--res-10px) 0;
    }
    
    .news-list li .date, .news-list li .text {
        width: 100%;
    }
    
    html[lang="en"]  .page-navi {
        grid-template-columns: repeat(1, max-content);
        gap: var(--res-20px) var(--res-20px);
    }
    
    .profile__logo {
        width:50%;
    }
    
    .profile__item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap:var(--res-20px) 0;
    }
    
    .profile__item .profile__image {
        width: 50%;
    }
    
    .profile__item .profile__data {
        width: 100%;
    }
    
    .profile__item .profile__data .profile__name {
        text-align: center;
    }
    
    .preevent__data li .data__head, .top-preevent .preevent__data li .data__head {
        padding: 10px 15px 10px 0;
    }
    
    .preevent__data li .data__text, .top-preevent .preevent__data li .data__text {
        padding: 10px 0 10px 15px;
    }
    
    #page-top.at-bottom {
        bottom: 120px;
        transition: 0.5s;
    }
}

@media screen and (max-width: 430px) {
}

@media screen and (max-width: 375px) {}

/* --------------------------------------------------------
	animation
-------------------------------------------------------- */
@keyframes blink {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes scaleUp {
    0% {
        transform: translate(-50%, 0) scale(1.0);
    }

    50% {
        transform: translate(-50%, 0) scale(1.2);
    }

    100% {
        transform: translate(-50%, 0) scale(1.0);
    }
}

@keyframes fadeInFromTop {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.fadeInFromTop {
    animation-name: fadeInFromTop;
}
