/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "Sawarabi Mincho", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.ft-serif {
  font-family: "Sawarabi Mincho", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}
.the-content a {
  color: #000;
  text-decoration: underline;

}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.container {
  min-width: 1300px;
  overflow: hidden;
}

.wrapper {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  .md {
    display: none !important;
  }

  html {
    font-size: 26.66666vw;
  }

  body {
    font-size: 0.12rem;
  }

  .container {
    width: auto;
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    margin: 0;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* COMMON HEADER
 * ----------------------------------------------- */
.page-umi header.header-top {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.page-umi header.header-top.show {
  animation: fadein 2s forwards;
  animation-delay: 1s;
}
.page-umi header.header-top.static {
  position: absolute;
  top: 500px;
}

header .wrapper {
  opacity: 0;
  -moz-transition: opacity 0.5s 0.5s;
  -o-transition: opacity 0.5s 0.5s;
  -webkit-transition: opacity 0.5s;
  -webkit-transition-delay: 0.5s;
  transition: opacity 0.5s 0.5s;
}
header.is-active .wrapper {
  opacity: 1;
}
header.header-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
header.header-top .left-logo {
  display: none;
}
header.header-top .wrapper {
  -moz-transition: opacity 0.3s 1s;
  -o-transition: opacity 0.3s 1s;
  -webkit-transition: opacity 0.3s;
  -webkit-transition-delay: 1s;
  transition: opacity 0.3s 1s;
}
header .social-icons {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
header .social-icons .item a {
  position: relative;
  display: block;
}
header .social-icons .item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
header .links-list .item.is-tag {
  position: relative;
}
.links-list .lbl-txt {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.15em;
  bottom: -15px;
  white-space: nowrap;
}
header .links-list .item.is-tag span {
  opacity: 0.6;
}
header .links-list .item.is-tag img {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .links-list a {
  color: #fff;
}
header.header-sub .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header.header-sub .left-logo {
  display: block;
}
header.header-sub .left-logo img {
  display: block;
  max-width: 100%;
}

@media print, (min-width: 768px) {
  header {
    /* overflow: hidden; */
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .wrapper {
    padding: 50px 0 10px 0;
  }
  header .social-icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
  header .social-icons .item.is-facebook a {
    width: 26px;
    height: 26px;
  }
  header .social-icons .item ~ .item {
    margin-left: 30px;
  }
  header .social-icons .item a {
    width: 24px;
    height: 24px;
  }
  header .main-nav {
    margin-left: auto;
    position: relative;
  }
  header .main-nav.nav-umi .links-list a {
    color: #000;
  }
  header .nav-links {
    padding-top: 50px;
  }
  header .links-list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  header .links-list .item ~ .item {
    margin-left: 61px;
  }
  header .links-list .item.is-tag a:hover {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  header .links-list .item.is-tag img {
    height: 33px;
    width: 79px;
  }
  header .links-list a {
    display: block;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 3.4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header .links-list a:hover {
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }
  header.header-sub {
    background: url(../img/common/bg_header_sub.jpg) no-repeat center center/cover;
  }
  header.header-sub .wrapper {
    padding: 25px 0;
  }
  header.header-sub .left-logo {
    width: 212px;
  }
}
@media print, (min-width: 1530px) {
  header .wrapper {
    width: 1500px;
  }
  header.header-sub .wrapper {
    padding: 41px 0 57px 0;
  }
  header.header-sub .left-logo {
    position: relative;
    top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  header .social-icons {
    -webkit-justify-content: center;
    justify-content: center;
  }
  header .social-icons .item.is-facebook a {
    width: 26px;
    height: 26px;
  }
  header .social-icons .item ~ .item {
    margin-left: 40px;
  }
  header .social-icons .item a {
    width: 24px;
    height: 24px;
  }
  header .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: #000;
    text-align: center;
    padding: 148px 0 50px;
    z-index: 998;
  }
  header .main-nav .nav-links,
  header .main-nav .social-icons {
    -moz-transition: bottom 0.75s;
    -o-transition: bottom 0.75s;
    -webkit-transition: bottom 0.75s;
    transition: bottom 0.75s;
    bottom: -10px;
    position: relative;
  }
  header .main-nav.is-active .nav-links,
  header .main-nav.is-active .social-icons {
    bottom: 0;
  }
  header .links-list {
    margin-bottom: 65px;
  }
  header .links-list .item ~ .item {
    margin-top: 35px;
  }
  header .links-list .item.is-tag img {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    height: 33px;
    width: 79px;
  }
  header .links-list a {
    padding: 10px;
    display: inline-block;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 3.4px;
  }
  header.header-sub {
    background: url(../img/common/sp/bg_header_sub.jpg) no-repeat center center/cover;
  }
  header.header-sub .wrapper {
    padding: 0.25rem 0 0.25rem 0.3rem;
  }
  header.header-sub .left-logo {
    position: relative;
    bottom: -3px;
    width: 1.11rem;
  }

  .btn-menu {
    position: fixed;
    top: 0.29rem;
    right: 21px;
    width: 45px;
    height: 45px;
    display: block;
    z-index: 999;
  }
  .btn-menu span:first-child, .btn-menu span:nth-child(2), .btn-menu span:last-child {
    position: absolute;
    right: 9px;
    background-color: #fff;
    height: 2px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-menu span:first-child {
    width: 27px;
    top: calc(50% - 10px);
  }
  .btn-menu span:nth-child(2) {
    top: 50%;
    width: 22px;
    opacity: 1;
  }
  .btn-menu span:last-child {
    top: calc(50% + 10px);
    width: 17px;
  }
  .btn-menu.btn-umi span {
    background-color: #000;
  }
  .btn-menu.btn-umi.is-active span {
    background-color: #fff;
  }
  .btn-menu.is-active span:first-child, .btn-menu.is-active span:nth-child(2), .btn-menu.is-active span:last-child {
    top: 50%;
    width: 27px;
  }
  .btn-menu.is-active span:first-child {
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  .btn-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .btn-menu.is-active span:last-child {
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
  }
  .links-list .lbl-txt {
    position: static;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 340px) {
  .btn-menu {
    top: 20px;
  }
}
/* COMMON FOOTER
 * ----------------------------------------------- */
footer {
  position: relative;
  z-index: 1;
  background-color: #000;
  color: #fff;
}
footer .logo {
  display: inline-block;
}
footer .logo img {
  max-width: 100%;
  display: block;
}
footer .footer-tel .text,
footer .footer-tel .number {
  color: #fff;
}
footer .footer-links a {
  display: block;
  line-height: 1;
  text-align: center;
  color: #fff;
}
footer .footer-links .item {
  position: relative;
}
.is-coming .lbl-txt {
  display: block;
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 0;
  font-size: 10px;
  white-space: nowrap;
}
.is-coming span {
  opacity: 0.6;
}

@media print, (min-width: 768px) {
  footer {
    padding: 60px 17px 24px;
  }
  footer .logo {
    width: 284px;
    margin-left: 10px;
  }
  footer .footer-tel {
    margin-top: 13px;
    padding-left: 13px;
  }
  footer .footer-tel .text,
  footer .footer-tel .number {
    line-height: 3.57;
    font-size: 14px;
    letter-spacing: 2.83px;
  }
  footer .footer-tel .text {
    padding-right: 5px;
  }
  footer .footer-tel .number {
    pointer-events: none;
  }
  footer .footer-links {
    margin: 67px auto 43px;
    padding-left: 45px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .footer-links a {
    padding: 10px 0;
    letter-spacing: 3.03px;
  }
  footer .footer-links .item ~ .item {
    margin-left: 105px;
  }
  footer .footer-links .item ~ .item:after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    top: 45%;
    left: -55px;
    -moz-transform: translateY(-50%) skewX(-30deg);
    -ms-transform: translateY(-50%) skewX(-30deg);
    -webkit-transform: translateY(-50%) skewX(-30deg);
    transform: translateY(-50%) skewX(-30deg);
    background-color: #fff;
  }
  footer .copyright {
    padding-right: 56px;
    font-size: 12px;
    letter-spacing: 0.67px;
    line-height: 1.5;
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 60px 17px 16px;
  }
  footer .logo {
    width: 150px;
  }
  footer .footer-tel {
    margin-top: 10px;
  }
  footer .footer-tel .text,
  footer .footer-tel .number {
    letter-spacing: 2.42px;
  }
  footer .footer-tel .text {
    padding-right: 8px;
  }
  footer .footer-links {
    margin: 46px auto 78px;
  }
  footer .footer-links .item {
    text-align: center;
  }
  footer .footer-links .item ~ .item {
    margin-top: 18px;
  }
  footer .footer-links a {
    display: inline-block;
    padding: 10px 0;
    line-height: 1.25;
    letter-spacing: 2.42px;
  }
  footer .copyright {
    font-size: 9px;
    line-height: 1.56;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .is-coming .lbl-txt {
    position: static;
  }
}
.sec-title {
  position: relative;
  color: #000;
}
.sec-title:before {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  height: 2px;
  background-color: #000;
}
.sec-title.text-center:before {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .sec-title {
    padding-bottom: 49px;
    font-size: 34px;
    line-height: 1.76;
    letter-spacing: 3.32px;
  }
  .sec-title:before {
    width: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title {
    padding-bottom: 0.22rem;
    font-size: 0.18rem;
    line-height: 1.56;
    letter-spacing: 1.76px;
  }
  .sec-title:before {
    width: 0.4rem;
    height: 1px;
    left: 0;
  }
}
.btn-common {
  position: relative;
  display: inline-block;
}
.btn-common:after {
  content: "";
  position: absolute;
  left: 0;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #000 #000 transparent;
  -moz-transform: skewX(47deg);
  -ms-transform: skewX(47deg);
  -webkit-transform: skewX(47deg);
  transform: skewX(47deg);
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.btn-common.btn-prev {
  text-align: right !important;
}
.btn-common.btn-prev:after {
  border-width: 0 0 1px 1px;
  border-color: transparent transparent #000 #000;
  -moz-transform: skewX(-47deg);
  -ms-transform: skewX(-47deg);
  -webkit-transform: skewX(-47deg);
  transform: skewX(-47deg);
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.btn-common.disabled {
  visibility: hidden;
}

.btn-home {
  position: relative;
  display: block;
}
.btn-home:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: transparent;
  border-bottom: 1px solid #000;
}

.btn-wrapper {
  position: relative;
}

.btn-large {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.btn-large:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.btn-large:before {
  content: "";
  position: absolute;
  top: unset;
  right: unset;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: transparent #000 #000 transparent;
  -moz-transform: skewX(47deg);
  -ms-transform: skewX(47deg);
  -webkit-transform: skewX(47deg);
  transform: skewX(47deg);
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  width: 37px;
  height: 11px;
}

@media print, (min-width: 768px) {
  .btn-common {
    padding: 10px 10px 13px 0;
    font-size: 12px;
    line-height: 2.33;
    letter-spacing: 2.42px;
  }
  .btn-common:after {
    bottom: 10px;
    padding: 5.5px 70px;
    -moz-transition: padding-right 0.3s;
    -o-transition: padding-right 0.3s;
    -webkit-transition: padding-right 0.3s;
    transition: padding-right 0.3s;
  }
  .btn-common:hover:after {
    padding: 0 8px;
  }
  .btn-common.btn-next, .btn-common.btn-prev {
    line-height: 2;
  }
  .btn-common.btn-prev {
    margin-left: 15px;
    padding: 8px 10px 5px 0;
  }
  .btn-common.btn-prev:after {
    position: absolute;
    right: 16px;
    left: auto;
    bottom: 0;
    padding: 0;
    width: 141px;
    height: 11px;
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .btn-common.btn-prev:hover:after {
    height: 0;
    width: 17px;
  }
  .btn-common.btn-next {
    padding: 12px 10px 9px 0;
  }
  .btn-common.btn-next:after {
    bottom: 5px;
  }

  .btn-next,
  .btn-prev,
  .btn-home {
    width: 141px;
  }

  .btn-home {
    margin-left: -15px;
    padding: 7px 0;
    font-size: 12px;
    line-height: 2;
    text-align: center;
    letter-spacing: 2.42px;
  }
  .btn-home:after {
    -moz-transition: width 0.3s;
    -o-transition: width 0.3s;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 141px;
  }
  .btn-home:hover:after {
    width: 18px;
  }

  .btn-wrapper {
    height: 95px;
  }

  .btn-large {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 412px;
    height: 95px;
    font-size: 22px;
    letter-spacing: 2.64px;
    cursor: pointer;
  }
  .btn-large:after {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-large:before {
    bottom: 42px;
    left: 334px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .btn-large:hover {
    color: #fff;
  }
  .btn-large:hover:before {
    width: 0;
    height: 0;
  }
  .btn-large:hover:after {
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    background-color: #000;
  }
}
@media only screen and (max-width: 767px) {
  .btn-common {
    padding: 0.09rem 0.1rem 0.08rem 0;
    font-size: 0.11rem;
    line-height: 2.55;
    letter-spacing: 2.22px;
  }
  .btn-common:after {
    -moz-transform: skewX(49deg);
    -ms-transform: skewX(49deg);
    -webkit-transform: skewX(49deg);
    transform: skewX(49deg);
    left: -0.02rem;
    bottom: 0.1rem;
    padding: 0.055rem 0.6rem;
  }

  .btn-next:after,
  .btn-prev:after {
    padding: 0.055rem 0.65rem;
  }

  .btn-next,
  .btn-prev,
  .btn-home {
    width: 1.3rem;
    padding: 0.12rem 0;
    letter-spacing: 2.42px;
    font-size: 0.12rem;
  }

  .btn-home {
    -webkit-order: 3;
    order: 3;
    margin: 0.25rem auto 0;
    padding: 0.07rem 0;
    font-size: 0.12rem;
    line-height: 2;
    text-align: center;
    letter-spacing: 2.42px;
  }
  .btn-home:after {
    width: 1.41rem;
  }

  .btn-prev {
    -webkit-order: 1;
    order: 1;
  }

  .btn-next {
    -webkit-order: 2;
    order: 2;
  }

  .btn-wrapper {
    height: 0.8rem;
  }

  .btn-large {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 3.15rem;
    height: 0.8rem;
    font-size: 0.17rem;
  }
  .btn-large:before {
    bottom: 0.35rem;
    left: 2.6rem;
  }
}
.menu-tabs {
  background-color: #fafafa;
}
.menu-tabs .tab-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.menu-tabs .tab-link {
  position: relative;
  line-height: 1;
}
.menu-tabs .tab-link ~ .tab-link:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 40%;
  -moz-transform: translateY(-50%) skewX(-30deg);
  -ms-transform: translateY(-50%) skewX(-30deg);
  -webkit-transform: translateY(-50%) skewX(-30deg);
  transform: translateY(-50%) skewX(-30deg);
  background-color: #000;
}
.menu-tabs .tab-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  background-color: #000;
}
.menu-tabs .tab-content {
  display: none;
}
.menu-tabs .tab-content.is-active {
  display: inherit;
}
.menu-tabs .menu-list .item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.menu-tabs .menu-list .sub-name {
  width: 100%;
}
.menu-tabs .menu-note {
  text-align: right;
  color: #929292;
}
.menu-tabs .menu-note span {
  display: inline-block;
}

@media print, (min-width: 768px) {
  .menu-tabs {
    padding: 72px 0 90px;
  }
  .menu-tabs .tab-list {
    margin-bottom: 5px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-tabs .tab-link {
    padding: 14px 0 20px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 4.04px;
    cursor: pointer;
  }
  .menu-tabs .tab-link ~ .tab-link {
    margin-left: 105px;
  }
  .menu-tabs .tab-link ~ .tab-link:after {
    height: 27px;
    left: -52.5px;
  }
  .menu-tabs .tab-link:before {
    height: 3px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu-tabs .tab-link:hover:before, .menu-tabs .tab-link.is-active:before {
    width: 33px;
  }
  .menu-tabs .menu-group {
    padding: 50px 237px 0 210px;
  }
  .menu-tabs .menu-group .title {
    margin-bottom: 76px;
    padding-left: 35px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 4.04px;
  }
  .menu-tabs .menu-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .menu-tabs .menu-list .item {
    width: 42%;
    margin-bottom: 40px;
  }
  .menu-tabs .menu-list .name {
    font-size: 17px;
    line-height: 1.76;
    letter-spacing: 3.43px;
  }
  .menu-tabs .menu-list .price {
    font-size: 17px;
    line-height: 1.76;
    letter-spacing: 3.43px;
  }
  .menu-tabs .menu-list .sub-name {
    width: 100%;
    font-size: 13px;
    line-height: 2.31;
    letter-spacing: 2.63px;
  }
  .menu-tabs .menu-note {
    padding-top: 30px;
    margin-right: -25px;
    font-size: 12px;
    line-height: 2.33;
    letter-spacing: 2.42px;
  }
}
@media only screen and (max-width: 767px) {
  .menu-tabs {
    padding: 0.3rem 0 0.4rem;
    margin: 0 -0.3rem;
  }
  .menu-tabs .tab-list {
    padding-left: 0.6rem;
    margin-bottom: 0.37rem;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    overflow-x: scroll;
  }
  .menu-tabs .tab-link {
    white-space: nowrap;
    padding: 0.16rem 0;
    font-size: 0.13rem;
    line-height: 0.62;
    letter-spacing: 2.63px;
  }
  .menu-tabs .tab-link ~ .tab-link {
    margin-left: 0.35rem;
  }
  .menu-tabs .tab-link ~ .tab-link:after {
    height: 0.15rem;
    left: -0.19rem;
    top: 50%;
  }
  .menu-tabs .tab-link:before {
    height: 1px;
  }
  .menu-tabs .tab-link.is-active:before {
    width: 0.19rem;
  }
  .menu-tabs .menu-group ~ .menu-group {
    padding-top: 0.35rem;
  }
  .menu-tabs .menu-group .title {
    margin-bottom: 0.15rem;
    line-height: 2.5;
    letter-spacing: 2.42px;
  }
  .menu-tabs .menu-list {
    padding: 0 0.15rem 0 0.3rem;
  }
  .menu-tabs .menu-list .item {
    margin-bottom: 0.3rem;
  }
  .menu-tabs .menu-list .name {
    font-size: 0.14rem;
    line-height: 1.5;
    letter-spacing: 2.83px;
  }
  .menu-tabs .menu-list .price {
    padding-right: 0.13rem;
    line-height: 1.8;
    letter-spacing: 2.42px;
  }
  .menu-tabs .menu-list .sub-name {
    margin-top: 0.1rem;
    width: 100%;
    font-size: 0.11rem;
    line-height: 1.45;
    letter-spacing: 2.22px;
  }
  .menu-tabs .menu-note {
    padding: 0.17rem 0.3rem 0;
    font-size: 0.11rem;
    text-align: left;
    line-height: 1.64;
    letter-spacing: 2.22px;
  }
  .menu-tabs .sm-text-right {
    padding-right: 0.22rem;
    text-align: right;
  }
}

@media print, (min-width: 768px) {
  .tab-content .is-plus {
    margin: 0 10px;
    width: 15px;
    height: 15px;
    position: relative;
    display: inline-block;
  }
  .tab-content .is-plus:before, .tab-content .is-plus:after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .tab-content .is-plus:before {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tab-content .is-plus:after {
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .tab-content .title.is-plus {
    padding-left: 0;
    margin: 45px 0 70px;
    width: 100%;
  }
  .tab-content .is-border {
    margin: 25px auto 0;
    border: 1px solid #eaeaea;
    width: 670px;
    padding: 30px 120px 10px;
  }
  .tab-content .is-border .item {
    margin-bottom: 10px;
  }
  .tab-content .is-border.is-full {
    width: 1060px;
    padding: 30px 100px 10px;
  }
  .tab-content .is-border.is-full .item {
    width: 50%;
  }
  .tab-content .is-border.is-full, .tab-content .is-border.is-full + .menu-note {
    width: 1060px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tab-content .is-border + .sub-title {
    margin-top: 80px;
  }
  .tab-content .ft-large {
    font-size: 17px;
  }
  .tab-content .ft-large span {
    margin: 0 20px;
  }
  .tab-content .menu-list.item-full .item {
    width: 100%;
    text-align: center;
    display: block;
  }
  .tab-content .group-text {
    padding: 55px 30px;
  }
  .tab-content .group-text p {
    font-size: 17px;
    line-height: 40px;
    letter-spacing: 3.43px;
    text-align: center;
  }
  .tab-content .group-text p ~ p {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-content .is-plus {
    margin: 0 0.1rem;
    width: 0.1rem;
    height: 0.1rem;
    position: relative;
    display: inline-block;
  }
  .tab-content .is-plus:before, .tab-content .is-plus:after {
    content: "";
    width: 0.1rem;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .tab-content .is-plus:before {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .tab-content .is-plus:after {
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .tab-content .title.is-plus {
    padding-left: 0;
    margin: 0.2rem 0 0.35rem;
    width: 100%;
  }
  .tab-content .is-border {
    margin: 0.1rem 0.3rem 0;
    border: 1px solid #eaeaea;
    padding: 0.25rem 0.15rem 0.1rem;
  }
  .tab-content .is-border .item {
    margin-bottom: 0.1rem;
  }
  .tab-content .is-border .item .sub-name {
    margin-top: 0;
  }
  .tab-content .is-border + .sub-title {
    margin-top: 0.4rem;
  }
  .tab-content .ft-large span {
    margin: 0 0.1rem;
    font-size: 0.13rem;
  }
  .tab-content .menu-list.item-full .item {
    width: 100%;
    text-align: center;
    display: block;
  }
  .tab-content .group-text {
    padding: 0.25rem 0.15rem;
  }
  .tab-content .group-text p {
    line-height: 1.75;
    letter-spacing: 3.43px;
    text-align: center;
  }
  .tab-content .group-text p ~ p {
    margin-top: 0.25rem;
  }
}

.wow {
  visibility: hidden;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated2x {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated3x {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.breadcrumb-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb-list .item {
  position: relative;
  font-weight: 500;
}
.breadcrumb-list .item ~ .item:before {
  position: absolute;
  content: ">";
  display: inline-block;
}
.breadcrumb-list a {
  color: inherit;
  display: block;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 17px;
  }
  .breadcrumb .wrapper {
    width: 1080px;
  }
  .breadcrumb-list .item {
    line-height: 1.8;
    letter-spacing: 1.5px;
  }
  .breadcrumb-list .item ~ .item {
    margin-left: 23px;
  }
  .breadcrumb-list .item ~ .item:before {
    left: -17px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 6px 0;
    background-color: #fff;
  }
  .breadcrumb .wrapper {
    padding-right: 0.1rem;
  }
  .breadcrumb-list .item {
    font-size: 0.11rem;
    letter-spacing: 1.1px;
  }
  .breadcrumb-list .item ~ .item {
    margin-left: 0.16rem;
  }
  .breadcrumb-list .item ~ .item:before {
    left: -0.11rem;
  }
}
.radio-group .radio-wrapper,
.radio-group .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  color: #333;
}
.radio-group .wpcf7-list-item:last-child .wpcf7-list-item-label {
  padding-right: 0;
  width: auto;
}
.radio-group input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-group input:checked ~ .checkmark:after, .radio-group input:checked + span:after {
  display: block;
}
.radio-group .checkmark,
.radio-group

.wpcf7-list-item-label:before {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #000;
}
.radio-group .wpcf7-list-item-label:before {
  content: "";
}
.radio-group .checkmark:after,
.radio-group .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
  border: solid #000;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 13px;
  top: 2px;
  width: 11px;
  height: 21px;
}
.radio-group .checkmark,
.radio-group .wpcf7-list-item-label:before {
  height: 36px;
  width: 36px;
}

@media print, (min-width: 768px) {
  .radio-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .radio-group .radio-wrapper,
  .radio-group .wpcf7-list-item-label {
    width: 162px;
    height: 36px;
    padding-left: 54px;
    padding-right: 10px;
    margin-bottom: 30px;
    font-size: 17px;
  }
  .radio-group .radio-wrapper.is-narrow,
  .radio-group .wpcf7-list-item-label.is-narrow {
    width: 173px;
  }
  .radio-group .radio-wrapper.is-wide,
  .radio-group .wpcf7-list-item-label.is-wide {
    width: 184px;
  }
  .radio-group .wpcf7-list-item:last-child .wpcf7-list-item-label {
    max-width: 163px;
  }
}
@media only screen and (max-width: 767px) {
  .radio-group {
    margin-top: 21px;
  }
  .radio-group .radio-wrapper,
  .radio-group .wpcf7-list-item-label {
    min-height: 36px;
    padding-left: 48px;
    margin-bottom: 16px;
    font-size: 14px;
  }
}
.textarea,
.input-text {
  border-radius: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  line-height: inherit;
  color: #000;
  -webkit-appearance: none;
}
.textarea:focus, .textarea:hover,
.input-text:focus,
.input-text:hover {
  outline: none;
  box-shadow: none;
}

.textarea::-ms-input-placeholder {
  color: #9c9c9c;
}

.textarea:-ms-input-placeholder {
  color: #9c9c9c;
}

.textarea::placeholder {
  color: #9c9c9c;
  opacity: 1;
}

.input-text::-ms-input-placeholder {
  color: #9c9c9c;
}

.input-text:-ms-input-placeholder {
  color: #9c9c9c;
}

.input-text::placeholder {
  color: #9c9c9c;
  opacity: 1;
}

.input-text {
  border-bottom: 1px solid #000;
}

.textarea {
  position: relative;
  resize: vertical;
  border: 1px solid #000;
}

.text-note {
  display: inline-block;
  background-color: #000;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
  white-space: nowrap;
}

@media print, (min-width: 768px) {
  .textarea,
  .input-text {
    font-size: 17px;
  }

  .input-text {
    padding: 20px 20px 17px;
  }

  .textarea {
    padding: 17px 20px;
    bottom: -24px;
    margin-bottom: 24px;
    height: 320px;
  }

  .text-note {
    padding: 4px 0;
    margin-left: 12px;
    font-size: 12px;
    width: 38px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .text-note {
    padding: 5px 0 4px;
  }
}
@media only screen and (max-width: 767px) {
  .textarea,
  .input-text {
    font-size: 14px;
  }

  .input-text {
    padding: 14px 20px 14px;
  }

  .textarea {
    padding: 20px;
    height: 200px;
  }

  .text-note {
    padding: 4px 0;
    margin-left: 12px;
    font-size: 12px;
    width: 38px;
  }
}
.the-content p {
  margin-bottom: 1em;
}
.the-content img {
  margin-bottom: 1em;
}
.the-content blockquote {
  padding-left: 40px;
}
.the-content ul,
.the-content ol {
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.the-content ol {
  list-style: decimal;
}
.the-content ul {
  list-style: disc;
}
.the-content h1 {
  margin-bottom: 1.5em;
  font-size: 1.8em;
  font-weight: bold;
  line-height: 1.07;
  letter-spacing: 5.65px;
}
.the-content h2 {
  margin-bottom: 1.5em;
  font-size: 1.4em;
  font-weight: bold;
}
.the-content h3 {
  margin-bottom: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.the-content h4,
.the-content h5,
.the-content h6 {
  margin-bottom: 1.5em;
  font-size: 1em;
  font-weight: bold;
}
.the-content b,
.the-content strong {
  font-weight: bold;
}
.the-content i,
.the-content em {
  font-style: italic;
}

/* PAGES
 * ----------------------------------------------- */
/* SECTION TOP LOADING
 * ----------------------------------------------- */
main {
  position: relative;
}

body.pace-running {
  position: fixed;
  width: 100%;
  height: 100%;
}

body.pace-done {
  position: static;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-done .top-loading {
  opacity: 0;
  visibility: hidden;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #fff;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 5px;
}

.page-umi .pace .pace-progress {
  background: #000;
}

.top-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  background-color: #000;
  transition: all 0.5s ease;
}
.top-loading .loading-img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-loading .loading-img img {
  display: block;
  max-width: 100%;
}
.top-loading.umi {
  background-color: #fff;
}

@media print, (min-width: 768px) {
  .top-loading .loading-img {
    width: 332px;
  }
}
@media only screen and (max-width: 767px) {
  .top-loading .loading-img {
    width: 163px;
  }
}
/* SECTION TOP KEYVISUAL
 * ----------------------------------------------- */
.section-top-keyvisual {
  position: relative;
}
.section-top-keyvisual .note {
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
  text-align: center;
  color: #fff;
}
.section-top-keyvisual .keyvisual-slider .item {
  visibility: hidden;
}
.section-top-keyvisual .keyvisual-slider.slick-initialized .item {
  visibility: visible;
}
.section-top-keyvisual .keyvisual-slider img {
  display: block;
  width: 100%;
}
.section-top-keyvisual .sec-content {
  display: none;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 10;
}
.section-top-keyvisual .keyvisual-title img {
  display: block;
  max-width: 100%;
}
.section-top-keyvisual .keyvisual-text {
  color: #fff;
}

@media print, (min-width: 768px) {
  .section-top-keyvisual .note {
    bottom: 85px;
    font-size: 13px;
    line-height: 2.15;
    letter-spacing: 2.63px;
  }
  .section-top-keyvisual .sec-content {
    left: 211px;
  }
  .section-top-keyvisual .keyvisual-title {
    width: 284px;
    margin-bottom: 56px;
  }
  .section-top-keyvisual .keyvisual-text {
    line-height: 2.13;
    letter-spacing: 3.03px;
  }
  .section-top-keyvisual .keyvisual-text p ~ p {
    margin-top: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-keyvisual {
    margin-bottom: 0.3rem;
  }
  .section-top-keyvisual .note {
    bottom: 0.28rem;
    font-size: 0.1rem;
    line-height: 2.8;
    letter-spacing: 2.02px;
  }
  .section-top-keyvisual .sec-content {
    padding: 0 0.43rem;
    top: 55.4%;
  }
  .section-top-keyvisual .keyvisual-title {
    width: 1.37rem;
    margin-bottom: 0.38rem;
  }
  .section-top-keyvisual .keyvisual-text {
    padding-left: 0.05rem;
    font-size: 0.11rem;
    line-height: 2;
    letter-spacing: 2.2px;
  }
  .section-top-keyvisual .keyvisual-text p ~ p {
    margin-top: 0.22rem;
  }
}
/* SECTION TOP ABOUT
 * ----------------------------------------------- */
.section-top-about {
  overflow: hidden;
}
.section-top-about .about-img img {
  display: block;
  max-width: 100%;
}
.section-top-about .about-detail {
  position: relative;
  z-index: 3;
}

@media print, (min-width: 768px) {
  .section-top-about {
    overflow: hidden;
    padding: 172px 0 0;
  }
  .section-top-about .wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-top-about .about-img {
    float: right;
    width: 1021px;
    margin-right: -189px;
    position: relative;
  }
  .section-top-about .sec-title {
    width: 600px;
    margin-bottom: 73px;
    padding-top: 31px;
  }
  .section-top-about .about-text {
    width: 400px;
    line-height: 1.87;
    letter-spacing: 3.03px;
  }
  .section-top-about .about-text p ~ p {
    margin-top: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-about {
    overflow: hidden;
    padding: 0.5rem 0 0;
  }
  .section-top-about .sec-title {
    width: 6rem;
    margin-bottom: 0.28rem;
  }
  .section-top-about .about-img {
    margin: 0 -0.3rem 0.3rem 0.04rem;
  }
  .section-top-about .about-text {
    line-height: 2;
    letter-spacing: 2.28px;
  }
  .section-top-about .about-text p ~ p {
    margin-top: 0.24rem;
  }
}
/* SECTION TOP NEWS
 * ----------------------------------------------- */
.news-list {
  display: none;
}
.news-list.slick-initialized {
  display: block;
}
.news-list .item a {
  display: block;
}
.news-list .item-img img {
  display: block;
  width: 100%;
}
.news-list .item-date {
  display: block;
  text-align: right;
  color: #929292;
}

@media print, (min-width: 768px) {
  .section-top-news {
    padding-top: 134px;
  }
  .section-top-news .wrapper {
    width: 1080px;
  }
  .section-top-news .sec-title {
    margin-bottom: 70px;
  }
  .section-top-news .btn-common {
    width: 141px;
    text-align: left;
  }

  .news-list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -45px 37px;
  }
  .news-list .item {
    width: 390px;
    padding: 0 45px;
  }
  .news-list .item ~ .item {
    border-left: 1px solid #929292;
  }
  .news-list .item:nth-child(3n+1) {
    border-left: none;
  }
  .news-list .item-img {
    margin-bottom: 18px;
  }
  .news-list .item-title {
    margin-bottom: 34px;
    font-size: 17px;
    line-height: 1.76;
    letter-spacing: 3.43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    min-height: 60px;
  }
  .news-list .item-style {
    display: block;
    margin: 21px 0 5px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2.42px;
  }
  .news-list .item-date {
    font-size: 13px;
    line-height: 2.15;
    letter-spacing: 2.63px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-news {
    padding-top: 0.57rem;
  }
  .section-top-news .sec-title {
    margin-bottom: 0.3rem;
    padding-bottom: 0.13rem;
  }
  .section-top-news .slick-list {
    padding: 0 0.3rem;
  }
  .section-top-news .slick-list .slick-slide:hover, .section-top-news .slick-list .slick-slide:focus {
    outline: none;
    box-shadow: none;
  }
  .section-top-news .btn-common {
    margin-right: 0.25rem;
  }

  .news-list {
    margin: 0 -0.3rem 0.1rem;
  }
  .news-list .item {
    padding: 0 0.075rem;
  }
  .news-list .item-img {
    margin-bottom: 0.2rem;
  }
  .news-list .item-title {
    margin-bottom: 0.05rem;
    line-height: 1.67;
    letter-spacing: 2.4px;
  }
  .news-list .item-date {
    margin-right: 0.03rem;
    font-size: 0.11rem;
    line-height: 2.55;
    letter-spacing: 2.22px;
  }
  .news-list .item-style {
    margin-bottom: 0.05rem;
    display: block;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2.42px;
  }
}
/* SECTION TOP MENU
 * ----------------------------------------------- */
.section-top-menu .top-menu-intro {
  position: relative;
}
.section-top-menu .intro-img {
  position: relative;
}
.section-top-menu .intro-img img {
  display: block;
  max-width: 100%;
}

@media print, (min-width: 768px) {
  .section-top-menu {
    padding-top: 145px;
  }
  .section-top-menu .top-menu-intro {
    margin-bottom: 90px;
  }
  /* .section-top-menu .intro-img {
    margin-left: -10px;
  } */
  .section-top-menu .intro-content {
    background-color: #fff;
    position: absolute;
    bottom: 0;
    padding: 71px 10px 5px 24px;
    left: 60%;
    z-index: 1;
  }
  .section-top-menu .sec-title {
    margin-bottom: 41px;
    padding-bottom: 33px;
  }
  .section-top-menu .intro-text {
    font-size: 19px;
    line-height: 2.11;
    letter-spacing: 3.84px;
  }
}
@media print, (min-width: 1530px) {
  .section-top-menu .wrapper {
    width: 1500px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-menu {
    padding-top: 0.45rem;
  }
  .section-top-menu .top-menu-intro {
    padding-bottom: 0.35rem;
  }
  .section-top-menu .sec-title {
    padding-bottom: 0.13rem;
  }
  .section-top-menu .intro-img {
    margin: -0.2rem 0 0.32rem -0.3rem;
  }
  .section-top-menu .intro-text {
    font-size: 0.12rem;
    line-height: 2;
    letter-spacing: 2.28px;
  }
}
/* SECTION TOP STORY
 * ----------------------------------------------- */
.section-top-story .wrapper {
  position: relative;
}
.section-top-story .wrapper .bg-line {
  position: absolute;
  z-index: 1;
  background: url(../img/top/bg_line.png) no-repeat top left/100%;
  pointer-events: none;
}
.section-top-story .story-list .item {
  position: relative;
}
.section-top-story .story-list .item-img img {
  display: block;
  max-width: 100%;
}
.section-top-story .story-list .item-detail {
  position: absolute;
  background-color: #fff;
  z-index: 3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.section-top-story .story-list .item-detail .text img,
.section-top-story .story-list .item-detail .title img {
  display: block;
  max-width: 100%;
}

@media print, (min-width: 768px) {
  .section-top-story {
    padding: 175px 0 430px;
    overflow: hidden;
  }
  .section-top-story .sec-title {
    margin-bottom: 88.5px;
  }
  .section-top-story .wrapper {
    width: 1075px;
  }
  .section-top-story .wrapper .bg-line {
    right: -18px;
    top: 196px;
    width: 1075px;
    height: 105%;
    background: url(../img/top/bg_line.png) no-repeat top left/100%;
  }
  .section-top-story .story-list .item .item-img {
    width: 1088px;
  }
  .section-top-story .story-list .item ~ .item {
    margin-top: 250px;
  }
  .section-top-story .story-list .item.is-top .item-img {
    margin-left: -113px;
    margin-top: 244px;
  }
  .section-top-story .story-list .item.is-top .item-detail {
    top: -108px;
    right: -23px;
    height: 416px;
    padding: 43px 0 0 137px;
  }
  .section-top-story .story-list .item.is-top .item-detail .title {
    margin-left: 88px;
    margin-top: -5px;
  }
  .section-top-story .story-list .item.is-reversed .item-img {
    position: relative;
    right: -150px;
  }
  .section-top-story .story-list .item.is-reversed .item-detail {
    padding: 61px 100px 56px 32px;
    left: -97px;
    bottom: 25px;
  }
  .section-top-story .story-list .item.is-reversed .item-detail .text {
    padding-top: 10px;
  }
  .section-top-story .story-list .item.is-reversed .item-detail .title {
    margin-left: 88px;
  }
  .section-top-story .story-list .item.is-bottom {
    margin-top: 260px;
  }
  .section-top-story .story-list .item.is-bottom .item-img {
    margin-left: -113px;
  }
  .section-top-story .story-list .item.is-bottom .item-detail {
    padding: 119px 100px 47px 100px;
    right: 45px;
    bottom: -333px;
    background-color: transparent;
  }
  .section-top-story .story-list .item.is-bottom .item-detail .title {
    position: relative;
    top: 5px;
    margin-left: 88px;
  }
  .section-top-story .story-list .item.is-bottom .item-detail .text {
    padding-top: 5px;
    transition-delay: 1700ms;

  }
  .section-top-story .story-list .item.is-bottom.fade-in .item-detail:after {
    height: 421px;
  }
  .section-top-story .story-list .item-detail .title {
    margin-left: 99px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-story {
    padding: 0.54rem 0 2.33rem;
    overflow: hidden;
  }
  .section-top-story .wrapper .bg-line {
    right: 0.13rem;
    top: 0.2rem;
    width: 2.64rem;
    height: 118%;
    background: url(../img/top/sp/bg_line.svg) no-repeat top left/100%;
  }
  .section-top-story .sec-title {
    padding-bottom: 0.13rem;
    margin-bottom: 1.43rem;
    text-align: left;
  }
  .section-top-story .sec-title:before {
    left: 0;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .section-top-story .story-list .item .title img,
  .section-top-story .story-list .item .text img {
    width: 100%;
  }
  .section-top-story .story-list .item ~ .item {
    margin-top: 0.83rem;
  }
  .section-top-story .story-list .item.is-top .item-img {
    margin-left: -0.3rem;
    width: 2.82rem;
  }
  .section-top-story .story-list .item.is-top .item-detail {
    padding: 0.21rem 0.28rem 0.2rem 0.37rem;
    top: -1.4rem;
    right: -0.27rem;
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(black));
    background: -o-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, #ffffff, #000000);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(0.09rem, transparent), color-stop(0.09rem, #fff), color-stop(87%, #fff), color-stop(87%, transparent), to(transparent));
    background: -o-linear-gradient(top, transparent 0, transparent 0.09rem, #fff 0.09rem, #fff 87%, transparent 87%, transparent 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0.09rem, #ffffff 0.09rem, #ffffff 87%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  }
  .section-top-story .story-list .item.is-top .item-detail .title {
    width: 0.18rem;
  }
  .section-top-story .story-list .item.is-top .item-detail .text {
    width: 0.68rem;
    margin-top: -0.07rem;
  }
  .section-top-story .story-list .item.is-reversed .item-img {
    margin: 0 -0.3rem 0 0.67rem;
    width: 2.78rem;
  }
  .section-top-story .story-list .item.is-reversed .item-detail {
    left: 0.02rem;
    bottom: -0.36rem;
    padding: 0.36rem 0.16rem 0 0;
    background: #fff;
  }
  .section-top-story .story-list .item.is-reversed .item-detail .text,
  .section-top-story .story-list .item.is-reversed .item-detail .title {
    position: relative;
    top: -0.07rem;
  }
  .section-top-story .story-list .item.is-reversed .item-detail .text {
    width: 0.35rem;
  }
  .section-top-story .story-list .item.is-reversed .item-detail .title {
    width: 0.19rem;
  }
  .section-top-story .story-list .item.is-bottom {
    margin-top: 1rem;
  }
  .section-top-story .story-list .item.is-bottom .item-img {
    width: 3.22rem;
    margin: 0 0 0 -0.3rem;
  }
  .section-top-story .story-list .item.is-bottom .item-detail {
    right: 0.37rem;
    top: 1.65rem;
  }
  .section-top-story .story-list .item.is-bottom .item-detail .text {
    width: 0.42rem;
    transition-delay: 1500ms;
  }
  .section-top-story .story-list .item.is-bottom .item-detail .title {
    width: 0.35rem;
  }
  .section-top-story .story-list .item.is-bottom .item-detail:after {
    content: "";
    width: 200%;
    height: 1.3rem;
    position: absolute;
    right: 0;
    left: 0;
    top: 31%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: height 1.5s 1.5s;
    -o-transition: height 1.5s 1.5s;
    -webkit-transition: height 1.5s;
    -webkit-transition-delay: 1.5s;
    transition: height 1.5s 1.5s;
    background: #fff;
    z-index: -1;
  }
  .section-top-story .story-list .item.is-bottom.fade-in .item-detail:after {
    height: 2.05rem;
  }
  .section-top-story .story-list .item-detail {
    background-color: transparent;
  }
  .section-top-story .story-list .item-detail .title {
    margin-left: 0.26rem;
  }
}
@media only screen and (max-width: 340px) {
  .section-top-story .story-list .item.is-top .item-detail {
    padding: 0.15rem 0.15rem 0.1rem 0.3rem;
    background-color: #fff;
  }
  .section-top-story .story-list .item.is-bottom .item-detail:after {
    height: 1.5rem;
  }
  .section-top-story .story-list .item.is-bottom.fade-in .item-detail:after {
    height: 2.3rem;
  }
}
/* SECTION TOP INSTAGRAM
 * ----------------------------------------------- */
.section-top-instagram {
  background-color: #fafafa;
}
.instafeed iframe {
  margin: 0 auto;
  display: block;
}
.section-top-instagram .instagram-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section-top-instagram .instagram-list a {
  display: block;
}
.section-top-instagram .instagram-list img {
  display: block;
  max-width: 100%;
}

@media print, (min-width: 768px) {
  .section-top-instagram {
    background-color: #fafafa;
    padding: 87px 0 130px;
  }
  .section-top-instagram .wrapper {
    width: 1150px;
  }
  .section-top-instagram .sec-title {
    margin-bottom: 70px;
  }
  .section-top-instagram .instagram-list {
    margin: 0 -25px;
  }
  .section-top-instagram .instagram-list li {
    width: 250px;
    margin: 0 25px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-instagram {
    padding: 0.4rem 0 0.25rem;
    background-color: #fafafa;
  }
  .section-top-instagram .sec-title {
    margin-bottom: 0.5rem;
    padding-bottom: 0.13rem;
  }
  .section-top-instagram .instagram-list {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .section-top-instagram .instagram-list li {
    width: calc(50% - .075rem);
    margin: 0 0 0.15rem;
    display: none;
  }
  .section-top-instagram .instagram-list li:nth-child(-n+6) {
    display: block;
  }
}
/* SECTION TOP ACCESS
 * ----------------------------------------------- */
.section-top-access {
  position: relative;
}
.section-top-access .col-right {
  overflow: hidden;
}
.section-top-access .col-right iframe {
  width: 300%;
  height: 100%;
  margin-left: -100%;
}
.section-top-access .add {
  display: block;
}
.section-top-access .add small {
  display: block;
}
.section-top-access .table-info {
  width: 100%;
}
.section-top-access .table-info th,
.section-top-access .table-info td {
  line-height: 1;
}

@media print, (min-width: 768px) {
  .section-top-access .wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .section-top-access .col-right {
    overflow: hidden;
    width: calc(50% + 30px);
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
  }
  .section-top-access .col-left {
    padding: 75px 0 93px 66px;
    width: 45%;
  }
  .section-top-access .sec-title {
    margin-bottom: 42px;
    padding-bottom: 30px;
  }
  .section-top-access .add {
    line-height: 2;
    letter-spacing: 3px;
    margin-bottom: 20px;
  }
  .section-top-access .add small {
    font-size: 14px;
  }
  .section-top-access .distance {
    margin-bottom: 53px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 2.31;
    letter-spacing: 2.63px;
  }
  .section-top-access .table-info th,
  .section-top-access .table-info td {
    padding: 11px 0;
    letter-spacing: 3.03px;
  }
  .section-top-access .table-info th {
    width: 100px;
  }
  .section-top-access .table-info .is-higher th,
  .section-top-access .table-info .is-higher td {
    padding-top: 59px;
  }
  .section-top-access .table-info .extend th{
    padding-top: 59px;
  }
  .section-top-access .table-info .is-higher a {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-access {
    padding: 0.53rem 0 0;
  }
  .section-top-access .col-right {
    height: 2.58rem;
    margin: 0.25rem -0.3rem 0;
  }
  .section-top-access .sec-title {
    margin-bottom: 0.34rem;
    padding-bottom: 0.13rem;
  }
  .section-top-access .add {
    margin-bottom: 0.27rem;
    line-height: 1.67;
    letter-spacing: 2.42px;
  }
  .section-top-access .distance {
    margin-bottom: 0.3rem;
    margin-right: -0.15rem;
    font-size: 0.11rem;
    line-height: 2.18;
    letter-spacing: 2.2px;
  }
  .section-top-access .table-info th,
  .section-top-access .table-info td {
    padding-bottom: 0.14rem;
    line-height: 1.25;
    letter-spacing: 2.42px;
  }
  .section-top-access .table-info th {
    width: 0.8rem;
  }
  .section-top-access .table-info .is-higher th,
  .section-top-access .table-info .is-higher td {
    padding: 0.22rem 0 0.07rem;
  }
}
/* SECTION TOP LINE
 * ----------------------------------------------- */
.section-top-line {
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}
.section-top-line .col-left img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

@media print, (min-width: 768px) {
  .section-top-line {
    padding: 120px 0;
  }
  .section-top-line .wrapper {
    width: 1080px;
    padding: 50px 50px 47px 267px;
    border: solid 1px #eaeaea;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .section-top-line .col-left {
    width: 113px;
    margin-right: 55px;
  }
  .section-top-line .col-right .line-title {
    margin-bottom: 24px;
    line-height: 1.4;
    letter-spacing: 3.03px;
  }
  .section-top-line .col-right .line-step li {
    font-size: 13px;
    line-height: 1.62;
    letter-spacing: 2.63px;
  }
  .section-top-line .col-right .line-step li ~ li {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 767px) {
  .section-top-line {
    padding: 0.6rem 0;
  }
  .section-top-line .col-left {
    width: 1.16rem;
    margin: 0 auto 0.32rem;
  }
  .section-top-line .col-left .line-link {
    display: block;
  }
  .section-top-line .col-right .line-title {
    margin-bottom: 0.14rem;
    text-align: center;
    font-size: 0.14rem;
    line-height: 1.5;
    letter-spacing: 2.83px;
  }
  .section-top-line .col-right .line-step li {
    line-height: 1.75;
    letter-spacing: 2.42px;
    margin-left: 8%;
  }
  .section-top-line .col-right .line-step li ~ li {
    margin-top: 0.08rem;
  }
}
.sec-news-list .menu-tabs {
  background-color: #fff;
}
.sec-news-list .btn-common {
  position: relative;
}

.news-share {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.news-share .social-icons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.news-share .social-icons a {
  display: block;
}

.nav-page {
  position: relative;
}
.nav-page .btn-prev,
.nav-page .btn-home,
.nav-page .btn-next {
  position: absolute;
}
.nav-page .btn-home {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print, (min-width: 768px) {
  .nav-page {
    height: 45px;
  }
  .nav-page .btn-prev,
  .nav-page .btn-home,
  .nav-page .btn-next {
    bottom: 4px;
  }
  .nav-page .btn-prev {
    left: 0;
  }
  .nav-page .btn-home {
    left: 51%;
  }
  .nav-page .btn-next {
    right: 0;
    bottom: 0;
  }

  .sec-news-list {
    padding: 84px 0 63px;
  }
  .sec-news-list .wrapper {
    width: 1080px;
  }
  .sec-news-list .sec-title {
    padding-bottom: 25px;
  }
  .sec-news-list .sec-title:before {
    height: 1.5px;
  }
  .sec-news-list .news-list {
    margin-bottom: 0;
  }
  .sec-news-list .news-list .item {
    margin-bottom: 96px;
  }
  .sec-news-list .menu-tabs {
    padding-top: 62px;
  }
  .sec-news-list .menu-tabs .tab-list {
    margin-bottom: 60px;
  }
  .sec-news-list .item-title {
    margin-bottom: 9px;
  }
  .sec-news-list .item-date {
    line-height: 1.9;
  }
  .sec-news-list .btn-common {
    top: -48px;
    width: 141px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .nav-page {
    height: 1.16rem;
  }
  .nav-page .btn-prev,
  .nav-page .btn-next {
    top: 0;
  }
  .nav-page .btn-prev {
    left: 0;
  }
  .nav-page .btn-home {
    bottom: -1px;
    left: 50%;
  }
  .nav-page .btn-next {
    right: 0;
  }

  .sec-news-list {
    padding: 0.48rem 0 0.25rem;
  }
  .sec-news-list .sec-title {
    padding-bottom: 0.13rem;
  }
  .sec-news-list .sec-title:before {
    height: 1.5px;
  }
  .sec-news-list .news-list {
    margin: 0;
    padding: 0 0.3rem;
    display: block;
  }
  .sec-news-list .news-list .item {
    display: none;
  }
  .sec-news-list .news-list .item:nth-child(-n+10) {
    display: block;
  }
  .sec-news-list .news-list .item ~ .item {
    margin-top: 0.42rem;
  }
  .sec-news-list .news-list .item-style {
    margin-bottom: 0.09rem;
  }
  .sec-news-list .menu-tabs {
    padding-top: 0.21rem;
  }
  .sec-news-list .menu-tabs .tab-list {
    white-space: nowrap;
    margin-bottom: 0.2rem;
  }
  .sec-news-list .menu-tabs .tab-link {
    font-size: 0.12rem;
  }
  .sec-news-list .item-title {
    margin-bottom: 0.09rem;
  }
  .sec-news-list .item-date {
    line-height: 1.9;
  }
  .sec-news-list .btn-common {
    margin-right: 0.62rem;
    margin-top: 0.15rem;
    font-size: 0.12rem;
    letter-spacing: 2.42px;
  }
  .sec-news-list .btn-common.btn-prev {
    margin-left: 0.35rem;
  }
  .sec-news-list .btn-common.btn-prev:after {
    padding: 0.055rem 0.63rem;
  }
  .sec-news-list .btn-common:after {
    left: 0;
    bottom: 0.06rem;
    padding: 0.055rem 0.46rem;
  }
}
.sec-news-detail .news-img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.sec-news-detail .news-style {
  display: block;
}
.sec-news-detail .date {
  display: block;
  color: #929292;
}

.the-content .link {
  display: inline-block;
  word-break: break-word;
}

@media print, (min-width: 768px) {
  .sec-news-detail {
    padding: 120px 0 176px;
  }
  .sec-news-detail .wrapper {
    width: 1080px;
  }
  .sec-news-detail .news-img {
    margin: 0 auto 55px;
  }
  .sec-news-detail .news-style {
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 3.03px;
  }
  .sec-news-detail .news-title {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.07;
    letter-spacing: 5.65px;
  }
  .sec-news-detail .date {
    margin-bottom: 70px;
    font-size: 12px;
    letter-spacing: 2.42px;
  }

  .the-content p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 3.23px;
  }
  .the-content .link {
    text-indent: 31px;
  }

  .news-share {
    margin: 145px 0 105px;
  }
  .news-share .text {
    margin-right: 64px;
    font-size: 12px;
    letter-spacing: 1.17px;
  }
  .news-share .social-icons li ~ li {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-news-detail {
    padding: 0.3rem 0 0.7rem;
  }
  .sec-news-detail .news-img {
    margin: 0 auto 0.25rem;
  }
  .sec-news-detail .news-style {
    margin-bottom: 0.12rem;
    font-weight: 500;
    letter-spacing: 2.42px;
  }
  .sec-news-detail .news-title {
    font-size: 0.16rem;
    line-height: 1.88;
    letter-spacing: 3.23px;
  }
  .sec-news-detail .date {
    margin-bottom: 0.4rem;
    font-size: 0.11rem;
    line-height: 2.55;
    letter-spacing: 2.22px;
  }

  .the-content p {
    margin-bottom: 0.25rem;
    font-size: 0.14rem;
    line-height: 2;
    letter-spacing: 2.83px;
  }
  .the-content .link {
    text-indent: 0.31rem;
  }

  .news-share {
    margin: 0.55rem 0 0.5rem;
  }
  .news-share .text {
    margin-right: 0.64rem;
    font-size: 0.11rem;
    letter-spacing: 1.17px;
  }
  .news-share .social-icons li ~ li {
    margin-left: 0.32rem;
  }

  .nav-page {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec-contact .sec-title:before {
  height: 1px;
}
.sec-contact .wpcf7c-conf {
  background-color: #fff;
  padding: 0;
  border: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 40px white inset !important;
}

@media print, (min-width: 768px) {
  .sec-contact-thanks {
    padding: 85px 0 342px;
  }

  .sec-contact .sec-title {
    padding-bottom: 25px;
  }
  .sec-contact .sec-text {
    margin: 68px 0 117px;
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: 3.43px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contact-thanks {
    padding: 0.35rem 0 0.7rem;
  }

  .sec-contact .sec-title {
    padding-bottom: 0.13rem;
  }
  .sec-contact .sec-text {
    margin: 0.25rem 0 0.75rem;
    line-height: 2;
    letter-spacing: 2.42px;
  }
}
.contact-table {
  width: 100%;
}
.contact-table th {
  color: #333;
}

.sec-contact-confirm .btn-common.btn-prev,
.sec-contact-top .btn-common.btn-prev {
  position: relative;
  text-align: center !important;
  height: 37px;
}
.sec-contact-confirm .btn-common.btn-prev input,
.sec-contact-top .btn-common.btn-prev input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print, (min-width: 768px) {
  .contact-table {
    margin-bottom: 119px;
  }
  .contact-table tr ~ tr th,
  .contact-table tr ~ tr td {
    padding-top: 91px;
  }
  .contact-table th,
  .contact-table td {
    vertical-align: baseline;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.59;
  }
  .contact-table th {
    min-width: 325px;
  }

  .sec-contact-confirm,
  .sec-contact-top {
    padding: 85px 0 222px;
  }
  .sec-contact-confirm .wrapper,
  .sec-contact-top .wrapper {
    width: 1080px;
  }
  .sec-contact-confirm .btn-wrapper,
  .sec-contact-top .btn-wrapper {
    margin: 0 0 50px 10px;
  }
  .sec-contact-confirm .btn-common.btn-prev,
  .sec-contact-top .btn-common.btn-prev {
    margin-left: 28px;
    padding-right: 25px;
  }
  .sec-contact-confirm .btn-common.btn-prev:after,
  .sec-contact-top .btn-common.btn-prev:after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-table {
    margin-bottom: 0.3rem;
    display: block;
  }
  .contact-table th,
  .contact-table td {
    display: block;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 1.59;
  }
  .contact-table th {
    margin-top: 0.3rem;
    font-size: 0.17rem;
  }
  .contact-table td {
    margin-top: 0.11rem;
    font-size: 0.14rem;
    color: #333;
    line-height: 2;
  }

  .sec-contact-confirm,
  .sec-contact-top {
    padding: 0.33rem 0 0.73rem;
  }
  .sec-contact-confirm .sec-text,
  .sec-contact-top .sec-text {
    margin-bottom: 0.28rem;
  }
  .sec-contact-confirm .btn-common.btn-prev,
  .sec-contact-top .btn-common.btn-prev {
    margin-left: 0.28rem;
    padding-right: 0.25rem;
  }
}
.sec-contact-top .btn-wrapper {
  position: relative;
}
.sec-contact-top .btn-large {
  letter-spacing: normal;
}
.sec-contact-top .btn-large:after {
  border-color: #707070;
}
.sec-contact-top .contact-table th {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sec-contact-top .wpcf7-list-item {
  margin: 0;
}

@media print, (min-width: 768px) {
  .sec-contact-top {
    padding: 83px 0 170px;
  }
  .sec-contact-top .sec-text {
    margin-bottom: 117px;
  }
  .sec-contact-top .wrapper {
    width: 1080px;
  }
  .sec-contact-top .btn-wrapper {
    margin: 0 0 50px 5px;
  }
  .sec-contact-top .btn-wrapper.btn-large {
    margin: 115px 0 50px 5px;
  }
  .sec-contact-top .btn-common.btn-prev {
    padding: 8px 10px 5px 0;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
  }
  .sec-contact-top .btn-common.btn-prev input {
    cursor: pointer;
  }
  .sec-contact-top .contact-table {
    margin-bottom: 92px;
  }
  .sec-contact-top .contact-table th,
  .sec-contact-top .contact-table td {
    vertical-align: top;
  }
  .sec-contact-top .contact-table tr ~ tr td {
    padding-top: 0;
  }
  .sec-contact-top .contact-table tr.tr-name td {
    padding-top: 0;
  }
  .sec-contact-top .contact-table tr.tr-location td, .sec-contact-top .contact-table tr.tr-name td, .sec-contact-top .contact-table tr.tr-email td, .sec-contact-top .contact-table tr.tr-phone td {
    padding-bottom: 73px;
  }
  .sec-contact-top .contact-table tr.tr-inquiry-type td {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .sec-contact-top .contact-table tr.tr-name th, .sec-contact-top .contact-table tr.tr-email th, .sec-contact-top .contact-table tr.tr-phone th, .sec-contact-top .contact-table tr.tr-inquiry-content th {
    padding-top: 20px;
  }
  .sec-contact-top .contact-table th {
    padding: 4px 5px 0 0;
    width: 292px;
    min-width: auto;
  }
  .sec-contact-top .contact-table td {
    padding-bottom: 50px;
    width: 788px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contact-top {
    padding: 34px 0 21px;
  }
  .sec-contact-top .sec-text {
    margin-bottom: 65px;
  }
  .sec-contact-top .btn-wrapper {
    margin: 0 0 50px;
  }
  .sec-contact-top .btn-wrapper.btn-large {
    margin-top: 100px;
  }
  .sec-contact-top .btn-common.btn-prev {
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 0.53rem;
  }
  .sec-contact-top .contact-table {
    margin-bottom: 50px;
  }
  .sec-contact-top .contact-table,
  .sec-contact-top .contact-table tbody,
  .sec-contact-top .contact-table tr,
  .sec-contact-top .contact-table td {
    display: block;
  }
  .sec-contact-top .contact-table tr.tr-inquiry-type th, .sec-contact-top .contact-table tr.tr-name th {
    margin-top: 37px;
  }
  .sec-contact-top .contact-table tr.tr-phone {
    margin-top: 68px;
  }
  .sec-contact-top .contact-table tr.tr-inquiry-content {
    margin-top: 54px;
  }
  .sec-contact-top .contact-table tr.tr-inquiry-content td {
    margin-top: 20px;
  }
  .sec-contact-top .contact-table tr:first-child th {
    margin-top: 0;
  }
  .sec-contact-top .contact-table th {
    margin-top: 37px;
    padding-right: 10px;
    min-width: auto;
  }
  .sec-contact-top .wpcf7-list-item {
    display: block;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.sec-umi {
  position: relative;
}
.sec-umi:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.sec-umi .umi-bg img {
  display: block;
  width: 100%;
}
.sec-umi .wrapper {
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
}
.sec-umi .umi-logo {
  opacity: 0;
}
.sec-umi .umi-logo.hide {
  animation: fadeout 1s forwards !important;
}
.sec-umi .umi-logo.show {
  animation: fadein 2.5s forwards;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
.sec-umi .umi-logo img {
  display: block;
  width: 100%;
}
.sec-umi .umi-title {
  color: #fff;
  opacity: 0;
}
.sec-umi .umi-title.hide {
  animation: fadeout 1s forwards !important;
}
.sec-umi .umi-title.show {
  animation: fadein 2.5s forwards;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
.sec-umi .umi-title .block {
  display: block;
}
.sec-umi .umi-title .highlight {
  display: inline-block;
  position: relative;
  color: #fff;
}
.sec-umi .umi-title .highlight:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #000;
  width: 100%;
}
.sec-umi .umi-time {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
}
.sec-umi .umi-time.hide {
  animation: fadeout 1s forwards !important;
}
.sec-umi .umi-time.show {
  animation: fadein 2.5s forwards;
  animation-delay: 1s;
  animation-iteration-count: 1;
}
.sec-umi .umi-time .is-large {
  display: block;
  font-weight: 500;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .sec-umi {
    min-height: 1500px;
  }
  .sec-umi:before {
    height: 900px;
  }
  .sec-umi .wrapper {
    top: 180px;
  }
  .sec-umi .umi-logo {
    width: 363px;
    margin: 0 auto 47px;
  }
  .sec-umi .umi-title {
    margin-bottom: 31px;
    font-size: 35px;
    line-height: 2.29;
    letter-spacing: 16.8px;
  }
  .sec-umi .umi-title .highlight {
    padding-left: 21px;
    margin-left: -15px;
  }
  .sec-umi .umi-title .highlight:after {
    height: 62px;
  }
  .sec-umi .umi-time {
    font-size: 36px;
    letter-spacing: 7.27px;
  }
  .sec-umi .umi-time .is-large {
    margin-bottom: 11px;
    font-size: 96px;
    letter-spacing: 5.76px;
  }
}
@media print, (min-width: 1600px) {
  .sec-umi .wrapper {
    top: 252px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-umi {
    min-height: 5rem;
  }
  .sec-umi:before {
    height: 5rem;
  }
  .sec-umi .wrapper {
    top: 2.4rem;
    width: 100%;
  }
  .sec-umi .umi-logo {
    width: 166px;
    margin: 0 auto 23px;
  }
  .sec-umi .umi-title {
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 2.29;
    letter-spacing: 6.72px;
  }
  .sec-umi .umi-title .highlight {
    padding-left: 13px;
  }
  .sec-umi .umi-title .highlight:after {
    height: 26px;
  }
  .sec-umi .umi-time {
    font-size: 14px;
    letter-spacing: 2.83px;
  }
  .sec-umi .umi-time .is-large {
    margin-bottom: 6px;
    font-size: 40px;
    letter-spacing: 2.4px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .sec-umi .wrapper {
    top: 100px;
  }
}
@media screen and (max-width: 650px) and (orientation: landscape) {
  .sec-umi .wrapper {
    top: 80px;
  }
}
.sec-umi-detail {
  position: relative;
  z-index: 3;
}
.sec-umi-detail .detail-title {
  letter-spacing: 0.2em;
}
.sec-umi-detail .sub-title {
  display: block;
  letter-spacing: 0.2em;
}
.sec-umi-detail .detail-text {
  letter-spacing: 0.18em;
  line-height: 2.12;
}

.section-google-qr {
  background-color: #fff;
  padding: 0;
}
.section-google-qr .line-step a {
  text-decoration: underline;
}

.text-more {
  letter-spacing: 0.2em;
  line-height: 2.12;
}

@media print, (min-width: 768px) {
  .sec-umi-detail {
    margin-top: -928px;
    padding-top: 429px;
  }
  .sec-umi-detail .wrapper {
    width: 1080px;
  }
  .sec-umi-detail .detail-title {
    font-size: 34px;
  }
  .sec-umi-detail .sub-title {
    margin: 5px 0 92px;
    font-size: 20px;
  }
  .sec-umi-detail .detail-text {
    margin-bottom: 60px;
    font-size: 17px;
    letter-spacing: 0.18em;
  }
  .sec-umi-detail .detail-text p ~ p {
    margin-top: 35px;
  }

  .section-google-qr {
    margin-bottom: 58px;
    margin-top: -5px;
    position: relative;
    z-index: 2;
  }

  .text-more {
    position: relative;
    z-index: 2;
    margin-bottom: 18px;
    font-size: 17px;
  }
  .text-more .wrapper {
    width: 1080px;
  }

  .section-top-news.news-umi {
    margin-bottom: 178px;
    position: relative;
    z-index: 9;
  }
  .section-top-news.news-umi .sec-title {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-umi-detail {
    padding-top: 1.33rem;
    margin-top: -2rem;
  }
  .sec-umi-detail .detail-title {
    font-size: 0.18rem;
  }
  .sec-umi-detail .sub-title {
    margin: 0.05rem 0 0.35rem;
    font-size: 0.14rem;
  }
  .sec-umi-detail .detail-text {
    margin-bottom: 0.47rem;
    font-size: 0.14rem;
    letter-spacing: 0.09em;
  }
  .sec-umi-detail .detail-text p ~ p {
    margin-top: 0.23rem;
  }

  .section-google-qr {
    margin-bottom: 0.43rem;
    margin-top: -0.05rem;
  }
  .section-google-qr .col-left {
    width: 1.33rem;
    margin: 0 auto;
  }

  .text-more {
    margin-bottom: 0;
    font-size: 0.14rem;
    letter-spacing: 0.08em;
  }
  .text-more .wrapper {
    padding-right: 0.25rem;
  }

  .section-top-news.news-umi {
    padding-top: 0.4rem;
    margin-bottom: 0.7rem;
  }
  .section-top-news.news-umi .sec-title {
    margin-bottom: 0.3rem;
    padding-top: 0.13rem;
  }
  .section-top-news.news-umi .news-list .item-title {
    margin-bottom: 0.25rem;
  }
}
span.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-top: 5px !important;
}
div.wpcf7-response-output {
  padding: 10px 0 !important;
  font-size: 12px;
  color: #f00 !important;
  border: 0 !important;
  margin-left: 0 !important
}

/* Bg TOP scroll animation */

.story-list .text {
  opacity: 0;
  transition: opacity 2.5s;
}
.story-list .animated .text {
  opacity: 1;
}

/* .story-list .text .delay03 {
  opacity: 0;
  transition: opacity 5s;
}
.story-list .animated .text  .delay03{
  opacity: 1;
} */
.story-list .item-img .shape {
  position: absolute;
  background: #fff;
  z-index: 2;
}
.story-list .animated .item-img img {
  opacity: 1;
  transform: scale(1.01);
}
.story-list .text {
  transition-delay: 800ms;
}

.story-list .item-img {
  position: relative;
  overflow: hidden;
}
.story-list .item-img img {
  transform: scale(0.95);
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease 1s;
}
.shape.shape01-1 {
  top: 0;
  right: 0;
}
.shape.shape02-1 {
  left: 0;
  bottom: 0;
}
.shape.shape02-2 {
  right: 0;
  bottom: 0;
}
.shape.shape03-1 {
  left: 0;
  top: 0;
}
.shape.shape03-2 {
  right: 0;
  bottom: 0;
}
@media print, (min-width: 768px) {
  .shape.shape01-1 {
    width: 335px;
    height: 335px;
  }
  .shape.shape02-1 {
    width: 170px;
    height: 495px;
  }
  .shape.shape02-2 {
    width: 385px;
    height: 185px;
  }
  .shape.shape03-1 {
    width: 414px;
    height: 130px;
  }
  .shape.shape03-2 {
    height: 260px;
    width: 545px;
  }
}
@media only screen and (max-width: 767px) {
  .shape.shape01-1 {
    width: 31%;
    height: 49%;
  }
  .shape.shape02-1 {
    width: 16%;
    height: 72%;
  }
  .shape.shape02-2 {
    width: 36%;
    height: 27%;
  }
  .shape.shape03-1 {
    width: 38%;
    height: 19%;
  }
  .shape.shape03-2 {
    width: 50%;
    height: 37%;
  }
}
/* .target{
  pointer-events: none;
} */

@media only screen and (max-width: 767px) {
.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex; }
}

span.wpcf7-radio {
  margin-right: 30%;
}

@media only screen and (max-width: 767px){
  .sec-umi .umi-logo.hide {
    animation: fadeout 1s forwards !important;
  }
  .sec-umi .umi-logo.show {
    animation: fadein 2.5s forwards;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
  }
  .sec-umi .umi-title.hide {
    animation: fadeout 1s forwards !important;
  }
  .sec-umi .umi-title.show {
    animation: fadein 2.5s forwards;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
  }
  .sec-umi .umi-time.hide {
    animation: fadeout 1s forwards !important;
  }
  .sec-umi .umi-time.show {
    animation: fadein 2.5s forwards;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
  }
}

.col-right{
  margin-top: 3%;
}

.col-right .md {
  margin-top: 1.2%;
}