@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
/********************************************************************************
/*　common
********************************************************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}

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

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body,
form,
fieldset,
legend,
input,
select,
textarea,
button {
  margin: 0;
}

html {
  font-size: 100%;
}

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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.5;
  color: #000;
  background-color: #D3CAD8;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
}
@media (max-width: 767px) {
  body {
    background: #D3CAD8;
    background: url(../img/bg.png) no-repeat center center fixed;
    background-size: cover;
  }
}

html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
}
html.js-noScroll {
  overflow: hidden;
  height: 100%;
}

body {
  font-size: 1.6em;
}
img {
  border: 0;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

input {
  -webkit-user-select: auto;
}

input,
button,
select,
textarea {
  padding: 0;
  color: inherit;
  font-family: "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (pointer: fine), (hover: hover) {
  a:where([href^="tel:"]) {
    pointer-events: none;
  }
}
figure {
  margin: 0;
  line-height: 0;
}

.pc_item {
  display: block;
}
@media (max-width: 767px) {
  .pc_item {
    display: none !important;
  }
}

.sp_item {
  display: block;
}
@media (min-width: 768px) {
  .sp_item {
    display: none !important;
  }
}

.letter0 {
  letter-spacing: 0;
}

/* 右クリック禁止 */
body {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/*  ---------------------------
		header
---------------------------  */
#header {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 767px) {
  #header {
    padding-top: 7.2222222222vw;
  }
}
#header figure {
  display: block;
  width: 300px;
  line-height: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #header figure {
    width: 51.8518518519vw;
  }
}
#header figure img {
  width: 100%;
}

#main {
  width: 500px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  #main {
    width: 100%;
    margin-top: 7.4074074074vw;
    padding: 0 6.9444444444vw;
  }
}

/*  ---------------------------
		footer
---------------------------  */
#footer {
  width: 500px;
  margin: 40px auto 0;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  #footer {
    width: 100%;
    margin: 6.9444444444vw auto 0;
    padding: 0 4.6296296296vw 2.7777777778vw;
  }
}
#footer dl {
  padding: 10px 10px 10px;
  border: 1px solid #000;
  line-height: 1.5;
  font-size: 13px;
}
@media (max-width: 767px) {
  #footer dl {
    padding: 1.3888888889vw 1.8518518519vw 1.3888888889vw;
    line-height: 1.4074044007;
    font-size: 2.3952222222vw;
  }
}
#footer dl dt {
  white-space: nowrap;
  font-weight: bold;
}
/*  ---------------------------
		パーツ
---------------------------  */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .lead_txt {
    margin-top: 15.7407407407vw;
  }
}

.movie_box .movie_box {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .movie_box .movie_box {
    margin-top: 4.6296296296vw;
  }
}
.movie_box .movie_box figure {
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .movie_box .movie_box figure {
    margin-top: 1.8518518519vw;
  }
}
.movie_box .catch {
  margin-top: 20px;
  display: block;
  width: 200px;
  line-height: 0;
  margin: auto auto auto 20px;
}
@media (max-width: 767px) {
  .movie_box .catch {
    width: 42.8703703704vw;
    margin-top: 1.8518518519vw;
    margin-left: 3.3333333333vw;
  }
}
.movie_box .catch img {
  width: 100%;
}

.item_logo {
  display: block;
  width: 300px;
  margin: 20px auto;
}
@media (max-width: 767px) {
  .item_logo {
    width: 60vw;
    margin-top: 0.9259259259vw;
    margin-bottom: 13.8888888889vw;
  }
}
.item_logo img {
  width: 100%;
}

#playButton {
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  #playButton {
    width: 58.1481481481vw;
    margin-top: -4.6296296296vw;
  }
}
#playButton img {
  width: 100%;
}

#videoContainer {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 10px;
}
#videoContainer.show-video {
  visibility: visible;
  opacity: 1;
}

video {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  max-height: calc(100vh - 100px);
}
@media (max-width: 767px) {
  video {
    width: calc(100vw - 40px);
  }
}

.close-btn {
  color: white;
  font-size: 20px;
  cursor: pointer;
  display: block;
  text-align: right;
  margin-bottom: 10px;
}
/*# sourceMappingURL=style.css.map */