@charset "UTF-8";
/*
Theme Name: kocci100th
Author: Links Agency Inc.
Description: 専用のオリジナルテーマです。

★このCSSファイルは「scss」ファイルから自動生成されています。
修正の際は元の「scss」ファイルを開いて操作してください。

*/
/*========================================================*/
/* _common.scss  */
/*========================================================*/
/*calc(最小文字px + (最大文字px - 最小文字px) * ((100vw - 最小画面幅) / (最大画面幅 - 最小画面幅)));*/
@media (min-width: 769px) {
  html {
    font-size: calc(14px + 2 * ((100vw - 769px) / 512));
  }
}
@media (min-width: 1281px) {
  html {
    font-size: calc(16px + 2 * ((100vw - 1281px) / 200));
  }
}
@media (min-width: 1481px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #494642;
  line-height: 1.8em;
  letter-spacing: 0.08em;
  text-align: justify;
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

.en {
  font-family: "Josefin Slab", Helvetica Neue, Helvetica, Arial, sans-serif;
}

#page-content {
  margin-bottom: 10em;
}
@media (max-width: 1024px) {
  #page-content {
    margin-bottom: 6rem;
  }
}
@media (max-width: 660px) {
  #page-content {
    margin-bottom: 4rem;
  }
}

/*---------------------------*/
/*幅など*/
/*---------------------------*/
.width-base {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1481px) {
  .width-base {
    max-width: 1480px;
  }
}
@media (max-width: 1280px) {
  .width-base {
    max-width: 1100px;
  }
}

.width-inner {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#content.wrap {
  padding-top: 5em;
  padding-bottom: 6em;
}
@media (max-width: 768px) {
  #content.wrap {
    padding-top: 4em;
    padding-bottom: 5em;
  }
}
@media (max-width: 480px) {
  #content.wrap {
    padding-top: 3em;
    padding-bottom: 4em;
  }
}

.mb-br {
  display: none;
}

ol {
  list-style: decimal;
  padding-left: 2em;
}

img {
  backface-visibility: hidden;
}

.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*---------------------------*/
/*リンクまわり*/
/*---------------------------*/
@media (min-width: 531px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}
body.home section[id] {
  margin-top: -5rem;
  padding-top: 5rem;
}
@media (max-width: 660px) {
  body.home section[id] {
    margin-top: -23vw;
    padding-top: 23vw;
  }
}
@media (max-width: 480px) {
  body.home section[id] {
    margin-top: -8rem;
    padding-top: 8rem;
  }
}

a {
  color: #494642;
  transition: background 0.5s ease, opacity 0.5s ease, color 0.5s ease;
}

a.border {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.6;
  backface-visibility: hidden;
  transition: opacity 0.5s ease;
}

a.gaibu:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  background: url(assets/img/link-gaibu.svg) no-repeat;
  background-size: contain;
  vertical-align: -0.1em;
}

a.gaibu.wh:after {
  background-image: url(assets/img/link-gaibu-wh.svg);
}

.link-btn {
  font-size: 15px;
  letter-spacing: 0.15em;
  margin-top: 4rem;
  text-align: right;
}
.link-btn.center {
  text-align: center;
}
.link-btn a {
  display: inline-block;
  min-width: 280px;
  padding: 1.5em 3.5em;
  border: solid 1px #494642;
  text-align: center;
  position: relative;
  transition: all 0.5s ease;
  position: relative;
}
.link-btn a:before {
  content: "";
  display: block;
  width: 4.3em;
  height: 1px;
  background: #494642;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.link-btn a:hover {
  background: #FFFBE6;
}
.link-btn a:hover:before {
  transform: translate(-30%, -50%);
}
.link-btn a.gaibu:after {
  margin-left: 0.5em;
  margin-right: 0;
}
.link-btn .sub {
  font-size: 0.75em;
}
@media (max-width: 768px) {
  .link-btn {
    font-size: 0.9rem;
    text-align: center;
  }
  .link-btn a {
    min-width: 210px;
    padding: 1.2em 2.5em;
  }
  .link-btn a:before {
    width: 3em;
  }
}
@media (max-width: 660px) {
  .link-btn .sub {
    display: none;
  }
}
@media (max-width: 480px) {
  .link-btn {
    /*margin-top:2rem;
    a{
     padding: 1.5em;
     font-size: 0.9rem;
     width: 80%;
    }*/
  }
}

/*---------------------------*/
/*SVGアイコン*/
/*---------------------------*/
.icon-toi .toipath01 {
  fill: #494642;
}
a .icon-toi .toipath01 {
  transition: all 0.5s ease;
}
a:hover .icon-toi .toipath01 {
  fill: #00B7DE;
}
.icon-toi .toipath02 {
  stroke: #fff;
}
a .icon-toi .toipath02 {
  transition: all 0.5s ease;
}

.icon-prev {
  display: inline-block;
  margin-right: 0.5em;
  width: 0.6em;
  height: 1.08em;
  vertical-align: -0.15em;
}

/*---------------------------*/
/*タイトル周り*/
/*---------------------------*/
h2, h3, h4, h5 {
  font-weight: 500;
}

.page-title {
  background: #FFFBE6;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 2em 0;
  margin-bottom: 5rem;
}
.page-title span {
  display: block;
}
.page-title .en {
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #84B71B;
  margin-bottom: 0.8em;
}
.page-title .ja {
  font-weight: 500;
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 4rem;
  }
}
@media (max-width: 660px) {
  .page-title {
    font-size: 1.5rem;
    padding-top: 16vw;
    padding-bottom: 1.5em;
  }
}

.sec-tt {
  margin-bottom: 3rem;
  letter-spacing: 0.1em;
}
.sec-tt span {
  display: block;
}
.sec-tt .en {
  font-size: 2.8125rem;
  font-weight: 400;
  line-height: 1;
  color: #00B7DE;
  margin-bottom: 10px;
}
.sec-tt .en.key2 {
  color: #2478B7;
}
.sec-tt .en.key3 {
  color: #FFD800;
}
.sec-tt .en.key4 {
  color: #84B71B;
}
.sec-tt .ja {
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .sec-tt .en {
    margin-bottom: 6px;
  }
  .sec-tt .ja {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .sec-tt {
    margin-bottom: 2rem;
  }
  .sec-tt .ja {
    font-size: 1.4rem;
  }
}

/*---------------------------*/
/*flex-box親の登録*/
/*---------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.valign-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.valign-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.valign-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -ms-flex-line-pack: center;
  align-content: center;
}

/*========================================================*/
/* _header.scss  */
/*========================================================*/
body:not(.home) main {
  padding-top: 4rem;
}
@media (max-width: 480px) {
  body:not(.home) main {
    padding-top: 56px;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.site-header .logo-kcci {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1rem;
  border-right: solid 1px #ddd;
}
.site-header .logo-kcci img {
  width: 216px;
}
.site-header .head100th {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
}
.site-header .head100th img {
  width: 240px;
}
@media (max-width: 660px) {
  .site-header {
    background: none;
    box-shadow: none;
    padding-bottom: 2vw;
  }
  .site-header:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 150%;
    height: 75vw;
    border-radius: 50%;
    background: #ffffff;
    transform: translateX(-50%);
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  }
  .site-header .head-tohome {
    text-align: center;
  }
  .site-header .head-tohome img {
    display: inline-block;
  }
  .site-header .logo-kcci {
    display: block;
    padding-right: 0;
    border-right: none;
    margin-bottom: 2vw;
  }
  .site-header .logo-kcci img {
    width: 30vw;
  }
  .site-header .head100th {
    display: block;
    padding-left: 0;
  }
  .site-header .head100th img {
    width: 52vw;
  }
}

body.home .site-header {
  background: none;
  box-shadow: none;
}
body.home .site-header h1 {
  visibility: hidden;
  pointer-events: none;
}
body.home .site-header.hidden {
  opacity: 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
body.home .site-header.hidden h1 {
  visibility: visible;
  pointer-events: inherit;
}
body.home .site-header.hidden.scrollout {
  opacity: 1;
  transition: opacity ease 0.3s;
}
@media (max-width: 660px) {
  body.home .site-header:before {
    display: none;
    opacity: 0;
    transition: opacity ease 0.3s;
  }
  body.home .site-header.hidden {
    background: none;
    box-shadow: none;
  }
  body.home .site-header.hidden:before {
    display: block;
  }
  body.home .site-header.hidden.scrollout:before {
    opacity: 1;
  }
}

.head-wrap {
  position: relative;
  padding: 1rem 3vw;
}
.head-wrap a {
  display: inline-block;
  color: #494642;
}
.head-wrap a:hover {
  opacity: 1;
}
@media (max-width: 660px) {
  .head-wrap {
    padding: 3vw;
  }
}

.menu-trigger-inner {
  position: relative;
  width: 2.2rem;
  height: 1.1rem;
  z-index: 1000;
  margin-top: -1px;
}

.hamburger-line {
  display: block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #494642;
  transition: all .5s ease;
}
body.home .site-header:not(.scrollout) .hamburger-line {
  background-color: #fff;
}

.menu-trigger {
  padding-top: 0.6rem;
  position: absolute;
  top: 50%;
  right: 4.15vw;
  z-index: 999;
  transform: translateY(-50%);
  cursor: pointer;
  text-align: center;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-trigger .txt-menu {
  display: inline-block;
  color: #494642;
  font-family: "Josefin Slab", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  padding-left: 2px;
  margin-top: 0.8rem;
  transition: color .5s ease;
}
.menu-trigger .txt-menu.close {
  display: none;
}
body.home .site-header:not(.scrollout) .menu-trigger .txt-menu {
  color: #fff;
}
.menu-trigger:hover .hamburger-line {
  background-color: #FFD800;
}
.menu-trigger:hover .txt-menu {
  color: #FFD800;
}
@media (max-width: 660px) {
  .menu-trigger {
    padding-top: 0;
    top: 40%;
  }
}

.menu-trigger .line-1 {
  top: 0;
}

.menu-trigger .line-2 {
  top: 50%;
}

.menu-trigger .line-3 {
  bottom: 0;
  transform: translateY(100%);
}

.global-nav {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #C0ECF7, #C7DFEE, #FFF5BF, #D6EAD3, #BFE2F5);
  padding: 6rem 8vw 0;
  background-color: #fff;
  text-align: center;
  font-size: 1.3rem;
  position: absolute;
  top: -100vh;
  right: -100vw;
  opacity: 0;
  transition: opacity .5s ease;
}
.global-nav:before {
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.3);
  transition: transform 1s ease;
  background: url("assets/img/hero100th-alpha.png") no-repeat center/40%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.global-nav .sns-link {
  margin: 8vh 0;
  width: 100%;
}
@media (max-width: 480px) {
  .global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 0;
  }
  .global-nav:before {
    background-size: 70%;
  }
}

.overlay {
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 997;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .5s ease;
  cursor: pointer;
}

.menu-global-container {
  transform: scale(1.1);
  transition: transform .5s ease;
}
.menu-global-container .menu > li:not(:last-of-type) {
  margin-bottom: 5vh;
}
.menu-global-container .menu > li > a {
  letter-spacing: 3px;
  color: #2478B7;
}
.menu-global-container .menu > li > a:before {
  content: attr(data-desc);
  display: block;
  font-family: "Josefin Slab", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  margin-bottom: 0.5em;
}
.menu-global-container .sub-menu {
  margin-top: 20px;
}
.menu-global-container .sub-menu > li {
  position: relative;
}
.menu-global-container .sub-menu > li:not(:last-of-type) a {
  padding-bottom: 10px;
}
.menu-global-container .sub-menu > li > a {
  padding-left: 15px;
  padding-right: 35px;
}
.menu-global-container .sub-menu .hidden-menu {
  display: none !important;
}

/* 表示された時用のCSS */
.nav-open .overlay {
  opacity: 1;
  visibility: visible;
}
.nav-open .menu-trigger .line-1 {
  top: 50%;
  transform: rotate(135deg);
}
.nav-open .menu-trigger .line-2 {
  width: 0;
  opacity: 0;
}
.nav-open .menu-trigger .line-3 {
  top: 50%;
  transform: rotate(45deg);
}
.nav-open .menu-trigger .hamburger-line {
  background-color: #2478B7;
}
.nav-open .menu-trigger .txt-menu {
  color: #2478B7;
}
.nav-open .menu-trigger .txt-menu.open {
  display: none;
}
.nav-open .menu-trigger .txt-menu.close {
  display: block;
}
.nav-open .global-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  opacity: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.nav-open .global-nav:before {
  position: fixed;
  opacity: 0.8;
  transform: scale(1);
}
.nav-open .global-nav a:hover {
  color: #00B7DE;
}
.nav-open .menu-global-container {
  transform: scale(1);
}

/*@include mq(sm, down) {
 .menu-trigger{
  .txt-menu{
   font-size: 11px;
   margin-top: 4px;
   letter-spacing: 0;
  }
 }
 .menu-trigger-inner{
  width: 23px;
  height: 23px;
 }
}*/
.navmenu-bn {
  max-width: 1100px;
  margin: auto auto 6rem;
}
.navmenu-bn li {
  width: 50%;
  height: 5em;
  position: relative;
}
.navmenu-bn li a {
  width: 100%;
  height: 100%;
  line-height: 5em;
}
.navmenu-bn .gaibu:after {
  margin-left: 0.5em;
  margin-right: 0;
}
.navmenu-bn .link-toi {
  background: #FFD800;
  transition: background-color 0.5s ease;
}
.navmenu-bn .link-toi a:hover {
  color: #494642;
  background-color: #FFEC80;
}
.navmenu-bn .link-official {
  background: #fff;
}
.navmenu-bn .link-official img {
  width: auto;
  height: 35px;
  display: inline-block;
  vertical-align: -10%;
  margin-right: 0.5em;
}
@media (max-width: 660px) {
  .navmenu-bn .link-official img {
    width: 65%;
    height: auto;
  }
}
@media (max-width: 480px) {
  .navmenu-bn {
    font-size: 1.2rem;
    margin: 0;
  }
  .nav-open .navmenu-bn {
    width: calc(100% - 6px);
    position: fixed;
    left: 3px;
    bottom: 3px;
  }
}

/*========================================================*/
/* _footer.scss  */
/*========================================================*/
.gaibu-list {
  margin-top: 10rem;
  background: #FFFBE6;
  padding: 3em 0;
}
.gaibu-list li {
  text-align: center;
  line-height: 1;
}
.gaibu-list a {
  display: inline-block;
  width: 85%;
}
@media (max-width: 1024px) {
  .gaibu-list {
    margin-top: 6rem;
  }
  .gaibu-list a {
    width: 95%;
  }
}
@media (max-width: 660px) {
  .gaibu-list {
    margin-top: 4rem;
    padding: 2em 0;
  }
}
@media (max-width: 480px) {
  .gaibu-list .flex {
    display: block;
    max-width: 300px;
  }
  .gaibu-list li:not(:last-of-type) {
    margin-bottom: 0.5em;
  }
}

.site-footer {
  text-align: center;
  padding-top: 8rem;
  background: #fff;
}
@media (max-width: 660px) {
  .site-footer {
    padding-top: 5rem;
  }
  .site-footer .outerbox {
    display: block;
  }
}

.footlogo {
  margin-bottom: 3em;
  padding-bottom: 2rem;
  border-bottom: solid 1px #C6C6C6;
}
.footlogo a {
  display: inline-block;
}
.footlogo img {
  width: 230px;
}
@media (max-width: 768px) {
  .footlogo img {
    width: 180px;
  }
}

.foot-contact {
  width: 70%;
  text-align: right;
}
.foot-contact .link-btn {
  margin-top: 0;
  margin-bottom: 2em;
  text-align: right;
}
@media (max-width: 660px) {
  .foot-contact {
    width: 100%;
    text-align: center;
  }
  .foot-contact .link-btn {
    text-align: center;
  }
}

.address {
  font-size: 0.875rem;
  margin-bottom: 2em;
}

.sns-link {
  width: 30%;
  gap: 0.5em;
}
.sns-link li {
  margin: 0 10px;
  line-height: 1;
  font-size: 0;
}
.sns-link li img {
  width: 24px;
}
.sns-link li.icon-youtube img {
  width: 30px;
}
@media (max-width: 768px) {
  .sns-link img {
    width: 22px;
  }
}
@media (max-width: 660px) {
  .sns-link {
    width: 100%;
    margin-bottom: 3rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.site-info {
  font-size: 0.8125rem;
  background: #FFD800;
  padding: 1.5em;
  line-height: 1.3;
}
.site-info span {
  display: inline-block;
  margin-right: 0.5em;
}

/*========================================================*/
/* _home.scss  */
/*========================================================*/
.text100th {
  width: 410px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.3;
  transition: opacity ease-out 1.5s, transform ease 2s 0.5s;
}
.text100th #mask-line {
  clip-path: url(#mask);
}
.text100th .handwritingText {
  width: 100%;
  height: auto;
}
.text100th .handwritingText__textPath {
  fill: #000;
}
.text100th .handwritingText__maskLine {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4px;
  stroke-dasharray: 1930px;
  stroke-dashoffset: 1930px;
  animation: 3s ease forwards handwriting;
  animation-delay: 1s;
}
.slider-ended .text100th {
  opacity: 0;
  transform: translate(-50%, -50%) scale(4);
}
@media (max-width: 660px) {
  .text100th {
    width: 60vw;
  }
}

@keyframes handwriting {
  0% {
    stroke-dashoffset: 1930px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
.swiper:focus {
  outline: none;
}

.hero-slide {
  margin-bottom: 16rem;
}
.hero-slide .swiper {
  opacity: 0;
  transition: opacity 1s ease;
}
.hero-slide .swiper.swiper-initialized {
  opacity: 1;
}
.hero-slide .swiper-slide {
  position: relative;
  overflow: hidden;
}
.hero-slide .slide-media {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-caption .content {
  width: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
}
.slide-caption .content-title {
  font-family: "Josefin Slab", Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin: 0;
  vertical-align: 0.5em;
  color: #fff;
}
.slide-caption .marker {
  position: relative;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  transition: opacity 0s linear 1s;
  will-change: clip-path, opacity;
}
.slide-caption .anm-started .marker {
  opacity: 1;
  animation: 1s 1s both marker;
}
.slide-caption .anm-finished .marker {
  animation: 0.5s both markerHide;
}
@media (max-width: 480px) {
  .slide-caption .content {
    bottom: 40%;
  }
}

@keyframes marker {
  60%, 100% {
    clip-path: inset(0);
  }
}
@keyframes markerHide {
  0% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.slide-media.clip {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-filter: contrast(1.1);
  filter: contrast(1.1);
  --stroke-width: 0.75rem;
  --out: 1.5rem;
  --in: calc(var(--out) + var(--stroke-width));
  -webkit-clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
  clip-path: polygon(var(--out) var(--out), calc(100% - var(--out)) var(--out), calc(100% - var(--out)) calc(100% - var(--out)), var(--out) calc(100% - var(--out)), var(--out) var(--in), var(--in) var(--in), var(--in) calc(100% - var(--in)), calc(100% - var(--in)) calc(100% - var(--in)), calc(100% - var(--in)) var(--in), var(--out) var(--in));
}
.slide-media.clip img {
  transition: all 3s;
}

.swiper-slide-active .slide-media.clip img {
  transform: scale(1.2) !important;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.home-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  line-height: 1;
  font-size: 0;
  overflow: hidden;
  margin-bottom: 5rem;
}
.home-hero:after {
  content: "";
  display: block;
  width: 30vw;
  height: 30vw;
  aspect-ratio: 1;
  background: url("./assets/img/hero100th.png") no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
  transition: opacity ease-out 1s 1s;
}
.home-hero .swiper img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.home-hero .swiper {
  position: relative;
}
.home-hero .swiper:before {
  content: "";
  display: block;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #00B7DE, #f0e273 30%, #FFD800 50%, #84B71C, #008BD5);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity ease 1.5s;
}
.home-hero .slide-caption {
  transition: opacity ease 1.5s;
}
.home-hero.slider-ended .swiper:before {
  opacity: 0.6;
}
.home-hero.slider-ended:after {
  opacity: 1;
}
.home-hero.slider-ended .slide-caption {
  opacity: 0;
}
@media (max-width: 1024px) {
  .home-hero:after {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 660px) {
  .home-hero:after {
    width: 60vw;
    height: 60vw;
  }
}

.home-sec {
  margin-bottom: 5rem;
}
.home-sec .left,
.home-sec .right {
  width: 50%;
}
.home-sec .left {
  padding-right: 2vw;
}
.home-sec .right {
  padding-left: 2vw;
}
.home-sec .right figure {
  text-align: right;
}
.home-sec .block-img img {
  display: inline-block;
  width: 90%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .home-sec .left {
    width: 55%;
    padding-right: 0;
  }
  .home-sec .right {
    width: 45%;
    padding-left: 2em;
  }
  .home-sec .block-img img {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .home-sec .outerbox {
    display: block;
  }
  .home-sec .left,
  .home-sec .right {
    width: 100%;
    padding: 0;
  }
}

.sec-greeting {
  position: relative;
  z-index: 1;
  padding-bottom: 2rem;
}
.sec-greeting:before {
  content: "";
  display: block;
  width: 70%;
  height: 38%;
  background: #ffde25;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sec-greeting .kaito figcaption {
  margin-top: 2rem;
}
.sec-greeting .kaito figcaption span {
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .sec-greeting:before {
    left: inherit;
    right: 0;
    height: 50%;
  }
  .sec-greeting:after {
    content: "";
    display: block;
    clear: both;
  }
  .sec-greeting .outerbox {
    display: block;
  }
  .sec-greeting .outerbox .left,
  .sec-greeting .outerbox .right {
    width: 100%;
    padding: 0;
  }
  .sec-greeting .kaito {
    width: 45%;
    float: right;
    text-align: right;
    padding-left: 2em;
    margin-top: -6rem;
  }
  .sec-greeting .kaito img {
    width: 100%;
  }
  .sec-greeting .kaito figcaption {
    margin-top: 1rem;
  }
}
@media (max-width: 660px) {
  .sec-greeting:before {
    height: 70%;
  }
  .sec-greeting .kaito {
    width: 70%;
    max-width: 340px;
    float: none;
    text-align: center;
    padding-left: 0;
    margin: 0 auto 2rem;
  }
}

@media (max-width: 660px) {
  .sec-concept .logo100 {
    margin-top: 4rem;
  }
}

.home-txt {
  font-size: 1.0625rem;
  line-height: 2;
}
.home-txt:not(:last-child) {
  margin-bottom: 2em;
}
@media (min-width: 1481px) {
  .home-txt {
    line-height: 2.5;
  }
}

.sec-news .left {
  width: 20%;
}
.sec-news .right {
  width: 80%;
}
.sec-news .infoarea {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .sec-news {
    margin-bottom: 4rem;
  }
}
@media (max-width: 660px) {
  .sec-news > .flex {
    display: block;
  }
  .sec-news .left,
  .sec-news .right {
    width: 100%;
  }
}

.hist-koriyama,
.hist-kaigisyo {
  padding: 5rem 0;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  clip-path: inset(0);
  width: 100%;
  height: auto;
}
.hist-koriyama:before,
.hist-kaigisyo:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.hist-koriyama .home-txt,
.hist-kaigisyo .home-txt {
  line-height: 3;
}
.hist-koriyama .link-btn,
.hist-kaigisyo .link-btn {
  margin-top: auto;
}
.hist-koriyama .link-btn a,
.hist-kaigisyo .link-btn a {
  color: #fff;
  border-color: #fff;
}
.hist-koriyama .link-btn a:before,
.hist-kaigisyo .link-btn a:before {
  background-color: #fff;
}
.hist-koriyama .link-btn a:hover,
.hist-kaigisyo .link-btn a:hover {
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .hist-koriyama .home-txt,
  .hist-kaigisyo .home-txt {
    line-height: 2;
  }
}

.hist-koriyama:before {
  background-image: url("assets/img/bg-koriyama.jpg");
  background-position: right;
}
@media (max-width: 660px) {
  .hist-koriyama:before {
    background-image: url("assets/img/bg-koriyama-sp.jpg");
  }
}

.hist-kaigisyo {
  margin-bottom: 5rem;
}
.hist-kaigisyo:before {
  background-image: url("assets/img/bg-kaigisyo.jpg");
  background-position: center;
}
.hist-kaigisyo .left {
  width: 60%;
}
.hist-kaigisyo .right {
  width: 40%;
}
@media (max-width: 1280px) {
  .hist-kaigisyo .flex {
    display: block;
  }
  .hist-kaigisyo .left,
  .hist-kaigisyo .right {
    width: 100%;
  }
}
@media (max-width: 660px) {
  .hist-kaigisyo:before {
    background-image: url("assets/img/bg-kaigisyo-sp.jpg");
    background-position: left;
  }
  .hist-kaigisyo .home-txt .pc-br {
    display: none;
  }
}

.hist-tt {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 4rem;
}
@media (max-width: 660px) {
  .hist-tt {
    font-size: 1.6rem;
    text-align: center;
  }
  .hist-tt .mb-br {
    display: block;
  }
}

.hist-subtt {
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 2rem;
  text-align: center;
}
p + .hist-subtt {
  margin-top: 4rem;
}

.aniv-movie {
  margin-top: 8rem;
  line-height: 1;
  text-align: center;
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 1px;
  padding: 4rem 0;
  position: relative;
}
.aniv-movie .topline {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.aniv-movie .topline:before, .aniv-movie .topline:after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
}
.aniv-movie .topline:after {
  right: 0;
}
.aniv-movie .topline span {
  display: inline-block;
  line-height: 1.5;
  transform: translateY(-50%);
}
.aniv-movie iframe {
  width: 65%;
  height: auto;
  aspect-ratio: 16/9;
}
@media (max-width: 1024px) {
  .aniv-movie {
    margin-top: 5rem;
  }
  .aniv-movie iframe {
    width: 95%;
  }
  .aniv-movie .topline:before, .aniv-movie .topline:after {
    width: 20%;
  }
}
@media (max-width: 660px) {
  .aniv-movie .topline .mb-br {
    display: block;
  }
}
@media (max-width: 375px) {
  .aniv-movie .topline:before, .aniv-movie .topline:after {
    width: 10%;
  }
}

/*-- 画像の無限ループアニメーション --*/
.loop-set {
  overflow: hidden;
  margin-bottom: 4rem;
}

.loop-track {
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  gap: 1.4vw;
  animation: scroll-left 30s linear infinite;
}
.loop-track:first-of-type {
  margin-bottom: 1.4vw;
}
.loop-track.bottom-row {
  animation: scroll-right 40s linear infinite;
}
.loop-track .inner {
  display: flex;
  justify-content: flex-start;
  gap: 1.4vw;
  /* 複製要素間にも同じgapを指定してシームレスに */
}
.loop-track img {
  width: 10vw;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 0.3vw;
}
@media (min-width: 769px) {
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-136.8%);
    }
  }
  @keyframes scroll-right {
    0% {
      transform: translateX(-102.6%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media (max-width: 768px) {
  .loop-track img {
    width: 18.6vw;
  }
  @keyframes scroll-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-240%);
    }
  }
  @keyframes scroll-right {
    0% {
      transform: translateX(-180%);
    }
    100% {
      transform: translateX(0);
    }
  }
}

.photo-insta {
  text-align: center;
}
.photo-insta .link-btn {
  margin-top: 3rem;
}
@media (max-width: 660px) {
  .photo-insta p {
    text-align: left;
  }
  .photo-insta p .pc-br {
    display: none;
  }
}

#sb_instagram .sbi_photo {
  position: relative;
}
#sb_instagram .sbi_photo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}
#sb_instagram .sbi_photo:hover:before {
  opacity: 0;
}

#sb_instagram #sbi_images {
  padding: 4rem 0 0;
}

/*========================================================*/
/* _pages.scss  */
/*========================================================*/
.page-sec:not(:last-of-type) {
  margin-bottom: 6rem;
}
@media (max-width: 480px) {
  .page-sec:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}

/*---------------------------*/
/* プライバシーポリシー */
/*---------------------------*/
.pp-sec:not(:last-of-type) {
  margin-bottom: 6rem;
}

.contents-subt {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 2em;
  padding-left: 0.5em;
  border-left: solid 6px #00B7DE;
}
body.home .contents-subt {
  font-size: 2rem;
  margin-bottom: 1em;
}
@media (max-width: 660px) {
  .contents-subt {
    font-size: 1.5rem;
    border-width: 4px;
    padding-left: 0.3em;
    letter-spacing: 0;
  }
  body.home .contents-subt {
    font-size: 1.5rem;
  }
}

.pp-detail {
  line-height: 2em;
}
.pp-detail a:not([href*="tel:"]) {
  text-decoration: underline;
}
.pp-detail .title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #00B7DE;
  margin-bottom: 0.5em;
}
.pp-detail .text {
  font-weight: normal;
  margin-bottom: 3em;
}
.pp-detail .list {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 1em;
}
.pp-detail .list li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.pp-detail .teigi {
  margin-top: 1em;
}
.pp-detail .teigi dd:before {
  content: "\02022";
  display: inline;
  font-size: 1.4em;
  padding-right: 0.5em;
}
.pp-detail .jyoko {
  margin-top: 1em;
  list-style-type: none;
  padding: 1em 1em 1em 0.5em;
  background: #f4f9ff;
  counter-reset: item;
}
.pp-detail .jyoko li {
  text-indent: -2.8em;
  padding-left: 2.8em;
}
.pp-detail .jyoko li:before {
  font-weight: 500;
  counter-increment: item;
  /*カウンターを増減*/
  content: "（" counter(item) "）";
}
.pp-detail .teigi-count {
  margin-top: 1em;
  padding: 1em 2em 1em 1em;
  background: #f4f9ff;
  counter-reset: title;
}
.pp-detail .teigi-count dt {
  font-weight: 500;
}
.pp-detail .teigi-count dt:before {
  counter-increment: title;
  /*カウンターを増減*/
  content: "（" counter(title) "）";
}
.pp-detail .teigi-count dd {
  padding-left: 2.5em;
}
@media (max-width: 480px) {
  .pp-detail .jyoko,
  .pp-detail .teigi-count {
    padding: 1em 1em 1em 0.5em;
  }
}

/*---------------------------*/
/* 404 Not Foundページ */
/*---------------------------*/
.error-404 {
  min-height: 40vh;
}
.error-404 .inner {
  padding: 2em;
  border: solid 5px #FFFBE6;
}
.error-404 .eng {
  margin-bottom: 2rem;
}
.error-404 p.jpn {
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .error-404 {
    text-align: center;
  }
}

/*========================================================*/
/* _post.scss  */
/*========================================================*/
/*---------------------------*/
/*投稿埋め込み*/
/*---------------------------*/
.infoarea {
  margin-bottom: 3rem;
}
.infoarea li {
  border-bottom: dashed 1.2px #C6C6C6;
}
.infoarea li:first-of-type {
  border-top: dashed 1.2px #C6C6C6;
}
.infoarea a {
  padding: 1.5rem 1rem;
  line-height: 1.2;
}
.infoarea a:hover {
  background: #FFFBE6;
}
.infoarea .date {
  font-size: 0.9rem;
  min-width: 5.5rem;
  padding-right: 1.5rem;
}
.infoarea .title-area {
  width: calc(100% - 6.5rem);
  border-left: solid 1.5px #84B71B;
  padding-left: 1.5rem;
}
@media (max-width: 660px) {
  .infoarea a {
    font-size: 0.9rem;
    padding: 1rem 0;
  }
  .infoarea .date {
    padding-right: 1rem;
  }
  .infoarea .title-area {
    padding: 0.5rem 0 0.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .infoarea .date {
    padding-right: 0.5rem;
  }
  .infoarea .title-area {
    width: calc(90vw - 5.5rem);
    padding-left: 0.8rem;
  }
}

/*  シングル single（新着情報）*/
/*---------------------------*/
.single-wrap .single-tt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
@media (max-width: 660px) {
  .single-wrap .single-tt {
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
}

.single-infoset {
  margin-bottom: 2rem;
  line-height: 1;
}
.single-infoset .date {
  font-size: 0.9rem;
}

.single-note {
  padding: 2rem 0;
  min-height: 35vw;
  margin-bottom: 5em;
  border-top: dashed 1px #C6C6C6;
  border-bottom: dashed 1px #C6C6C6;
  line-height: 2;
}
.single-note a:not(.fancybox) {
  text-decoration: underline;
}
.single-note a.fancybox {
  display: inline-block;
}
.single-note p {
  margin-bottom: 2em;
}
.single-note img {
  width: 100%;
  max-width: 800px;
  margin-bottom: 3em;
}
.single-note h3, .single-note h4 {
  font-weight: 700;
}
.single-note h3 {
  font-size: 1.3rem;
}
.single-note h4 {
  font-size: 1.1rem;
}
.single-note .gallery {
  margin-bottom: 3em !important;
}
.single-note .gallery-item {
  width: 23% !important;
  margin-right: 1em;
}
.single-note .gallery-item:nth-of-type(4n) {
  margin-right: 0;
}
.single-note .gallery-item a {
  display: block;
}
.single-note .gallery-item img {
  margin-bottom: 0.5em;
  width: 100%;
  height: 15vw;
  max-height: 270px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.single-note .gallery-caption {
  font-size: 0.8rem;
}
@media (max-width: 660px) {
  .single-note {
    margin-bottom: 3em;
  }
  .single-note .gallery-item {
    width: 48% !important;
    margin-right: 1em;
  }
  .single-note .gallery-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .single-note .gallery-item img {
    height: 30vw;
  }
}

/*---------------------------*/
/*  アーカイブ archive（新着情報）*/
/*---------------------------*/
.archive-content .infoarea .title {
  font-size: 1rem;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.archive-content .infoarea .maintxt {
  font-size: 0.8rem;
  color: #999;
  font-weight: 400;
}
@media (max-width: 480px) {
  .archive-content .infoarea .maintxt {
    height: 2.4em;
    overflow: hidden;
    position: relative;
  }
  .archive-content .infoarea .maintxt:after {
    content: "…";
    display: inline-block;
    padding-left: 2px;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: background-color 0.5s ease;
  }
  .archive-content .infoarea a:hover .maintxt:after {
    background-color: #FFFBE6;
  }
}

/*リンク付きカテゴリーリスト*/
.categori-list {
  margin-bottom: 3em;
}
.categori-list li {
  margin: 0 1em;
}
.categori-list li a {
  line-height: 1;
  padding: 5px;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 500;
  color: #494642;
  position: relative;
}
.categori-list li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00B7DE;
  position: absolute;
  left: 0;
  top: -0.5em;
  transform: translateX(-50%);
  z-index: 1;
  opacity: 0;
  transition: left 0.3s ease, opacity 0.5s ease;
}
.categori-list li a:hover:after {
  left: 50%;
  opacity: 1;
}
.categori-list li.current-cat a {
  color: #00B7DE;
  cursor: text;
  pointer-events: none;
}
.categori-list li.current-cat a:after {
  left: 50%;
  opacity: 1;
}
.categori-list li:not(.current-cat) {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .categori-list li a {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .categori-list {
    margin-bottom: 2em;
  }
  .categori-list li {
    margin: 0 0.5em;
  }
}

/*ページャースタイル*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}
.pagination .pager,
.pagination .next,
.pagination .prev,
.pagination .first,
.pagination .last {
  display: block;
  line-height: 1;
  margin: 0 5px;
}
.pagination .pager {
  color: #2478B7;
  border: solid 1px #C6C6C6;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 0.67rem;
  text-align: center;
  border-radius: 50%;
  transition: border-color 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}
.pagination .pager:hover {
  color: #00B7DE;
  border-color: #00B7DE;
}
.pagination .current .pager {
  border: solid 1px #2478B7;
  background: #2478B7;
  color: #fff;
}
.pagination .next a,
.pagination .prev a,
.pagination .first a,
.pagination .last a {
  color: #2478B7;
}
.pagination .next a:hover,
.pagination .prev a:hover,
.pagination .first a:hover,
.pagination .last a:hover {
  color: #00B7DE;
}

.single .pager-wrap a {
  display: inline-block;
  padding: 8px;
  margin-right: 5px;
  color: #2478B7;
}
.single .pager-wrap a:hover {
  color: #00B7DE;
}

.information-single-prev,
.information-single-next {
  min-width: 4em;
}

.pager-wrap .icon-prev .path01 {
  stroke: #2478B7;
}
.pager-wrap a .icon-prev .path01 {
  transition: stroke 0.5s ease;
}
.pager-wrap a:hover .icon-prev .path01 {
  stroke: #00B7DE;
}

/*# sourceMappingURL=style.css.map */
