@charset "UTF-8";
:root {
  --vw: 1vw;
  --vh: 1svh;
  --mvh: 10px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  margin: 0;
  vertical-align: bottom;
}

table, tr, td {
  border-collapse: collapse;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a, a img, button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.animate-cv {
  display: inline-block;
  -webkit-animation: animateCv 2s ease-out infinite;
  animation: animateCv 2s ease-out infinite;
}

@-webkit-keyframes animateCv {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes animateCv {
  0%, 40%, 60%, 80% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50%, 70% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}
.ff_jost {
  font-family: "Jost", sans-serif;
}

.ff_zkg {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  .pc_none {
    display: none;
  }
  #style01 {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 80px 1fr 48px;
    grid-template-rows: 80px 1fr 48px;
    width: 100%;
    min-height: 100svh;
  }
  /*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/
  .header {
    position: sticky;
    top: 0;
    z-index: 10000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 80px;
    background: #fff;
  }
  .header_logo {
    padding-left: 43px;
    font-size: 16px;
  }
  .header_logo img {
    width: 231px;
  }
  .header_nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 700;
  }
  .header_nav ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 38px;
    padding: 0 25px;
    text-align: center;
  }
  .header_nav ul li:not(:last-child) {
    border-right: 1px #000 solid;
  }
  .header_nav ul li:last-child {
    padding-right: 15px;
  }
  .header_nav ul li a {
    color: #000;
  }
  .header_nav ul li a:hover {
    opacity: 0.6;
  }
  /*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/
  .bottom_link {
    margin-bottom: 55px;
    text-align: center;
  }
  .bottom_link_privacy {
    margin-bottom: 60px;
  }
  .bottom_link_privacy a {
    color: #000;
    font-weight: 300;
    font-size: max(15px, var(--vw) * 1.25);
  }
  .bottom_link_privacy a:hover {
    text-decoration: underline;
  }
  .bottom_link_logo {
    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;
    gap: 100px;
  }
  .bl_logo01 img {
    width: 367px;
  }
  .bl_logo02 img {
    width: 328px;
  }
  .footer {
    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;
    gap: 10px;
    height: 48px;
    background: #800000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }
  /*　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　main　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　*/
  .mv {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(var(--vw) * 100);
    min-width: 1200px;
    height: calc(100svh - 80px);
    background: url("./img/mv_bg.jpg") center/cover no-repeat;
    overflow-x: clip;
  }
  .mv_img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mv_box {
    position: absolute;
    left: 50%;
    bottom: calc(var(--mvh) * 2.3);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
  }
  .mv_box_link {
    margin-bottom: calc(var(--mvh) * 2);
  }
  .mv .mv_box_link {
    margin-bottom: calc(var(--mvh));
  }
  .s00_03 .mv_box_link {
    height: calc(var(--mvh) * 8.4);
  }
  .mv_box_link img {
    height: calc(var(--mvh) * 10.5);
  }
  .mv .mv_box_link img {
    height: calc(var(--mvh) * 9.9);
  }
  .mv_box_text {
    color: #fff;
    font-size: calc(var(--mvh) * 1.57);
    font-weight: 500;
  }
  .mv_box_text a {
    color: #fff;
    text-decoration: underline;
  }
  #s00 {
    position: relative;
  }
  #s00 > img {
    width: 100%;
  }
  .s00_box {
    position: absolute;
    top: 51%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: center;
  }
  .s00_01 {
    margin-bottom: max(21.875px, var(--vw) * 1.822);
  }
  .s00_01_title {
    color: #B90007;
    font-size: max(28.125px, var(--vw) * 2.34375);
    font-weight: 900;
  }
  .s00_01_title span {
    display: inline-block;
    padding: 0 max(14.375px, var(--vw) * 1.197) max(9.375px, var(--vw) * 0.78125) max(20.625px, var(--vw) * 1.71875);
    border-bottom: 3px #B90007 solid;
  }
  .s00_01_text {
    margin-top: max(28.125px, var(--vw) * 2.34375);
    font-size: max(17.5px, var(--vw) * 1.458);
    font-weight: 500;
    line-height: 1.82;
  }
  .s00_01_text span {
    color: #B90007;
    font-weight: 900;
  }
  .s00_02 img {
    width: max(381.25px, var(--vw) * 32.5);
  }
  .s00_03 {
    margin-top: max(36.25px, var(--vw) * 4.5);
  }
  .s00_03 .mv_box_text,
  .s00_03 .mv_box_text a {
    color: #000;
  }
  #s01 {
    border-top: 5.8px #B90007 solid;
    border-bottom: 5.8px #B90007 solid;
  }
  .s01_box {
    position: relative;
    border-top: 14px #FFFFF5 solid;
    border-bottom: 14px #FFFFF5 solid;
  }
  .s01_box > picture img {
    width: 100%;
  }
  .s01_box01 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
    text-align: center;
  }
  .s01_title {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.24em;
  }
  .s01_title01 {
    position: relative;
    display: inline-block;
  }
  .s01_title01_01 {
    padding: 0 max(14.375px, var(--vw) * 1.197) max(6.875px, var(--vw) * 0.572) max(20.625px, var(--vw) * 1.71875);
    border-bottom: 3px #fff solid;
    font-size: max(30px, var(--vw) * 2.5);
  }
  .s01_title01_02 {
    margin-top: max(6.875px, var(--vw) * 0.572);
    font-size: max(23.75px, var(--vw) * 1.97);
  }
  .s01_title .icon {
    position: absolute;
    top: 50%;
    left: calc(100% + max(40px, var(--vw) * 3.33));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .s01_title .icon img {
    width: max(94.375px, var(--vw) * 7.864);
  }
  .s01_text {
    margin-top: max(28.125px, var(--vw) * 2.34375);
    margin-bottom: max(37.5px, var(--vw) * 3.125);
    color: #fff;
    font-size: max(17.5px, var(--vw) * 1.458);
    font-weight: 500;
    line-height: 1.82;
  }
  .s01_slide {
    width: 100%;
  }
  .s01_slide > li:not(:first-child) {
    display: none;
  }
  .s01_slide_li {
    margin: 0 max(48.75px, var(--vw) * 4.0625);
  }
  .s01_slide_movie {
    position: relative;
    width: max(616.25px, var(--vw) * 51.354);
    padding-top: 56.28%;
    border-radius: max(6.25px, var(--vw) * 0.52);
    overflow: clip;
  }
  .s01_slide_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .s01_slide_li a {
    display: inline-block;
    border-radius: max(6.25px, var(--vw) * 0.52);
    background: #fff;
    overflow: clip;
  }
  .s01_slide_li img {
    width: max(616.25px, var(--vw) * 51.354);
  }
  .s01_slide_li p {
    color: #fff;
    font-size: max(17.5px, var(--vw) * 1.458);
    font-weight: 700;
  }
  .slick-arrow {
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 200;
    width: 21px;
    height: 95px;
    border: none;
    font-size: 0;
  }
  .slick-prev {
    left: max(241.25px, var(--vw) * 20.1);
    background: url("./img/arrow_l.png") center/contain no-repeat;
  }
  .slick-next {
    right: max(241.25px, var(--vw) * 20.1);
    background: url("./img/arrow_r.png") center/contain no-repeat;
  }
  .s01_slide .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: max(10px, var(--vw) * 0.833);
    margin-top: max(50.625px, var(--vw) * 4.21875);
    font-size: 0;
    line-height: 1;
  }
  .s01_slide .slick-dots button {
    width: max(13.125px, var(--vw) * 1.09375);
    height: max(13.125px, var(--vw) * 1.09375);
    border: none;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    cursor: pointer;
  }
  .s01_slide .slick-dots .slick-active button {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  #s02 {
    background: #FFFFF5;
  }
  .s02_box {
    width: max(875px, var(--vw) * 72.916);
    padding: max(109.375px, var(--vw) * 11) 0 max(43.75px, var(--vw) * 4.645);
    margin: 0 auto;
    padding-bottom: max(61.25px, var(--vw) * 5.1041666667);
  }
  .s02_title {
    margin-bottom: max(18.75px, var(--vw) * 1.5625);
    text-align: center;
  }
  .s02_title img {
    width: max(649.375px, var(--vw) * 54.114);
  }
  .s02_text {
    margin-bottom: max(40.625px, var(--vw) * 3.385);
    font-size: max(17.5px, var(--vw) * 1.458);
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
  }
  .s02_box01 {
    padding: max(55.625px, var(--vw) * 4.6354166667) max(78.125px, var(--vw) * 6.5104166667);
    border: 6px #B90007 solid;
    border-radius: max(25px, var(--vw) * 2.083);
    margin-bottom: max(43.75px, var(--vw) * 3.6458333333);
    background: #fff;
  }
  .s02_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr max(40.625px, var(--vw) * 3.3854166667) 1fr;
    grid-template-columns: 1fr 1fr;
    gap: max(31.25px, var(--vw) * 2.6041666667) max(40.625px, var(--vw) * 3.3854166667);
  }
  .s02_list img {
    max-width: 100%;
  }
  .s02_list_title {
    margin-bottom: max(18.75px, var(--vw) * 1.5625);
    text-align: center;
  }
  .s02_list_title img {
    width: 84%;
  }
  .s02_list_img,
  .s02_list_text {
    padding: 0 max(8.75px, var(--vw) * 0.729);
  }
  .s02_list_img {
    margin-bottom: max(18.75px, var(--vw) * 1.5625);
  }
  .s02_list_text {
    font-size: max(14.375px, var(--vw) * 1.197);
    font-weight: 500;
    line-height: 1.4;
  }
  .s02_box02 {
    margin-bottom: max(34.375px, var(--vw) * 2.864);
    color: #482700;
    font-size: max(27.5px, var(--vw) * 2.291);
    font-weight: 900;
    text-align: center;
  }
  .s02_box02 span {
    color: #8F7412;
    font-size: max(34.375px, var(--vw) * 2.864);
  }
  .s02_box03 {
    margin-bottom: max(29.375px, var(--vw) * 2.4479166667);
    text-align: center;
  }
  .s02_box03_link {
    margin-bottom: max(14.375px, var(--vw) * 1.197);
  }
  .s02_box03_link img {
    width: max(400px, var(--vw) * 33.333);
    -webkit-filter: drop-shadow(3.4px 3.4px 3.4px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(3.4px 3.4px 3.4px rgba(0, 0, 0, 0.8));
  }
  .s02_box03_text {
    font-size: max(12.5px, var(--vw) * 1.041);
    font-weight: 500;
  }
  .s02_box03_text a {
    color: #000;
    text-decoration: underline;
  }
  .s02_box04 {
    text-align: center;
  }
  .s02_box04 img {
    width: max(579.96px, var(--vw) * 48.33);
  }
  #s03 {
    padding: max(33.125px, var(--vw) * 2.7604166667) max(68.75px, var(--vw) * 5.7291666667);
  }
  .s03_01 {
    margin-bottom: clamp(21.25px, var(--vw) * 1.771, 34px);
    font-size: clamp(21.25px, var(--vw) * 1.771, 34px);
    font-weight: 800;
    text-align: center;
  }
  .s03_02 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 max(37.5px, var(--vw) * 3.125);
    border-radius: clamp(8.75px, var(--vw) * 0.729, 14px);
    background: #f3f3f3;
  }
  .s03_02 dt {
    padding: max(25px, var(--vw) * 2.0833333333) 0;
  }
  .s03_02:not(:last-child) {
    margin-bottom: 65px;
  }
  .s03_02 dt {
    position: relative;
    height: clamp(25px, var(--vw) * 2.083, 40px);
    font-size: clamp(15px, var(--vw) * 1.25, 24px);
    font-weight: 700;
    text-align: center;
    cursor: pointer;
  }
  .s03_02 dt span {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: clamp(25px, var(--vw) * 2.083, 40px);
    height: clamp(25px, var(--vw) * 2.083, 40px);
    border-radius: 50%;
    background: #1a1311;
  }
  .s03_02 dt span:before,
  .s03_02 dt span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    width: clamp(13.75px, var(--vw) * 1.1458, 22px);
    height: clamp(2.5px, var(--vw) * 0.208, 4px);
    background: #fff;
  }
  .s03_02 dt span:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
            transform: translate(-50%, -50%) rotateZ(90deg);
  }
  .s03_02 dt.active span:after {
    opacity: 0;
  }
  .s03_02 dd {
    display: none;
    padding-bottom: 30px;
  }
  .s03_02_text {
    margin-bottom: 0;
    font-size: max(8.125px, var(--vw) * 0.6770833333);
    font-weight: 300;
    line-height: 1.9;
  }
  .s03_02_link {
    text-align: center;
  }
  .s03_02_link img {
    width: clamp(437.5px, var(--vw) * 36.46, 700px);
    -webkit-filter: drop-shadow(4px 5px 5px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(4px 5px 5px rgba(0, 0, 0, 0.8));
  }
  .s03_02_text02 {
    margin-top: 32px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
  }
  .s03_02_text02 a {
    color: #000;
    text-decoration: underline;
  }
  /* 251208 */
  .mv {
    position: relative;
    z-index: 0;
  }
  .mv::after {
    background: url("./img/mv_bg_bottom.jpg") center/cover no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    height: 17svh;
    width: 100%;
    z-index: -1;
  }
  .mv_box {
    bottom: 0;
  }
  #s02 {
    position: relative;
    overflow: hidden;
  }
  #s02::before {
    content: "";
    position: absolute;
    top: 0;
    height: max(6.25px, var(--vw) * 0.52);
    width: 100%;
    border-top: max(8.75px, var(--vw) * 0.73) solid #98111a;
    border-bottom: max(3.75px, var(--vw) * 0.31) solid #98111a;
  }
  #s02::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: max(6.25px, var(--vw) * 0.52);
    width: 100%;
    border-top: max(3.75px, var(--vw) * 0.31) solid #98111a;
    border-bottom: max(8.75px, var(--vw) * 0.73) solid #98111a;
  }
  .s02_box01 {
    position: relative;
  }
  .s02_box01::before {
    content: "";
    position: absolute;
    background: url("./img/s02_dec01.png") center/contain no-repeat;
    top: max(217.5px, var(--vw) * 18.125);
    left: min(-166.25px, var(--vw) * -13.85);
    height: max(966.25px, var(--vw) * 80.52);
    width: max(217.5px, var(--vw) * 18.13);
  }
  .s02_box01::after {
    content: "";
    position: absolute;
    background: url("./img/s02_dec02.png") center/contain no-repeat;
    top: max(18.75px, var(--vw) * 1.5625);
    right: min(-166.25px, var(--vw) * -13.85);
    height: max(1279.32px, var(--vw) * 106.61);
    width: max(240.6px, var(--vw) * 20.05);
  }
} /* end */
.archive {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  width: 100%;
  height: 100vh;
  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;
  padding-inline: 2%;
  top: 0;
}

.archive_img {
  width: 95%;
  max-width: 910px;
}

.archive a:hover .archive_img {
  -webkit-filter: brightness(1.15);
          filter: brightness(1.15);
  opacity: 1;
}

@media print, screen and (max-width: 768px) {
  .archive_link {
    position: absolute;
    top: 26%;
  }
}