/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* _base */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body, input, textarea, select {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  color: #343434;
  line-height: 1.8;
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: #343434;
}

main {
  display: block;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
}

/*----- layout -----*/
.wrapper {
  background: #000000;
}

.inner {
  max-width: 750px;
  padding: 0 4.6%;
  margin: 0 auto;
}

/*----- header -----*/
.header {
  padding-top: 7%;
}

.header .logo {
  margin-bottom: 60px;
}

.header .logo a {
  display: block;
}

/*----- footer -----*/
.footer .sns-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 100px;
}

.footer .sns-list-item {
  margin-right: 8px;
}

.footer .copy {
  padding: 20px 0;
}

/*----- parts -----*/
a.hover-opacity:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

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

.heading2 {
  margin-bottom: 10px;
}

/*----- TOP -----*/
.top .sec .txt._border-parts {
  line-height: 1;
}

.top .sec .txt._border-parts:before {
  background: rgba(255, 255, 255, 0.6);
  content: '';
  display: inline-block;
  width: 10%;
  height: 1px;
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.top .sec .txt._border-parts:after {
  background: rgba(255, 255, 255, 0.6);
  content: '';
  display: inline-block;
  width: 10%;
  height: 1px;
  margin-left: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.top .sec .box--movie {
  margin-top: 45px;
}

.top .sec .box--pop {
  margin-top: 54px;
}

.top .sec .box--pop .popup {
  margin-top: 55px;
}

.top .sec .box--pop .popup-item {
  line-height: 1;
  margin-bottom: 10px;
}

.top .sec .box--pop .popup-item:last-child {
  margin-bottom: 0;
}

.top .sec .box--contact {
  margin-top: 110px;
}

.top .sec .box--contact .txt._mt58 {
  margin-top: 58px;
}

.top .sec .box--contact .contact-wrap .line {
  margin-bottom: 30px;
}

.top .sec .box--contact .contact-wrap .line._last {
  margin-bottom: 16px;
}

.top .sec .box--contact .contact-wrap .line .flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.top .sec .box--contact .contact-wrap input,
.top .sec .box--contact .contact-wrap textarea {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 5px;
  font-size: 1.2rem;
}

.top .sec .box--contact .contact-wrap input[type="text"], .top .sec .box--contact .contact-wrap input[type="email"],
.top .sec .box--contact .contact-wrap textarea[type="text"],
.top .sec .box--contact .contact-wrap textarea[type="email"] {
  width: 100%;
}

.top .sec .box--contact .contact-wrap input[type="radio"],
.top .sec .box--contact .contact-wrap textarea[type="radio"] {
  border: 1px solid #707070;
  border-radius: 50%;
  margin-right: 5px;
}

.top .sec .box--contact .contact-wrap input[type="radio"]:checked,
.top .sec .box--contact .contact-wrap textarea[type="radio"]:checked {
  background: #000000;
  border: 1px solid #FFFFFF;
}

.top .sec .box--contact .contact-wrap input[type="submit"],
.top .sec .box--contact .contact-wrap textarea[type="submit"] {
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  line-height: 1;
  padding: 5px 25px;
}

.top .sec .box--contact .contact-wrap textarea {
  width: 100%;
}

.top .sec .box--contact .contact-wrap label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}

.top .sec .box--contact .contact-wrap .errorMsg {
  margin: 20px 0;
  color: #FFFFFF;
  font-size: 1.1rem;
}

.top .sec .box--contact .contact-wrap .btns.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.top .sec .box--contact .contact-wrap .btns .btn:nth-child(2) {
  margin-left: 10px;
}

.top .sec .box--contact .contact-wrap .form-txt {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.top .sec .box--contact .contact-wrap .form-txt .tt {
  font-size: 1rem;
  padding-right: 10px;
}

.top .mfp-image-holder .mfp-close,
.top .mfp-iframe-holder .mfp-close {
  display: none;
}

.top .mfp-container {
  padding: 0;
}

/*----- thanks -----*/
.thanks .wrapper {
  height: 100vh;
}

.thanks .txt {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.thanks .btn {
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  color: #FFFFFF;
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  margin: 65px auto 0;
  padding: 5px 25px;
  width: 120px;
}
/*# sourceMappingURL=style.css.map */