@charset "UTF-8";
/* RESET */
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; }

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%; }

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* GENERAL */
a:link, a:visited {
  color: #fff;
  text-decoration: none; }

a:hover {
  color: #fff;
  text-decoration: none; }

a {
  outline: none; }

/* CLEARFIX */
.clearfix {
  zoom: 1; }

.clearfix:after,
.navList:after,
.snsList:after,
.headerBox:after,
.box:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0; }

strong {
  font-weight: bold; }

img {
  vertical-align: bottom; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
  border-radius: 0; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
  border-radius: 0; }

/*
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    border-radius: 0;
}
*/
html {
  width: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  background-color: #806d63;
  color: #fff;
  position: relative;
  line-height: 180%;
  font-weight: 400;
  font-family: interstate,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 12px; }

body {
  -webkit-overflow-scrolling: touch; }

body.mfp-active {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: fixed;
  overflow: auto; }

body .mfp-wrap {
  position: fixed;
  overflow: auto;
  top: 0 !important; }

.mfp-bg {
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

main {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  text-align: center; }

.onlyPc {
  display: block; }

.onlySp {
  display: none; }

.sec {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }

#sec1 {
  padding-top: 250px; }

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }

header.hide {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%); }

header, footer {
  font-family: interstate, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.03em;
  z-index: 20; }

footer {
  font-size: 12px;
  overflow: hidden;
  width: 100%;
  text-align: center; }

h1.logo a {
  margin-top: 70px;
  float: left;
  width: 213px;
  height: 33px;
  background-image: url("../images/hd_logo.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -9999px;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
  h1.logo a:hover {
    opacity: 0.6; }

nav {
  float: right; }
  nav .navList {
    float: left;
    margin-top: 75px; }
    nav .navList li {
      float: left;
      margin-left: 30px;
      font-family: interstate, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
      nav .navList li a {
        -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
        nav .navList li a:hover {
          opacity: 0.6; }
      nav .navList li.current a {
        color: #0000d7; }
  nav .snsList {
    float: left;
    margin-left: 20px;
    margin-top: 70px; }
    nav .snsList li {
      float: left;
      margin-left: 10px; }
      nav .snsList li a {
        text-align: left;
        background-size: 19px auto;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        text-indent: -9999px;
        width: 30px;
        height: 30px;
        -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
        nav .snsList li a:hover {
          opacity: 0.6; }
      nav .snsList li.instagram a {
        background-image: url("../images/ico_instagram.png");
        background-size: 19px auto; }
      nav .snsList li.pinterest a {
        background-image: url("../images/ico_pinterest.png");
        background-size: 20px auto; }

.headerBox {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px; }

.contentBox {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
  z-index: 2; }

.mainVisual {
  min-height: 90vh;
  min-height: calc(100vh - 40px); }
  .mainVisual img {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 20px;
    max-width: 80%; }
  .mainVisual a {
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); }
    .mainVisual a:hover {
      opacity: 0.6; }

h2.ttl {
  font-family: interstate,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 40px; }

.box .left {
  float: left;
  width: 40%;
  width: calc(50% - 35px);
  text-align: left; }

.box .right {
  float: right;
  width: calc(50% - 35px);
  text-align: left; }

.box .all {
  text-align: center;
  margin-bottom: 30px; }
  .box .all a {
    font-size: 14px; }

h3.ttl {
  font-family: interstate,"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px; }

#top .copyright {
  padding-top: 0; }

.copyright {
  padding-top: 80px;
  padding-bottom: 20px; }

#top h1.logo a {
  display: none; }

/* ------------------------------------------
ipad
------------------------------------------ */
/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .onlyPc {
    display: none; }
  .onlySp {
    display: block; }
  #button_container {
    display: block; }
  .headerBox {
    padding-left: 20px;
    padding-right: 20px; }
  .contentBox {
    padding-left: 20px;
    padding-right: 20px; }
  header nav {
    display: none; }
  h1.logo a {
    margin-top: 30px;
    width: 160px;
    height: 24px; }
  .box .left {
    float: none;
    width: auto;
    margin-bottom: 20px; }
  .box .right {
    float: none;
    width: auto; }
  h2.ttl {
    margin-bottom: 25px; }
  .sec {
    padding-bottom: 40px; }
  #sec1 {
    padding-top: 150px; }
  .copyright {
    padding-top: 80px;
    padding-bottom: 20px; } }
