@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*
//webフォント読み込み時ちらつき防止
html {
  visibility: hidden;
  &.wf-active {
    visibility: visible;
  }
}
*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
  color: #1a1a1a;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
body _::-webkit-full-page-media, body _:future, :root body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #1a1a1a;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 1.75;
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #BBB;
}

/* Firefox */
::-moz-placeholder {
  color: #BBB;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #BBB;
}

/* IE */
:-ms-input-placeholder {
  color: #BBB;
}

/*
@media all and (-ms-high-contrast: none){
  display: none;
}
*/
.hidden {
  display: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

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

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-img-wrap {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap {
    margin-top: 60px;
  }
}
.notpg-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-img {
    height: 150px;
  }
}
.notpg-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.notpg-img-wrap .page-title h1 {
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 {
    position: static;
  }
}
.notpg-img-wrap .page-title h1 .en {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 9px;
  text-indent: 9px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 4px;
  }
}
.notpg-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.notpg-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.notpg-wrap .content-wrap .content.sec1 p {
  line-height: 1.5;
  text-align: center;
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .content-wrap .content.sec1 .btn-wrap {
    margin-top: 30px;
  }
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap .btn {
  display: inline-block;
  margin: 0 auto;
}

.page-sec1-wrap .inner {
  padding: 100px 0 100px 0;
}
@media only screen and (max-width: 767px) {
  .page-sec1-wrap .inner {
    padding: 50px 0 50px 0;
  }
}
.page-sec1-wrap .content-wrap .content {
  max-width: 1000px;
  margin: 0 auto;
}

.heading {
  margin-bottom: 40px;
}
.heading h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 40px;
  letter-spacing: 6px;
}
@media only screen and (max-width: 767px) {
  .heading h2 {
    font-size: 20px;
    letter-spacing: 3px;
  }
}
.heading h2:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  margin: 0 24px;
  background: #231815;
  display: block;
}
@media only screen and (max-width: 767px) {
  .heading h2:after {
    margin: 0 10px;
  }
}
.heading h2 span {
  display: block;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 14px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .heading h2 span {
    font-size: 13px;
    letter-spacing: 0;
  }
}
.heading h2 span a {
  color: #231815;
}
.heading h2 span:hover {
  opacity: 0.65;
}

.page-img-wrap {
  position: relative;
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap {
    margin-top: 60px;
  }
}
.page-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
  background: #1a1a1a;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-img {
    height: 150px;
  }
}
.page-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-img-wrap .page-title h1 {
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 {
    position: static;
  }
}
.page-img-wrap .page-title h1 .en {
  display: block;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 9px;
  text-indent: 9px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 4px;
  }
}
.page-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.header-wrap.normal {
  position: fixed;
  z-index: 100;
  top: 0;
  display: none;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-wrap.normal.color-change {
  background: #1a1a1a;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.hide {
    display: none;
  }
}
.header-wrap.normal .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap {
    height: 60px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.normal .header-subwrap .header-logo img {
  width: 220px;
  height: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo img {
    width: 180px;
    height: 32px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap {
  width: 600px;
  max-width: 66%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    background: #fff;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo img {
  width: 220px;
  height: 40px;
  max-width: 100%;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-logo img {
    width: 180px;
    height: 32px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    padding: 100px 40px 145px 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item {
    border-bottom: 1px solid #fff;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
  display: block;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
    width: 100%;
    line-height: 40px;
    text-align: center;
  }
}
.header-wrap.normal .header-subwrap .burger-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .burger-btn {
    position: relative;
    z-index: 1000;
    display: block;
    width: 60px;
    height: 60px;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(2) {
    opacity: 0;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    -ms-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 24px;
    height: 14px;
  }
  .header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar span {
    width: 100%;
    height: 1px;
    background-color: #000;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}

.header-wrap.burger {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header-wrap.burger.top .header-subwrap {
  height: 120px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger.top .header-subwrap {
    height: 60px;
  }
}
.header-wrap.burger.hide {
  position: fixed;
  background: #1a1a1a;
}
.header-wrap.burger .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 65px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap {
    height: 60px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.burger .header-subwrap .header-logo img {
  width: 220px;
  height: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .header-logo img {
    width: 180px;
    height: 32px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background: #fff;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav {
  width: 400px;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-logo {
  text-align: center;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-logo a {
  display: inline-block;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-logo a img {
  width: 220px;
  height: 40px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-logo a img {
    width: 180px;
    height: 32px;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px;
}
.header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list .nav-item a {
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list .nav-item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .nav-wrap .nav-subwrap .nav .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.header-wrap.burger .header-subwrap .burger-btn {
  position: relative;
  z-index: 1000;
  display: block;
  width: 24px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.burger .header-subwrap .burger-btn {
    width: 60px;
    height: 60px;
  }
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(1) {
  background-color: #141414;
  -webkit-transform: translateY(6.5px) rotate(-45deg);
  -ms-transform: translateY(6.5px) rotate(-45deg);
  transform: translateY(6.5px) rotate(-45deg);
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger.active span:nth-of-type(3) {
  background-color: #141414;
  -webkit-transform: translateY(-6.5px) rotate(45deg);
  -ms-transform: translateY(-6.5px) rotate(45deg);
  transform: translateY(-6.5px) rotate(45deg);
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 24px;
  height: 14px;
}
.header-wrap.burger .header-subwrap .burger-btn .menu-trigger .bar span {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-wrap.drawer .overlay-btn {
  position: fixed;
  z-index: 1000;
  top: 50%;
  right: 54px;
  display: block;
  width: 22px;
  height: 12px;
  margin-top: -6px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.drawer .overlay-btn {
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    margin-top: 0;
  }
}
.header-wrap.drawer .overlay-btn .menu-trigger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.drawer .overlay-btn .menu-trigger:hover .bar span:nth-of-type(3) {
    width: 100%;
  }
}
.header-wrap.drawer .overlay-btn .menu-trigger.active .bar span:nth-of-type(1) {
  background-color: #fff;
  -webkit-transform: translateY(5.5px) rotate(-45deg);
  -ms-transform: translateY(5.5px) rotate(-45deg);
  transform: translateY(5.5px) rotate(-45deg);
}
.header-wrap.drawer .overlay-btn .menu-trigger.active .bar span:nth-of-type(2) {
  opacity: 0;
}
.header-wrap.drawer .overlay-btn .menu-trigger.active .bar span:nth-of-type(3) {
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-5.5px) rotate(45deg);
  -ms-transform: translateY(-5.5px) rotate(45deg);
  transform: translateY(-5.5px) rotate(45deg);
}
.header-wrap.drawer .overlay-btn .menu-trigger .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 22px;
  height: 12px;
}
.header-wrap.drawer .overlay-btn .menu-trigger .bar span {
  width: 100%;
  height: 1px;
  background-color: #141414;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-wrap.drawer .overlay-btn .menu-trigger .bar span:nth-of-type(3) {
  width: 70%;
}
.header-wrap.drawer .overlay-menu {
  position: fixed;
  z-index: 99;
  top: 0;
  right: -100%;
  width: 305px;
  height: 100%;
  padding: 100px 40px 100px 40px;
  background: #1a1a1a;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.header-wrap.drawer .overlay-menu.open {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.header-wrap.drawer .overlay-menu .nav-wrap {
  width: 100%;
  height: 100%;
}
.header-wrap.drawer .overlay-menu .nav-wrap .nav-subwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.header-wrap.drawer .overlay-menu .nav-wrap .nav-subwrap .nav {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.drawer .overlay-menu .nav-wrap .nav-subwrap .nav .nav-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.header-wrap.drawer .overlay-menu .nav-wrap .nav-subwrap .nav .nav-list .nav-item:not(:first-of-type) {
  margin-top: 30px;
}
.header-wrap.drawer .overlay-menu .nav-wrap .nav-subwrap .nav .nav-list .nav-item a {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-wrap.drawer .overlay-menu .nav-wrap .nav-subwrap .nav .nav-list .nav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.header-wrap.drawer .overlay-menu-sub {
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.5;
}

.footer-wrap {
  position: relative;
  display: none;
  border-top: 1px solid #e3e3e3;
  background: #fff;
}
.footer-wrap .inner {
  padding-top: 60px;
  padding-bottom: 20px;
}
.footer-wrap .content-wrap .content .logo img {
  margin: 0 auto;
}
.footer-wrap .content-wrap .content .copyright {
  margin-top: 60px;
  font-size: 12px;
  text-align: center;
}

.page-top {
  position: absolute;
  top: -50px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30px;
  height: 120px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page-top {
    top: -25px;
    right: 20px;
  }
}
.page-top .bar {
  position: relative;
  width: 2px;
  height: 100px;
  background: #1a1a1a;
}
.page-top .bar .ball {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  background: #1a1a1a;
  border-radius: 50%;
  -webkit-animation: page-top 3s infinite;
  animation: page-top 3s infinite;
}
.page-top .text {
  margin-top: 10px;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .page-top .text {
    font-size: 11px;
    letter-spacing: 1px;
  }
}

.footer-nav-wrap {
  padding: 60px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap {
    display: block;
  }
}
.footer-nav-wrap .footer-nav ul li {
  padding: 10px 0;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-nav ul li {
    border-bottom: 1px solid #444;
  }
}
.footer-nav-wrap .footer-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  opacity: 0.65;
}
@media print, screen and (min-width: 961px) {
  .footer-nav-wrap .footer-nav ul li a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-nav ul li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer-nav-wrap .footer-nav ul li a:after {
  display: inline-block;
  content: ">";
  margin-right: 10px;
  font-size: 13px;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-nav ul li a:after {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-nav-item {
    border-bottom: 1px solid #e3e3e3;
  }
}
.footer-nav-wrap .footer-nav-item .footer-nav-head {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-nav-item .footer-nav-head {
    padding: 10px 0;
    opacity: 0.65;
    pointer-events: all;
  }
  .footer-nav-wrap .footer-nav-item .footer-nav-head.active {
    opacity: 1;
  }
  .footer-nav-wrap .footer-nav-item .footer-nav-head.active:after {
    -webkit-transform: rotate(45deg) scale(1.08);
    -ms-transform: rotate(45deg) scale(1.08);
    transform: rotate(45deg) scale(1.08);
  }
  .footer-nav-wrap .footer-nav-item .footer-nav-head:after {
    content: "+";
    margin-right: 10px;
    float: right;
    font-size: 16px;
    font-weight: 900;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.footer-nav-wrap .footer-nav-item .footer-nav-list {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-nav-item .footer-nav-list {
    display: none;
    width: 100%;
    margin-top: 5px;
    padding: 0 0 15px 0;
  }
}
.footer-nav-wrap .footer-nav-item .footer-nav-list li:not(:first-of-type) {
  margin-top: 12px;
}
@media only screen and (max-width: 767px) {
  .footer-nav-wrap .footer-nav-item .footer-nav-list li:not(:first-of-type) {
    margin-top: 15px;
  }
}
.footer-nav-wrap .footer-nav-item .footer-nav-list li a {
  display: block;
  opacity: 0.65;
}
@media print, screen and (min-width: 961px) {
  .footer-nav-wrap .footer-nav-item .footer-nav-list li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}

.main-img-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: url(../img/top/toppg-main-img1.jpg) center center/cover no-repeat;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap {
    background: url(../img/top/toppg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}
.main-img-wrap.tablet {
  height: 768px;
}
.main-img-wrap.orientationchange {
  height: 667px;
}

.toppg-sec1-wrap .inner .content-wrap .content.sec1 .img-wrap .btn {
  bottom: 100px;
}
.toppg-sec1-wrap .inner .content-wrap .content.sec2 .img-wrap .btn {
  bottom: 80px;
}
.toppg-sec1-wrap .inner .content-wrap .content.sec3 .img-wrap .btn {
  bottom: 180px;
}
.toppg-sec1-wrap .inner .content-wrap .content .img-wrap {
  position: relative;
}
.toppg-sec1-wrap .inner .content-wrap .content .img-wrap .btn {
  position: absolute;
  left: 0;
  right: 0;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}
.toppg-sec1-wrap .inner .content-wrap .content .img-wrap .btn a {
  display: block;
}