* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
p,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
section,
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;
}

body {
  font-size: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 400;
  width: 100%;
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: bottom;
}

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

ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

a:focus {
  outline: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

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

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

svg {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  font-family: YakuHanMP, "fot-tsukumin-pr6n", serif;
  color: #000;
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}

@media (max-width: 1025px) {
  body {
    font-size: 14px;
  }
}

.t_inner {
  width: 1200px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1025px) {
  .t_inner {
    width: 88%;
  }
}

.t_wrap {
  width: 1000px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1025px) {
  .t_wrap {
    width: 88%;
  }
}

.t_ctns {
  width: 800px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1025px) {
  .t_ctns {
    width: 88%;
  }
}

.t_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.t_pc_only {
  display: block !important;
}

@media (max-width: 1025px) {
  .t_pc_only {
    display: none !important;
  }
}

.t_sp_only {
  display: none !important;
}

@media (max-width: 1025px) {
  .t_sp_only {
    display: block !important;
  }
}

.t_notLink {
  pointer-events: none !important;
  cursor: none !important;
  opacity: 0.6;
}

.t_ryumin {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.t_trajan {
  font-family: "trajan-pro-3", serif;
  font-weight: 300;
  font-style: normal;
}

.sa {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sa--up {
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
}

figure {
  position: relative;
}

figure .p_fig-capB-right {
  position: absolute;
  color: #000;
  font-size: 12px;
  bottom: 5px;
  right: 8px;
  line-height: 1.3;
  z-index: 2;
}

@media (max-width: 1025px) {
  figure .p_fig-capB-right {
    font-size: 10px;
  }
}

figure .p_fig-capW-right {
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  right: 8px;
  line-height: 1.3;
  z-index: 2;
  color: #fff;
}

@media (max-width: 1025px) {
  figure .p_fig-capW-right {
    font-size: 10px;
  }
}

figure .p_fig-capB-left {
  position: absolute;
  left: 8px;
  bottom: 5px;
  font-size: 12px;
  color: #000;
  line-height: 1.3;
  z-index: 2;
}

@media (max-width: 1025px) {
  figure .p_fig-capB-left {
    font-size: 10px;
  }
}

figure .p_fig-capW-left {
  position: absolute;
  left: 8px;
  bottom: 8px;
  font-size: 12px;
  line-height: 1.3;
  z-index: 2;
  color: #fff;
}

@media (max-width: 1025px) {
  figure .p_fig-capW-left {
    font-size: 10px;
  }
}

figure .p_fig-capBg-left {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(black),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(left, black, transparent);
  background-image: -o-linear-gradient(left, black, transparent);
  background-image: linear-gradient(to right, black, transparent);
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  z-index: 2;
}

@media (max-width: 1025px) {
  figure .p_fig-capBg-left {
    font-size: 10px;
  }
}

figure .p_fig-capBg-right {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(black),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(right, black, transparent);
  background-image: -o-linear-gradient(right, black, transparent);
  background-image: linear-gradient(to left, black, transparent);
  padding: 10px;
  text-align: right;
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  z-index: 2;
}

@media (max-width: 1025px) {
  figure .p_fig-capBg-right {
    font-size: 10px;
  }
}

figure .p_fig-capB-outRight {
  color: #000;
  font-size: 12px;
  display: block;
  text-align: right;
  margin: 5px 0 0;
  line-height: 1.3;
  z-index: 2;
}

@media (max-width: 1025px) {
  figure .p_fig-capB-outRight {
    font-size: 10px;
  }
}

.p_new {
  position: absolute;
  background-color: #f4d823;
  color: #000;
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.3px;
  font-style: normal;
  top: -13px;
  left: 3.5px;
  padding: 1px 5px 3px;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 1025px) {
  .p_new {
    top: -13px;
    left: -1px;
  }
}

.p_footnote {
  padding: 50px 0;
  font-size: 12px;
  line-height: 1.5;
}

.p_footnote li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.p_footnote li i {
  display: inline-block;
  font-style: normal;
  width: auto;
  margin: 0 5px 0 0;
}

@media (max-width: 1025px) {
  .p_footnote {
    padding: 0 0 30px;
  }
}

.p_recommend {
  padding: 50px 0;
}

@media (max-width: 1025px) {
  .p_recommend {
    padding: 40px 0;
  }
}

.p_btn {
  display: block;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-size: 26px;
  padding: 20px 0;
  margin: 0 auto;
}

.p_btn i {
  display: block;
  margin: 0 0 10px;
  font-size: 30px;
}

.p_btn span {
  display: block;
  font-size: 15px;
  margin: 0 0 10px;
}

.p_btn:hover {
  opacity: 0.5;
}

.p_btn.__entry {
  background-color: #7c1d22;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  /* max-width: 400px; */
  /* width: 80% */
  width: 100%;
}

.p_btn.__reserve {
  background-color: #1f2d5a;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  /* max-width: 400px; */
  /* width: 80% */
  width: 100%;
}

/* .p_btn.__reserve {
    background-image: -webkit-gradient(linear, left top, right top, from(#CFD629), to(#464A00));
    background-image: -webkit-linear-gradient(left, #CFD629, #464A00);
    background-image: -o-linear-gradient(left, #CFD629, #464A00);
    background-image: linear-gradient(to right, #CFD629, #464A00);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

.p_btn.__reserve:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#464A00), to(#CFD629));
    background-image: -webkit-linear-gradient(left, #464A00, #CFD629);
    background-image: -o-linear-gradient(left, #464A00, #CFD629);
    background-image: linear-gradient(to right, #464A00, #CFD629)
} */

@media (max-width: 1025px) {
  .p_btn {
    font-size: 23px;
  }

  .p_btn span {
    font-size: 14px;
  }

  .p_btn i {
    font-size: 30px;
  }
}

@media (max-width: 550px) {
  .p_btn {
    font-size: 20px;
  }

  .p_btn span {
    font-size: 12px;
  }

  .p_btn i {
    font-size: 25px;
  }
}

.p_entry {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  padding: 120px 0;
}

.p_entry-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.p_entry-item {
  width: 40%;
}

.p_entry p {
  font-size: 18px;
  margin: 0 0 15px;
  letter-spacing: 0.25rem;
  position: relative;
}

.p_entry p::before,
.p_entry p::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  width: 1px;
  height: 1.2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.p_entry p::before {
  transform: rotate(-35deg);
}

.p_entry p::after {
  transform: rotate(35deg);
}

.p_entry h6 {
  color: #7c1d22;
  font-weight: bold;
  font-size: 60px;
  margin: 0 0 40px;
}

@media (max-width: 1025px) {
  .p_entry {
    padding: 50px 0;
  }

  /* .p_entry p {
        line-height: 1.5;
        font-size: 18px;
        margin: 0 0 30px
    } */

  .p_entry h6 {
    font-size: 50px;
    margin: 0 0 30px;
  }

  .p_entry-flex {
    flex-direction: column;
  }

  .p_entry-item {
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 550px) {
  .p_entry {
    padding: 30px 0;
  }

  .p_entry p {
    font-size: 14px;
    margin: 0 0 10px;
  }

  .p_entry h6 {
    font-size: 35px;
  }

  .p_entry-item {
    width: 100%;
  }
}

.p_page-ttl {
  text-align: center;
  letter-spacing: 5px;
  font-size: 15px;
  padding: 80px 0;
}

.p_page-ttl span {
  display: block;
  font-size: 50px;
  margin: 0 0 5px;
}

@media (max-width: 1025px) {
  .p_page-ttl {
    padding: 60px 0;
  }
}

@media (max-width: 550px) {
  .p_page-ttl {
    padding: 40px 0;
    letter-spacing: 3px;
  }

  .p_page-ttl span {
    font-size: 40px;
  }
}

.p_pageMv {
  position: relative;
  overflow: hidden;
}

.p_pageMv img {
  -webkit-animation: fadeInMv 1s ease 0s forwards;
  animation: fadeInMv 1s ease 0s forwards;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.p_pageMv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.p_pageMv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
  font-weight: 300;
  letter-spacing: 3px;
  font-size: 50px;
}

.p_pageMv-ttl span {
  display: block;
  line-height: 1.4;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 0 0 50px;
}

@media (max-width: 1025px) {
  .p_pageMv-ttl span {
    font-size: 13px;
    margin: 0 0 40px;
  }
}

@media (max-width: 550px) {
  .p_pageMv-ttl {
    font-size: 40px;
  }

  .p_pageMv-ttl span {
    font-size: 12px;
    margin: 0 0 30px;
  }
}

@-webkit-keyframes fadeInMv {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fadeInMv {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.p_pageLead-ttl {
  text-align: center;
  display: block;
  width: 290px;
  margin: 0 auto 40px;
}

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

.p_pageLead-txt dt {
  color: #003c4b;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 2px;
  font-size: 25px;
  margin: 0 0 20px;
}

.p_pageLead-txt .blackTtl {
  color: #000;
}

.p_pageLead-txt dd {
  line-height: 2.3;
  letter-spacing: 1px;
}

.p_pageLead-txt dd small {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
}

.p_pageLead-txt .txt_left {
  text-align: left;
}

.p_pageLead-txt .txtWhite {
  color: #fff;
}

@media (max-width: 1025px) {
  .p_pageLead-ttl {
    width: 40%;
    margin: 0 auto 30px;
  }

  .p_pageLead-txt dt {
    line-height: 1.7;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin: 0 0 15px;
  }

  .p_pageLead-txt dd {
    letter-spacing: 0.3px;
    font-size: 15px;
  }

  .p_pageLead-txt dd small {
    margin: 10px 0 0;
    font-size: 10px;
  }

  .p_pageLead-txt .txt_leftSp {
    text-align: left;
  }
}

@media (max-width: 550px) {
  .p_pageLead-ttl {
    width: 70%;
  }

  .p_pageLead-txt dt {
    font-size: 1.14rem;
  }

  .p_pageLead-txt dd {
    font-size: 13px;
  }
}

.p_ctns-figure figcaption {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9c7848),
    to(#6d4e25)
  );
  background-image: -webkit-linear-gradient(left, #9c7848, #6d4e25);
  background-image: -o-linear-gradient(left, #9c7848, #6d4e25);
  background-image: linear-gradient(to right, #9c7848, #6d4e25);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}

@media (max-width: 1025px) {
  .p_ctns-figure .acsCaption {
    font-size: 14px;
  }
}

.p_ctns-about {
  text-align: center;
  margin: 20px 0 0;
}

.p_ctns-about dt {
  font-size: 20px;
}

.p_ctns-about dt b {
  font-weight: 400;
  font-size: 40px;
}

.p_ctns-about dt small {
  display: block;
  font-size: 14px;
  margin: 5px 0 0;
}

.p_ctns-about dd {
  line-height: 1.3;
  font-size: 14px;
  margin: 10px 0 0;
}

.p_ctns-about-img {
  display: block;
  max-width: 185px;
  width: 40%;
  margin: 0 auto;
}

.p_ctns-about-ttl {
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#9c7848),
    to(#6d4e25)
  );
  background-image: -webkit-linear-gradient(left, #9c7848, #6d4e25);
  background-image: -o-linear-gradient(left, #9c7848, #6d4e25);
  background-image: linear-gradient(to right, #9c7848, #6d4e25);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 18px;
  margin: 0 auto 20px;
}

.p_ctns-about-txt {
  display: block;
  text-align: left;
  line-height: 1.3;
  font-size: 15px;
  width: 80%;
  margin: 20px auto 0;
}

@media (max-width: 1025px) {
  .p_ctns-about {
    margin: 20px 0 0;
  }
}

@media (max-width: 550px) {
  .p_ctns-about {
    margin: 20px 0 0;
  }

  .p_ctns-about dt {
    font-size: 20px;
  }

  .p_ctns-about dt b {
    font-weight: 400;
    font-size: 40px;
  }

  .p_ctns-about dt small {
    display: block;
    font-size: 12px;
    margin: 5px 0 0;
  }

  .p_ctns-about dd {
    font-size: 14px;
    margin: 10px 0 0;
  }

  .p_ctns-about-img {
    width: 55%;
  }

  .p_ctns-about-ttl {
    display: block;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#9c7848),
      to(#6d4e25)
    );
    background-image: -webkit-linear-gradient(left, #9c7848, #6d4e25);
    background-image: -o-linear-gradient(left, #9c7848, #6d4e25);
    background-image: linear-gradient(to right, #9c7848, #6d4e25);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    font-size: 18px;
    margin: 0 auto 20px;
  }

  .p_ctns-about-txt {
    font-size: 14px;
    width: 90%;
  }
}

.w48pc {
  display: block;
  width: 48%;
}

.w23pc {
  display: block;
  width: 23%;
}

.w22pc {
  display: block;
  width: 22.5%;
}

.w50 {
  display: block;
  width: 50%;
}

.w50pc {
  display: block;
  width: 49.5%;
}

.w80 {
  display: block;
  width: 80%;
}

.w100 {
  display: block;
  width: 100%;
}

.mrgn_btm30pc {
  margin: 0 0 30px;
}

.mrgn_btm60pc {
  margin: 0 0 60px;
}

@media (max-width: 1025px) {
  .w48tb {
    display: block;
    width: 48%;
  }
}

@media (max-width: 550px) {
  .w48sp {
    display: block;
    width: 48%;
  }

  .w100sp {
    display: block;
    width: 100%;
  }

  .mrgn_btm30sp {
    margin: 0 0 30px;
  }

  .mrgn_30sp {
    margin: 30px 0 20px !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 143px;
  display: block;
  padding: 15px 0;
  background-color: #fff;
  z-index: 10;
}

.header_ttl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
  padding: 0 50px 10px;
}

.header_ttl h1 {
  font-size: 60px;
}

.header_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_list-item {
  display: block;
  font-size: 14px;
  margin: 0 20px 0 0;
}

.header_list-item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_list-item a i {
  margin: 0 5px 0 0;
  font-size: 16px;
}

.header_list-item.requestBtn a {
  background-color: #7c1d22;
  color: #fff;
  padding: 5px 20px;
  font-size: 13px;
}

.header_list-item.requestBtn a i {
  display: none;
}

.header_list-item.dateBtn a {
  /* background-color: #cfd629; */
  background-color: #1f2d5a;
  /* color: #000; */
  color: #fff;
  padding: 5px 20px;
  font-size: 13px;
}

.header_list-item.dateBtn a i {
  display: none;
}

.header_list-item:last-child {
  margin: 0;
}

.header_nav {
  padding: 20px 50px 0;
  background-color: #fff;
}

.header_nav-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
}

.header_nav-list-item {
  width: 8.3333333333%;
  text-align: center;
  border-right: 1px solid #000;
  position: relative;
}

.header_nav-list-item:first-child {
  border-left: 1px solid #000;
}

.header_nav-list-item a {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 5px 0;
}

.header_nav-list-item.__current a {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#150201),
    color-stop(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #150201, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #150201, #003c4b, #150201);
  background-image: linear-gradient(to right, #150201, #003c4b, #150201);
  color: #fff;
}

@media (max-width: 1025px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 51px;
    display: block;
    padding: 0;
  }

  .header_ttl {
    padding: 0 0 0 10px;
  }

  .header_ttl h1 {
    font-size: 33px;
  }

  .header_btn {
    width: 50px;
    height: 50px;
    padding: 10px;
    position: relative;
    background-color: #cfd629;
  }

  .header_btn i {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    width: 50%;
    height: 2px;
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%);
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header_btn::before,
  .header_btn::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header_btn::before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .header_btn::after {
    top: 65%;
    -webkit-transform: translate(-50%, -65%);
    -ms-transform: translate(-50%, -65%);
    transform: translate(-50%, -65%);
  }

  .header_list {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .header_list-item {
    /* width: 33.3333333333%; */
    width: 25%;
    /* height: 40px; */
    height: 50px;
    font-size: 11px;
    margin: 0;
    background-color: #000;
    color: #fff;
    border-right: 1px solid #fff;
  }

  .header_list-item.w50sp {
    width: 50%;
  }

  .header_list-item a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0;
    color: #fff;
    font-size: 11px;

    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  .header_list-item a i {
    display: block;
    font-size: 20px;
    /* margin: 0 10px 0 0 */
    margin: 0;
  }

  /* .header_list-item:nth-child(4) {
        background-image: -webkit-gradient(linear, left top, right top, from(#D5DBCF), color-stop(white), to(#D5DBCF));
        background-image: -webkit-linear-gradient(left, #D5DBCF, white, #D5DBCF);
        background-image: -o-linear-gradient(left, #D5DBCF, white, #D5DBCF);
        background-image: linear-gradient(to right, #D5DBCF, white, #D5DBCF)
    }

    .header_list-item:nth-child(4) a {
        color: #000
    } */

  /* .header_list-item:nth-child(5) {
        background-color: #7c1d22
    } */

  .header_list-item:nth-child(5) a {
    padding: 0;
  }

  .header_list-item:last-child {
    border-right: none;
    padding: 0;
    background-color: #cfd629;
  }

  .header_list-item.dateBtn a {
    padding: 0;
  }

  .header_nav {
    position: fixed;
    top: 51px;
    left: 0;
    width: 100%;
    height: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#003c4b),
      to(#150201)
    );
    background-image: -webkit-linear-gradient(left, #003c4b, #150201);
    background-image: -o-linear-gradient(left, #003c4b, #150201);
    background-image: linear-gradient(to right, #003c4b, #150201);
    color: #fff;
  }

  .header_nav-list {
    display: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .header_nav-list-item {
    width: 48%;
    margin: 0 0 30px;
    border-right: none;
    border-bottom: 1px solid #fff;
    text-align: left;
  }

  .header_nav-list-item:first-child {
    width: 48%;
    border-left: none;
  }

  .header_nav-list-item:nth-child(odd) {
    border-left: none;
  }

  .header_nav-list-item a {
    padding: 8px 15px;
    cursor: none;
    pointer-events: none;
    position: relative;
    width: 100%;
  }

  .header_nav-list-item a::after {
    position: absolute;
    top: 50%;
    right: 8%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }

  .header_nav-list-item.__current a {
    background-image: none;
    background-color: #fff;
    color: #003c4b;
  }

  .header_nav-list-item.__current a::after {
    background-color: #003c4b;
    right: 8%;
  }

  .header_nav-list-outline,
  .header_nav-list-map,
  .header_nav-list-other {
    width: 100%;
    border-bottom: none;
    margin: 0 0 1rem;
  }

  .header_nav-list-outline a,
  .header_nav-list-map a,
  .header_nav-list-other a {
    width: 48%;
    padding: 8px 20px 8px 0;
    vertical-align: middle;
  }

  .header_nav-list-outline a::after,
  .header_nav-list-map a::after,
  .header_nav-list-other a::after {
    display: none;
  }

  .header_nav-list-outline a i,
  .header_nav-list-map a i,
  .header_nav-list-other a i {
    font-style: normal;
    font-size: 16px;
    margin: 0 10px 0 0;
  }

  .header_list-item.requestBtn a i {
    display: block;
  }

  .header_list-item.dateBtn a i {
    display: block;
  }
}

.stop_scroll {
  overflow: hidden;
}

.close_btn {
  position: relative;
}

.close_btn i {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close_btn::before {
  width: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close_btn::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.open_nav {
  opacity: 1;
  z-index: 10;
  overflow: scroll;
  /* height: -webkit-calc(100% - 91px);
    height: calc(100% - 91px); */
  height: -webkit-calc(100% - 101px);
  height: calc(100% - 101px);
  padding: 40px 20px;
}

.open_nav .header_nav-list {
  opacity: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.open_nav .header_nav-list a {
  cursor: pointer;
  pointer-events: all;
}

.open_nav .header_nav-link {
  display: block;
}

main {
  padding: 143px 0 0;
  width: 100%;
}

@media (max-width: 1025px) {
  main {
    padding: 51px 0 0;
  }
}

.footer {
  background: #fff;
}

.footer_ctns {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: 100px 0;
}

.footer_ctns-call {
  font-size: 14px;
}

.footer_ctns-call-num {
  display: block;
  letter-spacing: 5px;
  font-weight: 100;
  font-size: 45px;
  margin: 10px 0 30px;
}

.footer_ctns-call-num i {
  margin: 0 15px 0 0;
}

.footer_ctns-txt {
  line-height: 2;
  font-size: 14px;
  margin: 0 0 80px;
}

.footer_ctns-vendor {
  font-size: 60px;
}

.footer_rights {
  display: block;
  text-align: center;
  border-top: 0.5px solid #000;
  font-size: 10px;
  padding: 15px 0;
}

@media (max-width: 1025px) {
  .footer {
    padding: 0 0 40px;
  }

  .footer_ctns {
    padding: 80px 0;
  }

  .footer_ctns-txt {
    margin: 0 0 60px;
  }
}

@media (max-width: 550px) {
  .footer_ctns {
    padding: 50px 0;
  }

  .footer_ctns-call {
    font-size: 12px;
  }

  .footer_ctns-call-num {
    letter-spacing: 2px;
    font-size: 30px;
    margin: 10px 0 20px;
  }

  .footer_ctns-call-num i {
    margin: 0 10px 0 0;
  }

  .footer_ctns-txt {
    font-size: 13px;
    margin: 0 0 25px;
  }

  .footer_ctns-vendor {
    font-size: 55px;
  }
}

#scene01 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    -45deg,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(-45deg, #003c4b, #150201);
  background-image: -o-linear-gradient(-45deg, #003c4b, #150201);
  background-image: linear-gradient(to -45deg, #003c4b, #150201);
  z-index: 2;
}

#scene02,
#scene03 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  overflow: hidden;
}

.scene02_captionLeft,
.scene02_captionRight,
.scene03_caption {
  position: absolute;
  font-size: 12px;
  bottom: 5px;
  line-height: 1.3;
  z-index: 2;
}

.scene02_captionLeft,
.scene02_captionRight {
  color: #fff;
}

.scene02_captionLeft {
  left: 8px;
}

@media (max-width: 1025px) {
  .scene02_captionLeft {
    bottom: auto;
    top: 47.5%;
    -webkit-transform: translate(0, -47.5%);
    -ms-transform: translate(0, -47.5%);
    transform: translate(0, -47.5%);
  }
}

.scene02_captionRight {
  right: 8px;
}

.scene03_caption {
  color: #000;
  right: 8px;
}

.top_mv {
  color: #fff;
  position: relative;
}

.top_mv-txt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.top_mv-txt.__01 {
  width: 18%;
}

.top_mv-txt.__02 {
  width: 28%;
}

.top_mv-txt.__03 {
  width: 1.8%;
}

.top_mv-txt.__04,
.top_mv-txt.__05,
.top_mv-txt.__06 {
  width: 1.8%;
}

.top_mv-list {
  background-color: #000;
  overflow: hidden;
  height: 100%;
}

.top_mv-list-item {
  display: block;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top_mv-list-item img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
}

.top_mv-list-item img.__imgLeft {
  left: -50%;
}

.top_mv-list-item img.__imgRight {
  right: -50%;
}

.top_mv-img {
  display: block;
  width: 100%;
  padding-top: 850px;
  overflow: hidden;
}

.top_mv-img img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 800px;
  left: 0;
}

.top_mv .__showMv {
  position: relative;
  z-index: 4;
  opacity: 0;
}

@media (max-width: 1025px) {
  .top_mv-txt.__01 {
    width: 6%;
  }

  .top_mv-txt.__02 {
    width: 88%;
  }

  .top_mv-txt.__03 {
    width: 6%;
  }

  .top_mv-txt.__04,
  .top_mv-txt.__05,
  .top_mv-txt.__06 {
    width: 5%;
  }

  .top_mv-list {
    height: 100%;
  }

  .top_mv-list-item {
    width: 100%;
    height: 50%;
  }

  .top_mv-list-item img {
    width: auto;
    height: 130%;
  }

  .top_mv-list-item img.__imgLeft {
    left: -15%;
  }

  .top_mv-list-item img.__imgRight {
    right: -15%;
  }

  .top_mv-img {
    width: 100%;
    height: 100%;
    padding-top: 0;
  }

  .top_mv-img img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 300px;
    left: 0;
  }

  .top_mv .__showMv {
    position: relative;
    z-index: 4;
    opacity: 0;
  }
}

.__01 {
  -webkit-animation: fadeInOut 2s ease-in-out 0s forwards;
  animation: fadeInOut 2s ease-in-out 0s forwards;
}

.__02 {
  -webkit-animation: fadeInOut 3s ease-in-out 2s forwards;
  animation: fadeInOut 3s ease-in-out 2s forwards;
}

.__03 {
  -webkit-animation: fadeInOut 3s ease-in-out 5s forwards;
  animation: fadeInOut 3s ease-in-out 5s forwards;
}

.__04 {
  -webkit-animation: fadeInOut 3s ease-in-out 8s forwards;
  animation: fadeInOut 3s ease-in-out 8s forwards;
}

#scene02 {
  -webkit-animation: fadeInscene02 8s ease-in-out 11s forwards;
  animation: fadeInscene02 8s ease-in-out 11s forwards;
}

.__05 {
  -webkit-animation: fadeInOut 8s ease-in-out 11s forwards;
  animation: fadeInOut 8s ease-in-out 11s forwards;
}

.__imgLeft {
  -webkit-animation: fadeInleft 5s ease-in-out 11s forwards;
  animation: fadeInleft 5s ease-in-out 11s forwards;
}

.__imgRight {
  -webkit-animation: fadeInright 5s ease-in-out 11s forwards;
  animation: fadeInright 5s ease-in-out 11s forwards;
}

#scene03 {
  -webkit-animation: fadeInscene03 12.5s ease-in-out 14s forwards;
  animation: fadeInscene03 12.5s ease-in-out 14s forwards;
}

.__imgBottom {
  -webkit-animation: fadeInBottom 8s ease-in-out 15s forwards;
  animation: fadeInBottom 8s ease-in-out 15s forwards;
}

.__06 {
  -webkit-animation: fadeInOut 5s ease-in-out 20s forwards;
  animation: fadeInOut 5s ease-in-out 20s forwards;
}

.__showMv {
  -webkit-animation: fadeIn 4s ease-in-out 24s forwards;
  animation: fadeIn 4s ease-in-out 24s forwards;
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeInscene02 {
  0% {
    opacity: 0;
    z-index: 2;
  }

  25% {
    opacity: 1;
    z-index: 2;
  }

  90% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes fadeInscene02 {
  0% {
    opacity: 0;
    z-index: 2;
  }

  25% {
    opacity: 1;
    z-index: 2;
  }

  90% {
    opacity: 1;
    z-index: 2;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes fadeInscene03 {
  0% {
    opacity: 0;
    z-index: 3;
  }

  25% {
    opacity: 0;
    z-index: 3;
  }

  35% {
    opacity: 1;
    z-index: 3;
  }

  90% {
    opacity: 1;
    z-index: 3;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes fadeInscene03 {
  0% {
    opacity: 0;
    z-index: 3;
  }

  25% {
    opacity: 0;
    z-index: 3;
  }

  35% {
    opacity: 1;
    z-index: 3;
  }

  90% {
    opacity: 1;
    z-index: 3;
  }

  100% {
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes fadeInItem {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInItem {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInleft {
  0% {
    left: -50%;
    opacity: 1;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes fadeInleft {
  0% {
    left: -50%;
    opacity: 1;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInright {
  0% {
    right: -50%;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes fadeInright {
  0% {
    right: -50%;
    opacity: 1;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    bottom: -800px;
  }

  100% {
    bottom: -145px;
  }
}

@keyframes fadeInBottom {
  0% {
    bottom: -800px;
  }

  100% {
    bottom: -145px;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 1025px) {
  @-webkit-keyframes fadeInleft {
    0% {
      left: -15%;
      opacity: 1;
    }

    100% {
      left: 0;
      opacity: 1;
    }
  }

  @keyframes fadeInleft {
    0% {
      left: -15%;
      opacity: 1;
    }

    100% {
      left: 0;
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeInright {
    0% {
      right: -15%;
      opacity: 1;
    }

    100% {
      right: 0;
      opacity: 1;
    }
  }

  @keyframes fadeInright {
    0% {
      right: -15%;
      opacity: 1;
    }

    100% {
      right: 0;
      opacity: 1;
    }
  }

  @-webkit-keyframes fadeInBottom {
    0% {
      bottom: -400px;
    }

    100% {
      bottom: -155px;
    }
  }

  @keyframes fadeInBottom {
    0% {
      bottom: -400px;
    }

    100% {
      bottom: -155px;
    }
  }
}

.top_promote h3 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#bf833f),
    color-stop(#fff7e3),
    to(#bf833f)
  );
  background-image: -webkit-linear-gradient(left, #bf833f, #fff7e3, #bf833f);
  background-image: -o-linear-gradient(left, #bf833f, #fff7e3, #bf833f);
  background-image: linear-gradient(to right, #bf833f, #fff7e3, #bf833f);
  padding: 10px 0;
}

.top_promote h3 p {
  display: block;
  width: 280px;
  margin: 0 auto;
}

.top_promote h4 {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#240000),
    color-stop(#bb552e),
    to(#240000)
  );
  background-image: -webkit-linear-gradient(left, #240000, #bb552e, #240000);
  background-image: -o-linear-gradient(left, #240000, #bb552e, #240000);
  background-image: linear-gradient(to right, #240000, #bb552e, #240000);
  color: #fff;
  text-align: center;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  letter-spacing: 5px;
  padding: 20px 0;
  font-size: 36px;
}

.top_promote h4 span {
  display: block;
  letter-spacing: 1px;
  font-size: 20px;
}

.top_promote h4 sup {
  letter-spacing: 0.3px;
  font-size: 12px;
}

.top_promote-about {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#d5dbcf),
    color-stop(white),
    to(#d5dbcf)
  );
  background-image: -webkit-linear-gradient(left, #d5dbcf, white, #d5dbcf);
  background-image: -o-linear-gradient(left, #d5dbcf, white, #d5dbcf);
  background-image: linear-gradient(to right, #d5dbcf, white, #d5dbcf);
  text-align: center;
  padding: 80px 0;
}

.top_promote-about dl {
  margin: 0 0 50px;
}

.top_promote-about dl:last-of-type {
  /* margin: 0 0 100px */
  margin: 0 0 50px;
}

.top_promote-about dl dt {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  color: #cfd629;
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 0 0 30px;
  font-size: 17px;
}

.top_promote-about-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #7d1b20;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 20px;
  /* width: 80%; */
  width: 60%;
  /* padding: 15px 20px; */
  padding: 20px;
  margin: 0 auto;
}

.top_promote-about-btn span {
  margin: 0 20px 0 0;
  font-size: 14px;
}

.top_promote-about-btn span i {
  display: block;
  font-size: 30px;
  margin: 0 0 5px;
}

.top_promote-about-btn p {
  letter-spacing: 2px;
  font-size: 28px;
}

.top_promote-about-btn:hover {
  opacity: 0.7;
}

@media (max-width: 550px) {
  .top_promote h3 p {
    width: 70%;
  }

  .top_promote h4 {
    letter-spacing: 3px;
    font-size: 18px;
  }

  .top_promote h4 span {
    font-size: 14px;
  }

  .top_promote h4 sup {
    font-size: 10px;
  }

  .top_promote-about {
    padding: 40px 0;
  }

  .top_promote-about dl {
    margin: 0 0 30px;
  }

  .top_promote-about dl:last-of-type {
    margin: 0;
  }

  .top_promote-about dl dt {
    line-height: 1.5;
    margin: 0 0 15px;
    font-size: 14px;
  }

  .top_promote-about-btn {
    display: none;
  }
}

.top_point {
  background-image: -webkit-gradient(
    linear,
    -45deg,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(-45deg, #003c4b, #150201);
  background-image: -o-linear-gradient(-45deg, #003c4b, #150201);
  background-image: linear-gradient(to -45deg, #003c4b, #150201);
  padding: 80px 0 50px;
}

.top_point-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_point-list-item {
  display: block;
  width: 49%;
  margin: 0 0 1.5%;
}

.top_point-list-item:nth-child(n + 11) {
  margin: 0;
}

.top_point-info {
  display: block;
  color: #fff;
  border-top: 0.5px solid #fff;
  margin: 80px 0 0;
  padding: 40px 0 0;
}

.top_point-info-inner {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.top_point-info-ttl {
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.top_point-info-list {
  overflow-y: scroll;
  width: 100%;
  height: 100px;
}

.top_point-info-list li {
  margin: 0 0 15px;
}

.top_point-info-list li:last-child {
  margin: 0;
}

.top_point-info-list li dl {
  line-height: 1.5;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top_point-info-list li dl dt {
  display: block;
  width: 150px;
  padding: 0 0 0 50px;
}

.top_point-info-list li dl .new {
  position: relative;
}

.top_point-info-list li dl .new::after {
  position: absolute;
  content: "NEW";
  font-size: 13px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top_point-info-list li dl dd {
  display: block;
  width: -webkit-calc(100% - 170px);
  width: calc(100% - 170px);
}

@media (max-width: 1025px) {
  .top_point {
    padding: 50px 0;
  }

  .top_point-info {
    margin: 40px 0 0;
  }

  .top_point-info-inner {
    width: 80%;
  }
}

@media (max-width: 550px) {
  .top_point {
    padding: 40px 0;
  }

  .top_point-list-item {
    width: 100%;
    margin: 0 0 10px;
  }

  .top_point-list-item:nth-child(n + 11) {
    margin: 0 0 10px;
  }

  .top_point-list-item:last-child {
    margin: 0;
  }

  .top_point-info {
    padding: 30px 0 0;
  }

  .top_point-info-inner {
    width: 100%;
  }

  .top_point-info-list {
    width: 100%;
    height: 130px;
  }

  .top_point-info-list li {
    margin: 0 0 15px;
  }

  .top_point-info-list li dl {
    font-size: 13px;
  }

  .top_point-info-list li dl dt {
    width: 100px;
    padding: 0 0 0 35px;
  }

  .top_point-info-list li dl .new::after {
    font-size: 11px;
  }

  .top_point-info-list li dl dd {
    display: block;
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
  }
}

.top_concept {
  background-color: #cfd629;
  text-align: center;
  padding: 80px 0 150px;
}

.top_concept-img {
  display: block;
  max-width: 905px;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .top_concept {
    padding: 80px 0;
  }

  .top_concept-img {
    max-width: 527px;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 550px) {
  .top_concept {
    padding: 60px 0 80px;
  }
}

.top_guide {
  padding: 100px 0 0;
}

.top_guide-ctns {
  margin: 0 auto 80px;
  position: relative;
}

.top_guide-ctns a {
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100px;
  height: 100px;
}

.top_guide-ctns .__comingSoon {
  width: 143px;
  height: 82px;
}

.top_guide-ctns:nth-child(even) a {
  right: auto;
  left: 0;
}

.top_guide-ctns:last-of-type {
  margin: 0;
}

@media (max-width: 1025px) {
  .top_guide {
    padding: 60px 0 0;
  }

  .top_guide-ctns {
    margin: 0 auto 40px;
  }

  .top_guide-ctns a {
    width: 60px;
    height: 60px;
  }

  .top_guide-ctns .__comingSoon {
    width: 123px;
    height: 62px;
  }
}

@media (max-width: 550px) {
  .top_guide {
    padding: 40px 0 0;
  }

  .top_guide-ctns a {
    width: 150px;
    height: 150px;
  }

  .top_guide-ctns a img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 60px;
    height: 60px;
  }

  .top_guide-ctns .__comingSoon img {
    width: 107px;
    height: auto;
  }

  .top_guide-ctns:nth-child(even) a {
    right: 0;
    left: auto;
  }

  .top_guide-ctns:last-of-type {
    margin: 0;
  }
}

.map_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* max-width: 730px; */
  width: 100%;
  margin: 80px auto 0;
}

.map_list-item {
  text-align: center;
  background-color: #dde3d9;
  display: block;
  /* width: 48% */
  width: 39%;
}

.map_list-item:last-child {
  width: 20%;
}

.map_list-item:last-child a {
  line-height: 2.6;
}

.map_list-item a {
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 0;
  line-height: 1.3;
  height: 100%;
}

.map_list-item a i {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 6px;
}

.map_list-item a:hover {
  opacity: 0.5;
}

.map_list-item a:hover i {
  right: 5px;
}

.map_list-item:nth-child(2) {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7c1d22),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #7c1d22, #150201);
  background-image: -o-linear-gradient(left, #7c1d22, #150201);
  background-image: linear-gradient(to right, #7c1d22, #150201);
  color: #fff;
}

.map_list-item:nth-child(1) {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  color: #fff;
}

@media (max-width: 1025px) {
  .map_list {
    margin: 40px auto 0;
  }

  .map_list-item {
    width: 49%;
  }

  .map_list-item:last-child {
    margin-top: 2%;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .map_list {
    margin: 20px auto 0;
  }

  .map_list-item {
    width: 100%;
    margin: 0 0 10px;
  }

  .map_list-item:last-child {
    margin: 0;
  }
}

@media print {
  .header,
  .p_lineUp,
  .footer {
    display: none;
  }

  .map {
    padding: 0;
  }

  .map_list {
    display: none;
  }
}

.outline_ctns {
  display: block;
  margin: 0 auto 50px;
  font-size: 15px;
}

.outline_ctns:last-of-type {
  margin: 0 auto;
}

.outline_ctns-ttl {
  display: block;
  text-align: center;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px 0;
  margin: 0 auto 10px;
}

.outline_ctns table {
  width: 100%;
}

.outline_ctns table tr {
  width: 100%;
}

.outline_ctns table tr th,
.outline_ctns table tr td {
  text-align: left;
  border-bottom: 0.3px solid #000;
  line-height: 1.5;
  padding: 18px 0;
}

.outline_ctns table tr th {
  width: 285px;
}

.outline_ctns table tr td {
  width: -webkit-calc(100% - 235px);
  width: calc(100% - 235px);
}

.outline_ctns-trailer {
  display: block;
  margin: 40px 0 0;
}

.outline_ctns-trailer dt {
  font-size: 23px;
  margin: 0 0 15px;
}

.outline_ctns-trailer dd {
  line-height: 1.5;
}

@media (max-width: 550px) {
  .outline_ctns {
    margin: 0 auto 50px;
    font-size: 13px;
  }

  .outline_ctns-ttl {
    font-size: 16px;
  }

  .outline_ctns table tr th,
  .outline_ctns table tr td {
    padding: 15px 0;
  }

  .outline_ctns table tr th {
    width: 130px;
  }

  .outline_ctns table tr td {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
  }

  .outline_ctns-trailer {
    margin: 20px 0 0;
  }

  .outline_ctns-trailer dt {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .outline_ctns-trailer dd {
    font-size: 12px;
  }
}

.access_ctns {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 400px 0 200px;
}

.access_ctns:last-of-type {
  padding: 400px 0 0;
}

.access_ctns-lead {
  text-align: center;
  margin: 0 auto 80px;
}

.access_ctns-subTtl {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  padding: 10px 0;
  margin: 40px auto 10px;
}

.access_ctns-subTtl img {
  display: block;
  margin: 0 auto;
  width: 40%;
}

.access_ctns-subTtl.__w80 img {
  width: 60%;
}

@media (max-width: 1025px) {
  .access_ctns {
    padding: 150px 0 50px;
  }

  .access_ctns:last-of-type {
    padding: 150px 0 0;
  }

  .access_ctns-lead {
    margin: 0 auto 40px;
  }

  .access_ctns-subTtl {
    padding: 13px 0;
    margin: 30px auto 10px;
  }

  .access_ctns-subTtl img {
    width: 80%;
  }

  .access_ctns-subTtl.__w80 img {
    width: 80%;
  }
}

.train {
  background-image: url(../images/access/bg_01.png);
}

.train_map {
  display: block;
  width: 100%;
  margin: 0 auto 60px;
}

.train_img {
  display: block;
  width: 60%;
  margin: 0 auto 80px;
}

.train_ctns {
  display: block;
  text-align: center;
  letter-spacing: 1px;
  padding: 80px 0 0;
  font-size: 23px;
}

.train_ctns:first-of-type {
  border-top: 1px solid gray;
}

.train_ctns:last-of-type .train_ctns-list li:last-child {
  width: 100%;
}

.train_ctns-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.train_ctns-list li {
  display: block;
  width: 49.5%;
  margin: 0 0 10px;
}

@media (max-width: 1025px) {
  .train {
    overflow: hidden;
  }

  .train_map {
    overflow-x: scroll;
    margin: 0 auto 20px;
  }

  .scroll {
    overflow: auto;
  }

  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #f1f1f1;
    border-radius: 5px;
    max-width: 372px;
    margin: 0 auto;
  }

  .simplebar-scrollbar {
    height: 10px;
    background: #c1c1c1;
    border-radius: 5px;
    top: 0;
  }

  .train_map img {
    display: block;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .train_map-txt {
    display: block;
    text-align: center;
    /* font-size: 12px; */
    font-size: 16px;
    margin: 0 auto 40px;
  }

  .train_img {
    width: 80%;
    margin: 0 auto 40px;
  }

  .train_ctns {
    padding: 40px 0 0;
    font-size: 16px;
  }

  .train_ctns p {
    line-height: 1.7;
  }

  .train_ctns-list li {
    width: 100%;
    margin: 0 0 10px;
  }
}

.liner {
  background-image: -webkit-gradient(
    linear,
    -45deg,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(-45deg, #003c4b, #150201);
  background-image: -o-linear-gradient(-45deg, #003c4b, #150201);
  background-image: linear-gradient(to -45deg, #003c4b, #150201);
  padding: 200px 0;
  color: #fff;
}

.liner h3 {
  color: #cfd629;
  text-align: center;
  margin: 0 0 40px;
}

.liner_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 30px;
}

.liner_list-item {
  width: 290px;
}

.liner_list-item:first-child {
  width: -webkit-calc(100% - 330px);
  width: calc(100% - 330px);
}

.liner_list-item dl {
  line-height: 1.7;
}

.liner_list-item dl dt {
  font-size: 20px;
  letter-spacing: 2px;
  margin: 0 0 20px;
}

.liner_list-item dl dd {
  font-size: 15px;
}

.liner_img {
  display: block;
}

.liner_img small {
  display: block;
  text-align: center;
  line-height: 1.7;
  font-size: 12px;
  margin: 20px 0 0;
}

@media (max-width: 1025px) {
  .liner {
    padding: 60px 0;
  }

  .liner h3 {
    margin: 0 0 20px;
  }

  .liner_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0 0 30px;
  }

  .liner_list-item {
    width: 80%;
    margin: 0 auto;
  }

  .liner_list-item:first-child {
    width: 90%;
  }

  .liner_list-item dl {
    margin: 0 0 30px;
  }

  .liner_list-item dl dt {
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px;
  }

  .liner_list-item dl dd {
    font-size: 14px;
  }

  .liner_img {
    display: block;
  }

  .liner_img small {
    text-align: left;
    font-size: 10px;
    margin: 20px 0 0;
  }
}

.car {
  background-image: url(../images/access/bg_02.png);
}

.car_map {
  display: block;
  width: 80%;
  margin: 0 auto 40px;
}

.car_list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 80px;
}

.car_list li {
  display: block;
  width: 200px;
}

.car_list li:first-child {
  margin: 0 30px 0 0;
}

.car_ctns h4 {
  text-align: center;
  line-height: 1.7;
  color: #003c4b;
  font-size: 20px;
  margin: 0 auto 50px;
}

.car_ctns-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.car_ctns-list li {
  display: block;
  width: 32%;
  margin: 0 0 30px;
}

@media (max-width: 1025px) {
  .car_map {
    width: 100%;
    margin: 0 auto 30px;
  }

  .car_list {
    margin: 0 auto 50px;
  }

  .car_list li {
    width: 40%;
  }

  .car_list li:first-child {
    margin: 0 10px 0 0;
  }

  .car_ctns h4 {
    font-size: 16px;
    margin: 0 auto 30px;
  }

  .car_ctns-list li {
    width: 49%;
  }
}

.bus {
  background-image: url(../images/access/bg_03.png);
}

.bus_inner {
  display: block;
  width: 655px;
  margin: 0 auto;
}

.bus_txt {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.bus_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 60px;
}

.bus_list li {
  display: block;
  width: 48%;
  margin: 0 0 30px;
}

.bus_img {
  display: block;
  margin: 0 auto 40px;
}

.bus_img:last-of-type {
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .bus_inner {
    width: 100%;
  }

  .bus_txt {
    width: 80%;
  }

  .bus_list {
    margin: 30px 0;
  }

  .bus_list li {
    display: block;
    width: 48%;
    margin: 0 0 30px;
  }

  .bus_img {
    display: block;
    margin: 0 auto 40px;
  }

  .bus_img:last-of-type {
    margin: 0 auto 40px;
  }
}

.planCtns {
  background-image: -webkit-gradient(
    linear,
    -45deg,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(-45deg, #003c4b, #150201);
  background-image: -o-linear-gradient(-45deg, #003c4b, #150201);
  background-image: linear-gradient(to -45deg, #003c4b, #150201);
}

.plan_lead {
  padding: 100px 0;
  line-height: 1.7;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}

.plan_lead h3 {
  color: #9c7848;
  font-size: 23px;
  margin: 0 0 30px;
}

.plan_lead-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0 0;
}

.plan_lead-list li {
  display: block;
  width: 49%;
}

@media (max-width: 1025px) {
  .plan_lead {
    padding: 80px 0;
  }

  .plan_lead-list {
    margin: 40px 0 0;
  }
}

@media (max-width: 550px) {
  .plan_lead {
    padding: 40px 0;
    font-size: 13px;
  }

  .plan_lead-list {
    margin: 40px 0 0;
  }

  .plan_lead-list li {
    width: 88%;
    margin: 0 auto;
  }

  .plan_lead-list li:first-child {
    margin: 0 auto 10px;
  }
}

.plan_elv {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(200, 145, 81, 0.3)),
    color-stop(rgba(255, 247, 227, 0.3)),
    to(rgba(200, 145, 81, 0.3))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(200, 145, 81, 0.3),
    rgba(255, 247, 227, 0.3),
    rgba(200, 145, 81, 0.3)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(200, 145, 81, 0.3),
    rgba(255, 247, 227, 0.3),
    rgba(200, 145, 81, 0.3)
  );
  background-image: linear-gradient(
    to right,
    rgba(200, 145, 81, 0.3),
    rgba(255, 247, 227, 0.3),
    rgba(200, 145, 81, 0.3)
  );
  padding: 100px 0;
}

.plan_elv-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan_elv-list-floor {
  position: relative;
  display: block;
  width: 430px;
}

.plan_elv-list-floor a {
  display: block;
  height: 40%;
  position: absolute;
  top: 32.5%;
}

.plan_elv-list-floor-Atype {
  width: 18.5%;
  left: 20.8%;
}

.plan_elv-list-floor-Btype {
  width: 18%;
  left: 40%;
}

.plan_elv-list-floor-Ctype {
  width: 21%;
  left: 58%;
}

.plan_elv-list-pic {
  width: 382px;
  position: relative;
}

.plan_elv-list-pic a {
  display: block;
  width: 20%;
  height: 90.5%;
  position: absolute;
  top: 0;
}

.plan_elv-list-pic-Atype {
  left: 20%;
}

.plan_elv-list-pic-Btype {
  left: 40%;
}

.plan_elv-list-pic-Ctype {
  left: 60%;
}

@media (max-width: 1025px) {
  .plan_elv {
    padding: 40px 0;
  }
}

@media (max-width: 550px) {
  .plan_elv {
    padding: 30px 0;
  }

  .plan_elv-list li {
    width: 100%;
  }

  .plan_elv-list li:last-child {
    width: 100%;
    margin: 20px 0 0;
  }
}

.plan_ctns {
  padding: 80px 0 100px;
}

.plan_ctns-btn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan_ctns-btn li {
  display: block;
  width: 32%;
}

.plan_ctns-btn li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.plan_ctns-btn li a:hover {
  opacity: 0.6;
}

.plan_ctns-btn .noPlan {
  cursor: none;
  pointer-events: none;
  position: relative;
}

.plan_ctns-btn .noPlan::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}

.plan_ctns-btn .noPlan::after {
  font-family: "a-otf-ryumin-pr6n", serif;
  content: "Coming Soon";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 20px;
  letter-spacing: 1px;
}

.plan_ctns-type {
  margin: 80px 0;
  padding: 80px;
  background-color: #fff;
}

.plan_ctns-type-caption {
  display: block;
  line-height: 1.7;
  font-size: 12px;
  margin: 10px 0 0;
}

.plan_ctns-type-inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan_ctns-type-about {
  width: -webkit-calc(100% - 700px);
  width: calc(100% - 700px);
}

.plan_ctns-type-about-ttl h4 {
  display: block;
  width: 200px;
  margin: 0 auto 40px;
}

.plan_ctns-type-about-ttl h4 small {
  display: block;
  text-align: center;
  margin: 20px auto 0;
  font-size: 12px;
}

.plan_ctns-type-about-ttl-info {
  margin: 0 0 50px;
}

.plan_ctns-type-about-ttl-info dl {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 0.5px solid #000;
}

.plan_ctns-type-about-ttl-info dl dt {
  font-size: 15px;
}

.plan_ctns-type-about-ttl-info dl dd {
  font-size: 30px;
}

.plan_ctns-type-about-ttl-info dl dd b {
  font-size: 50px;
  font-weight: 300;
}

.plan_ctns-type-about-ttl-info dl dd small {
  font-size: 14px;
}

.plan_ctns-type-about-ttl-info-sub dl {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.plan_ctns-type-about-ttl-info-sub dl dd {
  font-size: 20px;
}

.plan_ctns-type-about-ttl-info-sub dl dd b {
  font-size: 20px;
}

.plan_ctns-type-about-ttl-info-sub dl dd small {
  font-size: 14px;
}

.plan_ctns-type-about-txt li {
  display: block;
  text-align: center;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f7f8f8),
    to(#c9caca)
  );
  background-image: -webkit-linear-gradient(left, #f7f8f8, #c9caca);
  background-image: -o-linear-gradient(left, #f7f8f8, #c9caca);
  background-image: linear-gradient(to right, #f7f8f8, #c9caca);
  padding: 10px 0;
  margin: 0 0 10px;
}

.plan_ctns-type-about-txt li:last-child {
  margin: 0;
}

.plan_ctns-type-about-hanrei {
  width: 90%;
  margin: 40px 0 0;
}

.plan_ctns-type-img {
  display: block;
  width: 640px;
}

@media (max-width: 1025px) {
  .plan_ctns {
    padding: 40px 0;
  }

  .plan_ctns-btn li {
    width: 100%;
    margin: 0 0 10px;
  }

  .plan_ctns-btn li:last-child {
    margin: 0;
  }

  .plan_ctns-type {
    margin: 40px 0;
    padding: 40px;
  }

  .plan_ctns-type:last-of-type {
    margin: 40px 0 0;
  }

  .plan_ctns-type-about {
    width: 100%;
  }

  .plan_ctns-type-about-ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .plan_ctns-type-about-ttl h4 {
    margin: 0 0 20px;
  }

  .plan_ctns-type-about-ttl-info {
    margin: 0 0 30px;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
  }

  .plan_ctns-type-about-ttl-info dl {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 0 10px;
  }

  .plan_ctns-type-about-ttl-info dl dt {
    font-size: 18px;
  }

  .plan_ctns-type-about-ttl-info dl dd {
    font-size: 40px;
  }

  .plan_ctns-type-about-ttl-info dl dd b {
    font-size: 50px;
  }

  .plan_ctns-type-about-ttl-info dl dd small {
    display: block;
    text-align: right;
    font-size: 18px;
    margin: 5px 0 0;
  }

  .plan_ctns-type-about-ttl-info-sub dl {
    line-height: 1.3;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }

  .plan_ctns-type-about-ttl-info-sub dl dd {
    font-size: 18px;
  }

  .plan_ctns-type-about-ttl-info-sub dl dd small {
    display: inline-block;
  }

  .plan_ctns-type-about-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0 0;
  }

  .plan_ctns-type-about-txt li {
    width: 48%;
  }

  .plan_ctns-type-about-txt li:last-child {
    margin: 0 0 10px;
  }

  .plan_ctns-type-about-hanrei {
    width: 60%;
    margin: 40px 0 20px;
  }

  .plan_ctns-type-img {
    margin: 30px 0 0;
    width: 100%;
  }
}

@media (max-width: 550px) {
  .plan_ctns {
    padding: 40px 0;
  }

  .plan_ctns-type {
    padding: 30px 20px;
  }

  .plan_ctns-type-caption {
    font-size: 11px;
  }

  .plan_ctns-type-about-ttl {
    width: 100%;
  }

  .plan_ctns-type-about-ttl h4 {
    width: 130px;
    margin: 0 auto 30px;
  }

  .plan_ctns-type-about-ttl h4 small {
    font-size: 10px;
  }

  .plan_ctns-type-about-ttl-info {
    width: 100%;
    margin: 0 0 30px;
  }

  .plan_ctns-type-about-ttl-info dl {
    padding: 0 0 20px;
    margin: 0 0 20px;
  }

  .plan_ctns-type-about-ttl-info dl dt {
    font-size: 15px;
  }

  .plan_ctns-type-about-ttl-info dl dd {
    font-size: 30px;
  }

  .plan_ctns-type-about-ttl-info dl dd b {
    font-size: 45px;
    font-weight: 300;
  }

  .plan_ctns-type-about-ttl-info dl dd small {
    font-size: 14px;
  }

  .plan_ctns-type-about-ttl-info-sub dl {
    padding: 0;
    margin: 0;
    border-bottom: none;
  }

  .plan_ctns-type-about-ttl-info-sub dl dd {
    font-size: 20px;
  }

  .plan_ctns-type-about-ttl-info-sub dl dd b {
    font-size: 20px;
  }

  .plan_ctns-type-about-ttl-info-sub dl dd small {
    font-size: 14px;
  }

  .plan_ctns-type-about-txt {
    margin: 0;
  }

  .plan_ctns-type-about-txt li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.5;
    width: 49%;
    font-size: 12px;
  }

  .plan_ctns-type-about-hanrei {
    width: 100%;
    margin: 40px 0 20px;
  }
}

.pstn_ctns {
  position: relative;
  padding: 80px 0;
}

.pstn_ctns::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#bf833f),
    color-stop(#fff7e3),
    to(#bf833f)
  );
  background-image: -webkit-linear-gradient(left, #bf833f, #fff7e3, #bf833f);
  background-image: -o-linear-gradient(left, #bf833f, #fff7e3, #bf833f);
  background-image: linear-gradient(to right, #bf833f, #fff7e3, #bf833f);
}

.pstn_ctns::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 750px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  background-size: 100%;
  z-index: -1;
}

.pstn_ctns-inner {
  display: block;
  max-width: 800px;
  width: 88%;
  margin: 0 auto;
}

.pstn_ctns-ttl {
  display: block;
  width: 170px;
  margin: 80px auto;
}

.pstn_ctns-kv {
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#bf833f),
    color-stop(#fff7e3),
    to(#bf833f)
  );
  background-image: -webkit-linear-gradient(left, #bf833f, #fff7e3, #bf833f);
  background-image: -o-linear-gradient(left, #bf833f, #fff7e3, #bf833f);
  background-image: linear-gradient(to right, #bf833f, #fff7e3, #bf833f);
  width: 100%;
  padding: 40px;
  margin: 0 auto 60px;
}

@media (max-width: 1025px) {
  .pstn_ctns {
    padding: 50px 0;
  }

  .pstn_ctns:last-of-type {
    padding: 50px 0 30px;
  }

  .pstn_ctns::before {
    height: 10px;
  }

  .pstn_ctns::after {
    top: 10px;
    height: 350px;
  }

  .pstn_ctns-inner {
    width: 100%;
  }

  .pstn_ctns-ttl {
    width: 120px;
    margin: 20px auto 40px;
  }

  .pstn_ctns-kv {
    padding: 20px;
    margin: 0 auto 40px;
  }
}

.pstn_lead {
  padding: 100px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaefed),
    to(white)
  );
  background-image: -webkit-linear-gradient(top, #eaefed, white);
  background-image: -o-linear-gradient(top, #eaefed, white);
  background-image: linear-gradient(to bottom, #eaefed, white);
}

.pstn_lead-img {
  display: block;
  max-width: 680px;
  width: 68%;
  margin: 80px auto;
}

.pstn_lead-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 0 80px;
}

.pstn_lead-list::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 100%;
  background-color: #003c4b;
}

.pstn_lead-list li {
  display: block;
  width: 45%;
}

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

.pstn_lead-nav h3 {
  color: #003c4b;
  font-size: 23px;
  margin: 0 0 40px;
}

.pstn_lead-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pstn_lead-nav-list li {
  display: block;
  width: 200px;
  margin: 0 25px 0 0;
}

.pstn_lead-nav-list li:last-child {
  margin: 0;
}

.pstn_lead-nav-list li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.pstn_lead-nav-list li a:hover {
  opacity: 0.5;
}

@media (max-width: 1025px) {
  .pstn_lead {
    padding: 50px 0;
  }

  .pstn_lead-img {
    width: 100%;
    margin: 40px auto;
  }

  .pstn_lead-list {
    margin: 0 0 50px;
  }

  .pstn_lead-list::after {
    display: none;
  }

  .pstn_lead-list li {
    display: block;
    width: 100%;
  }

  .pstn_lead-list li:first-child {
    padding: 0 0 30px;
    margin: 0 0 30px;
    border-bottom: 1px solid #000;
  }

  .pstn_lead-nav h3 {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .pstn_lead-nav-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .pstn_lead-nav-list li {
    width: 31%;
    margin: 0;
  }

  .pstn_lead-nav-list li:last-child {
    margin: 0;
  }

  .pstn_lead-nav-list li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .pstn_lead-nav-list li a:hover {
    opacity: 0.5;
  }
}

.pstn_rlxtn-img {
  display: block;
  width: 70%;
  margin: 40px auto 0;
}

.pstn_rlxtn-img figcaption {
  display: block;
  text-align: right;
  margin: 10px 0 0;
  font-size: 12px;
}

@media (max-width: 1025px) {
  .pstn_rlxtn-img {
    width: 90%;
    margin: 30px auto 0;
  }

  .pstn_rlxtn-img figcaption {
    font-size: 10px;
  }
}

.pstn_viewWrap {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.pstn_view {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(191, 131, 63, 0.5)),
    color-stop(rgba(255, 247, 227, 0.5)),
    to(rgba(191, 131, 63, 0.5))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(191, 131, 63, 0.5),
    rgba(255, 247, 227, 0.5),
    rgba(191, 131, 63, 0.5)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(191, 131, 63, 0.5),
    rgba(255, 247, 227, 0.5),
    rgba(191, 131, 63, 0.5)
  );
  background-image: linear-gradient(
    to right,
    rgba(191, 131, 63, 0.5),
    rgba(255, 247, 227, 0.5),
    rgba(191, 131, 63, 0.5)
  );
  padding: 60px 0;
  margin: 100px 0 0;
}

.pstn_view-img {
  margin: 60px auto 0;
}

.pstn_view-caption {
  display: block;
  text-align: right;
  margin: 8px 8px 0 0;
  font-size: 12px;
}

.pstn_view-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 60px auto 0;
}

.pstn_view-list li {
  display: block;
  width: 48%;
}

.pstn_view-list li figcaption {
  display: block;
  text-align: right;
  margin: 5px 0 0;
  font-size: 12px;
}

@media (max-width: 1025px) {
  .pstn_view {
    padding: 40px 0;
    margin: 40px 0 0;
  }

  .pstn_view-img {
    margin: 40px auto 0;
  }

  .pstn_view-caption {
    font-size: 10px;
  }

  .pstn_view-inner {
    display: block;
    width: 88%;
    margin: 0 auto;
  }

  .pstn_view-list {
    width: 88%;
    margin: 40px auto 0;
  }

  .pstn_view-list li {
    width: 100%;
  }

  .pstn_view-list li figcaption {
    font-size: 10px;
  }

  .pstn_view-list li:first-child {
    margin: 0 0 20px;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 644px) {
  .pc {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}

@media screen and (max-width: 644px) {
  .pc_inline {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 644px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}

@media screen and (max-width: 644px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 644px) {
  .none_pad section:nth-child(n + 2) {
    padding: 40px 6vw;
  }
}

.pc {
  display: block;
}

@media screen and (max-width: 644px) {
  .pc {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}

@media screen and (max-width: 644px) {
  .pc_inline {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 644px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}

@media screen and (max-width: 644px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 644px) {
  .none_pad section:nth-child(n + 2) {
    padding: 40px 6vw;
  }
}

@media screen and (max-width: 991px) {
  .contsSecWrap {
    width: 100%;
  }
}

.view1-1 {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

#PANO1-1 {
  position: relative;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
}

#PANOWRAP1-1 {
  position: relative;
  width: 100%;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
}

#PANOBODY1-1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
}

div[id^="PANOBODY"] img {
  height: 380px;
  max-width: inherit;
  width: auto;
}

.arr1-1.left {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  width: 25px;
  height: 25px;
}

.arr1-1 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.arr1-1.left img {
  left: 0;
}

.arr1-1.right {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
}

.arr1-1 img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.arr1-1.right img {
  right: 0;
}

@media screen and (max-width: 800px) {
  #PANO1-1 {
    height: 380px;
  }

  #PANOWRAP1-1 {
    height: 380px;
  }

  div[id^="PANOBODY"] img {
    height: 380px;
  }
}

@media print, screen and (min-width: 801px) {
  .TBSP,
  .TB,
  .TBl,
  .TBs,
  .SP,
  .SP_bl {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .TBSP,
  .SP {
    display: inherit;
  }
}

.lctn_kv {
  position: relative;
  margin: 0 0 80px;
}

.lctn_kv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(4, 117, 168, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.lctn_kv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
}

@media (max-width: 1025px) {
  .lctn_kv {
    margin: 0 0 40px;
  }
}

.lctn_ctns {
  margin: 0 0 100px;
}

.lctn_ctns:last-of-type {
  margin: 0;
}

.lctn_ctns-ttl {
  margin: 0 auto 30px;
  padding: 15px;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 5px;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
}

@media (max-width: 1025px) {
  .lctn_ctns {
    margin: 0 0 50px;
  }

  .lctn_ctns-ttl {
    margin: 0 auto 20px;
    font-size: 16px;
  }
}

.lctn_listBtwn {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lctn_listAftr::after {
  content: "";
  display: block;
  width: 23%;
}

.lctn_about {
  border-left: 2px solid #000;
  line-height: 1.7;
  padding: 0 0 0 10px;
  margin: 10px 0 0;
}

.lctn_about dt {
  font-size: 17px;
}

.lctn_about dd {
  font-size: 14px;
}

@media (max-width: 1025px) {
  .lctn_about {
    margin: 10px 0 0;
  }

  .lctn_about dt {
    font-size: 13px;
    line-height: 1.3;
  }

  .lctn_about dd {
    font-size: 12px;
  }
}

.lctn_lead {
  padding: 80px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
}

.lctn_lead-txt {
  padding: 100px 0;
  text-align: center;
}

.lctn_lead-txt h3 {
  color: #bf833f;
  font-size: 70px;
  margin: 0 0 30px;
}

.lctn_lead-caption {
  display: block;
  color: #fff;
  text-align: right;
  font-size: 12px;
  margin: 5px 5px 0 0;
}

@media (max-width: 1025px) {
  .lctn_lead {
    padding: 30px 0;
  }

  .lctn_lead-txt {
    padding: 60px 0;
  }

  .lctn_lead-txt h3 {
    font-size: 40px;
    margin: 0 0 20px;
  }

  .lctn_lead-caption {
    font-size: 10px;
  }
}

.lctn_shpng {
  padding: 0 0 100px;
}

.lctn_shpng-inner {
  display: block;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
}

.lctn_shpng-mall {
  background-color: #c3ca2e;
  border-radius: 25px;
  padding: 10px;
  margin: 0 0 80px;
}

.lctn_shpng-mall-inner {
  border-radius: 25px;
  border: 3px solid #fff;
  padding: 40px 60px;
}

.lctn_shpng-mall-ttl {
  position: relative;
  color: #ae7a26;
  text-align: center;
  width: 100%;
  line-height: 1.5;
  font-size: 23px;
}

.lctn_shpng-mall-ttl h4 {
  display: block;
  width: 275px;
  margin: 20px auto 40px;
}

.lctn_shpng-mall-ttl i {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
  width: 150px;
  height: 150px;
}

.lctn_shpng-mall-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.lctn_shpng-mall-list li {
  display: block;
  width: 49%;
}

.lctn_shpng-mall-ctns {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}

.lctn_shpng-mall-ctns-txt,
.lctn_shpng-mall-ctns-about {
  display: block;
  width: 49%;
}

.lctn_shpng-mall-ctns-txt-ttl {
  text-align: center;
  border-top: 0.5px solid #000;
  border-bottom: 0.5px solid #000;
  padding: 25px 0;
}

.lctn_shpng-mall-ctns-txt-ttl h5 {
  display: block;
  width: 60%;
  margin: 0 auto;
}

.lctn_shpng-mall-ctns-txt-about {
  border-bottom: 0.5px solid #000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  margin: 0 0 10px;
}

.lctn_shpng-mall-ctns-txt-about h6 {
  color: #ae7a26;
  text-align: center;
  font-size: 20px;
}

.lctn_shpng-mall-ctns-txt-about-time {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  line-height: 1.3;
}

.lctn_shpng-mall-ctns-txt-about-time dl {
  color: #003f37;
}

.lctn_shpng-mall-ctns-txt-about-time dl dt {
  display: block;
  font-size: 15px;
  width: 150px;
}

.lctn_shpng-mall-ctns-txt-about-time dl dd {
  width: -webkit-calc(100% - 160px);
  width: calc(100% - 160px);
  text-align: right;
  font-size: 15px;
}

.lctn_shpng-mall-ctns-txt small {
  display: block;
  line-height: 1.3;
  font-size: 12px;
}

.lctn_shpng-mall-ctns-about p {
  line-height: 1.7;
  color: #003f37;
  font-size: 14px;
  margin: 0 0 20px;
}

.lctn_shpng-mall-ctns-about dl dt {
  display: block;
  background-color: #003f37;
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 10px;
  margin: 0 0 20px;
}

.lctn_shpng-mall-ctns-about dl dd ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lctn_shpng-mall-ctns-about dl dd ul li {
  position: relative;
  line-height: 1.7;
  color: #003f37;
  width: 48%;
  font-size: 13px;
}

.lctn_shpng-mall-ctns-about dl dd ul li i {
  font-style: normal;
}

.lctn_shpng-mall-ctns-about dl dd ul li span {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lctn_shpng-mall-ctns-about dl dd small {
  display: block;
  text-align: right;
  font-size: 12px;
  margin: 10px 0 0;
}

.lctn_shpng-mall-ctns-btn {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  background-color: #ae7a26;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 30px;
  width: 50%;
  padding: 15px 0;
  margin: 0 auto;
  -webkit-animation: blink 3s infinite;
  animation: blink 3s infinite;
}

.lctn_shpng-mall-ctns-btn::after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  display: block;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 10px;
  height: 15px;
  background-color: #fff;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.lctn_shpng-mall-ctns-btn:hover {
  opacity: 0.5;
}

.lctn_shpng-mall-ctns-btn:hover::after {
  right: 10px;
}

@-webkit-keyframes blink {
  0% {
    background-color: #ae7a26;
  }

  50% {
    background-color: #623f06;
  }

  100% {
    background-color: #ae7a26;
  }
}

@keyframes blink {
  0% {
    background-color: #ae7a26;
  }

  50% {
    background-color: #623f06;
  }

  100% {
    background-color: #ae7a26;
  }
}

@media (max-width: 1025px) {
  .lctn_shpng-mall {
    margin: 0 0 60px;
  }

  .lctn_shpng-mall-inner {
    padding: 40px;
  }

  .lctn_shpng-mall-ttl i {
    right: 10px;
    width: 130px;
    height: 130px;
  }

  .lctn_shpng-mall-ctns-txt,
  .lctn_shpng-mall-ctns-about {
    width: 48%;
  }

  .lctn_shpng-mall-ctns-txt-about h6 {
    text-align: center;
    font-size: 17px;
    margin: 0 auto 20px;
  }

  .lctn_shpng-mall-ctns-txt-about-time {
    width: 100%;
  }

  .lctn_shpng-mall-ctns-txt-about-time dl {
    color: #003f37;
  }

  .lctn_shpng-mall-ctns-txt-about-time dl dt {
    font-size: 14px;
    width: 140px;
  }

  .lctn_shpng-mall-ctns-txt-about-time dl dd {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    font-size: 14px;
  }

  .lctn_shpng-mall-ctns-about p {
    margin: 0 0 10px;
  }

  .lctn_shpng-mall-ctns-about dl dt {
    font-size: 14px;
    padding: 10px;
    margin: 0 0 10px;
  }

  .lctn_shpng-mall-ctns-about dl dd ul li {
    width: 100%;
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .lctn_shpng-mall {
    padding: 10px;
    margin: 0 0 40px;
  }

  .lctn_shpng-mall-inner {
    border-radius: 25px;
    border: 1px solid #fff;
    padding: 20px 15px;
  }

  .lctn_shpng-mall-ttl {
    font-size: 16px;
    margin: 0 0 40px;
  }

  .lctn_shpng-mall-ttl h4 {
    width: 175px;
    margin: 20px auto;
  }

  .lctn_shpng-mall-ttl i {
    top: auto;
    bottom: -10px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    right: -10px;
    width: 60px;
    height: 60px;
  }

  .lctn_shpng-mall-list {
    margin: 0 auto 30px;
  }

  .lctn_shpng-mall-list li {
    width: 100%;
  }

  .lctn_shpng-mall-list li:first-child {
    margin: 0 0 10px;
  }

  .lctn_shpng-mall-ctns {
    margin: 0 0 40px;
  }

  .lctn_shpng-mall-ctns-txt,
  .lctn_shpng-mall-ctns-about {
    width: 100%;
  }

  .lctn_shpng-mall-ctns-txt {
    margin: 0 0 20px;
  }

  .lctn_shpng-mall-ctns-txt-ttl {
    padding: 20px 0;
  }

  .lctn_shpng-mall-ctns-txt-ttl h5 {
    width: 80%;
  }

  .lctn_shpng-mall-ctns-txt-about {
    padding: 15px 0;
    margin: 0 0 10px;
  }

  .lctn_shpng-mall-ctns-txt-about h6 {
    font-size: 17px;
    margin: 0;
  }

  .lctn_shpng-mall-ctns-txt-about-time {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    line-height: 1.3;
  }

  .lctn_shpng-mall-ctns-txt-about-time dl dt {
    font-size: 13px;
    width: 130px;
  }

  .lctn_shpng-mall-ctns-txt-about-time dl dd {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    font-size: 12px;
  }

  .lctn_shpng-mall-ctns-txt small {
    font-size: 10px;
  }

  .lctn_shpng-mall-ctns-about dl dt {
    font-size: 13px;
    margin: 0 0 10px;
  }

  .lctn_shpng-mall-ctns-about dl dd ul li {
    width: 100%;
  }

  .lctn_shpng-mall-ctns-about dl dd small {
    font-size: 12px;
  }

  .lctn_shpng-mall-ctns-btn {
    width: 100%;
  }
}

.lctn_chldcr-spot {
  background-color: #e7d5e8;
  border-radius: 30px;
  padding: 30px 0;
  margin: 100px 0;
}

.lctn_chldcr-spot h4 {
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 30px;
  font-size: 25px;
}

.lctn_chldcr-spot-ctns {
  display: block;
  background-color: #f3ebf4;
  padding: 40px 0;
}

.lctn_chldcr-spot-ctns dl {
  margin: 0 0 30px;
}

.lctn_chldcr-spot-ctns dl dt {
  border-bottom: 0.5px solid #000;
  line-height: 1.3;
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 18px;
}

.lctn_chldcr-spot-ctns dl dd {
  line-height: 1.5;
  font-size: 15px;
}

.lctn_chldcr-spot-ctns figure figcaption {
  font-size: 13px;
  margin: 0 0 20px;
}

.lctn_chldcr-spot-ctns figure img {
  display: block;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1025px) {
  .lctn_chldcr-spot {
    margin: 50px 0;
  }

  .lctn_chldcr-spot h4 {
    line-height: 1.5;
    margin: 0 0 20px;
  }

  .lctn_chldcr-spot-ctns dl dt {
    font-size: 15px;
  }

  .lctn_chldcr-spot-ctns dl dd {
    line-height: 1.5;
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .lctn_chldcr-spot {
    margin: 40px 0;
  }

  .lctn_chldcr-spot h4 {
    letter-spacing: 1px;
    margin: 0 0 20px;
    font-size: 18px;
  }

  .lctn_chldcr-spot-ctns {
    padding: 30px 0;
  }

  .lctn_chldcr-spot-ctns dl {
    margin: 0 0 20px;
  }

  .lctn_chldcr-spot-ctns dl dt {
    font-size: 0.91rem;
  }

  .lctn_chldcr-spot-ctns dl dd {
    font-size: 0.7rem;
  }

  .lctn_chldcr-spot-ctns figure figcaption {
    font-size: 12px;
    margin: 0 0 10px;
  }
}

.lctn_info {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  color: #fff;
  margin: 100px 0 0;
  padding: 80px 0;
}

.lctn_info-map {
  display: block;
  width: 100%;
  margin: 0 auto 80px;
}

.lctn_info-ttl {
  display: block;
  text-align: center;
  margin: 0 0 60px;
  font-size: 20px;
}

.lctn_info-subttl {
  display: block;
  border-radius: 5px;
  background-color: #b36c1f;
  width: 100%;
  padding: 10px;
  margin: 0 0 20px;
}

.lctn_info dl {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 0.16px dotted #fff;
  margin: 0 0 15px;
  padding: 0 0 15px;
}

@media (max-width: 1025px) {
  .lctn_info {
    margin: 60px 0 0;
    padding: 50px 0;
  }

  .lctn_info-map {
    margin: 0 auto 40px;
  }

  .lctn_info-ttl {
    margin: 0 0 40px;
  }

  .lctn_info-subttl {
    font-size: 16px;
  }

  .lctn_info dl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
  }

  .lctn_info dl dt {
    display: block;
    text-align: left;
    line-height: 1.3;
    width: 60%;
  }

  .lctn_info dl dd {
    display: block;
    text-align: right;
    width: 40%;
  }
}

@media (max-width: 550px) {
  .lctn_info {
    margin: 40px 0 0;
    padding: 40px 0;
  }

  .lctn_info-map {
    margin: 0 auto 40px;
  }

  .lctn_info-ttl {
    margin: 0 0 40px;
    font-size: 18px;
  }

  .lctn_info dl {
    font-size: 12px;
  }
}

.dsgnSup {
  position: relative;
}

.dsgnSup sup {
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  left: 50%;
  font-size: 10px;
}

.dsgn_subttl {
  display: block;
  max-width: 500px;
  width: 60%;
  margin: 0 auto 30px;
}

@media (max-width: 1025px) {
  .dsgn_subttl {
    max-width: 500px;
    width: 70%;
  }
}

@media (max-width: 550px) {
  .dsgn_subttl {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    margin: 0 auto;
  }
}

.dsgn_list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dsgn_list-item {
  display: block;
  width: 50%;
}

.dsgn_list-item dl {
  display: block;
  width: 85%;
}

.dsgn_list-item dl dt {
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 23px;
  margin: 0 0 20px;
}

.dsgn_list-item dl dd {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 14px;
}

@media (max-width: 1025px) {
  .dsgn_list-item {
    width: 48%;
  }

  .dsgn_list-item dl {
    width: 100%;
  }

  .dsgn_list-item dl dt {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

@media (max-width: 550px) {
  .dsgn_list {
    padding: 20px 0 0;
  }

  .dsgn_list-item {
    width: 78%;
    margin: 0 auto;
  }

  .dsgn_list-item dl {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }

  .dsgn_list-item dl dt {
    line-height: 1.5;
    font-size: 20px;
    margin: 0 0 10px;
  }

  .dsgn_list-item dl dd {
    line-height: 1.5;
    font-size: 13px;
  }
}

.dsgn_ctns {
  position: relative;
  margin: 0 0 100px;
}

.dsgn_ctns-txt {
  letter-spacing: 1px;
}

.dsgn_ctns-txt dt {
  line-height: 1.5;
  font-size: 23px;
  margin: 0 0 20px;
}

.dsgn_ctns-txt dt span {
  display: block;
  font-size: 12px;
  margin: 0 0 10px;
  color: #003c4b;
}

.dsgn_ctns-txt dd {
  line-height: 2;
  font-size: 15px;
}

.dsgn_ctns-img {
  display: block;
  width: 90%;
  margin: 50px auto;
}

@media (max-width: 1025px) {
  .dsgn_ctns {
    margin: 0 0 60px;
  }

  .dsgn_ctns-txt {
    letter-spacing: 1px;
  }

  .dsgn_ctns-txt dt {
    font-size: 18px;
    margin: 0 0 15px;
  }

  .dsgn_ctns-txt dt span {
    font-size: 12px;
    margin: 0 0 5px;
  }

  .dsgn_ctns-txt dd {
    line-height: 1.5;
    font-size: 14px;
  }
}

@media (max-width: 550px) {
  .dsgn_ctns {
    margin: 0 0 40px;
  }

  .dsgn_ctns-txt {
    width: 78%;
    margin: 0 auto;
  }

  .dsgn_ctns-txt dt {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .dsgn_ctns-txt dt span {
    display: block;
    font-size: 13px;
    margin: 0 0 10px;
  }

  .dsgn_ctns-txt dd {
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-size: 13px;
  }

  .dsgn_ctns-img {
    width: 100%;
    margin: 30px auto;
  }
}

.dsgn_lead {
  padding: 100px 0 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaefed),
    to(white)
  );
  background-image: -webkit-linear-gradient(top, #eaefed, white);
  background-image: -o-linear-gradient(top, #eaefed, white);
  background-image: linear-gradient(to bottom, #eaefed, white);
}

@media (max-width: 1025px) {
  .dsgn_lead {
    padding: 80px 0 0;
  }
}

@media (max-width: 550px) {
  .dsgn_lead {
    padding: 50px 0 0;
  }
}

.dsgn_about {
  padding: 200px 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  position: relative;
}

.dsgn_about-ornament {
  position: absolute;
  mix-blend-mode: multiply;
  top: 0;
  left: 0;
}

.dsgn_about-img {
  display: block;
  margin: 0 0 50px;
}

.dsgn_about dl {
  color: #fff;
  display: block;
  width: 70%;
  margin: 0 auto;
}

.dsgn_about dl dt {
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  margin: 0 0 30px;
}

.dsgn_about dl dt span {
  display: block;
  color: #cfd629;
  letter-spacing: 0.5px;
  font-size: 15px;
  margin: 0 0 10px;
}

.dsgn_about dl dd {
  line-height: 2;
}

@media (max-width: 1025px) {
  .dsgn_about {
    padding: 100px 0;
  }

  .dsgn_about dl {
    width: 100%;
  }

  .dsgn_about dl dt {
    font-size: 23px;
  }
}

@media (max-width: 550px) {
  .dsgn_about {
    padding: 80px 0 50px;
  }

  .dsgn_about-img {
    margin: 0 0 30px;
  }

  .dsgn_about dl dt {
    line-height: 1.5;
    font-size: 20px;
    margin: 0 0 20px;
  }

  .dsgn_about dl dt span {
    font-size: 13px;
  }
}

.dsgn_land {
  padding: 200px 0 100px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaefed),
    to(white)
  );
  background-image: -webkit-linear-gradient(top, #eaefed, white);
  background-image: -o-linear-gradient(top, #eaefed, white);
  background-image: linear-gradient(to bottom, #eaefed, white);
}

@media (max-width: 1025px) {
  .dsgn_land {
    padding: 100px 0;
  }
}

@media (max-width: 550px) {
  .dsgn_land {
    padding: 50px 0;
  }
}

.dsgn_parking-ctns {
  margin: 50px 0;
}

.dsgn_parking-ctns-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 100px;
}

.dsgn_parking-ctns-list li {
  padding: 20px;
  background-color: #f0e7da;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-calc((100% - 2px)/3);
  width: calc((100% - 2px) / 3);
  margin: 0 0 1px;
}

.dsgn_parking-ctns-list-ttl h5 {
  background-color: #006478;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  font-size: 30px;
}

.dsgn_parking-ctns-list-item dl dt {
  position: relative;
  text-align: center;
  line-height: 1.3;
  color: #006478;
  font-weight: 600;
  border-bottom: 4px solid #006478;
  padding: 0 0 15px 70px;
  margin: 0 0 20px;
  font-size: 22px;
}

.dsgn_parking-ctns-list-item dl dt i {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006478;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  border-radius: 20px;
  font-size: 30px;
  padding: 5px;
  width: 60px;
  height: 60px;
}

.dsgn_parking-ctns-list-item dl dd p {
  line-height: 1.7;
  margin: 20px 0 0;
}

@media (max-width: 1025px) {
  .dsgn_parking-ctns {
    margin: 50px 0;
  }

  .dsgn_parking-ctns-list {
    margin: 0 0 80px;
  }

  .dsgn_parking-ctns-list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-calc((100% - 2px)/2);
    width: calc((100% - 2px) / 2);
    margin: 0 0 2px;
  }

  .dsgn_parking-ctns-list li:nth-child(n + 2) {
    padding: 30px 20px 20px;
  }

  .dsgn_parking-ctns-list-item dl dt {
    border-bottom: 3px solid #006478;
    padding: 0 0 20px 50px;
    margin: 0 0 20px;
    font-size: 18px;
  }

  .dsgn_parking-ctns-list-item dl dt i {
    width: 50px;
    height: 50px;
    font-size: 25px;
    border-radius: 10px;
    margin: -15px 0 0;
  }
}

@media (max-width: 550px) {
  .dsgn_parking {
    position: relative;
  }

  .dsgn_parking-ctns {
    margin: 50px 0;
  }

  .dsgn_parking-ctns-list {
    margin: 0 0 40px;
  }

  .dsgn_parking-ctns-list li {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: -webkit-calc((100% - 1px)/2);
    width: calc((100% - 1px) / 2);
    margin: 0 0 1px;
  }

  .dsgn_parking-ctns-list li:nth-child(n + 2) {
    padding: 20px 10px;
  }

  .dsgn_parking-ctns-list-ttl h5 {
    letter-spacing: 1px;
    padding: 10px 0;
    font-size: 14px;
  }

  .dsgn_parking-ctns-list-item dl dt {
    border-bottom: 2px solid #006478;
    padding: 0 0 8px 30px;
    margin: 0 0 10px;
    font-size: 12.5px;
  }

  .dsgn_parking-ctns-list-item dl dt i {
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 3px;
    padding: 0;
    margin: 0 0 -3px;
  }

  .dsgn_parking-ctns-list-item dl dd {
    font-size: 11.5px;
  }

  .dsgn_parking-ctns-list-item dl dd p {
    margin: 10px 0 0;
    letter-spacing: 0.3px;
  }
}

.dsgn_crrdr {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eaefed),
    to(white)
  );
  background-image: -webkit-linear-gradient(top, #eaefed, white);
  background-image: -o-linear-gradient(top, #eaefed, white);
  background-image: linear-gradient(to bottom, #eaefed, white);
  padding: 100px 0 0;
}

.dsgn_crrdr-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 20px;
}

.dsgn_crrdr-list:last-of-type {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dsgn_crrdr-list-txt {
  width: 38%;
}

.dsgn_crrdr-list-img {
  width: 58%;
}

.dsgn_crrdr-flower {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}

.dsgn_crrdr-flower li {
  display: block;
  width: -webkit-calc((100% - 30px)/6);
  width: calc((100% - 30px) / 6);
}

.dsgn_crrdr-flower li p {
  text-align: center;
  margin: 5px 0 0;
  font-size: 12px;
}

@media (max-width: 1025px) {
  .dsgn_crrdr {
    padding: 60px 0 0;
  }

  .dsgn_crrdr-flower {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 40px;
  }

  .dsgn_crrdr-flower li {
    display: block;
    width: -webkit-calc((100% - 30px)/6);
    width: calc((100% - 30px) / 6);
  }

  .dsgn_crrdr-flower li p {
    text-align: center;
    margin: 5px 0 0;
    font-size: 12px;
  }
}

@media (max-width: 550px) {
  .dsgn_crrdr {
    padding: 50px 0 0;
  }

  .dsgn_crrdr .dsgn_subttl {
    top: 13px;
  }

  .dsgn_crrdr-list {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    margin: 0 0 20px;
  }

  .dsgn_crrdr-list dl {
    width: 80%;
  }

  .dsgn_crrdr-list-txt {
    width: 100%;
  }

  .dsgn_crrdr-list-img {
    width: 100%;
    margin: 0 auto 20px;
  }

  .dsgn_crrdr .__relaxation {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .dsgn_crrdr .__relaxation .dsgn_crrdr-list-img {
    width: 80%;
    margin: 20px auto 0;
  }

  .dsgn_crrdr-flower {
    margin: 0 0 20px;
  }

  .dsgn_crrdr-flower li {
    width: 32%;
    margin: 0 0 15px;
  }

  .dsgn_crrdr-flower li p {
    font-size: 10px;
  }
}

.dsgn_lnp {
  background-color: #f1f4f3;
  padding: 200px 0 150px;
}

.dsgn_lnp h3 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 25px;
  margin: 0 0 60px;
}

.dsgn_lnp-list {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dsgn_lnp-list:first-of-type {
  position: relative;
  margin: 0 0 100px;
}

.dsgn_lnp-list dl {
  margin: 20px 0 0;
}

.dsgn_lnp-list dl dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  height: 54px;
  margin: 0 0 10px;
  font-size: 18px;
}

.dsgn_lnp-list dl dd {
  line-height: 1.5;
  font-size: 15px;
}

.dsgn_lnp-list dl dd small {
  display: block;
  font-size: 12px;
  margin: 10px 0 0;
}

.dsgn_lnp .dsgn_lnp-system .dsgn_lnp-list:first-of-type {
  margin: 0;
}

@media (max-width: 1025px) {
  .dsgn_lnp {
    padding: 100px 0;
  }

  .dsgn_lnp h3 {
    line-height: 1.5;
    font-size: 23px;
    margin: 0 0 40px;
  }

  .dsgn_lnp-list:first-of-type {
    margin: 0 0 60px;
  }

  .dsgn_lnp-list dl {
    margin: 15px 0 0;
  }

  .dsgn_lnp-list dl dt {
    height: auto;
    margin: 0 0 10px;
    font-size: 14px;
  }

  .dsgn_lnp-list dl dd {
    line-height: 1.5;
    font-size: 14px;
  }

  .dsgn_lnp .dsgn_lnp-system .dsgn_lnp-list:first-of-type {
    margin: 0 0 30px;
  }
}

@media (max-width: 550px) {
  .dsgn_lnp {
    padding: 40px 0;
  }

  .dsgn_lnp h3 {
    letter-spacing: 1px;
    font-size: 20px;
    margin: 0 0 30px;
  }

  .dsgn_lnp-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .dsgn_lnp-list dl {
    margin: 20px 0 0;
  }

  .dsgn_lnp-list dl dt {
    height: auto;
    margin: 0 0 10px;
    font-size: 13px;
  }

  .dsgn_lnp-list dl dd {
    font-size: 0.7rem;
  }

  .dsgn_lnp-list dl dd small {
    font-size: 0.6rem;
    margin: 5px 0 0;
  }
}

.top_action {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#003c4b),
    to(#150201)
  );
  background-image: -webkit-linear-gradient(left, #003c4b, #150201);
  background-image: -o-linear-gradient(left, #003c4b, #150201);
  background-image: linear-gradient(to right, #003c4b, #150201);
  padding: 60px 80px;
  margin-bottom: 40px;
  outline-offset: -20px;
  outline: 2px solid #d3a629;
}

.top_action-copy {
  width: 60%;
  margin-bottom: 30px;
}

.top_action-btn {
  transition: 0.3s;
}

.top_action-btn img {
  width: 46%;
}

@media (max-width: 550px) {
  .top_action {
    padding: 50px 40px;
    outline-offset: -15px;
  }

  .top_action-copy {
    width: 85%;
    margin-bottom: 20px;
  }

  .top_action-btn img {
    width: 70%;
  }
}

/*# sourceMappingURL=../cssmap/app.css.map */
