<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bnr_area {
  width: 100%;
  padding: 50px 0;
}
.bnr_area .bnr {
  margin-inline: auto;
}
.bnr_area .bnr_lmt {
  width: 100% !important;
  max-width: 1000px !important;
}

/*-----------------reset---------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a,
img {
  color: #000;
  border-width: 0px;
  border-style: none;
  background: transparent;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

img {
  width: 100%;
}

.content_w700 {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}

.content_w800 {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
}

.content_w900 {
  width: 95%;
  max-width: 900px;
  margin: 0 auto;
}

.content_w1000 {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.content_w1100 {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.content_w1200 {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}

.content_w1300 {
  width: 95%;
  max-width: 1300px;
  margin: 0 auto;
}

.content_w1400 {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
}

.content_w1500 {
  width: 95%;
  max-width: 1500px;
  margin: 0 auto;
}

.content_w1600 {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
}

.ib {
  display: inline-block;
}

.notes {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0;
}

.note {
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  text-align: left;
}
.note.ab {
  position: absolute;
  padding: 5px;
  z-index: 5;
}
.note.tp {
  top: 0;
  bottom: auto;
}
.note.bt {
  bottom: 0;
  top: auto;
}
.note.rt {
  right: 0;
  left: auto;
  text-align: right;
}
.note.lt {
  left: 0;
  right: auto;
  text-align: left;
}
.note.shodow {
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0);
}
.note.bg {
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 5px;
}

.co_fff {
  color: #fff;
}
.co_fff-shadow {
  text-shadow: 0px 0px 10px #000, 0px 0px 20px rgba(0, 0, 0, 0.5);
}

.co_000 {
  color: #000;
}

.h1Tag {
  display: none;
}

@media screen and (min-width: 769px) {
  ._sp {
    display: none;
  }
  ._pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .notes {
    width: 90%;
    padding: 6.66666665vw 0;
  }
  ._sp {
    display: block;
  }
  ._pc {
    display: none;
  }
}
@media screen and (max-width: 1320px) {
  ._tablet {
    display: block;
  }
}
@media screen and (min-width: 1321px) {
  ._tablet {
    display: none;
  }
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-noGap {
  gap: 0;
}

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

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

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

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

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

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

.flexClm {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

.calcW1 {
  width: 100%;
}

.calcW2 {
  width: 49%;
}

.calcW3 {
  width: 32.6666666667%;
}

.calcW4 {
  width: 24.5%;
}

.calcW5 {
  width: 19.6%;
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w51 {
  width: 51%;
}

.w52 {
  width: 52%;
}

.w53 {
  width: 53%;
}

.w54 {
  width: 54%;
}

.w55 {
  width: 55%;
}

.w56 {
  width: 56%;
}

.w57 {
  width: 57%;
}

.w58 {
  width: 58%;
}

.w59 {
  width: 59%;
}

.w60 {
  width: 60%;
}

.w61 {
  width: 61%;
}

.w62 {
  width: 62%;
}

.w63 {
  width: 63%;
}

.w64 {
  width: 64%;
}

.w65 {
  width: 65%;
}

.w66 {
  width: 66%;
}

.w67 {
  width: 67%;
}

.w68 {
  width: 68%;
}

.w69 {
  width: 69%;
}

.w70 {
  width: 70%;
}

.w71 {
  width: 71%;
}

.w72 {
  width: 72%;
}

.w73 {
  width: 73%;
}

.w74 {
  width: 74%;
}

.w75 {
  width: 75%;
}

.w76 {
  width: 76%;
}

.w77 {
  width: 77%;
}

.w78 {
  width: 78%;
}

.w79 {
  width: 79%;
}

.w80 {
  width: 80%;
}

.w81 {
  width: 81%;
}

.w82 {
  width: 82%;
}

.w83 {
  width: 83%;
}

.w84 {
  width: 84%;
}

.w85 {
  width: 85%;
}

.w86 {
  width: 86%;
}

.w87 {
  width: 87%;
}

.w88 {
  width: 88%;
}

.w89 {
  width: 89%;
}

.w90 {
  width: 90%;
}

.w91 {
  width: 91%;
}

.w92 {
  width: 92%;
}

.w93 {
  width: 93%;
}

.w94 {
  width: 94%;
}

.w95 {
  width: 95%;
}

.w96 {
  width: 96%;
}

.w97 {
  width: 97%;
}

.w98 {
  width: 98%;
}

.w99 {
  width: 99%;
}

.w100 {
  width: 100%;
}

.w101 {
  width: 101%;
}

.w102 {
  width: 102%;
}

.w103 {
  width: 103%;
}

.w104 {
  width: 104%;
}

.w105 {
  width: 105%;
}

.w106 {
  width: 106%;
}

.w107 {
  width: 107%;
}

.w108 {
  width: 108%;
}

.w109 {
  width: 109%;
}

.w110 {
  width: 110%;
}

.w111 {
  width: 111%;
}

.w112 {
  width: 112%;
}

.w113 {
  width: 113%;
}

.w114 {
  width: 114%;
}

.w115 {
  width: 115%;
}

.w116 {
  width: 116%;
}

.w117 {
  width: 117%;
}

.w118 {
  width: 118%;
}

.w119 {
  width: 119%;
}

.w120 {
  width: 120%;
}

.w121 {
  width: 121%;
}

.w122 {
  width: 122%;
}

.w123 {
  width: 123%;
}

.w124 {
  width: 124%;
}

.w125 {
  width: 125%;
}

.w126 {
  width: 126%;
}

.w127 {
  width: 127%;
}

.w128 {
  width: 128%;
}

.w129 {
  width: 129%;
}

.w130 {
  width: 130%;
}

@media screen and (max-width: 768px) {
  .calcW1_sp {
    width: 100%;
  }
  .calcW2_sp {
    width: 49%;
  }
  .calcW3_sp {
    width: 32.6666666667%;
  }
  .calcW4_sp {
    width: 24.5%;
  }
  .calcW5_sp {
    width: 19.6%;
  }
  .w1_sp {
    width: 1%;
  }
  .w2_sp {
    width: 2%;
  }
  .w3_sp {
    width: 3%;
  }
  .w4_sp {
    width: 4%;
  }
  .w5_sp {
    width: 5%;
  }
  .w6_sp {
    width: 6%;
  }
  .w7_sp {
    width: 7%;
  }
  .w8_sp {
    width: 8%;
  }
  .w9_sp {
    width: 9%;
  }
  .w10_sp {
    width: 10%;
  }
  .w11_sp {
    width: 11%;
  }
  .w12_sp {
    width: 12%;
  }
  .w13_sp {
    width: 13%;
  }
  .w14_sp {
    width: 14%;
  }
  .w15_sp {
    width: 15%;
  }
  .w16_sp {
    width: 16%;
  }
  .w17_sp {
    width: 17%;
  }
  .w18_sp {
    width: 18%;
  }
  .w19_sp {
    width: 19%;
  }
  .w20_sp {
    width: 20%;
  }
  .w21_sp {
    width: 21%;
  }
  .w22_sp {
    width: 22%;
  }
  .w23_sp {
    width: 23%;
  }
  .w24_sp {
    width: 24%;
  }
  .w25_sp {
    width: 25%;
  }
  .w26_sp {
    width: 26%;
  }
  .w27_sp {
    width: 27%;
  }
  .w28_sp {
    width: 28%;
  }
  .w29_sp {
    width: 29%;
  }
  .w30_sp {
    width: 30%;
  }
  .w31_sp {
    width: 31%;
  }
  .w32_sp {
    width: 32%;
  }
  .w33_sp {
    width: 33%;
  }
  .w34_sp {
    width: 34%;
  }
  .w35_sp {
    width: 35%;
  }
  .w36_sp {
    width: 36%;
  }
  .w37_sp {
    width: 37%;
  }
  .w38_sp {
    width: 38%;
  }
  .w39_sp {
    width: 39%;
  }
  .w40_sp {
    width: 40%;
  }
  .w41_sp {
    width: 41%;
  }
  .w42_sp {
    width: 42%;
  }
  .w43_sp {
    width: 43%;
  }
  .w44_sp {
    width: 44%;
  }
  .w45_sp {
    width: 45%;
  }
  .w46_sp {
    width: 46%;
  }
  .w47_sp {
    width: 47%;
  }
  .w48_sp {
    width: 48%;
  }
  .w49_sp {
    width: 49%;
  }
  .w50_sp {
    width: 50%;
  }
  .w51_sp {
    width: 51%;
  }
  .w52_sp {
    width: 52%;
  }
  .w53_sp {
    width: 53%;
  }
  .w54_sp {
    width: 54%;
  }
  .w55_sp {
    width: 55%;
  }
  .w56_sp {
    width: 56%;
  }
  .w57_sp {
    width: 57%;
  }
  .w58_sp {
    width: 58%;
  }
  .w59_sp {
    width: 59%;
  }
  .w60_sp {
    width: 60%;
  }
  .w61_sp {
    width: 61%;
  }
  .w62_sp {
    width: 62%;
  }
  .w63_sp {
    width: 63%;
  }
  .w64_sp {
    width: 64%;
  }
  .w65_sp {
    width: 65%;
  }
  .w66_sp {
    width: 66%;
  }
  .w67_sp {
    width: 67%;
  }
  .w68_sp {
    width: 68%;
  }
  .w69_sp {
    width: 69%;
  }
  .w70_sp {
    width: 70%;
  }
  .w71_sp {
    width: 71%;
  }
  .w72_sp {
    width: 72%;
  }
  .w73_sp {
    width: 73%;
  }
  .w74_sp {
    width: 74%;
  }
  .w75_sp {
    width: 75%;
  }
  .w76_sp {
    width: 76%;
  }
  .w77_sp {
    width: 77%;
  }
  .w78_sp {
    width: 78%;
  }
  .w79_sp {
    width: 79%;
  }
  .w80_sp {
    width: 80%;
  }
  .w81_sp {
    width: 81%;
  }
  .w82_sp {
    width: 82%;
  }
  .w83_sp {
    width: 83%;
  }
  .w84_sp {
    width: 84%;
  }
  .w85_sp {
    width: 85%;
  }
  .w86_sp {
    width: 86%;
  }
  .w87_sp {
    width: 87%;
  }
  .w88_sp {
    width: 88%;
  }
  .w89_sp {
    width: 89%;
  }
  .w90_sp {
    width: 90%;
  }
  .w91_sp {
    width: 91%;
  }
  .w92_sp {
    width: 92%;
  }
  .w93_sp {
    width: 93%;
  }
  .w94_sp {
    width: 94%;
  }
  .w95_sp {
    width: 95%;
  }
  .w96_sp {
    width: 96%;
  }
  .w97_sp {
    width: 97%;
  }
  .w98_sp {
    width: 98%;
  }
  .w99_sp {
    width: 99%;
  }
  .w100_sp {
    width: 100%;
  }
  .w101_sp {
    width: 101%;
  }
  .w102_sp {
    width: 102%;
  }
  .w103_sp {
    width: 103%;
  }
  .w104_sp {
    width: 104%;
  }
  .w105_sp {
    width: 105%;
  }
  .w106_sp {
    width: 106%;
  }
  .w107_sp {
    width: 107%;
  }
  .w108_sp {
    width: 108%;
  }
  .w109_sp {
    width: 109%;
  }
  .w110_sp {
    width: 110%;
  }
  .w111_sp {
    width: 111%;
  }
  .w112_sp {
    width: 112%;
  }
  .w113_sp {
    width: 113%;
  }
  .w114_sp {
    width: 114%;
  }
  .w115_sp {
    width: 115%;
  }
  .w116_sp {
    width: 116%;
  }
  .w117_sp {
    width: 117%;
  }
  .w118_sp {
    width: 118%;
  }
  .w119_sp {
    width: 119%;
  }
  .w120_sp {
    width: 120%;
  }
  .w121_sp {
    width: 121%;
  }
  .w122_sp {
    width: 122%;
  }
  .w123_sp {
    width: 123%;
  }
  .w124_sp {
    width: 124%;
  }
  .w125_sp {
    width: 125%;
  }
  .w126_sp {
    width: 126%;
  }
  .w127_sp {
    width: 127%;
  }
  .w128_sp {
    width: 128%;
  }
  .w129_sp {
    width: 129%;
  }
  .w130_sp {
    width: 130%;
  }
}
/*-----------------font---------------------*/
@font-face {
  font-family: "hiragino_g";
  src: url(../fonts/hiragino_g.otf) format("opentype");
}
@font-face {
  font-family: "shippori";
  src: url(../fonts/shippori.otf) format("opentype");
}
@font-face {
  font-family: "a1";
  src: url(../fonts/a1.otf) format("opentype");
}
@font-face {
  font-family: "condense";
  src: url(../fonts/condense.otf) format("opentype");
}
@font-face {
  font-family: "Quentin";
  src: url(../fonts/Quentin.otf) format("opentype");
}
@font-face {
  font-family: "Babylonica";
  src: url(../fonts/Babylonica-R.ttf) format("truetype");
}
body {
  font-family: "minerva-modern", "shippori", serif;
  font-weight: 400;
  font-style: normal;
}

.hiragino {
  font-family: "hiragino_g", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.minerva {
  font-family: "minerva-modern", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.shippori {
  font-family: "shippori", serif;
}

.a1 {
  font-family: "a1", serif;
}

.condense {
  font-family: "condense", sans-serif;
}

.Quentin {
  font-family: "Quentin", serif;
}

#top .main_wrap {
  width: 100%;
  position: relative;
  z-index: 10;
  background: #000;
}
#top .main_wrap .main {
  width: 100%;
  height: 100vh;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}
#top .main_wrap .main .rellax {
  width: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
#top .main_wrap .main video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#top .main_wrap .main .mainMV {
  width: 100%;
  height: 105vh;
  position: relative;
}
#top .main_wrap .main .mainMV .imgbox {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/main.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .main_wrap .main .mainMV .imgbox1 {
  width: 100%;
  height: 100%;
  background-image: url(../imgs/kasume-main.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: relative;
  opacity: 0;
}
#top .main_wrap .main .mainMV .imgbox1.show {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
#top .main_wrap .main .mainMV .imgbox1 .main_txt {
  width: 33vw;
  max-width: 550px;
  position: absolute;
  left: 50%;
  top: 22.5% !important;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
#top .main_wrap .skip,
#top .main_wrap .play {
  color: #fff;
  font-size: clamp(0px, 3.199999992vw, 16px);
  text-align: center;
  position: absolute;
  right: 60px;
  bottom: 20px;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #fff;
  padding: 0px 15px;
}
#top .main_wrap .skip.hdn,
#top .main_wrap .play.hdn {
  display: none;
}
#top .main_wrap .sound_icon {
  width: 100%;
  max-width: 25px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 20px;
  z-index: 10;
  cursor: pointer;
}
#top .main_wrap .sound_icon.off::before {
  width: 60%;
}
#top .main_wrap .sound_icon::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#top .main_wrap .scroll_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
  -webkit-filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 4px rgba(0, 0, 0, 0.4));
}
@-webkit-keyframes grdeAnime {
  0% {
    background-position: 0% 200%;
  }
  100% {
    background-position: 0% -200%;
  }
}
@keyframes grdeAnime {
  0% {
    background-position: 0% 200%;
  }
  100% {
    background-position: 0% -200%;
  }
}
#top .main_wrap .scroll_icon p {
  color: #fff;
  text-align: center;
  font-size: clamp(0px, 3.733333324vw, 20px);
}
#top .main_wrap .scroll_icon span {
  width: 2px;
  height: 50px;
  background: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  background-size: 100% 200%;
  -webkit-animation: grdeAnime 5s linear forwards infinite;
          animation: grdeAnime 5s linear forwards infinite;
}
@media screen and (max-width: 768px) {
  #top .main_wrap {
    /*@media screen end*/
  }
  #top .main_wrap .main {
    height: 145vw;
  }
  #top .main_wrap .main .mainMV {
    height: 145vw;
  }
  #top .main_wrap .main .mainMV .imgbox1 {
    background-image: url(../imgs/kasume-main_sp.jpg);
  }
  #top .main_wrap .main .mainMV .imgbox1 .main_txt {
    width: 72vw;
    top: 35% !important;
  }
  #top .main_wrap .main .skip,
  #top .main_wrap .main .play {
    right: 44px;
    bottom: 13px;
    padding: 0 10px;
  }
  #top .main_wrap .main .sound_icon {
    max-width: 20px;
    padding: 10px;
  }
  #top .main_wrap .main .scroll_icon {
    display: none;
  }
  #top .main_wrap .main .scroll_icon span {
    height: 40px;
  }
}
#top .more {
  width: 95%;
  max-width: 350px;
  margin: 30px auto;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #464646;
  position: relative;
}
#top .more.cs {
  pointer-events: none;
}
#top .more.bg_gray {
  background: rgba(0, 0, 0, 0.5);
  border: solid 1px #fff !important;
}
#top .more.bg_gray p {
  color: #fff !important;
}
#top .more.grn {
  background: #61866f;
  border: 1px solid #61866f !important;
}
#top .more:hover::before {
  width: 100%;
  right: auto;
  left: 0;
}
#top .more:hover p {
  color: #fff;
  text-shadow: none !important;
}
#top .more::before {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  background: #464646;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .more a {
  position: relative;
  z-index: 5;
}
#top .more p {
  color: #464646;
  font-size: clamp(0px, 3.733333324vw, 16px);
  font-family: "minerva-modern", sans-serif !important;
  text-align: center;
  padding: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .more {
    margin: 20px auto;
  }
  #top .more p {
    color: #464646;
    font-family: "minerva-modern", sans-serif !important;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
#top .top_wrap {
  background: #303439;
}
#top .sec_modelOpen {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
#top .sec_modelOpen.wh .lmt_box {
  background: none;
  padding: 0;
}
#top .sec_modelOpen.bg {
  background: #d7d0c0;
}
#top .sec_modelOpen .info_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#top .sec_modelOpen .info_box .text_area {
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
#top .sec_modelOpen .info_box .text_area.redBg {
  width: 95%;
  background: -webkit-gradient(linear, left top, right top, from(#731111), color-stop(50%, #ca3c3c), to(#731111));
  background: linear-gradient(90deg, #731111 0%, #ca3c3c 50%, #731111 100%);
  padding: 10px 0;
}
#top .sec_modelOpen .info_box .text_area.redBg p {
  color: #fff;
}
#top .sec_modelOpen .info_box .text_area.redBg .patchbox {
  max-width: 200px;
  width: 20%;
  position: absolute;
  left: -6vw;
  top: -30px;
  z-index: 999;
}
@media screen and (max-width: 1040px) {
  #top .sec_modelOpen .info_box .text_area.redBg .patchbox {
    left: 1vw;
  }
}
@media screen and (max-width: 768px) {
  #top .sec_modelOpen .info_box .text_area.redBg .patchbox {
    max-width: 180px;
    width: 30%;
    left: -14vw;
    top: -35px;
  }
}
@media screen and (max-width: 500px) {
  #top .sec_modelOpen .info_box .text_area.redBg .patchbox {
    top: -8px;
  }
}
#top .sec_modelOpen .info_box .text_area .gld {
  color: #6e530f;
}
#top .sec_modelOpen .info_box .text_area .red {
  color: #8b1919;
}
#top .sec_modelOpen .info_box .text_area p {
  text-align: center;
}
#top .sec_modelOpen .info_box .text_area .p1 {
  font-size: clamp(0px, 4.2vw, 24px);
}
#top .sec_modelOpen .info_box .text_area .p2 {
  font-size: clamp(0px, 4.2vw, 24px);
}
#top .sec_modelOpen .info_box .text_area .p3 {
  font-size: clamp(0px, 5.4vw, 30px);
  line-height: 1em;
}
#top .sec_modelOpen .info_box .text_area .p3 .span1 {
  font-size: clamp(0px, 3.2vw, 20px);
}
#top .sec_modelOpen .info_box .text_area .p3_1 {
  margin-bottom: 24px;
}
#top .sec_modelOpen .info_box .text_area .p3_2 {
  font-size: clamp(16px, 5vw, 40px);
  line-height: 1.4;
}
#top .sec_modelOpen .info_box .text_area .p3_2 .smaller {
  font-size: 0.7em;
}
#top .sec_modelOpen .info_box .text_area .txt2 {
  margin-top: 12px;
}
#top .sec_modelOpen .info_box .list_box {
  width: 95%;
  max-width: 900px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#top .sec_modelOpen .info_box .list_box .list_box-info {
  width: 44%;
}
#top .sec_modelOpen .info_box .list_box .text {
  display: block;
  width: 100%;
  text-align: center;
}
#top .sec_modelOpen .info_box .list_box .text .num {
  font-size: 1.3em;
}
#top .sec_modelOpen .info_box .list_box ul li {
  font-size: clamp(0px, 3.2vw, 16px);
  letter-spacing: 0.15em;
  line-height: 1.5em;
  margin: 10px 0 0;
}
#top .sec_modelOpen .info_box .list_box ul li span {
  margin: 0 5px 0 0;
}
#top .sec_modelOpen .info_box .list_box ul li .notice {
  font-size: 10px;
  line-height: 1.4;
}
#top .sec_modelOpen .info_box .list_box .lbLine {
  width: 1px;
  height: 250px;
  background-color: #000;
}
#top .sec_modelOpen .info_box .text_lg {
  margin-bottom: 32px;
  text-align: center;
  font-size: clamp(1.5rem, 1.856vw + 0.608rem, 2rem);
  line-height: 1.2em;
}
#top .sec_modelOpen .info_box .text_lg .span1 {
  font-size: 0.7em;
}
#top .sec_modelOpen .info_box .change {
  width: 95%;
  max-width: 870px;
  margin: 30px auto 0;
  padding: 15px;
  border: 1px solid #000;
  color: #000;
  font-size: clamp(0px, 3.199999992vw, 16px);
  font-family: "minerva-modern", "shippori", serif;
  text-align: center;
}
#top .sec_modelOpen .info_box .change .text {
  margin-bottom: 8px;
}
#top .sec_modelOpen .info_box .change .txt span {
  display: inline-block;
  margin: 10px 0;
}
#top .sec_modelOpen .info_box .change .change_table {
  margin: 24px auto 0;
}
#top .sec_modelOpen .info_box .change .change_table th,
#top .sec_modelOpen .info_box .change .change_table td {
  border: none;
  padding: 3px;
}
#top .sec_modelOpen .info_box .change .change_table td {
  font-size: clamp(11px, 0.574rem + 0.57vw, 16px);
  font-family: "shippori", serif;
  text-align: left;
  line-height: 1.4;
}
#top .sec_modelOpen .info_box .info_closed {
  margin-top: 24px;
  text-align: center;
}
#top .sec_modelOpen .info_box .info_closed .text_red {
  font-size: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  color: #962020;
  line-height: 1.7;
}
#top .sec_modelOpen .info_box .info_closed .text_red span {
  font-size: 1.3em;
}
#top .sec_modelOpen .entry__box {
  background-image: url(../imgs/entryBox_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
#top .sec_modelOpen .entry__box p {
  color: #464646;
}
#top .sec_modelOpen .entry__box .cv_box {
  margin-top: 32px !important;
}
#top .sec_modelOpen .entry__box .cv_box p {
  color: #fff;
}
#top .sec_modelOpen .entry__box .note {
  text-align: center;
}
#top .sec_modelOpen .lmt_box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../imgs/lmtBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .sec_modelOpen .lmt_box .text_area.info .p1 {
  font-size: clamp(0px, 6.6vw, 32px);
}
#top .sec_modelOpen .lmt_box .text_area .txt-2 {
  font-size: 19px;
}
#top .sec_modelOpen .lmt_box .text_area-nyreserve {
  margin-bottom: 80px;
}
#top .sec_modelOpen .lmt_box .text_area ul {
  width: 95%;
  max-width: 600px;
  margin: 20px auto;
}
#top .sec_modelOpen .lmt_box .text_area ul li {
  text-align: left;
}
#top .sec_modelOpen .lmt_box .text_area ul li p {
  text-align: left;
}
#top .sec_modelOpen .lmt_box .flex {
  max-width: 700px;
}
#top .sec_modelOpen .lmt_box .flex .in .imgbox {
  position: relative;
}
#top .sec_modelOpen .lmt_box .flex .in .imgbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.5;
}
#top .sec_modelOpen .lmt_box .flex .in .imgbox p {
  border: none;
  position: relative;
  z-index: 5;
}
#top .sec_modelOpen .lmt_box .cv_box {
  margin: 0 auto 50px;
}
#top .sec_modelOpen .lmt_box .cv_box:last-child {
  margin: 0 auto;
}
#top .sec_modelOpen .lmt_box .cv_box-nyreserve {
  margin-bottom: 20px;
  margin-top: 20px;
}
#top .sec_modelOpen .lmt_box .cv p {
  font-size: clamp(0px, 3.733333324vw, 18px);
}
#top .sec_modelOpen .lmt_box .cv.req:hover p {
  color: #5e899c;
}
#top .sec_modelOpen .lmt_box .cv.lmt:hover p {
  color: #a19a80;
}
#top .sec_modelOpen .lmt_box .text_area_re p {
  color: #000 !important;
}
@media screen and (max-width: 768px) {
  #top .sec_modelOpen {
    padding: 50px 0;
  }
  #top .sec_modelOpen .info_box .text_area.redBg {
    padding: 10px 0;
    width: 85%;
    margin-right: 2%;
  }
  #top .sec_modelOpen .info_box .text_area.redBg p {
    color: #fff;
  }
  #top .sec_modelOpen .info_box .text_area .p1 {
    margin: 0 0 10px;
  }
  #top .sec_modelOpen .info_box .text_area .p3_2 {
    font-size: clamp(16px, 5vw, 40px);
  }
  #top .sec_modelOpen .info_box .list_box {
    margin: 0 auto 30px;
    padding: 15px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 85%;
    margin-right: 2%;
  }
  #top .sec_modelOpen .info_box .list_box .list_box-info {
    width: 75%;
    max-width: 311px;
    margin-inline: auto;
  }
  #top .sec_modelOpen .info_box .list_box .text {
    margin: 0 0 10px;
  }
  #top .sec_modelOpen .info_box .list_box ul li {
    font-size: clamp(0px, 3.2vw, 16px);
    margin: 10px 0 0;
  }
  #top .sec_modelOpen .info_box .list_box ul li span {
    margin: 0 2px 0 0;
  }
  #top .sec_modelOpen .info_box .list_box .mt40_sp {
    margin: 40px auto 0;
  }
  #top .sec_modelOpen .info_box .change {
    padding: 8px;
  }
  #top .sec_modelOpen .lmt_box {
    width: 95%;
  }
  #top .sec_modelOpen .lmt_box .flex .in {
    height: 100px;
  }
  #top .sec_modelOpen .lmt_box .text_area .lead::after {
    border: 5px solid #eae6dc;
  }
  #top .sec_modelOpen .lmt_box .text_area .txt-2 {
    font-size: clamp(13px, 4vw, 19px);
  }
  #top .sec_modelOpen .lmt_box .text_area-nyreserve {
    margin-bottom: 60px;
  }
  #top .sec_modelOpen .lmt_box .cv_box-nyreserve {
    margin-bottom: 0;
  }
  #top .sec_modelOpen .lmt_box .cv p {
    padding: 15px 0;
  }
}
#top .sec_merit {
  width: 100%;
  padding: 50px 0 0;
  position: relative;
  z-index: 10;
}
#top .sec_merit .merit_box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .sec_merit .merit_box .merit {
  width: clamp(385px, 32.3333333333%, 1000px);
  margin: 0 auto 20px;
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#top .sec_merit .merit_box .merit.bg1 {
  background-image: url(../imgs/merit_bg1.png);
}
#top .sec_merit .merit_box .merit.bg2 {
  background-image: url(../imgs/merit_bg2.png);
}
#top .sec_merit .merit_box .merit p {
  font-family: "minerva-modern", "shippori", serif;
  color: #fff;
}
#top .sec_merit .merit_box .merit .lt {
  text-align: left;
}
#top .sec_merit .merit_box .merit .ct {
  text-align: center;
}
#top .sec_merit .merit_box .merit .rt {
  text-align: right;
}
#top .sec_merit .merit_box .merit .gld {
  background: -webkit-gradient(linear, left top, right top, from(#8a856c), color-stop(50%, #c0bb9f), to(#8a856c));
  background: linear-gradient(90deg, #8a856c 0%, #c0bb9f 50%, #8a856c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
#top .sec_merit .merit_box .merit .d1 {
  width: 100%;
  border-bottom: 1px solid #fff;
  margin: 0 0 10px;
}
#top .sec_merit .merit_box .merit .d1 p {
  color: #fff;
  text-align: center;
  letter-spacing: 0em;
}
#top .sec_merit .merit_box .merit .d1 .p1 {
  font-size: clamp(0px, 3.199999992vw, 18px);
}
#top .sec_merit .merit_box .merit .d1 .p1 .span1 {
  color: #61866f;
  font-size: clamp(0px, 4.799999988vw, 28px);
  letter-spacing: 0.2em;
}
#top .sec_merit .merit_box .merit .d2 {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid #fff;
}
#top .sec_merit .merit_box .merit .d2:last-child {
  border: none;
}
#top .sec_merit .merit_box .merit .d2 div {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .sec_merit .merit_box .merit .d2 .p1 {
  color: #fff;
  margin: 0 auto;
  font-size: clamp(0px, 3.99999999vw, 18px);
  letter-spacing: 0em;
  line-height: 1.2em;
}
#top .sec_merit .merit_box .merit .d2 .p1 .grn {
  color: #cdbf9b;
}
#top .sec_merit .merit_box .merit .d2 .p1 .span1 {
  font-size: clamp(0px, 6.399999984vw, 32px);
}
#top .sec_merit .merit_box .merit .d2 .p1 .span2 {
  font-size: clamp(0px, 2.66666666vw, 12px);
}
#top .sec_merit .merit_box .merit .d2 .p1 .span3 {
  font-size: clamp(9px, 2.66666666vw, 10px);
}
#top .sec_merit .merit_box .merit .d2 .p1 .span4 {
  font-size: clamp(9px, 4.266666656vw, 20px);
}
#top .sec_merit .merit_box .merit .d2 .slash {
  width: 10px;
  height: 30px;
  position: relative;
}
#top .sec_merit .merit_box .merit .d2 .slash::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(15deg);
          transform: translate(-50%, -50%) rotate(15deg);
  position: absolute;
  left: 50%;
  top: 50%;
}
#top .sec_merit .merit_box .merit .d2 .more {
  margin: 10px auto;
}
#top .sec_merit .merit_box .merit .d2 .more p {
  padding: 5px 0;
}
@media screen and (max-width: 1250px) {
  #top .sec_merit .merit_box .merit {
    width: clamp(250px, 32.3333333333%, 1000px);
  }
  #top .sec_merit .merit_box .merit .d1 {
    margin: 0 0 10px;
  }
  #top .sec_merit .merit_box .merit .d1 .p1 {
    font-size: clamp(0px, 3.199999992vw, 14px);
  }
  #top .sec_merit .merit_box .merit .d1 .p1 .span1 {
    font-size: clamp(0px, 4.799999988vw, 22px);
  }
  #top .sec_merit .merit_box .merit .d2 {
    width: 100%;
    height: 70px;
  }
  #top .sec_merit .merit_box .merit .d2 .p1 {
    font-size: clamp(0px, 3.99999999vw, 14px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span1 {
    font-size: clamp(0px, 6.399999984vw, 26px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span2 {
    font-size: clamp(0px, 2.66666666vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span3 {
    font-size: clamp(9px, 2.66666666vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span4 {
    font-size: clamp(9px, 4.266666656vw, 16px);
  }
  #top .sec_merit .merit_box .merit .d2 .slash {
    width: 10px;
    height: 25px;
  }
}
@media screen and (max-width: 1000px) {
  #top .sec_merit .merit_box .merit {
    width: clamp(250px, 32.3333333333%, 1000px);
  }
  #top .sec_merit .merit_box .merit .d1 {
    margin: 0 0 10px;
  }
  #top .sec_merit .merit_box .merit .d1 .p1 {
    font-size: clamp(0px, 3.199999992vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d1 .p1 .span1 {
    font-size: clamp(0px, 4.799999988vw, 18px);
  }
  #top .sec_merit .merit_box .merit .d2 {
    width: 100%;
    height: 60px;
  }
  #top .sec_merit .merit_box .merit .d2 .p1 {
    font-size: clamp(0px, 3.99999999vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span1 {
    font-size: clamp(0px, 6.399999984vw, 22px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span2 {
    font-size: clamp(0px, 2.66666666vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span3 {
    font-size: clamp(9px, 2.66666666vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span4 {
    font-size: clamp(9px, 4.266666656vw, 12px);
  }
  #top .sec_merit .merit_box .merit .d2 .slash {
    width: 5px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .sec_merit {
    padding: 50px 0 0;
  }
  #top .sec_merit .merit_box .merit {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  #top .sec_merit .merit_box .merit .d1 {
    margin: 0 0 5px;
    padding: 0 0 5px;
  }
  #top .sec_merit .merit_box .merit .d1 .p1 {
    font-size: clamp(0px, 3.199999992vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d1 .p1 .span1 {
    font-size: clamp(0px, 4.799999988vw, 18px);
  }
  #top .sec_merit .merit_box .merit .d2 {
    width: 100%;
    height: auto;
    padding: 5px 0;
    margin: 5px 0;
  }
  #top .sec_merit .merit_box .merit .d2 p {
    width: 100%;
  }
  #top .sec_merit .merit_box .merit .d2 .p1 {
    text-align: center;
    font-size: clamp(0px, 4.533333322vw, 16px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span1 {
    font-size: clamp(0px, 7.466666648vw, 32px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span2 {
    font-size: clamp(0px, 3.199999992vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span3 {
    font-size: clamp(9px, 2.66666666vw, 10px);
  }
  #top .sec_merit .merit_box .merit .d2 .p1 .span4 {
    font-size: clamp(9px, 4.266666656vw, 12px);
  }
  #top .sec_merit .merit_box .merit .d2 .slash {
    height: 20px;
  }
  #top .sec_merit .merit_box .merit .d2 .more {
    max-width: 250px;
    margin: 10px auto 0;
  }
  #top .sec_merit .merit_box .merit .d2 .more p {
    padding: 2px 0;
  }
}
#top .sec_premium {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
#top .sec_premium .in {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  background-image: url(../imgs/prm_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#top .sec_premium .in .note {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
}
#top .sec_premium .in p {
  color: #fff;
  font-family: "minerva-modern", "shippori", serif;
}
#top .sec_premium .in .lead_box p {
  text-align: center;
}
#top .sec_premium .in .lead_box .ttl {
  color: #edead9;
  font-size: clamp(0px, 7.466666648vw, 42px);
  background: -webkit-gradient(linear, left top, right top, from(#b2ae94), color-stop(50%, #edead9), to(#b2ae94));
  background: linear-gradient(90deg, #b2ae94 0%, #edead9 50%, #b2ae94 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
#top .sec_premium .in .merit_box {
  max-width: 1000px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .sec_premium .in .merit_box .merit {
  width: 31.6666666667%;
  background-image: url(../imgs/prm_bg2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 0;
}
#top .sec_premium .in .merit_box .merit p {
  color: #000;
  font-size: clamp(0px, 5.066666654vw, 16px);
  text-align: center;
  line-height: 1em;
}
#top .sec_premium .in .merit_box .merit .span1 {
  font-size: clamp(0px, 2.933333326vw, 12px);
}
#top .sec_premium .in .merit_box .merit .span2 {
  line-height: 1em;
  letter-spacing: 0em;
  font-size: clamp(0px, 2.66666666vw, 10px);
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .sec_premium {
    padding: 30px 0;
  }
  #top .sec_premium .in {
    width: 100%;
    padding: 40px 0;
  }
  #top .sec_premium .in .merit_box {
    max-width: 1000px;
    margin: 20px auto 0;
  }
  #top .sec_premium .in .merit_box .merit {
    width: 95%;
    margin: 5px auto;
    max-width: 300px;
  }
}
#top .sec_lmtInfo {
  width: 100%;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
#top .sec_lmtInfo .lmt_box {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background-image: url(../imgs/lmtBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .sec_lmtInfo .lmt_box .text_area {
  margin: 0 auto;
}
#top .sec_lmtInfo .lmt_box .text_area p {
  text-align: center;
  color: #fff;
}
#top .sec_lmtInfo .lmt_box .text_area .lmt_p1 {
  font-size: clamp(10px, 5.5vw, 24px);
}
#top .sec_lmtInfo .lmt_box .text_area .lmt_p2 {
  font-size: clamp(10px, 3.8vw, 16px);
  position: relative;
  padding: 30px 0 0;
  margin: 30px auto 10px;
  max-width: 430px;
}
#top .sec_lmtInfo .lmt_box .text_area .lmt_p2 span {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  left: 50%;
  top: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #a19a80;
}
#top .sec_lmtInfo .lmt_box .text_area .lmt_p2::before {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background: #a19a80;
}
#top .sec_lmtInfo .lmt_box .text_area .lmt_p2::after {
  content: "";
  display: block;
  width: 45%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  background: #a19a80;
}
#top .sec_lmtInfo .lmt_box .text_area .lmt_p3 {
  font-size: clamp(10px, 5vw, 22px);
}
#top .sec_lmtInfo .lmt_box .text_area .lmt_p4 {
  font-size: clamp(10px, 4vw, 6px);
  margin-top: 10px;
}
#top .sec_lmtInfo .lmt_box .flex {
  max-width: 700px;
}
#top .sec_lmtInfo .lmt_box .flex .in .imgbox {
  position: relative;
}
#top .sec_lmtInfo .lmt_box .flex .in .imgbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.5;
}
#top .sec_lmtInfo .lmt_box .flex .in .imgbox p {
  border: none;
  position: relative;
  z-index: 5;
}
#top .sec_lmtInfo .lmt_box .cv {
  width: 85%;
  max-width: 370px;
  margin: 15px auto 0;
}
#top .sec_lmtInfo .lmt_box .cv p {
  font-size: clamp(0px, 3.733333324vw, 18px);
}
#top .sec_lmtInfo .lmt_box .cv.req:hover p {
  color: #5e899c;
}
#top .sec_lmtInfo .lmt_box .cv.lmt {
  background: #a19a80;
  border: #a19a80;
}
#top .sec_lmtInfo .lmt_box .cv.lmt:hover p {
  color: #a19a80;
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .sec_lmtInfo {
    padding: 50px 0;
  }
  #top .sec_lmtInfo .lmt_box {
    width: 95%;
  }
  #top .sec_lmtInfo .lmt_box .flex .in {
    height: 100px;
  }
  #top .sec_lmtInfo .lmt_box .text_area .lead::after {
    border: 5px solid #eae6dc;
  }
  #top .sec_lmtInfo .lmt_box .cv p {
    padding: 15px 0;
  }
}
#top .sec_map {
  width: 100%;
  height: auto;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #303439;
  position: relative;
  z-index: 10;
}
#top .sec_map.hover .lead_box p {
  color: #fff;
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0);
}
#top .sec_map.hover .lead_box .more {
  border: 1px solid #fff;
}
#top .sec_map.hover .map .plot p {
  color: #fff;
}
#top .sec_map.hover .map .imgbox::before, #top .sec_map.hover .map .imgbox::after {
  opacity: 0;
}
#top .sec_map .lead_box {
  width: 100%;
  max-width: 800px;
  margin: 100px auto 0;
  padding: 40px 0;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transition: 2s 0.5s;
  transition: 2s 0.5s;
  -webkit-transform: translate(-50%, 50px);
          transform: translate(-50%, 50px);
  pointer-events: none;
}
#top .sec_map .lead_box.show {
  z-index: 10;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
#top .sec_map .lead_box.bg {
  background: rgba(0, 0, 0, 0.5);
}
#top .sec_map .lead_box p {
  color: #fff;
  text-align: center;
  -webkit-transition: 1s;
  transition: 1s;
}
#top .sec_map .lead_box .ttl {
  margin: 0 0 30px;
  font-family: "shippori", serif;
}
#top .sec_map .lead_box .txt {
  line-height: 2em;
  font-family: "minerva-modern", "shippori", serif;
}
@media screen and (max-width: 1300px) {
  #top .sec_map .lead_box {
    padding: 20px 0;
  }
  #top .sec_map .lead_box .ttl {
    font-size: clamp(0px, 4.266666656vw, 28px);
    margin: 0 0 20px;
  }
  #top .sec_map .lead_box .txt {
    line-height: 1.5em;
  }
}
@media screen and (max-width: 1000px) {
  #top .sec_map .lead_box {
    padding: 10px 0;
    max-width: 600px;
  }
  #top .sec_map .lead_box .ttl {
    font-size: clamp(0px, 4.266666656vw, 24px);
    margin: 0 0 10px;
  }
  #top .sec_map .lead_box .txt {
    line-height: 1.5em;
  }
}
#top .sec_map .map {
  width: 100%;
  height: 56vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  overflow: hidden;
}
#top .sec_map .map .hoverBg {
  width: 100%;
  height: 56vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#top .sec_map .map .hoverBg.show {
  opacity: 1;
}
#top .sec_map .map .hoverBg video {
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#top .sec_map .map .hoverBg video.none {
  display: none;
}
#top .sec_map .map .hoverBg0 {
  display: none;
}
#top .sec_map .map .hoverBg1 {
  background-image: url(../imgs/plot2_bg.png);
}
#top .sec_map .map .hoverBg2 {
  background-image: url(../imgs/plot2_bg.png);
}
#top .sec_map .map .imgbox {
  width: 100%;
  height: 56vw;
  background-image: url(../imgs/mapTexture.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}
#top .sec_map .map .imgbox.hover {
  background-color: transparent;
}
@-webkit-keyframes shadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes shadow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
#top .sec_map .map .plot {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
#top .sec_map .map .plot.rt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#top .sec_map .map .plot.lt {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top .sec_map .map .plot.none {
  pointer-events: none;
}
#top .sec_map .map .plot:hover span {
  -webkit-animation: none;
          animation: none;
  mix-blend-mode: screen;
  -webkit-transform: scale(2);
          transform: scale(2);
}
#top .sec_map .map .plot:hover span::before {
  opacity: 1;
  mix-blend-mode: screen;
}
#top .sec_map .map .plot span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2;
          box-shadow: 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2;
  -webkit-animation: shadow ease 2s forwards infinite;
          animation: shadow ease 2s forwards infinite;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .sec_map .map .plot span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2;
          box-shadow: 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 10px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 20px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 40px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2, 0 0 100px #a2c2c2;
  opacity: 0;
}
#top .sec_map .map .plot p {
  color: #fff;
  font-size: clamp(0px, 2.133333328vw, 12px);
  text-align: center;
  margin: 10px 0;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "minerva-modern", "shippori", serif;
}
#top .sec_map .map .plot p.rt {
  text-align: right;
}
#top .sec_map .map .plot p .span1 {
  font-size: clamp(0px, 3.199999992vw, 18px);
}
#top .sec_map .map .plot0 {
  top: 74%;
  left: 20.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  pointer-events: none;
}
#top .sec_map .map .plot0 span {
  background: #477158;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-animation: none;
          animation: none;
}
#top .sec_map .map .plot0 p {
  color: #fff;
  font-size: clamp(0px, 2.66666666vw, 14px);
  margin: 0 0 0 10px;
  background: #61866f;
  padding: 10px;
}
#top .sec_map .map .plot1 {
  top: 69%;
  left: 32%;
}
#top .sec_map .map .plot2 {
  top: 74.5%;
  left: 20%;
}
#top .sec_map .map .plot3 {
  top: 68%;
  left: 32%;
}
#top .sec_map .map .plot4 {
  right: 52%;
  top: 62.5%;
}
#top .sec_map .map .plot5 {
  right: 29.5%;
  top: 65.8%;
}
#top .sec_map .map .plot6 {
  left: 12%;
  top: 58.5%;
}
#top .sec_map .map .plot6H {
  left: 8%;
  top: 59.5%;
}
#top .sec_map .map .plot7 {
  right: 9.2%;
  top: 47%;
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .sec_map {
    height: 130vw;
    overflow: hidden;
  }
  #top .sec_map.hover .lead_box p {
    color: #fff;
  }
  #top .sec_map.hover .lead_box .more {
    border: 1px solid #fff;
  }
  #top .sec_map .lead_box {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 2s 0.5s;
    transition: 2s 0.5s;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  #top .sec_map .lead_box.show {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #top .sec_map .lead_box .ttl {
    font-size: clamp(0px, 4.266666656vw, 24px);
    margin: 0 0 10px;
  }
  #top .sec_map .lead_box .txt {
    font-size: clamp(0px, 3.199999992vw, 16px);
  }
  #top .sec_map .map {
    width: 100%;
    height: 103vw;
  }
  #top .sec_map .map .hoverBg {
    width: 100%;
    height: 140vw;
    top: -35vw;
  }
  #top .sec_map .map .hoverBg video {
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #top .sec_map .map .hoverBg video.none {
    display: none;
  }
  #top .sec_map .map .imgbox {
    height: 100%;
    background-position: 15% 50%;
    background-size: 200%;
  }
  #top .sec_map .map .imgbox::before, #top .sec_map .map .imgbox::after {
    height: 10%;
  }
  #top .sec_map .map .plot span {
    width: 5px;
    height: 5px;
  }
  #top .sec_map .map .plot p {
    margin: 5px 0;
    padding: 0;
    letter-spacing: 0em;
    background: none;
  }
  #top .sec_map .map .plot0 {
    top: 76%;
    left: 27%;
  }
  #top .sec_map .map .plot0 p {
    color: #477158;
  }
  #top .sec_map .map .plot1 {
    top: 71%;
    left: 50%;
  }
  #top .sec_map .map .plot2 {
    top: 79%;
    left: 26%;
  }
  #top .sec_map .map .plot3 {
    top: 69%;
    left: 50.5%;
  }
  #top .sec_map .map .plot4 {
    right: 21%;
    top: 63%;
  }
  #top .sec_map .map .plot5 {
    display: none;
  }
  #top .sec_map .map .plot6 {
    left: 12%;
    top: 54%;
  }
  #top .sec_map .map .plot6H {
    left: 5%;
    top: 57%;
  }
  #top .sec_map .map .plot7 {
    display: none;
  }
}
#top .scroll_cntnt {
  width: 100%;
  height: auto;
}
#top .scroll_cntnt .fixBg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
  background: #000;
}
#top .scroll_cntnt .fixBg .secBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#top .scroll_cntnt .fixBg video {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
#top .scroll_cntnt .fixBg .imgbox {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .sec {
  width: 100%;
  height: 100vh;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  background: #000;
}
#top .sec.scrollin .lead_box {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#top .sec.scrollin .secBg {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}
#top .sec #canvas {
  width: 100%;
  height: 100%;
  z-index: 5;
}
#top .sec .mov {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .sec .content {
  width: 100%;
  height: 100vh;
  position: relative;
}
#top .sec .in {
  width: 95%;
  max-width: 1400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#top .sec .lead_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 50px 70px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}
#top .sec .lead_box.bg {
  background: rgba(0, 0, 0, 0.5);
}
#top .sec .lead_box.bk p {
  color: #000;
  text-shadow: none;
}
#top .sec .lead_box.bk .more {
  border: 1px solid #000;
}
#top .sec .lead_box.bk .more:hover p {
  color: #fff;
}
#top .sec .lead_box.bk .more::before {
  background: #000;
}
#top .sec .lead_box p {
  color: #fff;
  text-align: left;
  text-shadow: 0 0 2px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0);
  font-family: "minerva-modern", "shippori", serif;
}
#top .sec .lead_box .mini {
  font-size: clamp(9px, 3.466666658vw, 18px);
}
#top .sec .lead_box .ttl {
  font-size: clamp(0px, 6.66666665vw, 38px);
  margin: 0;
}
#top .sec .lead_box .lead {
  font-size: clamp(0px, 4.533333322vw, 20px);
  margin: 0 0 15px;
}
#top .sec .lead_box .more {
  margin: 30px 0 0;
  border: 1px solid #fff;
}
#top .sec .lead_box .more:hover p {
  color: #000;
}
#top .sec .lead_box .more::before {
  background: #fff;
}
#top .sec .lead_box .more p {
  text-align: center;
}
#top .sec .secBg {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
#top .sec .secBg::before {
  position: relative;
}
#top .sec video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#top .sec .imgbox {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#top .concept .lead_box {
  margin: 5vw 0 20vw 3vw;
  padding: 50px 50px 0 50px;
}
#top .concept .lead_box p {
  margin: 0 0 50px;
  font-family: "minerva-modern", "shippori", serif;
  text-align: left;
}
#top .concept .lead_box .mini {
  margin: 0;
}
#top .concept .lead_box .ttl {
  font-family: "minerva-modern", "shippori", serif;
  font-size: clamp(0px, 7.466666648vw, 56px);
}
#top .concept .lead_box .lead {
  line-height: 2em;
  font-size: clamp(0px, 4.266666656vw, 32px);
}
#top .concept .lead_box .txt {
  line-height: 2.5em;
}
#top .concept .lead_box .text {
  font-size: clamp(0px, 3.199999992vw, 20px);
  line-height: 2em;
}
#top .concept .lead_box-concept {
  margin: 5vw 0 20vw 1.5vw;
  padding: 50px 25px 0 40px;
}
@media screen and (max-width: 1300px) {
  #top .concept .lead_box .txt {
    line-height: 2em;
  }
}
#top .sec5_bg {
  background-color: #475767;
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .scroll_cntnt {
    padding: 0;
  }
  #top .scroll_cntnt .fixBg {
    display: none;
  }
  #top .sec .in {
    width: 100%;
    height: 100vh;
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #top .sec .lead_box {
    width: 100%;
    height: 65%;
    background: #3d4142;
    text-align: center;
    padding: 0 10px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    z-index: 10;
    -webkit-transform: none !important;
            transform: none !important;
  }
  #top .sec .lead_box.bg {
    width: 100%;
    background: #3d4142;
  }
  #top .sec .lead_box p {
    color: #fff !important;
    text-align: center;
  }
  #top .sec .lead_box .ttl {
    letter-spacing: 0em;
    margin: 10px 0 0;
  }
  #top .sec .lead_box .lead {
    margin: 10px 0 10px;
  }
  #top .sec .lead_box .more {
    max-width: 200px;
    margin: 10px 0 0;
    background: none !important;
    border: 1px solid #fff !important;
  }
  #top .sec .lead_box .more:hover p {
    color: #000 !important;
  }
  #top .sec .lead_box .more::before {
    background: #fff !important;
  }
  #top .sec .lead_box .more p {
    padding: 5px 0;
    text-align: center;
  }
  #top .sec .secBg {
    width: 100%;
    height: 35%;
    left: 0;
    bottom: 0;
    top: auto;
    overflow: hidden;
  }
  #top .sec video {
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #top .sec .imgbox {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  #top .concept .lead_box {
    height: 65%;
    margin: 0 auto;
  }
  #top .concept .lead_box.bg {
    background: #11384e;
  }
  #top .concept .lead_box p {
    margin: 0 0 20px;
    text-shadow: none;
    letter-spacing: 0em;
  }
  #top .concept .secBg .imgbox {
    background-position: bottom;
  }
}
#top .sec_other {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px;
  position: relative;
  z-index: 10;
}
#top .sec_other .lead_box {
  padding: 50px 0;
}
#top .sec_other .lead_box p {
  text-align: center;
  color: #fff;
}
#top .sec_other .flex {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#top .sec_other .flex:hover .in {
  width: 10%;
}
#top .sec_other .flex .in {
  width: 25%;
  height: 450px;
  position: relative;
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden;
}
#top .sec_other .flex .in:hover {
  width: 100%;
}
#top .sec_other .flex .in:hover .imgbox::before {
  opacity: 0.5;
}
#top .sec_other .flex .in:hover .imgbox .text_area {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#top .sec_other .flex .in p {
  color: #fff;
  text-shadow: 0 0 5px rgb(0, 0, 0);
}
#top .sec_other .flex .in .imgbox {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#top .sec_other .flex .in .imgbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #000;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .sec_other .flex .in .imgbox .lead {
  left: 15px;
  top: 15px;
  font-family: "minerva-modern", "shippori", serif;
  position: absolute;
  font-size: clamp(0px, 6.133333318vw, 28px);
  text-align: left;
  line-height: 1em;
  letter-spacing: 0.2em;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 5;
}
#top .sec_other .flex .in .imgbox .lead .span1 {
  font-size: clamp(0px, 2.66666666vw, 12px);
}
#top .sec_other .flex .in .imgbox .text {
  font-size: clamp(0px, 3.199999992vw, 20px);
  text-align: center;
}
#top .sec_other .flex .in .imgbox .text_area {
  margin: 0 0 30px;
  padding: 0 20px;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  -webkit-transition: 1s;
  transition: 1s;
  position: relative;
  z-index: 5;
}
#top .sec_other .flex .in .imgbox .text_area p {
  white-space: nowrap;
}
#top .sec_other .flex .in .imgbox .text_area .txt {
  line-height: 2em;
}
#top .sec_other .flex .in .imgbox .text_area .btn {
  width: 100%;
  max-width: 300px;
  margin: 10px 0 0;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
#top .sec_other .flex .in .imgbox .text_area .btn:hover {
  border: 1px solid #292929;
}
#top .sec_other .flex .in .imgbox .text_area .btn:hover::before {
  background: #292929;
}
#top .sec_other .flex .in .imgbox .text_area .btn:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
#top .sec_other .flex .in .imgbox .text_area .btn:hover p {
  color: #292929;
}
#top .sec_other .flex .in .imgbox .text_area .btn::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
#top .sec_other .flex .in .imgbox .text_area .btn::after {
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  position: absolute;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#top .sec_other .flex .in .imgbox .text_area .btn.cs {
  pointer-events: none;
}
#top .sec_other .flex .in .imgbox .text_area .btn a {
  position: relative;
  z-index: 10;
  display: block;
  width: 100%;
}
#top .sec_other .flex .in .imgbox .text_area .btn a:hover {
  cursor: pointer;
}
#top .sec_other .flex .in .imgbox .text_area .btn p {
  color: #fff;
  font-size: clamp(0px, 2.933333326vw, 14px);
  text-shadow: none;
  text-align: center;
  padding: 15px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .sec_other {
    padding: 0 0 20px;
  }
  #top .sec_other .lead_box {
    padding: 20px 0;
  }
  #top .sec_other .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #top .sec_other .flex:hover .in {
    width: 100%;
  }
  #top .sec_other .flex .in {
    width: 100%;
    height: 70px;
  }
  #top .sec_other .flex .in:hover {
    width: 100%;
    height: 300px;
  }
  #top .sec_other .flex .in:hover .imgbox .text_area {
    width: 90%;
    margin: 0 auto 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    padding: 0;
  }
  #top .sec_other .flex .in .imgbox .lead {
    left: 15px;
    top: 15px;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
  }
}
#top .sec_info {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
#top .sec_info .news {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 50px;
  border: 1px solid #9b9b9b;
  padding: 20px 0;
}
#top .sec_info .news p {
  color: #333;
  text-align: center;
  margin: 0 0 10px;
  font-family: "minerva-modern", "shippori", serif;
}
#top .sec_info .news .txt {
  font-size: clamp(0px, 2.66666666vw, 14px);
}
#top .sec_info .lead_box p {
  text-align: center;
  color: #fff;
}
#top .sec_info .info_box {
  width: 95%;
  max-width: 1000px;
  margin: 10px auto 0;
  border-top: 1px solid #c9c09f;
  padding: 20px 0;
}
#top .sec_info .info_box .info {
  width: 100%;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#top .sec_info .info_box .info p {
  font-size: clamp(0px, 3.199999992vw, 16px);
  font-family: "minerva-modern", "shippori", serif;
  color: #fff;
}
#top .sec_info .info_box .info .date {
  width: 14%;
}
#top .sec_info .info_box .info .txt {
  width: 86%;
}
#top .sec_info .info_box .important {
  margin: 0 0 20px;
  border: 1px solid #fff;
  padding: 10px 0;
  color: #fff;
  font-size: clamp(0px, 3.199999992vw, 16px);
  font-family: "minerva-modern", "shippori", serif;
  text-align: center;
}
#top .sec_info .info_box .important .text {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #top {
    /*@media screen end*/
  }
  #top .sec_info {
    padding: 20px 0;
  }
  #top .sec_info .news {
    margin: 0 auto 20px;
    padding: 10px 0;
  }
  #top .sec_info .news p {
    margin: 0 0 10px;
  }
  #top .sec_info .info_box {
    margin: 10px auto 0;
    padding: 10px 0;
  }
  #top .sec_info .info_box .info {
    width: 100%;
    margin: 0 0 10px;
  }
  #top .sec_info .info_box .info .date {
    width: 25%;
  }
  #top .sec_info .info_box .info .txt {
    width: 75%;
  }
}
#top .notes {
  width: 100%;
  max-width: none;
  position: relative;
  z-index: 10;
}
#top .notes .note {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  color: #fff;
}
#top .bnr_area {
  width: 100%;
  padding: 50px 0;
}
#top .bnr_area p {
  font-size: clamp(0px, 2.66666666vw, 12px);
  text-align: center;
  margin: 0 0 10px;
  color: #fff;
}
#top .bnr_area .bnr {
  width: 95%;
  max-width: 550px;
  margin: 0 auto;
}</pre></body></html>