@charset "UTF-8";
@media print, screen and (min-width: 1026px) {
  .pc-only {
    display: block;
  }
}
@media only screen and (max-width: 1025px) {
  .pc-only {
    display: none;
  }
}

@media print, screen and (min-width: 1026px) {
  .sp-only {
    display: none;
  }
}
@media only screen and (max-width: 1025px) {
  .sp-only {
    display: block;
  }
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* -----------------------------------------------------------
	STYLES: layouts
----------------------------------------------------------- */
html {
  overflow: auto;
}

body {
  background: #FFF7E9;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

a {
  color: #000;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.8;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none !important;
}

.opac {
  transition: 0.3s;
}
.opac:hover {
  opacity: 0.7;
}

#wholl * {
  box-sizing: border-box;
}

#wrapper {
  font-size: 16px;
  line-height: 26px;
}
#wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------------------
  STYLES: partials
----------------------------------------------------------- */
/* -----------------------------------------------------------
	pages
----------------------------------------------------------- */
@media print, screen and (min-width: 1026px) {
  .page-index {
    background: url("../images/bg_white_pc.jpg") 0 0/contain;
    min-width: 920px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index {
    background: url("../images/bg_black.jpg");
  }
}
@media print, screen and (min-width: 1026px) {
  .page-index .wrapper {
    width: 750px;
    margin: auto;
    position: relative;
  }
  .page-index .wrapper:before, .page-index .wrapper:after {
    content: "";
    display: block;
    background-repeat: repeat-y;
    background-position: left top;
    background-size: contain;
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
  }
  .page-index .wrapper:before {
    background-image: url("../images/bg_line_left.png");
    left: -50px;
  }
  .page-index .wrapper:after {
    background-image: url("../images/bg_line_right.png");
    right: -50px;
  }
}
.page-index .mv {
  overflow-x: hidden;
  position: relative;
}
.page-index .mv .mv__cont {
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 1026px) {
  .page-index .mv .mv__cont {
    padding: 20px 0 170px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .mv .mv__cont {
    padding: 2.9333333333vw 0 15.7333333333vw;
  }
}
.page-index .mv .mv__cont:after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
}
@media print, screen and (min-width: 1026px) {
  .page-index .mv .mv__cont:after {
    background-image: url("../images/bg_hr_black_pc.png");
    width: 754px;
    height: 83px;
    bottom: 53px;
    left: -2px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .mv .mv__cont:after {
    background-image: url("../images/bg_hr_black.png");
    width: 100%;
    height: 11.0666666667vw;
    bottom: 0;
    left: 0;
  }
}
.page-index .mv .mv__bg {
  position: absolute;
  z-index: 1;
  background: rgba(255, 255, 23, 0.85);
}
@media print, screen and (min-width: 1026px) {
  .page-index .mv .mv__bg {
    width: 755px;
    height: 500px;
    -webkit-transform: rotate(-6deg) skew(-6deg, 0);
    transform: rotate(-6deg) skew(-6deg, 0);
    mix-blend-mode: multiply;
    top: -110px;
    left: -3px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .mv .mv__bg {
    width: 110%;
    height: 69.3333333333vw;
    mix-blend-mode: exclusion;
    -webkit-transform: rotate(-6deg) skew(-6deg, 0);
    transform: rotate(-6deg) skew(-6deg, 0);
    top: -19.4666666667vw;
    left: -0.4vw;
  }
}
.page-index .mv .mv__title {
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/mv.png");
}
@media print, screen and (min-width: 1026px) {
  .page-index .mv .mv__title {
    max-width: 506px;
    height: 282px;
    margin: 11px auto 0;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .mv .mv__title {
    width: 67.4666666667vw;
    height: 37.6vw;
    margin: 0 auto;
  }
}
.page-index .main .main__cont {
  position: relative;
}
@media only screen and (max-width: 1025px) {
  .page-index .main .main__cont {
    padding: 11.6vw 2.6666666667vw 4.8vw;
    color: #fff;
  }
}
.page-index .main .main__title {
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/txt_title.png");
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
@media print, screen and (min-width: 1026px) {
  .page-index .main .main__title {
    width: 639px;
    height: 179px;
    top: -203px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .main .main__title {
    width: 85.2vw;
    height: 23.8666666667vw;
    top: -14.6666666667vw;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .main .main__text {
    font-size: 4vw;
    line-height: 1.7333333333;
    letter-spacing: -0.05em;
    text-align: center;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .main .main__caption {
    font-size: 3.4666666667vw;
    line-height: 1.5;
    text-indent: -3.4666666667vw;
    margin: 0 0 0 4.8vw;
  }
}
.page-index .main .main__buttonWrapper {
  position: relative;
  height: 31.3333333333vw;
}
@media only screen and (max-width: 1025px) {
  .page-index .main .main__buttonWrapper {
    margin: 5.3333333333vw auto 0;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index .main .main__button {
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/img_main_btn.png");
    width: 92.1333333333vw;
    height: 26.6666666667vw;
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
}
.page-index .main .main__button.is-active {
  background-image: url("../images/img_main_btn_active.png");
  -webkit-transform: translate3d(0, 2vw, 0);
  transform: translate3d(0, 2vw, 0);
  pointer-events: none;
}
.page-index .main .main__button--ku {
  background-image: url("../images/img_main_btn_ku.png");
}
.page-index .main .main__button--ku.is-active {
  background-image: url("../images/img_main_btn_ku_active.png");
  -webkit-transform: translate3d(0, 2vw, 0);
  transform: translate3d(0, 2vw, 0);
  pointer-events: none;
}
@media only screen and (max-width: 1025px) {
  .page-index .main .main__buttonBg {
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/img_main_bg_btn.png");
    width: 92vw;
    height: 26.6666666667vw;
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
    position: absolute;
    top: 2vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1026px) {
  .page-index .main .main__qr {
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("../images/img_qr.png");
    width: 436px;
    height: 296px;
    margin: 41px auto 0;
  }
}
.page-index #section-footer {
  color: #ffffff;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 1026px) {
  .page-index #section-footer {
    font-size: 12px;
    line-height: 1.4166666667;
    padding: 80px 0 38px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index #section-footer {
    padding: 10.6666666667vw 0 7.0666666667vw;
  }
  .page-index #section-footer.is-longer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
.page-index #section-footer:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 5;
}
@media print, screen and (min-width: 1026px) {
  .page-index #section-footer:after {
    background-image: url("../images/bg_hr_black_pc.png");
    width: 754px;
    height: 83px;
    top: 17px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index #section-footer:after {
    background-image: url("../images/bg_hr_black.png");
    height: 11.0666666667vw;
    top: 0;
  }
}
.page-index #section-footer .footer__cont {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-index #section-footer .footer__anchor {
  display: inline-block;
}
.page-index #section-footer .footer__logo {
  text-indent: -9999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/img_footer_logo.png");
}
@media print, screen and (min-width: 1026px) {
  .page-index #section-footer .footer__logo {
    width: 399px;
    height: 89px;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index #section-footer .footer__logo {
    width: 53.2vw;
    height: 11.8666666667vw;
    margin: 4vw auto 0;
  }
}
.page-index #section-footer .footer__copy {
  display: block;
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 1026px) {
  .page-index #section-footer .footer__copy {
    margin: 28px 0 0;
    font-size: 14px;
    line-height: 2;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index #section-footer .footer__copy {
    margin: 3.7333333333vw 0 0;
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
.page-index #section-footer .footer__bg {
  position: absolute;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 1026px) {
  .page-index #section-footer .footer__bg {
    background: rgba(0, 0, 0, 0.6);
    width: 755px;
    height: 500px;
    -webkit-transform: rotate(-6deg) skew(-6deg, 0);
    transform: rotate(-6deg) skew(-6deg, 0);
    left: -3px;
    top: 60px;
  }
}
@media only screen and (max-width: 1025px) {
  .page-index #section-footer .footer__bg {
    background: rgba(0, 0, 0, 0.7);
    width: 110%;
    height: 69.3333333333vw;
    -webkit-transform: rotate(-6deg) skew(-6deg, 0);
    transform: rotate(-6deg) skew(-6deg, 0);
    top: 6vw;
    left: -0.4vw;
  }
}

@media only screen and (max-width: 1025px) {
  .page-kuu .mv .mv__cont {
    padding: 6.4vw 0 15.7333333333vw;
  }
}
.page-kuu .mv .mv__title--kuu {
  background-image: url("../images/kuu/mv.png");
}
@media only screen and (max-width: 1025px) {
  .page-kuu .mv .mv__title--kuu {
    width: 80.5333333333vw;
    height: 35.2vw;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1025px) {
  .page-kuu .main .main__cont {
    padding-top: 5.6vw;
  }
}
@media only screen and (max-width: 1025px) {
  .page-kuu .main .main__buttonWrapper {
    margin-top: 10.4vw;
  }
}
.page-kuu .main .main__button--kuu {
  background-image: url("../images/kuu/img_main_btn_ku.png");
}
.page-kuu .main .main__button--kuu.is-active {
  background-image: url("../images/kuu/img_main_btn_ku_active.png");
  -webkit-transform: translate3d(0, 2vw, 0);
  transform: translate3d(0, 2vw, 0);
  pointer-events: none;
}