@charset "UTF-8";
blockquote,
body,
dd,
dl,
dt,
fieldset,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
legend,
li,
ol,
p,
pre,
textarea,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

audio,
embed,
iframe,
img,
object,
video {
  height: auto;
  max-width: 100%;
}

img {
  vertical-align: top;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  font-family: 'Noto Sans JP', sans-serif;
}

.cmn_box::after, .cmn_box02::after, .clearfix::after, .headerCmn .wrap::after, .headerCmn .lists::after, .footerCmn .wrap::after {
  content: "";
  display: block;
  clear: both;
}

.text_hover {
  text-decoration: underline;
  transition: .2s;
}

.text_hover2 {
  text-decoration: none;
  transition: .2s;
}

@media print, screen and (min-width: 768px) {
  .hover {
    transition: .2s;
  }
  .hover:hover {
    cursor: pointer;
    opacity: .8;
  }

  .text_hover:hover {
    cursor: pointer;
    text-decoration: none;
  }

  .text_hover2:hover {
    cursor: pointer;
    text-decoration: underline;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.fixedsticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
  position: static;
}

.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
  position: fixed;
}

.fixedsticky-dummy {
  display: none;
}

.fixedsticky-on + .fixedsticky-dummy {
  display: block;
}

html {
  font-size: 10px;
  font-size: 2.67vw;
  line-height: 1.75;
  color: #333;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}

body,
#content,
footer,
header {
  min-width: 320px;
}

.cmn_box {
  padding: 0 2%;
  margin: 0 auto;
}

.cmn_box02 {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }

  body,
  #content,
  footer,
  header {
    max-width: 100%;
  }

  .cmn_box {
    max-width: 1080px;
    padding: 0;
  }

  .cmn_box02 {
    max-width: 1080px;
    padding: 0 20px;
  }
}
.pc__ {
  display: none !important;
}

.pc__inline {
  display: none !important;
}

.pc__inlineblock {
  display: none !important;
}

.pc__table {
  display: none !important;
}

.pc__tablecell {
  display: none !important;
}

.pc__flex {
  display: none !important;
}

.pc__inlineflex {
  display: none !important;
}

.hidden {
  display: none;
}

.inline_block {
  display: inline-block;
  vertical-align: top;
}

.inline {
  display: inline;
}

@media print, screen and (min-width: 768px) {
  .pc__ {
    display: block !important;
  }

  .pc__inline {
    display: inline !important;
  }

  .pc__inlineblock {
    display: inline-block !important;
  }

  .pc__table {
    display: table !important;
  }

  .pc__tablecell {
    display: table-cell !important;
  }

  .pc__flex {
    display: flex !important;
  }

  .pc__inlineflex {
    display: inline-flex !important;
  }

  .sp__ {
    display: none !important;
  }
}
.text_link {
  color: #2196f3;
}

.tel {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .no_scroll {
    position: fixed;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .tel {
    text-decoration: none;
    cursor: inherit;
  }

  .tel_img {
    cursor: inherit;
  }
}
a {
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  outline: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.ofh {
  overflow: hidden;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

.bold500 {
  font-weight: 500;
}

.bold900 {
  font-weight: 900;
}

.contactArea {
  margin: 2.5rem 9% 0;
}
.contactArea input, .contactArea select, .contactArea label, .contactArea textarea {
  font-family: inherit;
  font-size: 16px;
  color: #333;
  vertical-align: middle;
  border: 0;
  border-radius: 3px;
}
.contactArea input[type="text"], .contactArea input[type="tel"], .contactArea input[type="number"], .contactArea input[type="email"] {
  width: 99%;
  height: 40px;
  line-height: 40px;
  padding: 0 0.5em;
}
.contactArea textarea {
  width: 99%;
  line-height: 1.25;
  padding: 0.5em 0.5em;
}
.contactArea select {
  min-width: 70%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  padding: 0 0.5em;
}
.contactArea .siryo input {
  margin: 2px 0 0;
}
.contactArea .siryoText {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  margin: 0 60px 0 15px;
}
.contactArea .siryoText label {
  color: #fff;
}
.contactArea .siryoSub {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 500;
}
.contactArea .lists {
  margin: 40px auto 0;
}
.contactArea .list {
  position: relative;
  margin: 20px 0 0;
}
.contactArea .list:nth-of-type(1) {
  margin-top: 0;
}
.contactArea .left {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 3px;
}
.contactArea .must::after {
  content: "必須";
  color: #ffFFFF;
  background: #db3c4b;
  padding: 0px 5px;
  font-size: 12px;
  margin-right: 0px;
  margin-left: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 21px;
  line-height: 12px;
}
.contactArea .btnWrap {
  text-align: center;
  margin: 30px 0 0;
}
.contactArea .formbtn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 46px;
  background: #fabe00;
  text-align: center;
  width: 56%;
  border-radius: 2em;
}

.formbtn{
  color: #fff!important;
}

.formbtn:hover{
  color: #fff!important;
  text-decoration: none!important;
}

@media print, screen and (min-width: 768px) {
  .contactArea {
    margin: 35px 0 0;
  }
  .contactArea select {
    min-width: 70%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    padding: 0 0.5em;
  }
  .contactArea .siryo {
    text-align: center;
  }
  .contactArea .siryoText {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    margin: 0 60px 0 0;
    padding: 0 0 0 15px;
  }
  .contactArea .lists {
    max-width: 530px;
  }
  .contactArea .list {
    position: relative;
    margin: 20px 0 0;
  }
  .contactArea .list:nth-of-type(1) {
    margin-top: 0;
  }
  .contactArea .left {
    justify-content: space-between;
    position: absolute;
    top: 7px;
    left: 0;
    width: 123px;
    font-size: 14px;
    padding: 0 0 0 1.3em;
    margin-bottom: 0px;
  }
  .contactArea .must::after {
    margin-right: 15px;
    margin-left: 0px;
  }
  .contactArea .right {
    padding: 0 0 0 123px;
  }
  .contactArea .btnWrap {
    text-align: center;
    margin: 30px 0 0;
  }
  .contactArea .formbtn {
    width: 240px;
  }
}
header#header {
  position: relative;
  z-index: 999;
}

.headerCmn {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.headerCmn .wrap {
  background: rgba(255, 255, 255, 0.7);
  padding: 0 4%;
}
.headerCmn .logo {
  width: 21.6%;
  float: left;
  line-height: 0;
}
.headerCmn .text {
  float: right;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.25;
}
.headerCmn .lists {
  float: right;
  margin: 0 168px 0 0;
}
.headerCmn .list {
  float: left;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 0 40px;
  cursor: pointer;
}
.headerCmn .list:nth-of-type(1) {
  margin-left: 0;
}
.headerCmn .headerbtn {
  width: 22.6666666667%;
  position: fixed;
  bottom: 5.5%;
  right: 0;
  z-index: 1;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #00a89c;
  padding: 1.5rem 0 0.6rem;
  cursor: pointer;
}
.headerCmn .btnImg {
  width: 65%;
}
.headerCmn .btnText {
  margin: 0.3rem 0 0;
}

.fixedAjust01 {
  position: relative;
  z-index: -1;
}
.fixedAjust01 .fixedAjustInner {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 12% 0 0;
}

.fixedAjust02 {
  position: relative;
  z-index: -1;
}
.fixedAjust02 .fixedAjustInner {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 1.1rem;
  padding: 12% 0 0;
}

@media print, screen and (min-width: 768px) {
  .headerCmn {
    min-width: 850px;
  }
  .headerCmn .wrap {
    padding: 0 25px;
  }
  .headerCmn .logo {
    width: auto;
    margin: 0;
  }
  .headerCmn .text {
    float: left;
    font-size: 12px;
    margin: 3px 0 0px 30px;
  }
  .headerCmn .lists {
    float: none;
    clear: both;
    padding: 8px 0 12px;
  }
  .headerCmn .headerbtn {
    width: 140px;
    position: absolute;
    top: 0;
    bottom: auto;
    right: 0;
    font-size: 14px;
    padding: 25px 0 23px;
  }
  .headerCmn .btnImg {
    width: auto;
  }
  .headerCmn .btnText {
    letter-spacing: 1.5px;
    margin: 0;
  }

  .fixedAjust01 .fixedAjustInner {
    padding: 96px 0 0;
  }

  .fixedAjust02 .fixedAjustInner {
    bottom: 15px;
    padding: 96px 0 0;
  }
}

@media print, screen and (max-width: 920px) {
  .headerCmn .list {
    float: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 0 20px;
    cursor: pointer;
  }
  .headerCmn {
    min-width: 775px;
  }
}

@media print, screen and (max-width: 800px) {
  .headerCmn .list {
    float: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 0 13px;
    cursor: pointer;
  }
  .headerCmn {
    min-width: 750px;
  }
}

@media print, screen and (max-width: 767px) {
  .headerCmn{
    min-width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .headerCmn .lists {
    float: right;
    clear: none;
    margin: 0 168px 0 0;
    padding: 14px 0 0;
  }
  .headerCmn .headerbtn {
    padding: 13px 0 9px;
  }

  .fixedAjust01 .fixedAjustInner {
    padding: 52px 0 0;
  }

  .fixedAjust02 .fixedAjustInner {
    padding: 52px 0 0;
  }
}
.footerCmn {
  background: #fff;
}
.footerCmn .wrap {
  line-height: 0;
  padding: 2rem 1.5rem 1rem;
}
.footerCmn .canvas {
  display: inline-block;
  vertical-align: middle;
  width: 28.8%;
  margin: 0 2rem 0 0;
  max-width: 109px;
}
.footerCmn .company {
  display: inline-block;
  vertical-align: middle;
  width: 26%;
  max-width: 97px;
}
.footerCmn .facebook {
  display: inline-block;
  vertical-align: middle;
  width: 6.9333333333%;
  margin: 3rem 2rem 0 0;
  max-width: 26px;
}
.footerCmn .instagram {
  display: inline-block;
  vertical-align: middle;
  width: 6.9333333333%;
  margin: 3rem 2rem 0 0;
  max-width: 26px;
}
.footerCmn .twitter {
  display: inline-block;
  vertical-align: middle;
  width: 6.9333333333%;
  margin: 3rem 2rem 0 0;
  max-width: 26px;
}
.footerCmn .youtube {
  display: inline-block;
  vertical-align: middle;
  width: 6.9333333333%;
  margin: 3rem 2rem 0 0;
  max-width: 29px;
}
.footerCmn .copyright {
  font-size: 1.2rem;
  line-height: 2.8rem;
  text-align: center;
  margin: 3rem 0 0;
}

@media print, screen and (min-width: 768px) {
  .footerCmn {
    background: #fff;
  }
  .footerCmn .wrap {
    padding: 10px 15px;
  }
  .footerCmn .canvas {
    display: block;
    float: left;
    width: auto;
    margin: 4px 0 0;
  }
  .footerCmn .company {
    display: block;
    float: left;
    width: auto;
    margin: 9px 0 0 20px;
  }
  .footerCmn .facebook {
    display: block;
    float: left;
    width: auto;
    margin: 0 0 0 40px;
  }
  .footerCmn .instagram {
    display: block;
    float: left;
    width: auto;
    margin: 1px 0 0 20px;
  }
  .footerCmn .twitter {
    display: block;
    float: left;
    width: auto;
    margin: 3px 0 0 20px;
  }
  .footerCmn .youtube {
    display: block;
    float: left;
    width: auto;
    margin: 3px 0 0 20px;
  }
  .footerCmn .copyright {
    float: right;
    font-size: 10px;
    line-height: 28px;
    margin: 0;
  }
}

@media print, screen and (min-width: 800px) {
.footerCmn .copyright {
  font-size: 12px;
  }
}
.mainMovieWrap{
  position: relative;
}
.backgroundImg {
    background-image: url(../video/bg_dot.png);
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


video {
    display: block;
}
.headerEvent {
    background: rgba(0, 0, 0, 0.7);
    padding: 10px 0;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 100;
}
.pc_btn {
    position: relative;
}
.bottom_btn {
    position: absolute;
    width: 5%;
    max-width: 100px;
    min-width: 40px;
    margin: -2.8vw auto 0;
    left: 0;
    right: 0;
}
@media screen and (min-width: 1200px) {
    .headerEvent {
        top: 52px;
    }
}
@media screen and (max-width: 1199px) {
    .headerEvent {
        top: 96px;
    }
}
@media screen and (max-width: 1280px) {
    .headerEvent .eventTxt {
        width: calc(41.625rem + ((1vw - 7.68px) * 43.3594));
    }
}
@media screen and (max-width: 767px) {
    .headerEvent {
        top: 7.6%;
    }
    .headerEvent .eventTxt {
        width: 83%;
        max-width: 500px;
        padding: 1.5% 0;
    }
}
