<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ================ Font ================= */
@font-face {
  font-family: "ns";
  src: url("../../font/NotoSans_light_subset.eot");
  src: url("../../font/NotoSans_light_subset.eot?#iefix") format("embedded-opentype"), url("../../font/NotoSans_light_subset.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ns";
  src: url("../../font/NotoSansCJKjp-Bold.eot");
  src: url("../../font/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype"), url("../../font/NotoSansCJKjp-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "ns_China";
  src: url("../../font/NotoSansCJKsc-Regular.eot");
  src: url("../../font/NotoSansCJKsc-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/NotoSansCJKsc-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ns_China";
  src: url("../../font/NotoSansCJKsc-Bold.eot");
  src: url("../../font/NotoSansCJKsc-Bold.eot?#iefix") format("embedded-opentype"), url("../../font/NotoSansCJKsc-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "ns_Taiwan";
  src: url("../../font/NotoSansCJKtc-Regular.eot");
  src: url("../../font/NotoSansCJKtc-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/NotoSansCJKtc-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ns_Taiwan";
  src: url("../../font/NotoSansCJKtc-Bold.eot");
  src: url("../../font/NotoSansCJKtc-Bold.eot?#iefix") format("embedded-opentype"), url("../../font/NotoSansCJKtc-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "ns_Ko";
  src: local("Noto Sans CJK KR Regular"), url("../../font/NotoSansCJKkr-Regular.woff") format("woff"), url("../../font/NotoSansCJKkr-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ns_Ko";
  src: local("Noto Sans CJK KR Bold"), url("../../font/NotoSansCJKkr-Bold.woff") format("woff"), url("../../font/NotoSansCJKkr-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

/* ================ Reset ================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #000;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  font-weight: normal;
}

body {
  -webkit-text-size-adjust: none;
  font-family: "ns";
  font-size: 16px;
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul,
ul,
nav ol,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(100, 100, 100, 0.5);
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

img {
  vertical-align: bottom;
  border: 0;
}

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

input,
select {
  vertical-align: middle;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* ================ btn ================= */
.btn_pagetop {
  width: 58px;
  height: 58px;
  background: #000;
  border-radius: 30px;

  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
}

.btn_pagetop:after {
  position: absolute;
  top: 40%;
  margin: auto;
  content: "";
  vertical-align: middle;

  margin-left: -8px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_pagetop:hover {
  background: #fff;
}

.btn_pagetop:hover:after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.btn_pagetop.fix {
  bottom: 100px;
}

.btn {
  display: block;
  border-radius: 6px;
  background: #ec90ef;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.btn img {
  margin: 0 15px 0 0;
}

.btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

/* ====================== */
header {
  max-width: 1280px;
  margin: 0 auto;
  padding: 29px 0 29px 0;
}

main {
  min-width: 1000px;
  margin: 0 auto;
}

.mv {
  text-align: center;
  margin: 0 auto 8px;
}

.mv img {
  max-width: 100%;
  height: auto;
}

/* ====================== */
.catch {
  background: url("../images/img_catch_en.jpg") top center no-repeat;
  background-size: 100% auto;
  min-height: 877px;
  max-width: 1390px;
  margin: 0 auto;
  text-align: left;
}

.catch .inner {
  width: 992px;
  margin: 0 auto;
  padding: 42px 0 0 0;
}

.catch .catch-lead {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

/* ====================== */
.lineup {
  border: 1px dashed #000;
  border-radius: 6px;
  width: 1010px;
  margin: 0 auto;
  padding: 8px;
  box-sizing: border-box;
  background: #fbfbfb;
  position: relative;
}

.lineup .inner {
  position: relative;
  border: 1px dashed #000;
  border-radius: 6px;
  padding: 20px;
  box-sizing: border-box;
  background: url("../images/bg_lineup.png") top center no-repeat;
}

.lineup .inner h2 {
  position: absolute;
  top: -70px;
  left: 50%;
  margin: 0 0 0 -86px;
}

.lineup .inner .ico_group {
  float: right;
}

.lineup .inner .ico_group p {
  float: left;
  font-size: 20px;
  font-weight: 900;
  padding: 0 10px;
}

.lineup .inner .ico_group p img {
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.lineup .inner ul {
  /* overflow: hidden; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  padding: 30px 0 0 0;
}

.lineup .inner ul li {
  width: 316px;
  text-align: center;
  margin: 0 0 30px;
}

@media screen and (max-width: 750px) {
  .lineup .inner ul li {
    width: 316px;
  }
}

.lineup .inner ul li .textAttention {
  display: block !important;
  text-align: left !important;
  color: #c1312d !important;
  font-size: 50% !important;
  margin-top: 10px;
  line-height: 1.6;
}

.lineup .inner ul li img {
  margin: 0 auto 10px;
}

.lineup .inner ul li .ttl {
  font-size: 20px;
  padding: 0 0 8px;
  margin: 0 0 5px 0;
}

.lineup .inner ul li .ttl span {
  font-weight: bold;
  padding: 0 5px;
  background: url("../images/bg_h2.png") bottom left repeat-x;
}

.lineup .inner ul li .deperture {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}

.lineup .inner ul li .price {
  color: #489fc7;
  font-style: italic;
  font-weight: bold;
  font-size: 28px;
}

.lineup .inner ul li .price span {
  color: #489fc7;
  font-style: italic;
  font-weight: bold;
  font-size: 18px;
}

.lineup .inner ul li .ico {
  padding: 15px 0 10px;
}

.lineup .inner ul li .ico img {
  margin: 0 10px;
}

.lineup .inner .btn {
  background: #182c58;
}

.lineup .inner ul li .btn {
  width: 244px;
  font-size: 18px;
  margin: 10px auto 0;
  padding: 10px 0;
}

.lineup .inner ul li .btn img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.lineup .inner ul li .btn span {
  display: inline-block;
  color: #fff;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

.lineup .notice {
  text-align: right;
  font-size: 13px;
  position: absolute;
  bottom: -24px;
  right: 10px;
}

/* ====================== */
.spot {
  margin: 0 auto 0;
  /* height: 3284px; */
  position: relative;
  padding: 156px 0 80px 0;
  /* background: url("../images/bg_spot.png") top center no-repeat; */
  z-index: 0;
  max-width: 1030px;
}

.spot h2 {
  width: 780px;
  margin: 0 auto 64px;
  font-size: 40px;
  font-weight: bold;
  color: #489fc7;
  text-align: center;
}

.spot h2 img {
  margin: 0 0 25px;
}

.spot h2 span.block {
  display: block;
  font-weight: bold;
  border-top: 2px dotted #000;
  border-bottom: 2px dotted #000;
  padding: 12px 0 20px;
  color: #489fc7;
  font-size: 36px;
}

.spot h2 span.block span {
  font-size: 23px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 15px;
}

.spot .spot-content {
  /* position: absolute; */
  /* overflow: hidden; */
  text-align: left;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 40px;
  position: relative;
}

.spot .spot-content:nth-of-type(n + 2) {
  margin-top: 40px;
}

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

/* .spot .spot01{
	top: 390px;
	left: 0;
}
.spot .spot02{
	top: 693px;
	left: 572px;
}
.spot .spot03{
	top: 1309px;
	left: 20px;
}
.spot .spot04{
	top: 1613px;
	left: 554px;
}
.spot .spot05{
	top: 2248px;
	left: 20px;
}
.spot .spot06{
	top: 2439px;
	left: 554px;
} */
.spot .spot-content .illust01 {
  position: absolute;
  left: -170px;
  top: -174px;
}

.spot .spot-content .illust02 {
  position: absolute;
  right: -130px;
  top: -40px;
}

.spot .spot-content .illust03 {
  position: absolute;
  right: -70px;
  bottom: -12px;
}

.spot .spot-content .illust04 {
  position: absolute;
  right: -63px;
  bottom: 6px;
}

.spot .spot-content .illust05 {
  position: absolute;
  left: -168px;
  bottom: -14px;
}

.spot .spot-content .illust06 {
  position: absolute;
  left: -190px;
  bottom: -11px;
}

.spot .spot-content .illust07 {
  position: absolute;
  right: -174px;
  top: 28px;
}

.spot .spot-content .illust08 {
  position: absolute;
  left: 171px;
  bottom: 15px;
}

.spot .spot-content .illust09 {
  position: absolute;
  right: -190px;
  top: -88px;
}

.spot .spot-content .illust10 {
  position: absolute;
  left: -159px;
  top: -70px;
}

.spot .spot-content .illust11 {
  position: absolute;
  left: -96px;
  top: -182px;
}

.spot .spot-content .illust12 {
  position: absolute;
  right: -166px;
  top: -31px;
}

.spot .spot-content .illust13 {
  position: absolute;
  left: -170px;
  bottom: -45px;
  z-index: 2;
}

.spot .spot-content .illust14 {
  position: absolute;
  right: -166px;
  bottom: -31px;
}

.spot .btn {
  z-index: 3;
  width: 720px;
  box-sizing: border-box;
  margin: 80px auto 0;
  background: #182c58;
}

.spot .btn span {
  color: #fff;
  font-weight: bold;
}

.spot div {
  text-align: center;
}

.spot .spot-img {
  display: inline-block;
  float: left;
  width: 292px;
  margin-right: 40px;
  position: relative;
  z-index: 1;
}

.spot .spot-img img {
  width: 100%;
}

.spot .spot-img span {
  display: block;
  position: absolute;
  width: 100px;
  top: -16px;
  left: -75px;
}

/* .spot .spot01 .spot-img{
	margin: 0 -60px 0 0;
}
.spot .spot02 .spot-img{
	margin: 0 -40px 0 0;
}
.spot .spot03 .spot-img{
	margin: 0 -100px 0 0;
}
.spot .spot04 .spot-img{
	margin: 0 -40px 0 0;
}
.spot .spot05 .spot-img{
	margin: 0 50px 0 0;
}
.spot .spot06 .spot-img{
	margin: 0 0 0 -100px;
} */

.spot h3 {
  /* text-align: center; */
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 15px;
}

.spot h3 span {
  color: #489fc7;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 0 0 0;
}

/* .spot .spot04 h3 {
  margin: -20px 0 10px 0;
}
.spot .spot05 h3 {
  margin: -20px 0 10px 0;
}
.spot .spot06 h3 {
  margin: -10px 0 10px 0;
} */

.spot .root {
  display: inline-block;
  font-weight: bold;
  padding: 0 0 7px;
  margin: 0 0 20px;
  background: url("../images/bg_h2.png") bottom left repeat-x;
  font-size: 20px;
}

.spot .root.mb0 {
  margin-bottom: 0;
}

.spot .root+.root {
  margin-top: 8px;
}

.spot .txt {
  font-size: 16px;
  /* position: relative;
  width: 470px;
  padding: 5px 15px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  line-height: 1.8;
  overflow: hidden;
}

/* .spot .txt::before,
.spot .txt::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.spot .txt::before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
.spot .txt::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
} */

/* ====================== */
.about {
  background: #f0eeee;
}

.about .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center;
}

.about .inner .sttl {
  font-size: 28px;
  line-height: 1.4;
  font-weight: bold;
}

.about .inner .sttl2 {
  font-size: 24px;
}

.about .inner h3 {
  font-size: 48px;
  font-weight: bold;
  color: #489fc7;
  padding: 20px 0;
}

.about .inner .txt {
  position: relative;
  width: 700px;
  margin: 30px auto;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.6;
}

.about .inner .txt::before,
.about .inner .txt::after {
  position: absolute;
  top: 0;
  content: "";
  width: 20px;
  height: 100%;
  border-top: 2px solid #489fc7;
  border-bottom: 2px solid #489fc7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.about .inner .txt::before {
  left: 0;
  border-left: 2px solid #489fc7;
}

.about .inner .txt::after {
  right: 0;
  border-right: 2px solid #489fc7;
}

.about .inner .terminal h4 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 35px;
}

.about .inner .terminal ul {
  border-top: 1px solid #000;
  margin: 0 auto 70px;
}

.about .inner .terminal ul li {
  font-size: 20px;
  padding: 15px;
  border-bottom: 1px solid #000;
  text-align: left;
  display: flex;
  align-items: center;
}

.about .inner .terminal ul li p {
  color: #489fc7;
  display: inline-block;
  width: 160px;
  margin: 0 70px 0 100px;
}

.about .inner .terminal ul li span {
  flex: 1;
  line-height: 1.68;
}

.about .inner .terminal .map {
  margin: 0 0 50px;
}

.about .inner .terminal .root ol {
  overflow: hidden;
  width: 954px;
  margin: 0 auto;
}

.about .inner .terminal .root ol:after {
  content: "";
  display: block;
  clear: both;
}

.about .inner .terminal .root ol li {
  float: left;
  padding: 0 38px 0 0;
  background: url("../images/ico_arrow.png") right 12px top 60px no-repeat;
  background-size: 15px auto;
}

.about .inner .terminal .root ol li:last-child {
  padding: 0;
}

.about .inner .terminal .root ol li p {
  max-width: 210px;
  line-height: 1.56;
  text-align: left;
  padding: 5px 0;
}

.about .inner .terminal .root ol li p span {
  background: #489fc7;
  color: #fff;
  width: 36px;
  height: 36px;
  line-height: 1.6;
  border-radius: 36px;
  font-style: italic;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 0 auto 6px;
}

.photo-copyright {
  font-size: 12px;
  text-align: center;
  margin: 24px 0;
}

/* ====================== */
footer {
  /* max-width: 1280px; */
  margin: 0 auto;
  padding: 21px 0;
  text-align: center;
  background: #0556a8;
}

footer ul li {
  font-size: 10px;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
}

footer ul li a {
  color: #0076ee;
}

footer small {
  /* float: right; */
  font-size: 14px;
  color: #fff;
}

.advantage {
  background: url(../images/bg_advantage.png) center 0 repeat-x;
  background-size: 100% 100%;
  padding: 60px 0 150px;
}

.advantage-inner {
  width: 992px;
  margin: 0 auto;
}

.advantage-inner:after {
  content: "";
  display: block;
  clear: both;
}

.advantage-img {
  float: left;
  width: 200px;
  text-align: center;
}

.advantage-illust {
  margin: 0 0 16px;
}

.advantage-speech {
  color: #489fc7;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
}

.advantage-ex {
  float: right;
  width: 760px;
}

.advantage-head {
  color: #489fc7;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0 0 28px;
}

.advantage-contents-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.advantage-content {
  width: 235px;
  float: left;
  margin: 0 25px 0 0;
}

.advantage-content:last-child {
  margin: 0 0 0 0;
}

.advantage-content-head {
  font-size: 26px;
  margin: 0 0 12px;
}

.advantage-content-head span {
  font-weight: bold;
}

.advantage-content-img {
  margin: 0 0 12px;
}

.advantage-content-txt {
  font-size: 14px;
  line-height: 1.7;
}

.nishibakun {
  background: url(../images/bg_nishibakun.png) center 0 no-repeat;
  background-size: 100% 100%;
  margin: 105px 0 0 0;
  position: relative;
}

.nishibakun-top-road {
  position: absolute;
  top: -105px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nishibakun-content {
  width: 992px;
  margin: 0 auto;
  padding: 80px 0;
}

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

.nishibakun-illust {
  float: left;
  margin: 0 40px 0 120px;
}

.nishibakun-ex {
  float: left;
  width: 640px;
}

.nishibakun-name {
  margin: 0 0 30px 0;
}

.nishibakun-saying {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 12px 0;
}

.nishibakun-txt {
  font-size: 18px;
  line-height: 1.55;
}

@media screen and (max-width: 750px) {

  /* SP ================================ */
  .pc {
    display: none;
  }

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

  .btn {
    padding: 20px 15px;
    font-size: 16px;
  }

  .btn img {
    width: 12px;
    margin: 0 5px 0 0;
  }

  .btn_pagetop {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 30px;
    font-size: 20px;
    position: fixed;
    right: 5px;
    bottom: 86px;
    z-index: 2;
  }

  .btn_pagetop:after {
    position: absolute;
    top: 40%;
    margin: auto;
    content: "";
    vertical-align: middle;
    margin-left: -4px;
    left: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .btn_pagetop.fix {
    bottom: 277px;
  }

  /* ====================== */
  header {
    padding: 15px;
  }

  header p img {
    width: 265px;
  }

  main {
    min-width: 0;
  }

  /* ====================== */
  .mv {
    margin: 0 auto 8%;
  }

  .mv h1 {
    width: 92%;
    margin: 0 auto;
  }

  /* ====================== */
  .catch {
    background: none;
    min-height: 0;
  }

  .catch .inner {
    width: 92%;
    margin: 0 auto;
    padding: 5.33% 0 0 0;
    position: relative;
  }

  .catch .catch-lead {
    font-size: 5.87vw;
    text-align: left;
    margin: 0 auto;
  }

  /* ====================== */
  .lineup {
    width: 92%;
    margin: 0 auto;
    padding: 1.16%;
  }

  .lineup .inner {
    padding: 40px 0 18px;
    background: url("../images/bg_lineup_s.png") top center;
    background-size: 100% auto;
  }

  .lineup .inner h2 {
    width: 32.49%;
    margin: -13.17% 0 0 0;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .lineup .inner .ico_group {
    float: none;
    text-align: center;
  }

  .lineup .inner .ico_group p {
    float: none;
    display: inline-block;
    font-size: 3.34vw;
  }

  .lineup .inner .ico_group p img {
    display: inline-block;
    width: 16px;
  }

  .lineup .inner ul li {
    margin: 0 0 11.7% 0;
    text-align: center;
    width: 50%;
  }

  .lineup .inner ul .lineup09 {
    /* float: none;
    margin: 0 auto; */
  }

  .lineup .inner ul li img {
    width: 40.12%;
  }

  .lineup .inner ul li .ttl {
    font-size: 4vw;
    line-height: 1.6;
    margin: 0 0 3.59%;
  }

  .lineup .inner ul .lineup06 .ttl {
    font-size: 3.07vw;
    line-height: 1.4;
    margin: -4% 0 3.59%;
  }

  .lineup .inner ul li .ttl span {
    background: url("../images/bg_h2.png") bottom left repeat-x;
    background-size: 100% 2.67vw;
    padding: 0 0 1.49%;
  }

  .lineup .inner ul li .deperture {
    font-size: 2.67vw;
    margin: 0 0 7.48%;
  }

  .lineup .inner ul li .price span {
    font-size: 3.74vw;
  }

  .lineup .inner ul li .price {
    font-size: 5.34vw;
  }

  .lineup .inner ul li .ico {
    padding: 8.98% 0 0;
  }

  .lineup .inner ul li .ico img {
    display: inline-block;
    width: 16px;
    margin: 0 4px;
  }

  .lineup .inner ul li .btn {
    width: 82.03%;
    font-size: 3.74vw;
    margin: 8.98% auto 0;
    padding: 3.59% 0;
  }

  .lineup .inner ul li .btn img {
    width: 5.83%;
    margin: 0 3.59% 0 0;
  }

  /* ====================== */
  .spot {
    /* background: url("../images/bg_bottom_spot_s.png") bottom center no-repeat; */
    background-size: 100% auto;
    margin: 2.66% auto 0;
    padding: 0 0 28.8%;
    height: auto;
  }

  .spot h2 {
    width: 92%;
    font-size: 6.4vw;
    margin: 0 auto 18vw;
    text-align: center;
  }

  .spot h2 img {
    width: 11.01%;
    margin: 0 auto 4%;
  }

  .spot h2 span.block {
    padding: 1.44% 0;
    font-size: 6.3vw;
  }

  .spot h2 span.block span {
    font-size: 3.74vw;
    line-height: 1.2;
    margin: 0 0 0.72%;
  }

  .spot .spot-content {
    /* position: static; */
    margin: 0 4vw 0 4vw;
    text-align: center;
    padding-bottom: 18vw;
  }

  .spot .spot-content:nth-of-type(n + 2) {
    margin-top: 18vw;
  }

  .spot .spot-content .illust01 {
    left: auto;
    right: -6vw;
    top: -13vw;
    width: 35vw;
    z-index: 2;
  }

  .spot .spot-content .illust02 {
    right: auto;
    left: 0vw;
    top: 37vw;
    z-index: 2;
    width: 20vw;
  }

  .spot .spot-content .illust03 {
    right: 0vw;
    bottom: 2vw;
    width: 13vw;
    z-index: 2;
  }

  .spot .spot-content .illust04 {
    right: -2vw;
    bottom: 2vw;
    width: 15vw;
    z-index: 2;
  }

  .spot .spot-content .illust05 {
    left: 0vw;
    bottom: -40vw;
    z-index: 2;
    width: 15vw;
  }

  .spot .spot-content .illust06 {
    left: auto;
    right: 0vw;
    bottom: 0vw;
    z-index: 2;
    width: 30vw;
  }

  .spot .spot-content .illust07 {
    right: auto;
    left: 0vw;
    top: 35vw;
    z-index: 2;
    width: 15vw;
  }

  .spot .spot-content .illust08 {
    left: auto;
    right: 0vw;
    bottom: 4vw;
    z-index: 2;
    width: 15vw;
  }

  .spot .spot-content .illust09 {
    right: 0vw;
    width: 28vw;
    top: auto;
    z-index: 2;
    bottom: 0vw;
  }

  .spot .spot-content .illust10 {
    left: 0vw;
    top: 13vw;
    z-index: 2;
    width: 15vw;
  }

  .spot .spot-content .illust11 {
    left: 0vw;
    top: 22vw;
    z-index: 2;
    width: 15vw;
  }

  .spot .spot-content .illust12 {
    right: -4vw;
    top: auto;
    z-index: 2;
    width: 18vw;
    bottom: 9vw;
  }

  .spot .spot-content .illust13 {
    left: 0vw;
    bottom: -32vw;
    z-index: 2;
    width: 28vw;
  }

  .spot .spot-content .illust14 {
    right: 0vw;
    bottom: 6vw;
    z-index: 2;
    width: 18vw;
  }

  .spot .spot-content.bn {
    border-bottom: none;
  }

  .spot .spot01 {
    top: 0;
    left: 0;
  }

  .spot .spot02 {
    top: 0;
    left: 0;
  }

  .spot .spot03 {
    top: 0;
    left: 0;
  }

  .spot .spot04 {
    top: 0;
    left: 0;
  }

  .spot .spot05 {
    top: 0;
    left: 0;
  }

  .spot .spot06 {
    top: 0;
    left: 0;
  }

  .spot .spot-img {
    width: 60%;
    margin: 0 auto 10px;
    float: none;
  }

  .spot .spot-img span {
    width: 35%;
    left: -28%;
    top: -15%;
  }

  .spot .spot01 .spot-img {
    margin: 0 0 0 0;
  }

  .spot .spot02 .spot-img {
    margin: 0 0 0 0;
  }

  .spot .spot03 .spot-img {
    margin: 0 0 0 0;
  }

  .spot .spot04 .spot-img {
    margin: 0 0 0 0;
  }

  .spot .spot05 .spot-img {
    margin: 0 0 0 0;
  }

  .spot .spot06 .spot-img {
    margin: 0 0 0 0;
  }

  .spot .txt {
    width: 92%;
    font-size: 3.74vw;
    margin: 20px auto 0;
    padding: 2% 2.66%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
  }

  /* .spot .txt::before,
  .spot .txt::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .spot .txt::before {
    top: 0;
    left: 0;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
  } */
  .spot .txt::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
  }

  .spot h3 {
    font-size: 5.87vw;
    margin: 0 0 10px;
  }

  .spot h3 span {
    padding: 0;
    line-height: 1.6;
  }

  .spot .spot01 h3 {
    margin: -8.11% 0 4.8% 0;
  }

  .spot .spot02 h3 {
    margin: 0 0 4.8% 0;
  }

  .spot .spot03 h3 {
    margin: -3.76% 0 4.8% 0;
  }

  .spot .spot04 h3 {
    margin: -2.6% 0 4.8% 0;
  }

  .spot .spot05 h3 {
    margin: -2.6% 0 4.8% 0;
  }

  .spot .spot06 h3 {
    margin: -4.34% 0 4.8% 0;
  }

  .spot .root {
    display: inline;
    font-size: 4.54vw;
    background: url("../images/bg_h2.png") bottom left repeat-x;
    background-size: 100% 2.67vw;
    margin: 0 0 4.8% 0;
    padding: 0 0 0;
    line-height: 1.5;
  }

  .spot .spot06 {
    margin: 0 0 5.06%;
  }

  .spot-bottom-illust {
    display: block;
    width: 11.86%;
    margin: 0 0 1.73% 30.8%;
  }

  .spot .btn {
    width: 92%;
    position: static;
    font-size: 4.54vw;
    margin: 0 auto;
    padding: 2.31% 0;
  }

  .spot .btn img {
    width: 2.89%;
    display: inline-block;
    vertical-align: middle;
  }

  .spot .btn span {
    display: inline-block;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    padding: 0 0 0.7% 0;
  }

  /* ====================== */
  .about .inner {
    margin: 0 auto;
    padding: 60px 0;
    text-align: center;
    width: auto;
  }

  .about .inner p.sttl {
    font-size: 4.8vw;
    line-height: 1.6;
  }

  .about .inner p.sttl2 {
    font-size: 4.54vw;
    line-height: 1.2;
  }

  .about .inner h3 {
    font-size: 7.2vw;
    line-height: 1.4;
  }

  .about .inner .txt {
    width: 92%;
    font-size: 4vw;
    line-height: 1.6;
    text-align: left;
    margin: 20px auto;
    padding: 15px 20px;
    position: relative;
  }

  .about .inner .terminal {
    width: 92%;
    margin: 0 auto;
  }

  .about .inner .terminal h4 {
    font-size: 5.34vw;
    margin: 10.1% 0 5.79%;
  }

  .about .inner .terminal ul {
    width: 91.3%;
    margin: 0 auto;
  }

  .about .inner .terminal ul li {
    border-bottom: 1px solid #000;
    font-size: 3.74vw;
    padding: 15px 0;
    text-align: left;
  }

  .about .inner .terminal ul li p {
    display: inline-block;
    width: 23.8%;
    margin: 0 0 0 0;
    float: none;
    vertical-align: middle;
  }

  .about .inner .terminal ul li span {
    display: inline-block;
    width: 74.6%;
    vertical-align: middle;
  }

  .about .inner .terminal .map img {
    max-width: 100%;
  }

  .about .inner .terminal .root ol {
    margin: 0 auto;
    overflow: hidden;
    width: auto;
  }

  .about .inner .terminal .root ol li {
    float: none;
    width: auto;
    padding: 0 0 60px;
    background: url("../images/ico_arrow_s.png") bottom 20px center no-repeat;
    background-size: 30px auto;
  }

  .about .inner .terminal .root ol li:last-child {
    background: none;
  }

  .about .inner .terminal .root ol li img {
    width: 60.86%;
    margin: 0 auto;
  }

  .about .inner .terminal .root ol li p {
    width: 91.3%;
    max-width: none;
    font-size: 3.34vw;
    margin: 0 auto;
  }

  .about .inner .terminal .root ol li p span {
    font-size: 5.34vw;
  }

  /* ====================== */
  footer {
    text-align: center;
    padding: 15px 0 15px;
  }

  footer ul {
    margin: 0 0 20px;
  }

  footer ul li {
    float: none;
    display: inline-block;
  }

  footer small {
    float: none;
    font-size: 10px;
  }

  .advantage {
    background: none;
    padding: 0 0 16% 0;
  }

  .advantage-inner {
    width: 92%;
    margin: 0 auto;
  }

  .advantage-img {
    width: 100%;
    float: none;
  }

  .advantage-img:after {
    content: "";
    display: block;
    clear: both;
  }

  .advantage-illust {
    float: right;
    width: 28.26%;
  }

  .advantage-head {
    float: left;
    width: 69.56%;
    font-size: 6.67vw;
    line-height: 1.3;
    text-align: left;
    padding: 14.49% 0 0 0;
  }

  .advantage-ex {
    float: none;
    width: 100%;
  }

  .advantage-content {
    width: 100%;
    float: none;
    margin: 0 0 11.59% 0;
  }

  .advantage-content:last-child {
    margin: 0 0 0 0;
  }

  .advantage-content-inner {
    background: #489fc7;
    margin: 0 0 2.89%;
    display: flex;
    align-items: center;
  }

  .advantage-content-head {
    display: inline-block;
    width: 35.2%;
    font-size: 5.34vw;
    vertical-align: middle;
    text-align: center;
    margin: 0 0 0 0;
  }

  .advantage-content-head span {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    text-align: left;
  }

  .advantage-content-img {
    display: inline-block;
    flex: 1;
    vertical-align: middle;
    margin: 0 0 0 0;
  }

  .advantage-content-txt {
    font-size: 3.74vw;
    line-height: 1.7;
  }

  .nishibakun {
    width: 92%;
    /* background: url(../images/bg_nishibakun_s.png) center 0 no-repeat; */
    /* background-size: 100% 100%; */
    margin: 20% auto 15%;
    padding: 10% 0 15% 0;
  }

  .nishibakun-content {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .nishibakun-illust {
    float: left;
    width: 26.08%;
    margin: 0 3.47% 0 2.89%;
  }

  .nishibakun-ex {
    float: none;
    width: 100%;
  }

  .nishibakun-ex-top {
    margin: 0 0 4.05% 0;
  }

  .nishibakun-ex-top:after {
    content: "";
    display: block;
    clear: both;
  }

  .nishibakun-name {
    float: left;
    width: 64.34%;
    margin: 5.07% 0 4.05% 0;
  }

  .nishibakun-saying {
    float: left;
    width: 64.34%;
    font-size: 4.8vw;
    line-height: 1.2;
    margin: 0 0 0 0;
  }

  .nishibakun-txt {
    font-size: 3.74vw;
    line-height: 1.55;
    margin: 0 4.63% 2.31%;
  }

  .nishibakun-txt span {
    display: block;
    font-weight: bold;
  }

  .photo-copyright {
    font-size: 1.87vw;
    margin: 4%;
  }

  /* ========SP======== */
}

/* ========EN======== */
/* ========EN======== */

body.en .catch {
  background: url("../images/img_catch_en.jpg") top center no-repeat;
}

body.en .about .inner .terminal ul li p {
  margin: 0 30px;
}

@media screen and (max-width: 750px) {
  body.en .catch {
    background: none;
  }

  body.en .lineup .inner ul li .price span {
    display: block;
  }

  body.en .about .inner .terminal ul li p {
    margin: 0 0 0 0;
  }
}

/* ========zhCN======== */
/* ========zhCN======== */

body.zhCN {
  font-family: "ns_China";
}

@media screen and (max-width: 750px) {
  body.zhCN .about .inner .terminal .root ol li p {
    text-align: center;
  }
}

/* ========zhtw======== */
/* ========zhtw======== */
body.zhtw {
  font-family: "ns_Taiwan";
}

@media screen and (max-width: 750px) {
  body.zhtw .about .inner .terminal .root ol li p {
    text-align: center;
  }
}

/* ========ko======== */
/* ========ko======== */
body.ko {
  font-family: "ns_Ko";
}

@media screen and (max-width: 750px) {
  body.ko .lineup .inner ul .lineup06 .ttl {
    font-size: 4vw;
    line-height: 1.6;
    margin: 0 0 3.59%;
  }

  body.ko .about .inner .terminal .root ol li p span {
    font-size: 4.2vw;
  }

  body.ko .about .inner .terminal .root ol li p {
    text-align: center;
  }
}</pre></body></html>