@charset "UTF-8";
/*------------------------
	Font
------------------------*/
/*==============================================
	Reset
==============================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 10px;
}

body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
h1, h2, h3, h4, h5, h6,
dl, dt, dd,
ul, ol, li,
table, th, td,
embed, object,
figure {
  margin: 0;
  padding: 0;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

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

table, th, td,
img {
  border: 0;
}

img, input {
  vertical-align: top;
}

video,
img {
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  outline: 0;
}

em {
  font-style: normal;
}

header, footer, nav, main,
article, section, aside, iframe,
figure, figucaption, picture,
small {
  display: block;
}

input[type=button], input[type=submit] {
  background: none;
  border: none;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

/*------------------------
	Font
------------------------*/
body {
  opacity: 0;
  background: #F4F1ED;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

a.linkarea {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  font-size: 0;
  text-indent: -9999px;
  overflow: visible;
  z-index: 999;
}

a.blank::after {
  content: "\f35d";
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  color: #999;
}

#siteheader {
  z-index: 999;
}

.slick-disabled {
  opacity: 0;
}

.slidepager {
  text-align: center;
}
.slidepager li {
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
}
.slidepager li button {
  width: 7px;
  height: 7px;
  padding: 0;
  background: #eee;
  border: none;
  border-radius: 50%;
  text-indent: -9999px;
  font-size: 0;
}
.slidepager li.slick-active button {
  background: #ccc;
}

@-webkit-keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-anime {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-anime-posxy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-anime-posxy {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@media (min-width: 835px) {
  /*------------------------
  	Font
  ------------------------*/
  body, div, pre, p, blockquote,
  form, fieldset, input, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dl, dt, dd,
  ul, ol, li,
  table, th, td,
  embed, object,
  figure,
  small {
    font-size: 1.3rem;
  }
  pre, p, blockquote, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dt, dd, li,
  th, td {
    line-height: 2;
  }
  a,
  .linkarea_parent {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  a:hover,
  .linkarea_parent:hover {
    opacity: 0.6;
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
  }
  .sponly {
    display: none;
  }
  #siteheader {
    width: 100%;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 5% 0;
  }
  #siteheader .logo img {
    display: block;
    height: 70px;
  }
  #siteheader #gnav .gnavlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #siteheader #gnav .gnavlist li:not(:last-of-type) {
    margin-right: 50px;
  }
  #siteheader #gnav .gnavlist li a {
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 900;
    font-size: 1.3rem;
  }
  #sitefooter {
    border-radius: 50px 50px 0 0;
    padding: 85px 5%;
    position: relative;
    overflow: hidden;
  }
  #sitefooter video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #sitefooter .logo {
    text-align: center;
  }
  #sitefooter .logo img {
    width: 130px;
  }
  #sitefooter .contact a {
    display: block;
    max-width: 375px;
    height: 60px;
    margin: 35px auto 0;
    background: #fff;
    border-radius: 30px;
    text-align: center;
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 900;
    line-height: 60px;
    color: #CBB3A6;
  }
  #sitefooter .policy {
    text-align: center;
    margin-top: 50px;
  }
  #sitefooter small {
    margin-top: 50px;
    text-align: center;
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
  #pagetop {
    display: none;
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 999;
  }
  #pagetop a {
    width: 3rem;
    height: 3rem;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    font-size: 0;
    color: #666;
  }
  #pagetop a::before {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 1rem;
    margin-top: -0.4rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contents {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
@media (max-width: 834px) {
  /*------------------------
  	Font
  ------------------------*/
  body, div, pre, p, blockquote,
  form, fieldset, input, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dl, dt, dd,
  ul, ol, li,
  table, th, td,
  embed, object,
  figure,
  small {
    font-size: 1.3rem;
  }
  pre, p, blockquote, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dt, dd, li,
  th, td {
    line-height: 2;
  }
  .pconly {
    display: none;
  }
  #siteheader {
    width: 100%;
    padding: 40px 5% 0;
    position: fixed;
  }
  #siteheader .logo img {
    width: 75px;
  }
  #siteheader #gnav {
    display: none;
  }
  #sitefooter {
    border-radius: 50px 50px 0 0;
    padding: 80px 10% 70px;
    position: relative;
    overflow: hidden;
  }
  #sitefooter video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #sitefooter .logo {
    text-align: center;
  }
  #sitefooter .logo img {
    width: 90px;
  }
  #sitefooter .contact a {
    display: block;
    height: 50px;
    margin-top: 40px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 900;
    line-height: 50px;
    color: #CBB3A6;
  }
  #sitefooter .policy {
    text-align: center;
    margin-top: 30px;
  }
  #sitefooter small {
    margin-top: 10px;
    text-align: center;
    font-family: "Lato", sans-serif;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
  #pagetop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
  }
  #pagetop a {
    width: 50px;
    height: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    text-decoration: none;
    text-indent: -9999px;
    color: #666;
  }
  #pagetop a::before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: absolute;
    top: 50%;
    left: 17.5px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #contents {
    padding: 80px 0 100px;
  }
}