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

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

li {
  list-style: none;
}

a {
  outline: 0;
}

em {
  font-style: normal;
}

header, footer, nav, main,
article, section, aside,
figure, figucaption,
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;
  width: 100%;
  overflow-x: hidden;
}

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

.snslist li {
  line-height: 1;
}
.snslist li a {
  position: relative;
  display: block;
  line-height: 1;
  font-size: 0;
}
.snslist li a::before {
  font-family: "Font Awesome 5 Brands";
  line-height: 1;
  font-weight: 400;
}
.snslist li.fb a::before {
  content: "\f39e";
}
.snslist li.insta a::before {
  content: "\f16d";
}

@-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);
  }
}
@-webkit-keyframes linkbtn-rt {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  30% {
    height: 18px;
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes linkbtn-rt {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  30% {
    height: 18px;
    width: 0;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@-webkit-keyframes linkbtn-rb {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  70% {
    width: 100%;
    height: 0;
    opacity: 1;
  }
  100% {
    height: 18px;
    opacity: 1;
  }
}
@keyframes linkbtn-rb {
  0% {
    opacity: 1;
    height: 0;
    width: 0;
  }
  70% {
    width: 100%;
    height: 0;
    opacity: 1;
  }
  100% {
    height: 18px;
    opacity: 1;
  }
}
@-webkit-keyframes linkbtn-l {
  0% {
    opacity: 1;
    height: 0;
  }
  100% {
    height: 55px;
    opacity: 1;
  }
}
@keyframes linkbtn-l {
  0% {
    opacity: 1;
    height: 0;
  }
  100% {
    height: 55px;
    opacity: 1;
  }
}
@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.4rem;
  }
  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)";
  }
  main a.blank::after {
    content: "\f35d";
    margin-left: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #999;
  }
  .sponly {
    display: none;
  }
  .snslist {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .snslist li a {
    position: relative;
    display: block;
    border-radius: 50%;
  }
  .snslist li a::before {
    display: block;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #siteheader {
    width: 100%;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    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: 26.5px 3%;
  }
  #siteheader h1,
  #siteheader .logo {
    width: 135px;
    height: 50px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }
  #siteheader h1 img,
  #siteheader .logo img {
    display: block;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #siteheader #gnav {
    width: calc(94% - 180px);
    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 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #siteheader #gnav .gnavlist li + li {
    margin-left: 40px;
  }
  #siteheader #gnav .gnavlist li a {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    position: relative;
  }
  #siteheader #gnav .gnavlist li a::after {
    content: "";
    display: block;
    width: 0;
    border-top: 2px solid #000;
    position: absolute;
    left: 0;
    bottom: -8px;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  #siteheader #gnav .gnavlist li a:hover {
    opacity: 1;
  }
  #siteheader #gnav .gnavlist li a:hover::after {
    width: 100%;
  }
  #siteheader #gnav .snslist {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: 30px;
  }
  #siteheader #gnav .snslist li + li {
    margin-left: 1em;
  }
  #siteheader #gnav .snslist li a {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    -webkit-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
  }
  #siteheader #gnav .snslist li a::before {
    font-size: 13px;
  }
  #siteheader #gnav .snslist li a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
  #siteheader .menu {
    display: none;
  }
  body#index #siteheader h1 img,
  body#index #siteheader .logo img {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  body#index #siteheader #gnav .gnavlist li a,
  body#index #siteheader .snslist li a,
  body#index #siteheader .snslist li a::after {
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
  body#index #siteheader .snslist li a {
    -webkit-transition: border-color 0.3s ease-out, background 0.5s ease-out;
    transition: border-color 0.3s ease-out, background 0.5s ease-out;
  }
  body#index #siteheader:not(.fixed) h1 img.w,
  body#index #siteheader:not(.fixed) .logo img.w {
    opacity: 1;
  }
  body#index #siteheader:not(.fixed) h1 img:not(.w),
  body#index #siteheader:not(.fixed) .logo img:not(.w) {
    opacity: 0;
  }
  body#index #siteheader:not(.fixed) #gnav * {
    color: #fff;
  }
  body#index #siteheader:not(.fixed) #gnav .gnavlist li a::after {
    border-top: 2px solid #fff;
  }
  body#index #siteheader:not(.fixed) #gnav .snslist a {
    border-color: #fff;
  }
  body#index #siteheader:not(.fixed) #gnav .snslist a:hover {
    background: #fff;
    color: #000;
  }
  body#index #siteheader.fixed h1 img.w,
  body#index #siteheader.fixed .logo img.w {
    opacity: 0;
  }
  body#index #siteheader.fixed h1 img:not(.w),
  body#index #siteheader.fixed .logo img:not(.w) {
    opacity: 1;
  }
  #footcontact {
    padding: 150px 0;
  }
  body:not(#index) #footcontact {
    background: #EDEDED;
  }
  body#index #footcontact {
    background: #fff;
  }
  #footcontact h6,
  #footcontact .details {
    width: 95%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #footcontact h6 {
    color: #000;
  }
  #footcontact h6 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  #footcontact h6::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
  #footcontact .details {
    margin-top: 80px;
    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;
  }
  #footcontact .details .note {
    width: calc(95% - 250px);
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.9rem;
  }
  #footcontact .details .more {
    width: 250px;
    position: relative;
  }
  #footcontact .details .more::before, #footcontact .details .more::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    border-right: 1px solid #000;
  }
  #footcontact .details .more::before {
    bottom: 37px;
    right: 0;
    border-top: 1px solid #000;
  }
  #footcontact .details .more::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
  }
  #footcontact .details .more a {
    display: block;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
  }
  #footcontact .details .more a::before {
    content: "";
    display: block;
    height: 55px;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 835px) and (max-width: 834px) {
  #footcontact .details .more a {
    font-size: 1.2rem;
  }
}
@media (min-width: 835px) {
  #footcontact .details .more a span {
    display: block;
  }
  #footcontact .details .more a span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transition: transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  #footcontact .details .more:hover::before, #footcontact .details .more:hover::after {
    opacity: 0;
  }
  #footcontact .details .more:hover::before {
    -webkit-animation: linkbtn-rt 0.4s linear both;
            animation: linkbtn-rt 0.4s linear both;
  }
  #footcontact .details .more:hover::after {
    -webkit-animation: linkbtn-rb 0.4s linear both;
            animation: linkbtn-rb 0.4s linear both;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #footcontact .details .more:hover a {
    opacity: 1;
  }
  #footcontact .details .more:hover a::before {
    -webkit-animation: linkbtn-l 0.2s linear both;
            animation: linkbtn-l 0.2s linear both;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #footcontact .details .more:hover a span::after {
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  #sitefooter {
    padding: 100px 0 50px;
    position: relative;
    overflow: hidden;
  }
  body:not(#index) #sitefooter {
    background: url(../img/footer_movie.mp4) bottom center/cover no-repeat;
  }
  #sitefooter::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  #sitefooter * {
    color: #fff;
  }
  #sitefooter .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  #sitefooter .inner .logo {
    width: 190px;
  }
  #sitefooter .inner .snslist {
    margin-left: 90px;
  }
  #sitefooter .inner .snslist li + li {
    margin-left: 10px;
  }
  #sitefooter .inner .snslist li a {
    display: block;
    width: 26px;
    height: 26px;
    padding: 0.5em 1em;
    border: 1px solid #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
  }
  #sitefooter .inner .snslist li a::before {
    font-size: 1.2rem;
  }
  #sitefooter .inner .snslist li a:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
  #sitefooter .inner .navlist {
    margin-right: 0;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #sitefooter .inner .navlist li + li {
    margin-left: 50px;
  }
  #sitefooter .inner .navlist li a {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    position: relative;
  }
  #sitefooter .inner .navlist li a::after {
    content: "";
    display: block;
    width: 0;
    border-top: 2px solid #fff;
    position: absolute;
    left: 0;
    bottom: -8px;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  #sitefooter .inner .navlist li a:hover {
    opacity: 1;
  }
  #sitefooter .inner .navlist li a:hover::after {
    width: 100%;
  }
  #sitefooter .inner .add {
    width: 100%;
    margin: 30px 0 150px;
  }
  #sitefooter .inner .add p + p {
    margin-top: 20px;
  }
  #sitefooter .inner .infolist {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sitefooter .inner .infolist li {
    font-size: 1.2rem;
  }
  #sitefooter .inner .infolist li + li::before {
    content: "|";
    margin: 0 1em;
  }
  #sitefooter .inner small {
    width: 50%;
    text-align: right;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
  #sitefooter .movie {
    position: fixed;
    bottom: -10px;
    z-index: -1;
    max-width: none;
    min-width: 100%;
  }
  #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);
  }
  body:not(#index) #contents {
    padding-top: 180px;
    background: #fff;
  }
  body:not(#index) #pageheader {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  body:not(#index) #pageheader h1,
  body:not(#index) #pageheader .pagetitle {
    color: #000;
  }
  body:not(#index) #pageheader h1 em,
  body:not(#index) #pageheader .pagetitle em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  body:not(#index) #pageheader h1::after,
  body:not(#index) #pageheader .pagetitle::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
}
@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.4rem;
  }
  pre, p, blockquote, textarea, select, option,
  h1, h2, h3, h4, h5, h6,
  dt, dd, li,
  th, td {
    line-height: 2;
  }
  main a[target=_blank]::after {
    content: "\f35d";
    margin-left: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
    font-weight: 900;
    color: #999;
  }
  .pconly {
    display: none;
  }
  .snslist {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .snslist li a {
    position: relative;
    display: block;
    border-radius: 50%;
  }
  .snslist li a::before {
    display: block;
    font-size: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #siteheader {
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    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: 0 5%;
  }
  #siteheader h1,
  #siteheader .logo {
    width: 120px;
    height: 40px;
    position: relative;
    z-index: 200;
    margin-left: 0;
    margin-right: auto;
  }
  #siteheader h1 img,
  #siteheader .logo img {
    display: block;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #siteheader #gnav {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    padding: 120px 10% 50px;
    background: #fff;
  }
  #siteheader #gnav .gnavlist {
    border-bottom: 1px solid #BEBEBE;
  }
  #siteheader #gnav .gnavlist li {
    border-top: 1px solid #BEBEBE;
    text-align: center;
  }
  #siteheader #gnav .gnavlist li a {
    display: block;
    padding: 20px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #siteheader #gnav .snslist {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 50px;
  }
  #siteheader #gnav .snslist li + li {
    margin-left: 1em;
  }
  #siteheader #gnav .snslist li a {
    width: 35px;
    height: 35px;
    border: 1px solid #000;
  }
  #siteheader #gnav .snslist li a::before {
    font-size: 15px;
  }
  #siteheader .menu {
    width: 35px;
    padding-top: 25px;
    position: relative;
    z-index: 200;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
  #siteheader .menu::before, #siteheader .menu::after {
    content: "";
    display: block;
    width: 35px;
    border-top: 1px solid #000;
    position: absolute;
    left: 0;
  }
  #siteheader .menu::before {
    top: 0;
  }
  #siteheader .menu::after {
    top: 11px;
  }
  body#index #siteheader h1 img.w,
  body#index #siteheader .logo img.w {
    opacity: 1;
  }
  body#index #siteheader h1 img:not(.w),
  body#index #siteheader .logo img:not(.w) {
    opacity: 0;
  }
  body#index #siteheader .menu {
    color: #fff;
  }
  body#index #siteheader .menu::before, body#index #siteheader .menu::after {
    border-top: 1px solid #fff;
  }
  body#index #siteheader.fixed h1 img.w,
  body#index #siteheader.fixed .logo img.w, body#index.gnavopen #siteheader h1 img.w,
  body#index.gnavopen #siteheader .logo img.w {
    opacity: 0;
  }
  body#index #siteheader.fixed h1 img:not(.w),
  body#index #siteheader.fixed .logo img:not(.w), body#index.gnavopen #siteheader h1 img:not(.w),
  body#index.gnavopen #siteheader .logo img:not(.w) {
    opacity: 1;
  }
  body#index #siteheader.fixed .menu, body#index.gnavopen #siteheader .menu {
    color: #000;
  }
  body#index #siteheader.fixed .menu::before, body#index #siteheader.fixed .menu::after, body#index.gnavopen #siteheader .menu::before, body#index.gnavopen #siteheader .menu::after {
    border-top: 1px solid #000;
  }
  #footcontact {
    padding: 100px 10%;
  }
  body:not(#index) #footcontact {
    background: #EDEDED;
  }
  body#index #footcontact {
    background: #fff;
  }
  #footcontact h6 {
    color: #000;
  }
  #footcontact h6 em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  #footcontact h6::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
  #footcontact .details {
    margin-top: 70px;
  }
  #footcontact .details .note {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.8rem;
  }
  #footcontact .details .more {
    position: relative;
    margin-top: 70px;
  }
  #footcontact .details .more::before, #footcontact .details .more::after {
    content: "";
    display: block;
    width: 100%;
    height: 18px;
    position: absolute;
    border-right: 1px solid #000;
  }
  #footcontact .details .more::before {
    bottom: 37px;
    right: 0;
    border-top: 1px solid #000;
  }
  #footcontact .details .more::after {
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #000;
  }
  #footcontact .details .more a {
    display: block;
    height: 55px;
    padding: 0 20px;
    line-height: 55px;
  }
  #footcontact .details .more a::before {
    content: "";
    display: block;
    height: 55px;
    border-left: 1px solid #000;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (max-width: 834px) and (max-width: 834px) {
  #footcontact .details .more a {
    font-size: 1.2rem;
  }
}
@media (max-width: 834px) {
  #footcontact .details .more a span {
    display: block;
  }
  #footcontact .details .more a span::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    right: -2.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #000;
    -webkit-transition: transform 0.5s ease-out;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  #footcontact .details .more:hover::before, #footcontact .details .more:hover::after {
    opacity: 0;
  }
  #footcontact .details .more:hover::before {
    -webkit-animation: linkbtn-rt 0.4s linear both;
            animation: linkbtn-rt 0.4s linear both;
  }
  #footcontact .details .more:hover::after {
    -webkit-animation: linkbtn-rb 0.4s linear both;
            animation: linkbtn-rb 0.4s linear both;
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  #footcontact .details .more:hover a {
    opacity: 1;
  }
  #footcontact .details .more:hover a::before {
    -webkit-animation: linkbtn-l 0.2s linear both;
            animation: linkbtn-l 0.2s linear both;
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  #footcontact .details .more:hover a span::after {
    -webkit-transform: translateY(-50%) scale(1.5);
    transform: translateY(-50%) scale(1.5);
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
  #sitefooter {
    padding: 70px 10% 30px;
    position: relative;
  }
  #sitefooter::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
  }
  #sitefooter * {
    color: #fff;
  }
  #sitefooter .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 2;
  }
  #sitefooter .inner .logo {
    width: 173px;
  }
  #sitefooter .inner .snslist {
    margin-left: 30px;
  }
  #sitefooter .inner .snslist li + li {
    margin-left: 10px;
  }
  #sitefooter .inner .snslist li a {
    display: block;
    width: 35px;
    height: 35px;
    padding: 0.5em 1em;
    border: 1px solid #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
  }
  #sitefooter .inner .snslist li a::before {
    font-size: 1.4rem;
  }
  #sitefooter .inner .navlist {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 80px;
  }
  #sitefooter .inner .navlist li {
    text-align: center;
  }
  #sitefooter .inner .navlist li + li {
    margin-top: 30px;
  }
  #sitefooter .inner .navlist li a {
    display: inline-block;
    padding: 0 10px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  #sitefooter .inner .add {
    width: 100%;
    margin-top: 30px;
  }
  #sitefooter .inner .add p + p {
    margin-top: 20px;
  }
  #sitefooter .inner .infolist {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  #sitefooter .inner .infolist li {
    font-size: 1.2rem;
  }
  #sitefooter .inner .infolist li + li::before {
    content: "|";
    margin: 0 1em;
  }
  #sitefooter .inner small {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
  #sitefooter .movie {
    position: fixed;
    left: 0;
    bottom: -10px;
    z-index: -1;
  }
  #sitefooter .movie video {
    max-width: none;
    min-width: 100%;
    min-height: 100vh;
  }
  #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);
  }
  body:not(#index) #contents {
    padding-top: 150px;
    background: #fff;
  }
  body:not(#index) #pageheader h1,
  body:not(#index) #pageheader .pagetitle {
    margin: 0 7%;
    color: #000;
  }
  body:not(#index) #pageheader h1 em,
  body:not(#index) #pageheader .pagetitle em {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  body:not(#index) #pageheader h1::after,
  body:not(#index) #pageheader .pagetitle::after {
    content: "";
    display: block;
    width: 10px;
    margin-top: 20px;
    border-top: 3px solid #000;
  }
}