@charset "UTF-8";
/* -----------------------------------------------
Table of Contents (common css)
--------------------------------------------------
[1. Foundation]
		1-1. Reset
		1-2. Config
[2. Object]
		2-1. Utility
				 2-1-1. clearfix [ModernType]
				 2-1-2. margin,padding [mb10,pt20]
				 2-1-3. Object-Oriented CSS [OOCSS]
				 2-1-4. Grid System [grid-***]
				 2-1-5. CSS Animation [act-***]
		2-2. WebFont 
		2-3. State [is-***]
		2-4. Component a.k.a Module
				 2-4-1. Wrapper     [wrp-***]
				 2-4-2. Headings [hdg-lv*]
				 2-4-3. Text     [txt-***]
				 2-4-4. Button   [btn-***]
				 2-4-5. Anchor   [acr-***]
				 2-4-6. Icon     [icn-***]
				 2-4-7. Label    [lbl-***]
				 2-4-8. List     [lst-***]
				 2-4-9. Table    [tbl-***]
				 2-4-10. Nav      [nav-***]
				 2-4-11. Box      [box-***]
				 2-4-12. Form     [frm-***]
				 2-4-13. Error    [err-***]
				 2-4-14. Link    [lnk-***]
[3. Layout]
		3-1. #l-document
		3-2. #l-header
		3-3. #l-container
				 3-3-1. #l-main
				 3-3-2. #l-sub
		3-4. #l-footer
		3-5. OverLayerConfig [z-index]
		3-6. Project
[4. Print Style]


-------------------------------------------------- */
/* -----------------------------------------------
*> [1. Foundation]
-------------------------------------------------- */
/*>> 1-1. Reset
-------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline-width: 0;
}

html, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code, del, em, img, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

article, aside, footer, header, small, nav, section, figure, figcaption, main {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  background-color: transparent;
  outline: none;
}

small {
  font-size: 80%;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

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

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

img {
  line-height: 1;
  vertical-align: baseline;
  outline: none;
  border-style: none;
}

a img {
  border: none;
  outline: none;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

dt, dd, li,
th, td,
input, textarea {
  text-align: left;
  vertical-align: top;
}

button {
  border: none;
}

input, textarea, button {
  margin: 0;
  padding: 0;
}

input {
  border: 0.1rem solid #dad7d3;
  height: auto;
  padding: 0.2rem 0.5rem;
}

textarea {
  border: 0.1rem solid #dad7d3;
  height: 7.8rem;
  resize: none;
  overflow: auto;
}

button, label {
  background-color: transparent;
  cursor: pointer;
}

button, select {
  text-transform: none;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -0.2rem;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 0.1rem dotted ButtonText;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: content-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

:focus {
  outline: none;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

details {
  display: block;
}

summary {
  display: list-item;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold;
}

table {
  width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

b,
strong,
em {
  font-weight: bolder;
}

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

/*>> 1-2. Config
-------------------------------------------------- */
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 10px;
  height: 100%;
}

body {
  font-size: 1.4rem;
  color: #474747;
  background: rgb(251, 251, 247);
  background: linear-gradient(0deg, rgb(251, 251, 247) 0%, rgb(247, 246, 238) 100%);
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  line-height: 1.8;
  font-family: "Noto Sans", sans-serif;
  -webkit-overflow-scrolling: touch;
  font-feature-settings: "palt";
  font-kerning: auto;
}

a {
  color: #336699;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.no-touchevents a:not(.c-btn):hover,
.no-touchevents a:not(.btn):hover {
  text-decoration: underline;
}

a[href=tel] {
  color: #a4002c;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

p {
  line-height: 1.7;
}

dt, dd, li,
th, td,
input,
textarea,
button {
  line-height: 1.6;
}

input {
  font-size: 1.6rem;
  box-sizing: border-box;
}

select {
  display: block;
}

textarea {
  width: 100%;
  display: block;
  font-size: 1.6rem;
  box-sizing: border-box;
}

[lang=en] body,
[lang=en] input,
[lang=en] textarea,
[lang=en] button,
[lang=en] select {
  font-family: "Noto Sans", sans-serif;
}

[lang=zh-TW] body,
[lang=zh-TW] input,
[lang=zh-TW] textarea,
[lang=zh-TW] button,
[lang=zh-TW] select {
  font-family: "Microsoft JhengHei", "微軟正黑體", SimHei, sans-serif;
}

[lang=th] body,
[lang=th] input,
[lang=th] textarea,
[lang=th] button,
[lang=th] select {
  font-family: Arial, Helvetica, sans-serif;
}

/* -----------------------------------------------
*> [2. Object]
-------------------------------------------------- */
/*>> 2-1. Utility
-------------------------------------------------- */
/*>>> 2-1-1. clearfix [ModernType]*/
#l-header:after, #l-container:after, #l-main:after, #l-sub:after, #l-footer:after, .grid-row:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*>>> 2-1-2. margin,padding [mb10,pt20]*/
/* margin  */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 0.5rem !important;
}

.m10 {
  margin: 1rem !important;
}

.m15 {
  margin: 1.5rem !important;
}

.m20 {
  margin: 2rem !important;
}

.m25 {
  margin: 2.5rem !important;
}

.m30 {
  margin: 3rem !important;
}

.m35 {
  margin: 3.5rem !important;
}

.m40 {
  margin: 4rem !important;
}

.m45 {
  margin: 4.5rem !important;
}

.m50 {
  margin: 5rem !important;
}

.m55 {
  margin: 5.5rem !important;
}

.m60 {
  margin: 6rem !important;
}

.m65 {
  margin: 6.5rem !important;
}

.m70 {
  margin: 7rem !important;
}

.m75 {
  margin: 7.5rem !important;
}

.m80 {
  margin: 8rem !important;
}

.m85 {
  margin: 8.5rem !important;
}

.m90 {
  margin: 9rem !important;
}

.m95 {
  margin: 9.5rem !important;
}

.m100 {
  margin: 10rem !important;
} /* margin-top */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
} /* margin-right */
.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mr100 {
  margin-right: 10rem !important;
} /* margin-bottom */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
} /* margin-left */
.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.mb200 {
  margin-bottom: 20rem !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 0.5rem !important;
}

.p10 {
  padding: 1rem !important;
}

.p15 {
  padding: 1.5rem !important;
}

.p20 {
  padding: 2rem !important;
}

.p25 {
  padding: 2.5rem !important;
}

.p30 {
  padding: 3rem !important;
}

.p35 {
  padding: 3.5rem !important;
}

.p40 {
  padding: 4rem !important;
}

.p45 {
  padding: 4.5rem !important;
}

.p50 {
  padding: 5rem !important;
}

.p55 {
  padding: 5.5rem !important;
}

.p60 {
  padding: 6rem !important;
}

.p65 {
  padding: 6.5rem !important;
}

.p70 {
  padding: 7rem !important;
}

.p75 {
  padding: 7.5rem !important;
}

.p80 {
  padding: 8rem !important;
}

.p85 {
  padding: 8.5rem !important;
}

.p90 {
  padding: 9rem !important;
}

.p95 {
  padding: 9.5rem !important;
}

.p100 {
  padding: 10rem !important;
} /* padding-top */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
} /* padding-right */
.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 0.5rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pr100 {
  padding-right: 10rem !important;
} /* padding-bottom */
.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
} /* padding-left */
.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 0.5rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

/*>>> 2-1-3. Object-Oriented CSS [OOCSS]*/
.no-display {
  display: none;
}

.no-br {
  white-space: nowrap;
}

.no-line-height {
  line-height: 1 !important;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

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

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

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

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

.block {
  display: inline-block;
}

/* for RWD */
.fluid-image {
  max-width: 100%;
  height: auto;
}

.full-image {
  width: 100%;
  height: auto;
}

/* width */
.w1per {
  width: 1% !important;
}

.w2per {
  width: 2% !important;
}

.w3per {
  width: 3% !important;
}

.w4per {
  width: 4% !important;
}

.w5per {
  width: 5% !important;
}

.w6per {
  width: 6% !important;
}

.w7per {
  width: 7% !important;
}

.w8per {
  width: 8% !important;
}

.w9per {
  width: 9% !important;
}

.w10per {
  width: 10% !important;
}

.w11per {
  width: 11% !important;
}

.w12per {
  width: 12% !important;
}

.w13per {
  width: 13% !important;
}

.w14per {
  width: 14% !important;
}

.w15per {
  width: 15% !important;
}

.w16per {
  width: 16% !important;
}

.w17per {
  width: 17% !important;
}

.w18per {
  width: 18% !important;
}

.w19per {
  width: 19% !important;
}

.w20per {
  width: 20% !important;
}

.w21per {
  width: 21% !important;
}

.w22per {
  width: 22% !important;
}

.w23per {
  width: 23% !important;
}

.w24per {
  width: 24% !important;
}

.w25per {
  width: 25% !important;
}

.w26per {
  width: 26% !important;
}

.w27per {
  width: 27% !important;
}

.w28per {
  width: 28% !important;
}

.w29per {
  width: 29% !important;
}

.w30per {
  width: 30% !important;
}

.w31per {
  width: 31% !important;
}

.w32per {
  width: 32% !important;
}

.w33per {
  width: 33% !important;
}

.w34per {
  width: 34% !important;
}

.w35per {
  width: 35% !important;
}

.w36per {
  width: 36% !important;
}

.w37per {
  width: 37% !important;
}

.w38per {
  width: 38% !important;
}

.w39per {
  width: 39% !important;
}

.w40per {
  width: 40% !important;
}

.w41per {
  width: 41% !important;
}

.w42per {
  width: 42% !important;
}

.w43per {
  width: 43% !important;
}

.w44per {
  width: 44% !important;
}

.w45per {
  width: 45% !important;
}

.w46per {
  width: 46% !important;
}

.w47per {
  width: 47% !important;
}

.w48per {
  width: 48% !important;
}

.w49per {
  width: 49% !important;
}

.w50per {
  width: 50% !important;
}

.w51per {
  width: 51% !important;
}

.w52per {
  width: 52% !important;
}

.w53per {
  width: 53% !important;
}

.w54per {
  width: 54% !important;
}

.w55per {
  width: 55% !important;
}

.w56per {
  width: 56% !important;
}

.w57per {
  width: 57% !important;
}

.w58per {
  width: 58% !important;
}

.w59per {
  width: 59% !important;
}

.w60per {
  width: 60% !important;
}

.w61per {
  width: 61% !important;
}

.w62per {
  width: 62% !important;
}

.w63per {
  width: 63% !important;
}

.w64per {
  width: 64% !important;
}

.w65per {
  width: 65% !important;
}

.w66per {
  width: 66% !important;
}

.w67per {
  width: 67% !important;
}

.w68per {
  width: 68% !important;
}

.w69per {
  width: 69% !important;
}

.w70per {
  width: 70% !important;
}

.w71per {
  width: 71% !important;
}

.w72per {
  width: 72% !important;
}

.w73per {
  width: 73% !important;
}

.w74per {
  width: 74% !important;
}

.w75per {
  width: 75% !important;
}

.w76per {
  width: 76% !important;
}

.w77per {
  width: 77% !important;
}

.w78per {
  width: 78% !important;
}

.w79per {
  width: 79% !important;
}

.w80per {
  width: 80% !important;
}

.w81per {
  width: 81% !important;
}

.w82per {
  width: 82% !important;
}

.w83per {
  width: 83% !important;
}

.w84per {
  width: 84% !important;
}

.w85per {
  width: 85% !important;
}

.w86per {
  width: 86% !important;
}

.w87per {
  width: 87% !important;
}

.w88per {
  width: 88% !important;
}

.w89per {
  width: 89% !important;
}

.w90per {
  width: 90% !important;
}

.w91per {
  width: 91% !important;
}

.w92per {
  width: 92% !important;
}

.w93per {
  width: 93% !important;
}

.w94per {
  width: 94% !important;
}

.w95per {
  width: 95% !important;
}

.w96per {
  width: 96% !important;
}

.w97per {
  width: 97% !important;
}

.w98per {
  width: 98% !important;
}

.w99per {
  width: 99% !important;
}

.w100per {
  width: 100% !important;
}

.wauto {
  width: auto !important;
}

@media (max-width: 959px) { /* SP */
  .w1per-sp {
    width: 1% !important;
  }
  .w2per-sp {
    width: 2% !important;
  }
  .w3per-sp {
    width: 3% !important;
  }
  .w4per-sp {
    width: 4% !important;
  }
  .w5per-sp {
    width: 5% !important;
  }
  .w6per-sp {
    width: 6% !important;
  }
  .w7per-sp {
    width: 7% !important;
  }
  .w8per-sp {
    width: 8% !important;
  }
  .w9per-sp {
    width: 9% !important;
  }
  .w10per-sp {
    width: 10% !important;
  }
  .w11per-sp {
    width: 11% !important;
  }
  .w12per-sp {
    width: 12% !important;
  }
  .w13per-sp {
    width: 13% !important;
  }
  .w14per-sp {
    width: 14% !important;
  }
  .w15per-sp {
    width: 15% !important;
  }
  .w16per-sp {
    width: 16% !important;
  }
  .w17per-sp {
    width: 17% !important;
  }
  .w18per-sp {
    width: 18% !important;
  }
  .w19per-sp {
    width: 19% !important;
  }
  .w20per-sp {
    width: 20% !important;
  }
  .w21per-sp {
    width: 21% !important;
  }
  .w22per-sp {
    width: 22% !important;
  }
  .w23per-sp {
    width: 23% !important;
  }
  .w24per-sp {
    width: 24% !important;
  }
  .w25per-sp {
    width: 25% !important;
  }
  .w26per-sp {
    width: 26% !important;
  }
  .w27per-sp {
    width: 27% !important;
  }
  .w28per-sp {
    width: 28% !important;
  }
  .w29per-sp {
    width: 29% !important;
  }
  .w30per-sp {
    width: 30% !important;
  }
  .w31per-sp {
    width: 31% !important;
  }
  .w32per-sp {
    width: 32% !important;
  }
  .w33per-sp {
    width: 33% !important;
  }
  .w34per-sp {
    width: 34% !important;
  }
  .w35per-sp {
    width: 35% !important;
  }
  .w36per-sp {
    width: 36% !important;
  }
  .w37per-sp {
    width: 37% !important;
  }
  .w38per-sp {
    width: 38% !important;
  }
  .w39per-sp {
    width: 39% !important;
  }
  .w40per-sp {
    width: 40% !important;
  }
  .w41per-sp {
    width: 41% !important;
  }
  .w42per-sp {
    width: 42% !important;
  }
  .w43per-sp {
    width: 43% !important;
  }
  .w44per-sp {
    width: 44% !important;
  }
  .w45per-sp {
    width: 45% !important;
  }
  .w46per-sp {
    width: 46% !important;
  }
  .w47per-sp {
    width: 47% !important;
  }
  .w48per-sp {
    width: 48% !important;
  }
  .w49per-sp {
    width: 49% !important;
  }
  .w50per-sp {
    width: 50% !important;
  }
  .w51per-sp {
    width: 51% !important;
  }
  .w52per-sp {
    width: 52% !important;
  }
  .w53per-sp {
    width: 53% !important;
  }
  .w54per-sp {
    width: 54% !important;
  }
  .w55per-sp {
    width: 55% !important;
  }
  .w56per-sp {
    width: 56% !important;
  }
  .w57per-sp {
    width: 57% !important;
  }
  .w58per-sp {
    width: 58% !important;
  }
  .w59per-sp {
    width: 59% !important;
  }
  .w60per-sp {
    width: 60% !important;
  }
  .w61per-sp {
    width: 61% !important;
  }
  .w62per-sp {
    width: 62% !important;
  }
  .w63per-sp {
    width: 63% !important;
  }
  .w64per-sp {
    width: 64% !important;
  }
  .w65per-sp {
    width: 65% !important;
  }
  .w66per-sp {
    width: 66% !important;
  }
  .w67per-sp {
    width: 67% !important;
  }
  .w68per-sp {
    width: 68% !important;
  }
  .w69per-sp {
    width: 69% !important;
  }
  .w70per-sp {
    width: 70% !important;
  }
  .w71per-sp {
    width: 71% !important;
  }
  .w72per-sp {
    width: 72% !important;
  }
  .w73per-sp {
    width: 73% !important;
  }
  .w74per-sp {
    width: 74% !important;
  }
  .w75per-sp {
    width: 75% !important;
  }
  .w76per-sp {
    width: 76% !important;
  }
  .w77per-sp {
    width: 77% !important;
  }
  .w78per-sp {
    width: 78% !important;
  }
  .w79per-sp {
    width: 79% !important;
  }
  .w80per-sp {
    width: 80% !important;
  }
  .w81per-sp {
    width: 81% !important;
  }
  .w82per-sp {
    width: 82% !important;
  }
  .w83per-sp {
    width: 83% !important;
  }
  .w84per-sp {
    width: 84% !important;
  }
  .w85per-sp {
    width: 85% !important;
  }
  .w86per-sp {
    width: 86% !important;
  }
  .w87per-sp {
    width: 87% !important;
  }
  .w88per-sp {
    width: 88% !important;
  }
  .w89per-sp {
    width: 89% !important;
  }
  .w90per-sp {
    width: 90% !important;
  }
  .w91per-sp {
    width: 91% !important;
  }
  .w92per-sp {
    width: 92% !important;
  }
  .w93per-sp {
    width: 93% !important;
  }
  .w94per-sp {
    width: 94% !important;
  }
  .w95per-sp {
    width: 95% !important;
  }
  .w96per-sp {
    width: 96% !important;
  }
  .w97per-sp {
    width: 97% !important;
  }
  .w98per-sp {
    width: 98% !important;
  }
  .w99per-sp {
    width: 99% !important;
  }
  .w100per-sp {
    width: 100% !important;
  }
  .wauto-sp {
    width: auto !important;
  }
}
/*>>> 2-1-4. Grid System [grid-***] */
.grid-row {
  margin-right: -1rem;
  margin-left: -1rem;
  display: flex;
  flex-wrap: wrap;
}

.grid-col,
.grid-col--1,
.grid-col--2,
.grid-col--3,
.grid-col--4,
.grid-col--5,
.grid-col--6,
.grid-col--7,
.grid-col--8,
.grid-col--9,
.grid-col--10,
.grid-col--11,
.grid-col--12 {
  position: relative;
  min-height: 0.1rem;
  padding-right: 1rem;
  padding-left: 1rem;
  box-sizing: border-box;
}

.grid-col--1 {
  width: 8.3333333333%;
}

.grid-col--2 {
  width: 16.6666666667%;
}

.grid-col--3 {
  width: 25%;
}

.grid-col--4 {
  width: 33.3333333333%;
}

.grid-col--5 {
  width: 41.6666666667%;
}

.grid-col--6 {
  width: 50%;
}

.grid-col--7 {
  width: 58.3333333333%;
}

.grid-col--8 {
  width: 66.6666666667%;
}

.grid-col--9 {
  width: 75%;
}

.grid-col--10 {
  width: 83.3333333333%;
}

.grid-col--11 {
  width: 91.6666666667%;
}

.grid-col--12 {
  width: 100%;
}

@media (max-width: 767px) {
  .grid-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .grid-col--1, .grid-col--2, .grid-col--3, .grid-col--4, .grid-col--5, .grid-col--6, .grid-col--7, .grid-col--8, .grid-col--9, .grid-col--10, .grid-col--11, .grid-col--12 {
    width: 100%;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .grid-col--3.__isSP,
  .grid-col--4.__isSP,
  .grid-col--6.__isSP {
    width: 50%;
  }
} /* endMedia */
@media (min-width: 768px) and (max-width: 959px) {
  .grid-row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .grid-col--1, .grid-col--2, .grid-col--3, .grid-col--4, .grid-col--5, .grid-col--6, .grid-col--7, .grid-col--8, .grid-col--9, .grid-col--10, .grid-col--11, .grid-col--12 {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .grid-col--3.__isTablet,
  .grid-col--4.__isTablet,
  .grid-col--6.__isTablet {
    width: 50%;
  }
} /* endMedia */
.cl-green {
  color: #609f95;
}

.cl-orange {
  color: #f2a154;
}

.cl-red {
  color: #ed6f45;
}

.cl-red-02 {
  color: #FFA07F;
}

.cl-light-blue {
  color: #8DADCB;
}

/*>>> 2-1-5. CSS Animation [act-***] */
.js-animate {
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

.delay-1s {
  animation-delay: 1s;
}

.delay-0-1s {
  animation-delay: 0.1s;
}

.delay-0-5s {
  animation-delay: 0.5s;
}

.delay-1-5s {
  animation-delay: 1.5s;
}

.is-animated {
  animation-name: fadeIn;
}

/*>> 2-2. WebFont [is-***]
-------------------------------------------------- */
/*>> 2-3. State [is-***]
-------------------------------------------------- */
.is-error {
  background-color: #f9eceb;
}

.is-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

.is-inline-block span {
  margin-bottom: 1rem;
  display: inline-block;
}

.is-visiblePc {
  display: block !important;
}

.is-visibleSp {
  display: none !important;
}

.is-visibleTablet {
  display: none !important;
}

@media (max-width: 959px) {
  .is-visiblePc {
    display: none !important;
  }
  .is-visibleTablet {
    display: none !important;
  }
  .is-visibleSp {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .is-visibleTablet {
    display: block !important;
  }
}
/*>> 2-4. Component a.k.a Module
-------------------------------------------------- */
/*>>> 2-4-1.  Wrapper     [wrp-***]*/
.wrp-container {
  margin: 0 auto;
  max-width: 123.2rem;
  padding: 0 1.6rem;
  box-sizing: border-box;
}

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

@media (min-width: 1562px) {
  .wrp-container {
    margin: 0 auto;
  }
} /* endMedia */
/*>>> 2-4-2.  Headings [hdg-lv*] */
.hdg-lv2 {
  font-size: 4.8rem;
  font-weight: 700;
  position: relative;
  line-height: 1.17;
  padding-top: 4.1rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hdg-lv2 {
    font-size: 5rem;
  }
}
@media (max-width: 959px) {
  .hdg-lv2 {
    font-size: 4rem;
    line-height: 1.4;
  }
}

.hdg-lv3 {
  font-size: 1.6rem;
  margin: 3rem 0 1rem;
  color: #00695c;
  position: relative;
  font-weight: bold;
}

.hdg-lv4 {
  font-size: 1.4rem;
  margin: 2rem 0 1rem;
  color: #00695c;
  font-weight: bold;
}

/*>>> 2-4-3.  Text     [txt-***]*/
.txt-copyright {
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 1.2rem;
}

.txt-copyright small {
  font-size: 100%;
}

.txt-note {
  color: #666;
  font-size: 1.2rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5rem;
}

.txt-note:before {
  content: "※";
}

.txt-english {
  font-family: "Merriweather", serif;
  letter-spacing: 0;
}

.txt-highlight {
  background: linear-gradient(to bottom, transparent 70%, #ffe980 70%);
}

.text-note {
  display: block;
}
@media (max-width: 559px) {
  .text-note {
    font-size: 1rem;
    padding-top: 2rem;
  }
}

/*>>> 2-4-4.  Button   [btn-***]*/
.btn {
  border-radius: 3rem;
  box-sizing: border-box;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  line-height: 6rem;
  padding: 0 3rem;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  min-width: 32.4rem;
  position: relative;
  transition: all 0.3s;
  text-decoration: none !important;
  box-shadow: 8px 8px 0px 0px #F8C230;
  transition: transform 0.3s, box-shadow 0.3s;
}
.no-touchevents .btn:hover {
  text-decoration: none;
  transform: translate(8px, 8px);
  box-shadow: 0px 0px 0px 0px #F8C230;
}

.btn__arrow {
  position: relative;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
}
.btn__arrow::after {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-white.svg") top center no-repeat;
  background-size: 100%;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0.2rem;
  right: -1.6rem;
}
.btn--orange {
  background: #f2a154;
}
.btn--orange.btn--secondary {
  background: #fff;
  color: #f2a154;
}
.btn--orange.btn--secondary .btn__arrow::after {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-right-orange.svg") top center no-repeat;
}
.btn--red {
  background: #ed6f45;
  box-shadow: 8px 8px 0px 0px #FFA07F;
}
.no-touchevents .btn--red:hover {
  box-shadow: 0px 0px 0px 0px #FFA07F;
}

.btn--red.btn--secondary {
  background: #fff;
  color: #ed6f45;
}
.btn--red.btn--secondary .btn__arrow::after {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-right-red.svg") top center no-repeat;
}
.btn--blue {
  color: #344D9D;
  background: #fff;
  box-shadow: 8px 8px 0px 0px #8DADCB;
}
.no-touchevents .btn--blue:hover {
  box-shadow: 0px 0px 0px 0px #8DADCB;
}

.btn--blue .btn__arrow:after {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-right-blue.svg") top center no-repeat;
  background-size: 100%;
}
.btn--blue.btn--secondary {
  background: #344D9D;
  color: #fff;
  border: solid 1px #fff;
}
.btn--blue.btn--secondary .btn__arrow:after {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-white.svg") top center no-repeat;
}
.btn--green {
  background: #609f95;
  box-shadow: 8px 8px 0px 0px #C1D8B0;
}
.no-touchevents .btn--green:hover {
  box-shadow: 0px 0px 0px 0px #C1D8B0;
}

.btn--green.btn--secondary {
  background: #fff;
  color: #609f95;
}
.btn--green.btn--secondary .btn__arrow:after {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-right-lightgreen.svg") top center no-repeat;
}
.btn--darkblue {
  background: #344D9D;
  box-shadow: 8px 8px 0px 0px #8DADCB;
}
.no-touchevents .btn--darkblue:hover {
  box-shadow: 0px 0px 0px 0px #8DADCB;
}

.btn[target=_blank] .btn__arrow:after {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-blank.svg") top center no-repeat;
  background-size: 100%;
  height: 1.7rem;
}
.btn.is-disabled {
  opacity: 1;
  cursor: default;
  background: #E2E2E2;
  box-shadow: 8px 8px 0 0 #F1F1F1;
}
.btn--break {
  line-height: 1.5;
}
.btn--break .btn__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.6em;
}
.btn--small {
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.8rem 1.6rem;
  min-width: 16rem;
  border-radius: 2.4rem;
  border: 1px solid #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  box-shadow: none;
  color: #000;
  width: fit-content;
  transition: all 0.3s;
}
@media screen and (max-width: 559px) {
  .btn--small {
    font-size: 1.2rem;
    padding: 0.6rem 1.2rem;
    min-width: 12rem;
    border-radius: 1.6rem;
  }
}
.btn--small:hover {
  transform: none !important;
  opacity: 0.7;
}

.wrp-btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 959px) {
  .wrp-btn {
    margin-top: 1.6rem;
  }
}

/*>>> 2-4-5.  Anchor   [acr-***]*/
.arc-primary {
  font-weight: bold;
  color: #f44336;
}

/*>>> 2-4-6. Icon     [icn-***]*/
/*>>> 2-4-7. Label    [lbl-***]*/
/*>>> 2-4-8. List     [lst-***]*/
.lst-dots {
  padding-top: 4.5rem;
}
@media (max-width: 559px) {
  .lst-dots {
    padding-top: 2.3rem;
  }
}
.lst-dots li {
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media (max-width: 559px) {
  .lst-dots li {
    font-size: 1.2rem;
    margin-bottom: 1.7rem;
  }
}
.lst-dots li::before {
  content: "";
  background: #000;
  width: 0.6rem;
  height: 0.6rem;
  position: absolute;
  top: 0.5em;
  left: 0;
  border-radius: 50%;
}
@media (max-width: 559px) {
  .lst-dots li::before {
    width: 0.4rem;
    height: 0.4rem;
  }
}

.lst-category:not(.lst-category--top) {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .lst-category:not(.lst-category--top) {
    margin-top: 1rem;
  }
}
.lst-category:not(.lst-category--top) li {
  width: calc(25% - 3rem);
  margin-left: 4rem;
}
@media screen and (max-width: 959px) {
  .lst-category:not(.lst-category--top) li {
    width: calc(50% - 2rem);
    margin-left: 4rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 559px) {
  .lst-category:not(.lst-category--top) li {
    width: calc(50% - 1.25rem);
    margin-left: 2.5rem;
  }
}
.lst-category:not(.lst-category--top) li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 959px) {
  .lst-category:not(.lst-category--top) li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.lst-category:not(.lst-category--top) li a {
  display: block;
}
.no-touchevents .lst-category:not(.lst-category--top) li a:hover {
  text-decoration: none;
}
.no-touchevents .lst-category:not(.lst-category--top) li a:hover .lst-category__image {
  transform: translate(1.5rem, 1rem);
  box-shadow: 0 0 0 0 #c1d8b0;
}

.lst-category:not(.lst-category--top) li:nth-child(even) {
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .lst-category:not(.lst-category--top) li:nth-child(even) {
    margin-top: 3.2rem;
  }
}
.lst-category:not(.lst-category--top) .lst-category__image {
  width: 13.85vw;
  height: 19.9vw;
  border-radius: 8.91vw;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border: dashed 0.2rem #609f95;
  box-shadow: 0.78vw 0.52vw 0 0 #c1d8b0;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 1599px) {
  .lst-category:not(.lst-category--top) .lst-category__image {
    width: 17.85vw;
    height: 23.9vw;
  }
}
@media screen and (max-width: 959px) {
  .lst-category:not(.lst-category--top) .lst-category__image {
    width: 41.07vw;
    height: 58.67vw;
    border-radius: 17.1rem;
    box-shadow: 2.13vw 2.13vw 0 0 #c1d8b0;
  }
}
.lst-category:not(.lst-category--top) .lst-category__image img {
  width: 100%;
  height: 19.9vw;
  object-fit: cover;
}
@media screen and (max-width: 1599px) {
  .lst-category:not(.lst-category--top) .lst-category__image img {
    height: 23.9vw;
  }
}
@media screen and (max-width: 959px) {
  .lst-category:not(.lst-category--top) .lst-category__image img {
    height: 58.67vw;
  }
}
.lst-category:not(.lst-category--top) .lst-category__text {
  display: inline-block;
  color: #609f95;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.44;
  margin-top: 3rem;
  margin-left: 5rem;
  position: relative;
  padding-left: 3rem;
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .lst-category:not(.lst-category--top) .lst-category__text {
    text-align: center;
  }
}
@media screen and (max-width: 559px) {
  .lst-category:not(.lst-category--top) .lst-category__text {
    margin-left: 0;
    padding-left: 2rem;
    margin-top: 2rem;
    text-align: left;
  }
}
.lst-category:not(.lst-category--top) .lst-category__text::before {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-down.svg") top center no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lst-category.lst-category--top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .lst-category.lst-category--top {
    margin-top: 1rem;
  }
}
.lst-category.lst-category--top li {
  width: calc(25% - 3rem);
  margin-left: 4rem;
}
@media screen and (max-width: 959px) {
  .lst-category.lst-category--top li {
    width: calc(50% - 2rem);
    margin-left: 4rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 559px) {
  .lst-category.lst-category--top li {
    width: 100%;
    margin-left: 0;
    margin-top: 3.2rem;
  }
}
.lst-category.lst-category--top li:first-child {
  margin-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 959px) {
  .lst-category.lst-category--top li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.lst-category.lst-category--top li .hdg-lv3 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lst-category.lst-category--top li .hdg-lv3 {
    font-size: 2em;
  }
}
.lst-category.lst-category--top li a {
  display: block;
}
.no-touchevents .lst-category.lst-category--top li a:hover {
  text-decoration: none;
}
.no-touchevents .lst-category.lst-category--top li a:hover .lst-category__image {
  transform: translate(1.5rem, 1rem);
  box-shadow: 0 0 0 0 #c1d8b0;
}

.lst-category.lst-category--top li:nth-child(even) {
  margin-top: 4rem;
}
@media screen and (max-width: 959px) {
  .lst-category.lst-category--top li:nth-child(even) {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 559px) {
  .lst-category.lst-category--top .lst-category__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 1.6rem;
    margin-top: 1.6rem;
  }
}
.lst-category.lst-category--top .lst-category__image {
  width: 13.85vw;
  height: 13.85vw;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  border: dashed 0.2rem #609f95;
  transition: transform 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 1599px) {
  .lst-category.lst-category--top .lst-category__image {
    width: 13.85vw;
    height: 13.85vw;
  }
}
@media screen and (max-width: 959px) {
  .lst-category.lst-category--top .lst-category__image {
    width: 13.85vw;
    height: 13.85vw;
    border-radius: 17.1rem;
    box-shadow: 2.13vw 2.13vw 0 0 #c1d8b0;
  }
}
@media screen and (max-width: 559px) {
  .lst-category.lst-category--top .lst-category__image {
    width: 8rem;
    height: 8rem;
    flex-shrink: 0;
  }
}
.lst-category.lst-category--top .lst-category__image.-shadow-yellow {
  box-shadow: 0.78vw 0.52vw 0 0 #f8c230;
}
.lst-category.lst-category--top .lst-category__image.-shadow-red {
  box-shadow: 0.78vw 0.52vw 0 0 #FFA07F;
}
.lst-category.lst-category--top .lst-category__image.-shadow-light-blue {
  box-shadow: 0.78vw 0.52vw 0 0 #9cb6d3;
}
.lst-category.lst-category--top .lst-category__image.-shadow-green {
  box-shadow: 0.78vw 0.52vw 0 0 #c1d8b0;
}
.lst-category.lst-category--top .lst-category__image img {
  width: 100%;
  height: 13.85vw;
  object-fit: cover;
}
@media screen and (max-width: 1599px) {
  .lst-category.lst-category--top .lst-category__image img {
    height: 13.85vw;
  }
}
@media screen and (max-width: 959px) {
  .lst-category.lst-category--top .lst-category__image img {
    height: 100%;
  }
}
@media screen and (max-width: 559px) {
  .lst-category.lst-category--top .lst-category__image img {
    height: 8rem;
  }
}
@media screen and (max-width: 559px) {
  .lst-category.lst-category--top .lst-category__links {
    max-width: calc(100% - 8.8rem);
    flex-basis: calc(100% - 8.8rem);
  }
}
.lst-category.lst-category--top .lst-category__link {
  display: block;
  color: #000;
  text-decoration: underline;
  margin: 4rem 0 0;
  position: relative;
  padding-left: 2.2rem;
  margin-left: 3.4rem;
}
@media screen and (max-width: 559px) {
  .lst-category.lst-category--top .lst-category__link {
    border: solid 1px #DDDDDD;
    border-radius: 4rem;
    padding: 0.8rem 2.4rem;
    padding-left: 4.4rem;
    margin: 0;
    width: fit-content;
  }
}
.lst-category.lst-category--top .lst-category__link::after {
  content: "";
  width: 0.9rem;
  height: 1.4rem;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-right-lightgreen.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 559px) {
  .lst-category.lst-category--top .lst-category__link::after {
    left: 2.4rem;
  }
}
.lst-category.lst-category--top .lst-category__link[href^="#"]::after {
  width: 1.4rem;
  height: 1.1rem;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-down.svg") top center no-repeat;
}
.lst-category.lst-category--top .lst-category__link + .lst-category__link {
  margin-top: 1.6rem;
}
.lst-category.lst-category--top .lst-category__link span {
  margin: 0;
}

.lst-thumbnail {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
@media screen and (max-width: 959px) {
  .lst-thumbnail {
    margin-top: 5rem;
    justify-content: center;
  }
}
.lst-thumbnail li {
  margin-left: 2.4rem;
  width: calc(50% - 1.2rem);
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .lst-thumbnail li {
    width: auto;
  }
  .lst-thumbnail li .img-thumbnail {
    margin: 0 auto;
  }
}
@media screen and (max-width: 559px) {
  .lst-thumbnail li {
    margin-left: 1.6rem;
    width: calc(50% - 0.8rem);
  }
}
.lst-thumbnail li:first-child {
  margin-left: 0;
}
.lst-thumbnail li:nth-child(2n+1) {
  margin-left: 0;
}

/*>>> 2-4-9. Table    [tbl-***]*/
/*>>> 2-4-10. Nav      [nav-***]*/
/*>>> 2-4-11. Box      [box-***]*/
.box-noscript {
  border: 0.2rem solid red;
  padding: 2rem;
  margin: 1rem;
}

.loader {
  background: #FFF;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

/*>>> 2-4-12. Form     [frm-***]*/
/*>>> 2-4-13. Error    [err-***]*/
/*>>> 2-4-14. Link    [lnk-***]*/
/* -----------------------------------------------
*> [3. Layout]
-------------------------------------------------- */
/*>> 3-1. #l-document
-------------------------------------------------- */
#l-document {
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}

/* endMedia */
/*>> 3-2. #l-header
-------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-header {
    padding: 1.6rem;
  }
  .l-header.opened .overlay {
    height: 100vh;
  }
  .l-header.menu-opened .overlay-menu {
    height: 100vh;
  }
  .l-header.menu-opened .logo {
    opacity: 0;
  }
}
.l-header__inner {
  display: flex;
  justify-content: flex-end;
}
.l-header .overlay-menu,
.l-header .overlay {
  display: none;
}
@media (max-width: 767px) {
  .l-header .overlay-menu,
  .l-header .overlay {
    display: block;
    height: 0;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transition: height 0.3s ease-in-out;
    z-index: 1;
  }
}
.l-header .overlay-menu {
  background: #344D9D;
}

.box-lang {
  height: 0;
}
.box-lang__button {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  padding: 0;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .box-lang__button {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
  }
}
.box-lang__button .text {
  font-size: 2rem;
  font-weight: 700;
  color: #474747;
  padding-left: 1.6rem;
  display: none;
}
@media (max-width: 767px) {
  .box-lang__button .text {
    display: none;
  }
}
.box-lang__button .icon {
  font-size: 0;
}
@media (max-width: 767px) {
  .box-lang__button .icon svg {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.box-lang__button .icon svg path {
  transition: all 0.3s ease-in-out;
}
.is-pc .box-lang__button:hover {
  text-decoration: none !important;
  background: #609F95;
}
.is-pc .box-lang__button:hover .text {
  color: #609f95;
}
.is-pc .box-lang__button:hover svg path {
  fill: #fff;
}

.opened .box-lang {
  height: auto;
}
.opened .box-lang .box-lang__button {
  background: #609f95;
}
.opened .box-lang .box-lang__button .text {
  color: #fff;
}
.opened .box-lang .box-lang__button svg path {
  fill: #fff;
}
@media (max-width: 767px) {
  .opened .box-lang .box-lang__close {
    display: flex;
  }
}

.box-lang__close {
  width: 4.4rem;
  height: 4.4rem;
  background: #fff;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  z-index: 3;
  display: none;
  cursor: pointer;
}
.box-lang__close span {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
}
.box-lang__close span::before, .box-lang__close span::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  position: absolute;
  top: 1rem;
  left: 0;
}
.box-lang__close span::before {
  transform: rotate(45deg);
}
.box-lang__close span::after {
  transform: rotate(-45deg);
}

.nav-lang {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  background: #fff;
  padding: 1.8rem 2.4rem;
  border-radius: 2.4rem;
  margin-top: 1.6rem;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .nav-lang {
    height: 0;
    width: 0;
    transition: opacity 0.5s ease-in-out;
  }
}
.opened .nav-lang {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 767px) {
  .opened .nav-lang {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    padding-top: 7.6rem;
  }
}

.nav-lang::before {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/bg-lang.png") top center no-repeat;
  background-size: cover;
  width: 2.1rem;
  height: 2.4rem;
  position: absolute;
  top: -1rem;
  right: 0;
}
@media (max-width: 767px) {
  .nav-lang::before {
    content: none;
  }
}
.nav-lang li a {
  font-size: 1.4rem;
  line-height: 1.79;
  font-weight: 700;
  color: #000;
  padding: 0.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: color 0.3s ease-in-out;
}
.is-pc .nav-lang li a:hover {
  color: #609f95;
  text-decoration: none;
}

@media (max-width: 767px) {
  .nav-lang li a {
    font-size: 1.6rem;
    color: #609f95;
    justify-content: flex-start;
    text-decoration: none;
    padding: 3.2rem 0;
    border-bottom: solid 1px #c6c6c6;
    border-radius: 0;
    position: relative;
  }
  .nav-lang li a::after {
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-green.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .nav-lang li:last-child a {
    border-bottom: none;
  }
}

.nav-main {
  position: fixed;
  top: 0;
  right: 0;
  width: 64.3rem;
  height: 100vh;
  background: #344D9D;
  border-left: solid 1px #8DADCB;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  padding-top: 8.4rem;
  box-sizing: border-box;
  z-index: 10;
}
.menu-opened .nav-main {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

@media (max-width: 767px) {
  .nav-main {
    width: 100%;
    border-left: 0;
    padding-top: 7.6rem;
    background: transparent;
    transition: opacity 0.5s ease-in-out;
  }
}
.nav-main__inner {
  height: calc(100vh - 8.5rem);
  overflow-y: auto;
  box-sizing: border-box;
  padding-bottom: 9.6rem;
}
@media (max-width: 767px) {
  .nav-main__inner {
    padding: 3.2rem 0 9.6rem;
    position: relative;
  }
}
.nav-main__list {
  padding: 0 2.2rem 0 4rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .nav-main__list {
    padding: 0 1.6rem;
  }
}
.nav-main__item {
  padding: 2.4rem 0;
  box-sizing: border-box;
  border-bottom: solid 1px #8DADCB;
}
@media (max-width: 767px) {
  .nav-main__item {
    padding: 3.2rem 0;
  }
}
.nav-main__item:first-child {
  padding-top: 0;
}
.nav-main__item:last-child {
  border-bottom: 0;
}
.nav-main__item:last-child .nav-main__links a {
  flex-basis: 100%;
}
.nav-main__content {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 5.2rem 0 0;
  transition: opacity 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 767px) {
  .nav-main__content {
    align-items: flex-start;
    padding: 0;
  }
}
.nav-main__body {
  flex: 1;
}
.nav-main__photo {
  width: 10rem;
  border-radius: 17.1rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 3.2rem;
}
@media (max-width: 767px) {
  .nav-main__photo {
    width: 8rem;
    margin-right: 1.6rem;
  }
}
.nav-main__title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.448;
}
@media (max-width: 767px) {
  .nav-main__title {
    font-size: 1.6rem;
  }
}
.nav-main__text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.785;
  margin-top: 8px;
}
.nav-main__links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border-top: solid 1px #8DADCB;
  padding-top: 2.4rem;
  margin-top: 2.4rem;
  column-gap: 2.4rem;
  row-gap: 0.8rem;
}
.nav-main__links a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  padding-left: 2.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .nav-main__links a {
    font-size: 1.4rem;
    padding-left: 2rem;
  }
}
.nav-main__links a::after {
  content: "";
  width: 1.4rem;
  height: 2.4rem;
  display: inline-block;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-white.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .nav-main__links a::after {
    width: 1.2rem;
    height: 1.8rem;
  }
}
.nav-main__logo {
  display: flex;
  justify-content: center;
  padding: 3rem 0 0;
}
@media (max-width: 767px) {
  .nav-main__logo {
    padding: 4.8rem 0 0;
  }
}
.nav-main__logo a {
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
}
.is-pc .nav-main__logo a:hover {
  opacity: 0.7;
}

.btn-menu {
  background: #344D9D;
  border: solid 1px #fff;
  margin-left: 1.6rem;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.menu-opened .btn-menu {
  z-index: 12;
  border-color: transparent;
}
.menu-opened .btn-menu .line {
  width: 0.2rem;
  height: 2rem;
}
.menu-opened .btn-menu .line--02 {
  display: none;
}
.menu-opened .btn-menu .line--01 {
  transform: rotate(45deg);
  top: 2rem;
  left: 2.6rem;
}
@media (max-width: 767px) {
  .menu-opened .btn-menu .line--01 {
    top: 1.1rem;
    left: 2rem;
    width: 0.2rem;
    height: 2rem;
  }
}
.menu-opened .btn-menu .line--03 {
  transform: rotate(-45deg);
  top: 2rem;
  left: 2.6rem;
}
@media (max-width: 767px) {
  .menu-opened .btn-menu .line--03 {
    top: 1.1rem;
    left: 2rem;
    width: 0.2rem;
    height: 2rem;
  }
}

@media (max-width: 767px) {
  .btn-menu {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 50%;
  }
}
.btn-menu .line {
  position: absolute;
  width: 2rem;
  height: 0.2rem;
  background: #fff;
  left: 1.9rem;
}
@media (max-width: 767px) {
  .btn-menu .line {
    width: 1.6rem;
    height: 0.2rem;
    left: 1.2rem;
  }
}
.btn-menu .line--01 {
  top: 2.2rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn-menu .line--01 {
    top: 1.5rem;
  }
}
.btn-menu .line--02 {
  top: 2.8rem;
}
@media (max-width: 767px) {
  .btn-menu .line--02 {
    top: 2rem;
  }
}
.btn-menu .line--03 {
  top: 3.4rem;
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .btn-menu .line--03 {
    top: 2.5rem;
  }
}

/*>> 3-3. #l-container
-------------------------------------------------- */
/*>>> 3-3-1. #l-main
-------------------------------------------------- */
#l-main {
  overflow: hidden;
}

/*>>> 3-3-2. #l-sub
-------------------------------------------------- */
/*>> 3-4. #l-footer
-------------------------------------------------- */
/*>> 3-5. OverLayerConfig [z-index]
-------------------------------------------------- */
.nav-global-menu {
  z-index: 100;
}

.nav-global {
  z-index: 100;
}

#l-header {
  z-index: 100;
}

/*>> 3-6. Project
-------------------------------------------------- */
.js-fullbg img {
  display: none;
}

.logo {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  z-index: 8;
}
@media (max-width: 767px) {
  .logo {
    top: 1.6rem;
    left: 1.6rem;
  }
}
.logo a {
  display: block;
  transition: all 0.3s;
}
.logo a:hover {
  opacity: 0.7;
}
.logo img {
  height: 6.2rem;
}
@media (max-width: 767px) {
  .logo img {
    height: 4.3rem;
  }
}

/*MAIN VISUAL*/
.box-mainvisual {
  height: auto;
  height: auto;
  background: #fff;
  position: relative;
}
@media (orientation: landscape) {
  .box-mainvisual {
    min-height: 60rem;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .box-mainvisual {
    min-height: 47.5rem;
  }
}
.box-mainvisual__logo {
  width: 131.7rem;
  max-width: 68.6vw;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  opacity: 0;
  text-align: center;
  z-index: 2;
  will-change: opacity;
}
@media (max-width: 767px) {
  .box-mainvisual__logo {
    max-width: 100%;
    width: 100%;
    height: 100vh;
    right: auto;
    left: 0;
    top: 0;
    transform: none;
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  html[lang=en] .box-mainvisual__logo {
    padding: 0.5rem 0 0 1.6rem;
  }
}
@media (max-width: 380px) {
  .box-mainvisual__logo {
    bottom: calc(var(--vh, 1vh) * 31.5);
  }
}
@media (max-width: 767px) {
  .box-mainvisual__logo picture {
    display: block;
    width: 34.3rem;
  }
}
.box-mainvisual__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: -20px;
    opacity: 0;
  }
  30% {
    height: 100px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 150px;
    opacity: 0;
  }
}
.box-mainvisual__bg__image {
  position: relative;
}
.box-mainvisual__bg__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.box-mainvisual__bg .slick-slider .slick-track {
  transform: none;
  position: relative !important;
}
.box-mainvisual__bg .slick-track li {
  position: relative !important;
  top: 0;
}
.box-mainvisual__bg .slick-track li img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.box-mainvisual__bg__inner {
  position: relative !important;
}
.box-mainvisual__bg .slick-list {
  position: relative;
}
.box-mainvisual__bg .slick-arrow {
  display: none !important;
}
.box-mainvisual__bg .slick-dots {
  position: absolute;
  display: flex;
  bottom: 34%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
@media screen and (max-width: 959px) and (orientation: landscape) {
  .box-mainvisual__bg .slick-dots {
    bottom: 20%;
  }
}
@media screen and (max-width: 767px) {
  .box-mainvisual__bg .slick-dots {
    bottom: 30%;
  }
}
.box-mainvisual__bg .slick-dots li {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 559px) {
  .box-mainvisual__bg .slick-dots li {
    width: 3rem;
    height: 3rem;
  }
}
.box-mainvisual__bg .slick-dots li.slick-active button {
  background: #fff;
}
.box-mainvisual__bg .slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
  position: relative;
}
.box-mainvisual__heading {
  position: absolute;
  top: 21.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .box-mainvisual__heading {
    width: 100%;
    padding: 0 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  .box-mainvisual__heading {
    width: 100%;
    padding: 0 1.3rem;
    top: 12rem;
  }
}
.box-mainvisual__heading__title {
  position: relative;
  font-size: 8.4rem;
  font-weight: 700;
  line-height: 1.44;
  margin: 0;
  color: #F7F6EE;
  text-shadow: 5px 7px 0 #609F95;
  -webkit-text-stroke: 1px #344D9D;
}
@media screen and (max-width: 1400px) {
  .box-mainvisual__heading__title {
    font-size: 4.8rem;
    line-height: 1.17;
    text-shadow: 3px 4px 0 #609F95;
  }
}
@media screen and (max-width: 959px) {
  .box-mainvisual__heading__title {
    font-size: 4.8rem;
    line-height: 1.17;
    text-shadow: 3px 4px 0 #609F95;
  }
}
.box-mainvisual__heading__title span {
  position: relative;
}
.box-mainvisual__heading__title span::after {
  content: "";
  width: calc(100% + 1em);
  height: 5.8rem;
  background: #344D9D;
  border-radius: 3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1400px) {
  .box-mainvisual__heading__title span::after {
    height: 4rem;
    bottom: -1rem;
  }
}
@media screen and (max-width: 959px) {
  .box-mainvisual__heading__title span::after {
    height: 4.3rem;
    bottom: -1rem;
  }
}
.box-mainvisual__heading__lead {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #F7F6EE;
  text-shadow: 2px 3px 0 #344D9D;
  -webkit-text-stroke: 1px #344D9D;
  margin-top: 2.4rem;
}
@media screen and (max-width: 959px) {
  .box-mainvisual__heading__lead {
    color: #fff;
    font-size: 2rem;
    text-shadow: 1px 2px 0 #344D9D;
    -webkit-text-stroke: 0.5px #344D9D;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1400px) {
  .box-mainvisual.-detail {
    height: 51.3vw;
  }
}
.box-mainvisual.-detail .box-mainvisual__bg {
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 1400px) {
  .box-mainvisual.-detail .box-mainvisual__bg__image img {
    width: 100%;
  }
}
.box-mainvisual.is-loaded .box-mainvisual__bg {
  opacity: 1;
}
.box-mainvisual.is-loaded .box-mainvisual__logo {
  animation: fadeInLogo 2.5s ease-out 0.8s forwards;
}
.box-mainvisual.is-loaded .box-mainvisual__scroll-bar {
  animation: fadeIn 1s ease-out 1.5s forwards;
}

@keyframes fadeInLogo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#datasign_cmp__host {
  display: none !important;
}

.is-loaded #datasign_cmp__host {
  display: block !important;
}

.is-popup-opend #datasign_cmp__host {
  display: none !important;
}

.box-map {
  position: relative;
  margin-top: -11.5rem;
}
@media screen and (max-width: 767px) {
  .box-map {
    margin: -66.4vw -2.6rem 0;
    width: auto;
  }
}
.box-map::before {
  content: "";
  width: calc(100% + 1.4583vw);
  height: 43.8583vw;
  margin: 0 -0.729vw;
  border-radius: 28.125vw;
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  border: dashed 2px #609f95;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .box-map::before {
    border-radius: 15rem;
    top: 0;
    width: calc(100% + 16px);
    margin: 0 -8px;
    height: 89rem;
  }
}
@media screen and (max-width: 559px) {
  .box-map::before {
    border-radius: 15rem 15rem 0 0;
  }
}
.box-map::after {
  content: "";
  width: 100%;
  height: 42.4vw;
  margin: 0 -0.729vw;
  border-radius: 28.125vw;
  background: #609f95;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border: solid 0.729vw #fff;
}
@media screen and (max-width: 959px) {
  .box-map::after {
    border-radius: 15rem;
    height: 97.5rem;
    margin: 0 -8px;
    border: solid 8px #fff;
  }
}
.box-map__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 42.4vw;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .box-map__inner {
    display: block;
    height: 97.5rem;
    padding: 0 2.7rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 559px) {
  .box-map__inner {
    border-radius: 15rem 15rem 0 0;
  }
}
.box-map__content {
  width: 50%;
  margin: 0 0 0 auto;
  padding-left: 6vw;
  padding-right: 18.7vw;
  box-sizing: border-box;
  margin-top: -2rem;
}
@media screen and (max-width: 1400px) {
  .box-map__content {
    padding-right: 3vw;
  }
}
@media screen and (max-width: 959px) {
  .box-map__content {
    padding: 0 1.6rem;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .box-map__title {
    padding-top: 6.5rem;
  }
}
.box-map__text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 1.4rem;
}
.box-map__image {
  position: absolute;
  bottom: -1.4rem;
  left: 0;
}
@media screen and (max-width: 959px) {
  .box-map__image {
    bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .box-map__image {
    position: relative;
    bottom: auto;
    margin-top: -9rem;
  }
}
@media screen and (max-width: 559px) {
  .box-map__image {
    margin-top: 0;
  }
}
.box-map__image img {
  width: 62vw;
}
@media screen and (max-width: 959px) {
  .box-map__image img {
    width: 100%;
  }
}
.box-map__illust {
  position: absolute;
  bottom: -27.6vw;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .box-map__illust {
    bottom: -20.6rem;
  }
}
@media screen and (max-width: 767px) {
  .box-map__illust {
    position: relative;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .box-map__illust img {
    width: 100%;
  }
}
.box-map__txt-map {
  position: absolute;
  bottom: 0;
  right: 4.17vw;
}
@media screen and (max-width: 959px) {
  .box-map__txt-map {
    display: none;
  }
}
.box-map__txt-map img {
  width: 25.4vw;
}
@media screen and (max-width: 1400px) {
  .box-map__txt-map img {
    width: 21vw;
  }
}
.box-map .decor {
  position: absolute;
}
.box-map .decor--01 {
  top: -8.85vw;
  right: 1.04vw;
}
@media screen and (max-width: 959px) {
  .box-map .decor--01 {
    display: none;
  }
}
.box-map .decor--01 img {
  width: 27.65vw;
}
.box-map .decor--02 {
  top: 2.3vw;
  right: 12.5vw;
}
@media screen and (max-width: 959px) {
  .box-map .decor--02 {
    top: 15rem;
    right: 4.8rem;
  }
}
.box-map .decor--02 img {
  width: 28.4vw;
}
@media screen and (max-width: 959px) {
  .box-map .decor--02 img {
    width: 16.5rem;
  }
}

.box-category {
  padding-top: 41rem;
  max-width: 120rem;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1400px) {
  .box-category {
    padding: 41rem 6rem 4.5rem;
  }
}
@media screen and (max-width: 959px) {
  .box-category {
    padding: 25rem 1.6rem 6.5rem;
  }
}
@media screen and (max-width: 559px) {
  .box-category {
    padding-top: 150vw;
  }
}
@media screen and (max-width: 420px) {
  .box-category {
    padding-top: 137.3vw;
  }
}
.box-category .hdg-lv2 {
  text-align: center;
}

.img-thumbnail {
  overflow: hidden;
  position: relative;
  border: dashed 2px #f2a154;
}
.img-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 1.6rem;
  box-sizing: border-box;
}
.img-thumbnail.-lg {
  width: 40vw;
  height: 56.25vw;
  border-radius: 20vw;
}
@media screen and (max-width: 959px) {
  .img-thumbnail.-lg {
    width: 34.3rem;
    height: 48.2rem;
    border-radius: 38.4rem;
  }
}
.img-thumbnail.-lg img {
  border-radius: 20vw;
}
@media screen and (max-width: 959px) {
  .img-thumbnail.-lg img {
    border-radius: 38.4rem;
  }
}
.img-thumbnail.-sm {
  width: 14.7vw;
  height: 20.6vw;
  border-radius: 8.9vw;
}
@media screen and (max-width: 959px) {
  .img-thumbnail.-sm {
    width: 16.3rem;
    height: 22.8rem;
    border-radius: 17.1rem;
  }
}
.img-thumbnail.-sm img {
  border-radius: 8.9vw;
}
@media screen and (max-width: 959px) {
  .img-thumbnail.-sm img {
    border-radius: 17.1rem;
    padding: 1rem;
  }
}
.img-thumbnail.-md {
  width: 21.5vw;
  height: 29.7vw;
  border-radius: 15.3vw;
}
@media screen and (max-width: 959px) {
  .img-thumbnail.-md {
    width: 30.5rem;
    height: 42.7rem;
    border-radius: 38.4rem;
  }
}
.img-thumbnail.-borderRed {
  border: dashed 2px #ed6f45;
}
.img-thumbnail.-borderWhite {
  border: dashed 2px #fff;
}
.img-thumbnail.-borderGreen {
  border: dashed 2px #609f95;
}
.img-thumbnail.-borderBlue {
  border: dashed 2px #344D9D;
}
.img-thumbnail.-borderOrange {
  border: dashed 2px #f2a154;
}

.box-media {
  display: flex;
  align-items: center;
  margin-top: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .box-media {
    padding: 0 6rem;
  }
}
@media screen and (max-width: 959px) {
  .box-media {
    display: block;
    padding: 0 1.6rem;
    margin-top: 4rem;
  }
}
.box-media__image {
  padding-left: 7.7rem;
}
@media screen and (max-width: 1200px) {
  .box-media__image {
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .box-media__image {
    padding-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .box-media__image .img-thumbnail {
    margin: 0 auto;
  }
}
.box-media__content {
  max-width: 59rem;
  padding-left: 12rem;
}
@media screen and (max-width: 959px) {
  .box-media__content {
    padding-left: 0;
    margin-top: 2.6rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 559px) {
  .box-media__content {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 959px) {
  .box-media__content .wrp-btn {
    text-align: center;
  }
}
.box-media__content .wrp-btn .btn {
  display: block;
  max-width: 33.4rem;
  margin: 0 auto;
}
.box-media__content .wrp-btn .btn + .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 559px) {
  .box-media__content .wrp-btn .btn + .btn {
    margin-top: 2.4rem;
  }
}
.box-media__txt {
  padding-top: 3.2rem;
}
@media screen and (max-width: 959px) {
  .box-media__txt {
    padding-top: 1.6rem;
    line-height: 1.8;
  }
}
.box-media .hdg-lv2 {
  padding-top: 0;
}
.box-media.-reverse {
  flex-direction: row-reverse;
}
.box-media.-reverse .box-media__image {
  padding-left: 0;
  padding-right: 7.7rem;
}
@media screen and (max-width: 1200px) {
  .box-media.-reverse .box-media__image {
    padding-right: 0;
  }
}
@media screen and (max-width: 959px) {
  .box-media.-reverse .box-media__image {
    padding: 0;
  }
}
.box-media.-reverse .box-media__content {
  padding-left: 0;
  padding-right: 12.6rem;
}
@media screen and (max-width: 959px) {
  .box-media.-reverse .box-media__content {
    padding: 0;
  }
}

.l-footer {
  position: relative;
}
.l-footer::before {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/bg-footer-pc.png") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 56.5rem;
  position: absolute;
  top: -21.4rem;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .l-footer::before {
    background: url("/en/special/campaign/travelnagoya-centraljapan/images/bg-footer-sp.png") top center no-repeat;
    background-size: 100%;
    height: 23.2rem;
    top: -20rem;
  }
}
@media screen and (max-width: 559px) {
  .l-footer::before {
    top: -10rem;
  }
}
.l-footer__inner {
  background: #000;
  padding: 8rem 0 12rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 559px) {
  .l-footer__inner {
    padding: 4rem 0 14rem;
  }
}
.l-footer__title {
  text-align: center;
  color: #fff;
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 559px) {
  .l-footer__title {
    font-size: 4rem;
  }
}
.l-footer__thumbnail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 120rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 559px) {
  .l-footer__thumbnail {
    display: block;
  }
}
.l-footer__thumbnail li {
  margin-left: 2.4rem;
  margin-bottom: 2.4rem;
  width: calc(33.333% - 1.6rem);
}
@media screen and (max-width: 559px) {
  .l-footer__thumbnail li {
    margin: 1.6rem 0 0;
    width: 100%;
  }
}
.l-footer__thumbnail li:nth-child(3n+1) {
  margin-left: 0;
}
.l-footer__thumbnail li a {
  display: block;
  transition: all 0.3s ease;
}
.no-touchevents .l-footer__thumbnail li a:hover {
  opacity: 0.7;
}

.l-footer__thumbnail li a img {
  width: 100%;
}
.l-footer__scrolltop {
  width: 6rem;
  height: 7.6rem;
  background: #fff;
  border-radius: 3rem;
  position: fixed;
  right: 3.2rem;
  bottom: 3rem;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__scrolltop svg {
  width: 2rem;
  height: 2rem;
}
.l-footer__scrolltop svg path {
  transition: all 0.3s ease;
}
.no-touchevents .l-footer__scrolltop:hover svg path {
  fill: #609f95;
}

@media (max-width: 767px) {
  .l-footer__scrolltop {
    right: 2.4rem;
    bottom: 9rem;
  }
}
@media (max-width: 559px) {
  .l-footer__scrolltop {
    width: 4rem;
    height: 5.6rem;
    right: 1.6rem;
    bottom: 2rem;
  }
}
.l-footer__copyright {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.4;
  padding-top: 2rem;
  text-align: center;
}
@media (max-width: 559px) {
  .l-footer__copyright {
    font-size: 1.4rem;
    padding-top: 4rem;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sec-history-culture {
  position: relative;
  padding-top: 20rem;
  padding-bottom: 28rem;
}
@media screen and (max-width: 559px) {
  .sec-history-culture {
    padding-top: 12rem;
    padding-bottom: 19.5rem;
  }
}
.sec-history-culture .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sec-culinary {
  padding-top: 49rem;
  padding-bottom: 40rem;
  margin-top: -81rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .sec-culinary {
    padding-top: 10rem;
    padding-bottom: 48.5rem;
    margin-top: -35rem;
  }
}
@media screen and (max-width: 559px) {
  .sec-culinary {
    margin-top: -25.4rem;
  }
}
.sec-culinary .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sec-winter {
  padding-top: 0.5rem;
  padding-bottom: 28rem;
  margin-top: -45.5rem;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 959px) {
  .sec-winter {
    padding-bottom: 25rem;
  }
}
.sec-winter .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sec-winter .box-media .hdg-lv2 {
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .sec-winter .box-media .hdg-lv2 {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .sec-winter .box-media .hdg-lv2 {
    margin-top: 0;
  }
}

.sec-roadtrip {
  padding-top: 23rem;
  padding-bottom: 21.5rem;
  margin-top: -52rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .sec-roadtrip {
    margin-top: -30rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 559px) {
  .sec-roadtrip {
    padding-bottom: 10rem;
  }
}
.sec-roadtrip .sec-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 1399px) {
  .sec-roadtrip .box-media .hdg-lv2 {
    margin-top: 10rem;
  }
}

/*============================
======= DETAIL PAGE ==========
==============================*/
.box-map--detail {
  position: relative;
  z-index: 3;
  margin-top: -17.3vw;
}
@media screen and (max-width: 1400px) {
  .box-map--detail {
    margin-top: -12vw;
  }
}
@media screen and (max-width: 767px) {
  .box-map--detail {
    margin-top: 53vw;
  }
}
@media screen and (max-width: 959px) {
  .box-map--detail--history {
    margin-top: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .box-map--detail--history {
    margin-top: 80vw;
  }
}
.box-map--detail .box-map__content {
  width: 39.5%;
  margin-top: 3.125vw;
}
@media screen and (max-width: 959px) {
  .box-map--detail .box-map__content {
    width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 959px) {
  .box-map--detail .box-map__title {
    text-align: center;
  }
}
.box-map--detail .box-map__inner {
  height: 100%;
  align-items: flex-start;
}
.box-map--detail .box-map__image {
  bottom: auto;
  top: -2.45vw;
}
@media screen and (max-width: 959px) {
  .box-map--detail .box-map__image {
    position: relative;
    top: 1rem;
    width: auto;
    margin: 0 -2.7rem;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail .box-map__image {
    margin: 0;
  }
}
.box-map--detail .box-map__image img {
  width: 63.2vw;
}
@media screen and (max-width: 959px) {
  .box-map--detail .box-map__image img {
    width: 100%;
  }
}
.box-map--detail::before {
  height: 37.2383vw;
}
@media screen and (max-width: 959px) {
  .box-map--detail::before {
    height: 89rem;
  }
}
.box-map--detail::after {
  height: 35.78vw;
}
@media screen and (max-width: 959px) {
  .box-map--detail::after {
    height: 247vw;
    border-radius: 15rem 15rem 0 0;
  }
}
.box-map__listarea {
  margin-top: 1.22vw;
  max-width: 14.74vw;
}
@media screen and (max-width: 959px) {
  .box-map__listarea {
    margin-top: 1rem;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 959px) {
  .box-map__listarea > ul {
    width: calc(50% - 0.8rem);
  }
}
.box-map__listarea li {
  margin-top: 0.625vw;
}
@media screen and (max-width: 959px) {
  .box-map__listarea li {
    margin-top: 1.6rem;
  }
}
.box-map__listarea a {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 1.04vw;
}
@media screen and (max-width: 959px) {
  .box-map__listarea a {
    padding-right: 1.5rem;
  }
}
.box-map__listarea a::after {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-down-white.svg") top center no-repeat;
  background-size: 100%;
  width: 0.625vw;
  height: 0.42vw;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .box-map__listarea a::after {
    width: 1.2rem;
    height: 0.8rem;
  }
}
.no-touchevents .box-map__listarea a:hover {
  text-decoration: none !important;
}
.no-touchevents .box-map__listarea a:hover .box-map__listarea__txt {
  color: #c1d8b0;
}
.no-touchevents .box-map__listarea a:hover::after {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-down-lightgreen.svg") top center no-repeat;
}

.box-map__listarea__num {
  font-size: 0.83vw;
  color: #fff;
  font-weight: 700;
  width: 1.4vw;
  height: 1.4vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-right: 0.42vw;
}
@media screen and (max-width: 959px) {
  .box-map__listarea__num {
    font-size: 1.6rem;
    width: 2.7rem;
    height: 2.7rem;
    margin-right: 0.8rem;
  }
}
.box-map__listarea__num.-blue {
  background: #607CD7;
}
.box-map__listarea__num.-orange {
  background: #E8805C;
}
.box-map__listarea__txt {
  width: calc(100% - 1.4vw);
  text-decoration: underline;
  color: #fff;
  font-size: 0.83vw;
  font-weight: 700;
  line-height: 1.44;
  word-break: break-word;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .box-map__listarea__txt {
    font-size: 1.6rem;
    width: calc(100% - 2.7rem);
  }
}
.box-map__image__inner {
  position: relative;
}
.box-map__pin {
  position: absolute;
  font-size: 1.04vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 1.72vw;
  height: 2.81vw;
  border-radius: 1.1vw;
  border: solid 1px #fff;
  box-shadow: 0 2px 3px #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .box-map__pin {
    font-size: 5.33vw;
    width: 10.93vw;
    height: 16.8vw;
    border-radius: 5.6vw;
  }
}
.box-map__pin::after {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-down-white.svg") center center no-repeat;
  background-size: 100%;
  width: 0.42vw;
  height: 0.42vw;
  position: absolute;
  bottom: 0.625vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 959px) {
  .box-map__pin::after {
    width: 2.93vw;
    height: 1.87vw;
    bottom: 4.8vw;
  }
}
.box-map__pin.-blue {
  background: #607CD7;
}
.box-map__pin.-orange {
  background: #E8805C;
}
.no-touchevents .box-map__pin:hover {
  text-decoration: none !important;
  height: 3vw;
  transform: translateY(0.52vw);
}

.box-map.-roadTrip .pin-01 {
  bottom: 23%;
  left: 53%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-01 {
    bottom: 13%;
    left: 27%;
  }
}
.box-map.-roadTrip .pin-02 {
  bottom: 21%;
  left: 56.8%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-02 {
    bottom: 10%;
    left: 39.8%;
  }
}
.box-map.-roadTrip .pin-03 {
  bottom: 27%;
  left: 50%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-03 {
    bottom: 17.3%;
    left: 16%;
  }
}
.box-map.-roadTrip .pin-04 {
  bottom: 36.5%;
  left: 59%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-04 {
    bottom: 24.5%;
    left: 38%;
  }
}
.box-map.-roadTrip .pin-05 {
  bottom: 35.5%;
  left: 55.7%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-05 {
    bottom: 27.5%;
    left: 49.5%;
  }
}
.box-map.-roadTrip .pin-06 {
  bottom: 47%;
  left: 51.6%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-06 {
    bottom: 38%;
    left: 23.6%;
  }
}
.box-map.-roadTrip .pin-07 {
  bottom: 47%;
  left: 54.7%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-07 {
    bottom: 37%;
    left: 38%;
  }
}
.box-map.-roadTrip .pin-08 {
  bottom: 54%;
  left: 56%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-08 {
    bottom: 44.5%;
    left: 38%;
  }
}
.box-map.-roadTrip .pin-09 {
  bottom: 54%;
  left: 59%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-09 {
    bottom: 44.5%;
    left: 50%;
  }
}
.box-map.-roadTrip .pin-10 {
  bottom: 45.5%;
  left: 64.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-roadTrip .pin-10 {
    bottom: 34%;
    left: 70%;
  }
}
@media screen and (max-width: 767px) {
  .box-map.-winter {
    margin-top: 72vw;
  }
}
.box-map.-winter .box-map__listarea {
  margin-top: 1.6vw;
}
.box-map.-winter .pin-01 {
  bottom: 27%;
  left: 50%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-01 {
    bottom: 16.2%;
    left: 19%;
  }
}
.box-map.-winter .pin-02 {
  bottom: 34.5%;
  left: 53.6%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-02 {
    bottom: 24.5%;
    left: 31.5%;
  }
}
.box-map.-winter .pin-03 {
  bottom: 37.5%;
  left: 50.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-03 {
    bottom: 25.5%;
    left: 19%;
  }
}
.box-map.-winter .pin-04 {
  bottom: 37.5%;
  left: 57.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-04 {
    bottom: 26.3%;
    left: 44%;
  }
}
.box-map.-winter .pin-05 {
  bottom: 38.5%;
  left: 60.7%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-05 {
    bottom: 27.5%;
    left: 55.7%;
  }
}
.box-map.-winter .pin-06 {
  bottom: 46%;
  left: 50.9%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-06 {
    bottom: 34.5%;
    left: 21.6%;
  }
}
.box-map.-winter .pin-07 {
  bottom: 46%;
  left: 55.7%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-07 {
    bottom: 34.5%;
    left: 38%;
  }
}
.box-map.-winter .pin-08 {
  bottom: 55%;
  left: 52.7%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-08 {
    bottom: 42%;
    left: 28%;
  }
}
.box-map.-winter .pin-09 {
  bottom: 54%;
  left: 59.3%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-09 {
    bottom: 40.5%;
    left: 49%;
  }
}
.box-map.-winter .pin-10 {
  bottom: 60.8%;
  left: 57.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-10 {
    bottom: 48%;
    left: 44%;
  }
}
.box-map.-winter .pin-11 {
  bottom: 59.2%;
  left: 62.4%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-11 {
    bottom: 45.5%;
    left: 60%;
  }
}
.box-map.-winter .pin-12 {
  bottom: 59.2%;
  left: 66.7%;
}
@media screen and (max-width: 959px) {
  .box-map.-winter .pin-12 {
    bottom: 46.5%;
    left: 73%;
  }
}
@media screen and (max-width: 959px) {
  .box-map.-history {
    margin-top: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .box-map.-history {
    margin-top: 80vw;
  }
}
.box-map.-history .pin-01 {
  bottom: 16.6%;
  left: 50.3%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-01 {
    bottom: 6%;
    left: 20%;
  }
}
.box-map.-history .pin-02 {
  bottom: 20.5%;
  left: 56%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-02 {
    bottom: 10%;
    left: 38.5%;
  }
}
.box-map.-history .pin-03 {
  bottom: 37.2%;
  left: 48.2%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-03 {
    bottom: 25.8%;
    left: 14%;
  }
}
.box-map.-history .pin-04 {
  bottom: 36.5%;
  left: 54%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-04 {
    bottom: 25%;
    left: 34%;
  }
}
.box-map.-history .pin-05 {
  bottom: 35%;
  left: 59.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-05 {
    bottom: 25%;
    left: 51.7%;
  }
}
.box-map.-history .pin-06 {
  bottom: 42.5%;
  left: 57.2%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-06 {
    bottom: 32.5%;
    left: 43.6%;
  }
}
.box-map.-history .pin-07 {
  bottom: 48%;
  left: 54.3%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-07 {
    bottom: 36.3%;
    left: 32%;
  }
}
.box-map.-history .pin-08 {
  bottom: 44.7%;
  left: 62.2%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-08 {
    bottom: 33.3%;
    left: 58.5%;
  }
}
.box-map.-history .pin-09 {
  bottom: 41.5%;
  left: 65.6%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-09 {
    bottom: 30%;
    left: 70.5%;
  }
}
.box-map.-history .pin-10 {
  bottom: 56%;
  left: 54.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-10 {
    bottom: 44.5%;
    left: 33%;
  }
}
.box-map.-history .pin-11 {
  bottom: 56%;
  left: 57.6%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-11 {
    bottom: 44%;
    left: 45%;
  }
}
.box-map.-history .pin-12 {
  bottom: 50.6%;
  left: 67%;
}
@media screen and (max-width: 959px) {
  .box-map.-history .pin-12 {
    bottom: 40%;
    left: 74.3%;
  }
}
@media screen and (max-width: 959px) {
  .box-map.-culinary {
    margin-top: -6vw;
  }
}
@media screen and (max-width: 767px) {
  .box-map.-culinary {
    margin-top: 64vw;
  }
}
.box-map.-culinary .pin-01 {
  bottom: 20.6%;
  left: 56%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-01 {
    bottom: 10%;
    left: 39%;
  }
}
.box-map.-culinary .pin-02 {
  bottom: 27%;
  left: 51.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-02 {
    bottom: 16%;
    left: 24%;
  }
}
.box-map.-culinary .pin-03 {
  bottom: 34%;
  left: 53.2%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-03 {
    bottom: 23.2%;
    left: 28%;
  }
}
.box-map.-culinary .pin-04 {
  bottom: 35.5%;
  left: 56.8%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-04 {
    bottom: 25.2%;
    left: 40%;
  }
}
.box-map.-culinary .pin-05 {
  bottom: 35.3%;
  left: 59.5%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-05 {
    bottom: 25.2%;
    left: 51.7%;
  }
}
.box-map.-culinary .pin-06 {
  bottom: 38%;
  left: 62.6%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-06 {
    bottom: 26.1%;
    left: 63.8%;
  }
}
.box-map.-culinary .pin-07 {
  bottom: 41.3%;
  left: 54.8%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-07 {
    bottom: 32.5%;
    left: 33%;
  }
}
.box-map.-culinary .pin-08 {
  bottom: 55%;
  left: 56.6%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-08 {
    bottom: 43%;
    left: 40.5%;
  }
}
.box-map.-culinary .pin-09 {
  bottom: 45%;
  left: 64.3%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-09 {
    bottom: 34%;
    left: 64.5%;
  }
}
.box-map.-culinary .pin-10 {
  bottom: 50.5%;
  left: 66.4%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-10 {
    bottom: 38.3%;
    left: 76%;
  }
}
.box-map.-culinary .pin-11 {
  bottom: 59.5%;
  left: 49%;
}
@media screen and (max-width: 959px) {
  .box-map.-culinary .pin-11 {
    bottom: 49.5%;
    left: 19.5%;
  }
}

.sec-photos {
  padding-top: 15.625vw;
  margin-top: 0;
}
@media screen and (max-width: 559px) {
  .sec-photos {
    padding-top: 8rem;
  }
}
.sec-photos__content {
  margin-top: 4.8rem;
  padding: 1.6rem 0;
  border-top: dashed 1px #ED6F45;
  border-bottom: dashed 1px #ED6F45;
}
@media (max-width: 767px) {
  .sec-photos__content {
    margin-top: 4rem;
  }
}
.sec-photos__slider + .sec-photos__slider {
  margin-top: 4px;
}
.sec-photos__slider .swiper-wrapper {
  transition-timing-function: linear;
}
.sec-photos__link {
  display: block;
  position: relative;
  color: #fff;
}
.sec-photos__link picture {
  display: block;
  overflow: hidden;
}
.sec-photos__link picture img {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.is-pc .sec-photos__link:hover img {
  transform: scale(1.07);
}

.sec-photos__item {
  width: 40rem;
  margin: 0 0.2rem;
}
@media (max-width: 767px) {
  .sec-photos__item {
    width: 30rem;
  }
}
.sec-photos__info {
  height: 12rem;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(9, 9, 9, 0.2) 36%, #1B1B1B 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .sec-photos__info {
    height: 8rem;
  }
}
.sec-photos__text {
  padding: 1.6rem 1.6rem 1.6rem 6.4rem;
  line-height: 1.448;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.sec-photos__text::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  display: block;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-instagram.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.sec-photos__text > span {
  font-size: 1.2rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.sec-photos__text > span::after {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-link.svg") no-repeat center center;
  background-size: contain;
  margin-left: 0.4rem;
}
.sec-photos__title {
  font-size: 1.6rem;
  font-weight: 700;
  /* PCで全文を表示 */
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}
@media (max-width: 767px) {
  .sec-photos__title {
    /* 文字列を切り取り、SP に "..." を追加します */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.sec-photos .hdg-lv2 {
  text-align: center;
  padding-top: 0;
}

.sec-topics {
  padding-top: 8rem;
}
@media screen and (max-width: 559px) {
  .sec-topics {
    padding-top: 4rem;
  }
}
.sec-topics .hdg-lv2 {
  text-align: center;
}

.box-topics {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .box-topics {
    display: block;
  }
}
.box-topics__item {
  width: calc(50% - 11.3rem);
  margin-left: 22.6rem;
  margin-top: 6.4rem;
}
@media screen and (max-width: 1920px) {
  .box-topics__item {
    width: calc(50% - 5.885vw);
    margin-left: 10vw;
  }
}
@media screen and (max-width: 959px) {
  .box-topics__item {
    width: calc(50% - 3rem);
    margin-left: 6rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .box-topics__item {
    width: 100%;
    margin-left: 0;
  }
}
.box-topics__item:first-child {
  margin-left: 0;
}
.box-topics__item:nth-child(2n+1) {
  margin-left: 0;
}
.box-topics__wrapslider {
  width: 45.6rem;
  height: 64.44rem;
  border-radius: 30.96rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .box-topics__wrapslider {
    width: 23.76vw;
    height: 33.6vw;
    border-radius: 16.128vw;
  }
}
@media screen and (max-width: 959px) {
  .box-topics__wrapslider {
    width: 32.76rem;
    height: 47.4rem;
    border-radius: 46.08rem;
  }
}
@media screen and (max-width: 559px) {
  .box-topics__wrapslider {
    width: 27.3rem;
    height: 39.5rem;
    border-radius: 38.4rem;
  }
}
.box-topics__wrapslider::before {
  content: "";
  display: block;
  width: 49.44rem;
  height: 68.4rem;
  border-radius: 35.16rem;
  border: dashed 2px #609f95;
  position: absolute;
  top: -2.2rem;
  left: -2.1rem;
}
@media screen and (max-width: 1920px) {
  .box-topics__wrapslider::before {
    width: 25.8vw;
    height: 35.628vw;
    border-radius: 18.36vw;
    top: -1.15vw;
    left: -1.15vw;
  }
}
@media screen and (max-width: 959px) {
  .box-topics__wrapslider::before {
    width: 36.6rem;
    height: 51.24rem;
    border-radius: 46.08rem;
    top: -2.1rem;
    left: -2.1rem;
  }
}
@media screen and (max-width: 559px) {
  .box-topics__wrapslider::before {
    width: 30.5rem;
    height: 42.7rem;
    border-radius: 38.4rem;
    top: -1.8rem;
    left: -1.8rem;
  }
}
.box-topics__wrapslider.-sliderBlue::before {
  border-color: #344D9D;
}
.box-topics__wrapslider.-sliderBlue .box-topics__slider .slick-dots button {
  background: rgba(52, 77, 157, 0.5);
}
.box-topics__wrapslider.-sliderBlue .box-topics__slider .slick-dots li.slick-active button {
  background: #344D9D;
}
.box-topics__wrapslider.-sliderOrange::before {
  border-color: #F2A154;
}
.box-topics__wrapslider.-sliderOrange .box-topics__slider .slick-dots button {
  background: rgba(242, 161, 84, 0.5);
}
.box-topics__wrapslider.-sliderOrange .box-topics__slider .slick-dots li.slick-active button {
  background: #F2A154;
}
.box-topics__wrapslider.-sliderRed::before {
  border-color: #ED6F45;
}
.box-topics__wrapslider.-sliderRed .box-topics__slider .slick-dots button {
  background: rgba(237, 111, 69, 0.5);
}
.box-topics__wrapslider.-sliderRed .box-topics__slider .slick-dots li.slick-active button {
  background: #ED6F45;
}
.box-topics__slider {
  text-align: center;
}
.box-topics__slider .img-thumbnail {
  margin: 0 auto;
}
.box-topics__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #000;
  margin-top: 9rem;
}
@media screen and (max-width: 559px) {
  .box-topics__title {
    font-size: 1.6rem;
  }
}
.box-topics__copyright {
  color: #919191;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.45;
  padding-top: 1.6rem;
}
.box-topics__copyright a {
  color: #919191;
  text-decoration: underline;
  transition: all 0.3s;
}
.box-topics__copyright a:hover {
  opacity: 0.7;
}
.box-topics__text {
  line-height: 1.8;
  padding-top: 1.6rem;
}
.box-topics__local {
  padding-left: 4rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 1.6rem;
}
.box-topics__local::before {
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-local.svg");
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.box-topics .wrp-btn {
  margin-top: 4.5rem;
}
@media screen and (max-width: 559px) {
  .box-topics .wrp-btn {
    margin-top: 3.5rem;
  }
}
.box-topics .btn {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .box-topics .btn {
    min-width: 24rem;
  }
}

.js-slider-topics .slick-list {
  width: 45.6rem;
  height: 64.44rem;
  border-radius: 30.96rem;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .js-slider-topics .slick-list {
    width: 23.76vw;
    height: 33.6vw;
    border-radius: 16.128vw;
  }
}
@media screen and (max-width: 959px) {
  .js-slider-topics .slick-list {
    width: 32.76rem;
    height: 47.4rem;
    border-radius: 46.08rem;
  }
}
@media screen and (max-width: 559px) {
  .js-slider-topics .slick-list {
    width: 27.3rem;
    height: 39.5rem;
    border-radius: 38.4rem;
  }
}
.js-slider-topics:not(.slick-slider) figure {
  width: 45.6rem;
  height: 64.44rem;
  border-radius: 30.96rem;
  overflow: hidden;
}
@media screen and (max-width: 1920px) {
  .js-slider-topics:not(.slick-slider) figure {
    width: 23.76vw;
    height: 33.6vw;
    border-radius: 16.128vw;
  }
}
@media screen and (max-width: 959px) {
  .js-slider-topics:not(.slick-slider) figure {
    width: 32.76rem;
    height: 47.4rem;
    border-radius: 46.08rem;
  }
}
@media screen and (max-width: 559px) {
  .js-slider-topics:not(.slick-slider) figure {
    width: 27.3rem;
    height: 39.5rem;
    border-radius: 38.4rem;
  }
}
.js-slider-topics .slick-slide img,
.js-slider-topics img {
  width: 100%;
  height: 33.6vw;
  object-fit: cover;
}
@media screen and (max-width: 959px) {
  .js-slider-topics .slick-slide img,
  .js-slider-topics img {
    height: 47.4rem;
  }
}
@media screen and (max-width: 559px) {
  .js-slider-topics .slick-slide img,
  .js-slider-topics img {
    height: 39.5rem;
  }
}
.js-slider-topics .slick-dots {
  position: absolute;
  display: flex;
  bottom: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 559px) {
  .js-slider-topics .slick-dots {
    bottom: -7.5rem;
  }
}
.js-slider-topics .slick-dots li {
  width: 5rem;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.js-slider-topics .slick-dots li.slick-active button {
  background: #609F95;
}
.js-slider-topics .slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: rgba(96, 159, 149, 0.5);
  text-decoration: none;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 559px) {
  .js-slider-topics .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.box-booking {
  margin-top: 13rem;
}
@media screen and (max-width: 959px) {
  .box-booking {
    padding: 0 1.6rem;
    margin-top: 9.5rem;
  }
}
.box-booking__top {
  text-align: center;
  padding: 3.2rem 0 4rem;
  background: #8DADCB;
  border-radius: 4.8rem;
  position: relative;
}
.box-booking__top::after {
  content: "";
  width: 90%;
  height: 2.5rem;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/road-trip/bg-incisor.png") top center no-repeat;
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.box-booking__content {
  background: #344D9D;
  border-radius: 4.8rem;
  padding: 6.4rem 0 8rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .box-booking__content {
    padding: 6.4rem 0 25.3rem;
    text-align: left;
  }
}
.box-booking__content::after {
  content: "";
  width: 100%;
  height: 18rem;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/road-trip/bg-car.png") top center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .box-booking__content::after {
    height: 15rem;
    background-position-x: 16%;
    bottom: 6.5rem;
  }
}
.box-booking__hdg {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.17;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .box-booking__hdg {
    font-size: 4rem;
    line-height: 1.45;
  }
}
.box-booking__txt {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.45;
  padding-top: 3.2rem;
}
@media screen and (max-width: 959px) {
  .box-booking__txt {
    font-size: 2rem;
    font-weight: 400;
  }
}
.box-booking__list {
  margin: 4.3rem auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 79.2rem;
}
@media screen and (max-width: 559px) {
  .box-booking__list {
    margin-top: 3.5rem;
  }
}
.box-booking__list li {
  margin-left: 2.4rem;
  width: calc(25% - 1.8rem);
}
@media screen and (max-width: 559px) {
  .box-booking__list li {
    margin-left: 0.8rem;
    width: calc(25% - 0.6rem);
  }
}
.box-booking__list li:first-child {
  margin-left: 0;
}
.box-booking__list li:nth-child(4n+1) {
  margin-left: 0;
}
.box-booking__images {
  width: 18rem;
  height: 25.6rem;
  border-radius: 23.8rem;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .box-booking__images {
    width: 19.2vw;
    height: 27.2vw;
    border-radius: 63.5vw;
  }
}
.box-booking__images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-booking .wrp-btn {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 959px) {
  .box-booking .wrp-btn {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 959px) {
  .box-booking .wrp-btn .btn {
    width: 100%;
    min-width: 24rem;
  }
}

.sec-more {
  padding-top: 8rem;
}
@media screen and (max-width: 959px) {
  .sec-more {
    padding-top: 5rem;
    padding-bottom: 30rem;
  }
}
@media screen and (max-width: 559px) {
  .sec-more {
    padding-bottom: 10rem;
  }
}
.sec-more .hdg-lv2 {
  text-align: center;
}
@media screen and (max-width: 959px) {
  .sec-more .hdg-lv2 {
    text-align: left;
  }
}
.sec-more .box-category {
  padding-top: 8rem;
  padding-bottom: 30rem;
}
@media screen and (max-width: 959px) {
  .sec-more .box-category {
    padding: 5rem 0 0;
  }
}
@media screen and (max-width: 959px) {
  .sec-more .box-category .hdg-lv2 {
    text-align: center;
  }
}

.lst-cards {
  margin-top: 4.8rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 559px) {
  .lst-cards {
    margin-top: 4rem;
    display: block;
  }
}
.lst-cards li {
  width: 50%;
  padding: 0 6.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .lst-cards li {
    padding: 0 0.8rem;
  }
}
@media screen and (max-width: 559px) {
  .lst-cards li {
    width: 100%;
    margin-left: 0;
    margin-top: 2.4rem;
    padding: 0;
  }
}
.lst-cards li:first-child {
  margin-left: 0;
}
.lst-cards li a {
  display: block;
  border-radius: 4rem;
  overflow: hidden;
  position: relative;
}
.no-touchevents .lst-cards li a:hover .lst-cards__image img {
  transform: scale(1.05);
}
.no-touchevents .lst-cards li a:hover::after {
  opacity: 0;
}

.lst-cards li a::after {
  content: "";
  width: 100%;
  height: 30%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(9, 9, 9, 0.1965161064) 60%, rgba(27, 27, 27, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 559px) {
  .lst-cards li a::after {
    height: 68%;
  }
}
.lst-cards__image img {
  width: 100%;
  height: 33.3rem;
  object-fit: cover;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .lst-cards__image img {
    height: 27.6rem;
  }
}
@media screen and (max-width: 559px) {
  .lst-cards__image img {
    height: 24.3rem;
  }
}
.lst-cards__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 4.7rem 4rem 4.3rem;
  width: 100%;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 559px) {
  .lst-cards__content {
    padding: 4.7rem 3rem 2.8rem;
  }
}
.lst-cards__text {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 559px) {
  .lst-cards__text {
    line-height: 1.45;
  }
}
.lst-cards__text::after {
  content: "";
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-blank.svg") top center no-repeat;
  background-size: contain;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 559px) {
  .lst-cards__text::after {
    width: 2.4rem;
    height: 2.4rem;
  }
}

/*==========================================
======= SUGGESTED ITINERARY PAGE ==========
===========================================*/
.box-mainvisual.-itinerary {
  position: relative;
  height: calc(var(--vh, 1vh) * 66);
}
@media screen and (max-width: 767px) {
  .box-mainvisual.-itinerary {
    height: calc(var(--vh, 1vh) * 66);
  }
}
@media screen and (max-width: 450px) {
  .box-mainvisual.-itinerary {
    height: calc(var(--vh, 1vh) * 79);
  }
}
.box-mainvisual.-itinerary::before {
  content: "";
  width: 100%;
  aspect-ratio: 1804.26/380;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/itinerary/pc-mv-bg.png") top center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 559px) {
  .box-mainvisual.-itinerary::before {
    background: url("/en/special/campaign/travelnagoya-centraljapan/images/itinerary/sp-mv-bg.png") top center no-repeat;
    aspect-ratio: 612.47/180;
    background-size: cover;
  }
}
.box-mainvisual.-itinerary .box-mainvisual__inner {
  overflow: hidden;
}
.box-mainvisual.-itinerary .box-mainvisual__heading {
  top: 14rem;
}
@media screen and (max-width: 559px) {
  .box-mainvisual.-itinerary .box-mainvisual__heading {
    top: 12rem;
  }
}
.box-mainvisual.-itinerary .box-mainvisual__bg {
  position: relative;
  z-index: 1;
}
.box-mainvisual.-itinerary .box-mainvisual__bg__image {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.box-mainvisual.-itinerary .box-mainvisual__bg__image img {
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 60vh;
  object-fit: cover;
}
@media screen and (max-width: 559px) {
  .box-mainvisual.-itinerary .box-mainvisual__bg__image img {
    min-height: 55vh;
  }
}
.box-mainvisual.-itinerary .box-mainvisual__bg__image::before {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .box-mainvisual.-itinerary .box-mainvisual__bg__image::before {
    min-height: 60%;
  }
}
@media screen and (max-width: 559px) {
  .box-mainvisual.-itinerary .box-mainvisual__bg__image::before {
    max-height: 79%;
    height: 100%;
  }
}

.sec-movie {
  position: relative;
  z-index: 2;
  padding: 0 0 34rem;
}
@media screen and (min-width: 1700px) {
  .sec-movie {
    padding: 0 0 38rem;
  }
}
@media screen and (max-width: 559px) {
  .sec-movie {
    padding: 4.5rem 0 9.8rem;
  }
}
.sec-movie.-bg-green {
  background: #CCDFDA;
}
.sec-movie.-bg-yellow {
  background: #f8c230;
}
.sec-movie .hdg-lv2 {
  text-align: center;
  padding-top: 0;
}
.sec-movie .box-movie {
  margin-top: 4.8rem;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie {
    margin-top: 1.5rem;
  }
}
.sec-movie .box-movie + .hdg-lv2 {
  margin-top: 12rem;
  padding-top: 0;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie + .hdg-lv2 {
    margin-top: 4.8rem;
    font-size: 3.2rem;
    text-align: left;
  }
}
.sec-movie .box-movie + .hdg-lv2 + .text-body {
  margin-top: 3.2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.78;
  font-weight: 700;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie + .hdg-lv2 + .text-body {
    margin-top: 1.6rem;
    line-height: 1.5;
    text-align: left;
  }
}
.sec-movie .box-movie__video {
  max-width: 99.6rem;
  padding-top: 46.25%;
  position: relative;
  margin: 0 auto;
  border-radius: 6.4rem;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie__video {
    max-width: 100%;
    padding-top: 56.25%;
    border-radius: 2.4rem;
  }
}
.sec-movie .box-movie__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-movie .box-movie__video.-visible {
  display: block;
}
.sec-movie .box-movie__video.-hidden {
  display: none;
}
.sec-movie .box-movie__btn {
  max-width: 99.6rem;
  margin: 4.8rem auto 0;
  border-top: 0.1rem solid #609f95;
  border-bottom: 0.1rem solid #609f95;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie__btn {
    margin-top: 3.6rem;
  }
}
.sec-movie .box-movie__btn__play {
  padding: 2.4rem 4rem 2.4rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie__btn__play {
    padding: 1.6rem 3rem 1.6rem 0;
  }
}
.sec-movie .box-movie__btn__play__thumb {
  aspect-ratio: 16/9;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 3.2rem;
  margin-right: 4rem;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie__btn__play__thumb {
    aspect-ratio: 1/1;
    border-radius: 1.6rem;
    margin-right: 1.6rem;
    max-width: 8rem;
  }
}
.sec-movie .box-movie__btn__play__thumb.-visible {
  display: block;
}
.sec-movie .box-movie__btn__play__thumb.-hidden {
  display: none;
}
.sec-movie .box-movie__btn__play > span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.45;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie__btn__play > span {
    font-size: 1.6rem;
    text-align: left;
    color: #000;
  }
}
.sec-movie .box-movie__btn__play__icon {
  width: 4.8rem;
  height: 4.8rem;
  margin-left: auto;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie__btn__play__icon {
    width: 4rem;
    height: 4rem;
  }
}
.sec-movie .box-movie__btn__play__icon span {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.8rem solid transparent;
  border-bottom: 0.8rem solid transparent;
  border-left: 1.5rem solid #609f95;
  border-right: 0;
}
@media screen and (max-width: 559px) {
  .sec-movie .box-movie__btn__play__icon span {
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.2rem solid #609f95;
  }
}

@media screen and (max-width: 559px) {
  .box-map--detail.-history-itinerary {
    margin-top: -5rem;
  }
}
.box-map--detail.-history-itinerary .box-map__content {
  z-index: 1;
}
.box-map--detail.-history-itinerary .box-map__image {
  top: 11px;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__image {
    top: -16rem;
    z-index: -1;
    left: 0;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-history-itinerary .box-map__image {
    top: -8.5rem;
    z-index: -1;
    left: -1px;
  }
}
.box-map--detail.-history-itinerary .box-map__image img {
  width: 98.7vw;
  max-width: none;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__pin:hover {
    transform: none;
    height: 16.8vw;
  }
}
.box-map--detail.-history-itinerary .box-map__pin.pin-01 {
  top: 12.7%;
  left: 44.7%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__pin.pin-01 {
    top: 34.7%;
    left: 69.7%;
  }
}
.box-map--detail.-history-itinerary .box-map__pin.pin-02 {
  top: 37.7%;
  left: 37.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__pin.pin-02 {
    top: 52.7%;
    left: 48.7%;
  }
}
.box-map--detail.-history-itinerary .box-map__pin.pin-03 {
  top: 43%;
  left: 43%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__pin.pin-03 {
    top: 58.7%;
    left: 65.7%;
  }
}
.box-map--detail.-history-itinerary .box-map__pin.pin-04 {
  top: 59.5%;
  left: 32.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__pin.pin-04 {
    top: 68.5%;
    left: 34.5%;
  }
}
.box-map--detail.-history-itinerary .box-map__pin.pin-05 {
  top: 68.5%;
  left: 29.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__pin.pin-05 {
    top: 77.5%;
    left: 26.5%;
  }
}
.box-map--detail.-history-itinerary .box-map__pin.pin-06 {
  top: 80%;
  left: 24%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-history-itinerary .box-map__pin.pin-06 {
    top: 86%;
    left: 14%;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-culinary-itinerary {
    margin-top: -5rem;
  }
}
.box-map--detail.-culinary-itinerary .box-map__content {
  z-index: 1;
}
.box-map--detail.-culinary-itinerary .box-map__image {
  top: 15px;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__image {
    top: -16rem;
    z-index: -1;
    left: 0;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-culinary-itinerary .box-map__image {
    top: -8.5rem;
    z-index: -1;
    left: -1px;
  }
}
.box-map--detail.-culinary-itinerary .box-map__image img {
  width: 99vw;
  max-width: none;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin:hover {
    transform: none;
    height: 16.8vw;
  }
}
.box-map--detail.-culinary-itinerary .box-map__pin.pin-01 {
  top: 70.7%;
  left: 48.7%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin.pin-01 {
    top: 61.7%;
    left: 37.7%;
  }
}
.box-map--detail.-culinary-itinerary .box-map__pin.pin-02 {
  top: 69.7%;
  left: 52.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin.pin-02 {
    top: 61.7%;
    left: 51.7%;
  }
}
.box-map--detail.-culinary-itinerary .box-map__pin.pin-03 {
  top: 45%;
  left: 42.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin.pin-03 {
    top: 43.7%;
    left: 22.7%;
  }
}
.box-map--detail.-culinary-itinerary .box-map__pin.pin-04 {
  top: 41.5%;
  left: 46.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin.pin-04 {
    top: 41.5%;
    left: 36.5%;
  }
}
.box-map--detail.-culinary-itinerary .box-map__pin.pin-05 {
  top: 14.5%;
  left: 50.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin.pin-05 {
    top: 21.5%;
    left: 43.5%;
  }
}
.box-map--detail.-culinary-itinerary .box-map__pin.pin-06 {
  top: 8%;
  left: 57.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin.pin-06 {
    top: 17%;
    left: 62%;
  }
}
.box-map--detail.-culinary-itinerary .box-map__pin.pin-07 {
  top: 67%;
  left: 44.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-culinary-itinerary .box-map__pin.pin-07 {
    top: 56%;
    left: 26%;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-winter-itinerary {
    margin-top: -5rem;
  }
}
.box-map--detail.-winter-itinerary .box-map__content {
  z-index: 1;
}
.box-map--detail.-winter-itinerary .box-map__image {
  top: 15px;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__image {
    top: -16rem;
    z-index: -1;
    left: 0;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-winter-itinerary .box-map__image {
    top: -8.5rem;
    z-index: -1;
    left: -1px;
  }
}
.box-map--detail.-winter-itinerary .box-map__image img {
  width: 99vw;
  max-width: none;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin:hover {
    transform: none;
    height: 16.8vw;
  }
}
.box-map--detail.-winter-itinerary .box-map__pin.pin-01 {
  top: 42.7%;
  left: 41.7%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin.pin-01 {
    top: 32.7%;
    left: 36.7%;
  }
}
.box-map--detail.-winter-itinerary .box-map__pin.pin-02 {
  top: 29.7%;
  left: 45.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin.pin-02 {
    top: 24.7%;
    left: 49.7%;
  }
}
.box-map--detail.-winter-itinerary .box-map__pin.pin-03 {
  top: 25%;
  left: 50.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin.pin-03 {
    top: 20.7%;
    left: 62.7%;
  }
}
.box-map--detail.-winter-itinerary .box-map__pin.pin-04 {
  top: 24.5%;
  left: 40.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin.pin-04 {
    top: 21.5%;
    left: 35.5%;
  }
}
.box-map--detail.-winter-itinerary .box-map__pin.pin-05 {
  top: 15.5%;
  left: 34.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin.pin-05 {
    top: 16.5%;
    left: 19.5%;
  }
}
.box-map--detail.-winter-itinerary .box-map__pin.pin-06 {
  top: 33%;
  left: 30.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin.pin-06 {
    top: 29%;
    left: 10%;
  }
}
.box-map--detail.-winter-itinerary .box-map__pin.pin-07 {
  top: 73%;
  left: 40.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-winter-itinerary .box-map__pin.pin-07 {
    top: 55%;
    left: 36%;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-road1-itinerary {
    margin-top: -5rem;
  }
}
.box-map--detail.-road1-itinerary .box-map__content {
  z-index: 1;
  position: relative;
}
.box-map--detail.-road1-itinerary .box-map__image {
  top: 15px;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__image {
    top: -16rem;
    z-index: -1;
    left: 0;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-road1-itinerary .box-map__image {
    top: -8.5rem;
  }
}
.box-map--detail.-road1-itinerary .box-map__image img {
  width: 99vw;
  max-width: none;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__image img {
    width: 100vw;
  }
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin:hover {
    transform: none;
    height: 16.8vw;
  }
}
.box-map--detail.-road1-itinerary .box-map__pin.pin-01 {
  top: 35.7%;
  left: 41%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin.pin-01 {
    top: 43.7%;
    left: 68.7%;
  }
}
.box-map--detail.-road1-itinerary .box-map__pin.pin-02 {
  top: 35.7%;
  left: 38%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin.pin-02 {
    top: 43.7%;
    left: 54.7%;
  }
}
.box-map--detail.-road1-itinerary .box-map__pin.pin-03 {
  top: 20%;
  left: 41.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin.pin-03 {
    top: 27.7%;
    left: 62.7%;
  }
}
.box-map--detail.-road1-itinerary .box-map__pin.pin-04 {
  top: 22.5%;
  left: 44.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin.pin-04 {
    top: 29.5%;
    left: 79.5%;
  }
}
.box-map--detail.-road1-itinerary .box-map__pin.pin-05 {
  top: 0.5%;
  left: 44.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin.pin-05 {
    top: 8.5%;
    left: 73.5%;
  }
}
.box-map--detail.-road1-itinerary .box-map__pin.pin-06 {
  top: 10%;
  left: 46.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin.pin-06 {
    top: 17%;
    left: 86%;
  }
}
.box-map--detail.-road1-itinerary .box-map__pin.pin-07 {
  top: 51%;
  left: 23%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road1-itinerary .box-map__pin.pin-07 {
    top: 57%;
    left: 9%;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-road2-itinerary {
    margin-top: -5rem;
  }
}
.box-map--detail.-road2-itinerary .box-map__content {
  z-index: 1;
  position: relative;
}
.box-map--detail.-road2-itinerary .box-map__image {
  top: 15px;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__image {
    top: -10rem;
    z-index: -1;
    left: 0;
  }
}
@media screen and (max-width: 690px) {
  .box-map--detail.-road2-itinerary .box-map__image {
    top: -15.5rem;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-road2-itinerary .box-map__image {
    top: -8.5rem;
  }
}
.box-map--detail.-road2-itinerary .box-map__image img {
  width: 99vw;
  max-width: none;
}
@media screen and (max-width: 768px) {
  .box-map--detail.-road2-itinerary .box-map__image img {
    left: 25px;
    position: relative;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail.-road2-itinerary .box-map__image img {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__image img {
    width: 100vw;
  }
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__pin:hover {
    transform: none;
    height: 16.8vw;
  }
}
.box-map--detail.-road2-itinerary .box-map__pin.pin-01 {
  top: 46.7%;
  left: 42.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__pin.pin-01 {
    top: 45.7%;
    left: 35.7%;
  }
}
.box-map--detail.-road2-itinerary .box-map__pin.pin-02 {
  top: 50.7%;
  left: 44.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__pin.pin-02 {
    top: 43.7%;
    left: 49.7%;
  }
}
.box-map--detail.-road2-itinerary .box-map__pin.pin-03 {
  top: 60%;
  left: 40%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__pin.pin-03 {
    top: 52.7%;
    left: 25.7%;
  }
}
.box-map--detail.-road2-itinerary .box-map__pin.pin-04 {
  top: 44.5%;
  left: 32%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__pin.pin-04 {
    top: 42.5%;
    left: 6.5%;
  }
}
.box-map--detail.-road2-itinerary .box-map__pin.pin-05 {
  top: 7.5%;
  left: 34%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__pin.pin-05 {
    top: 17%;
    left: 13.5%;
  }
}
.box-map--detail.-road2-itinerary .box-map__pin.pin-06 {
  top: 38%;
  left: 40.5%;
}
@media screen and (max-width: 959px) {
  .box-map--detail.-road2-itinerary .box-map__pin.pin-06 {
    top: 38%;
    left: 27%;
  }
}
@media screen and (max-width: 959px) {
  .box-map--detail::before {
    height: 30rem;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail::before {
    height: 30rem;
  }
}
@media screen and (max-width: 959px) {
  .box-map--detail::after {
    height: 20vw;
  }
}
@media screen and (max-width: 559px) {
  .box-map--detail::after {
    height: 100vw;
  }
}

.sec-course {
  margin-top: 29vw;
}
@media screen and (max-width: 959px) {
  .sec-course {
    margin-top: 83vw;
  }
}
@media screen and (max-width: 559px) {
  .sec-course {
    margin-top: -5vw;
  }
}
.sec-course .sec-hdg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  column-gap: 4rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-hdg {
    column-gap: 1.6rem;
  }
}
@media screen and (max-width: 559px) {
  .sec-course .sec-hdg img {
    max-width: 7.2rem;
  }
}
.sec-course .sec-hdg p {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-hdg p {
    font-size: 2rem;
  }
}
.sec-course .sec-hdg::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.6rem;
  height: 3rem;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/itinerary/course-title-dec.png") top center no-repeat;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-hdg::after {
    bottom: -2.5rem;
  }
}
.sec-course .sec-hdg.-return {
  margin-top: 8rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-hdg.-return {
    margin-top: 6rem;
  }
}
.sec-course .sec-hdg.-return::after {
  top: -2.8rem;
  transform: translateX(-50%) rotate(180deg);
}
@media screen and (max-width: 559px) {
  .sec-course .sec-hdg.-return::after {
    top: -3.2rem;
  }
}
.sec-course .sec-course__day {
  position: relative;
  margin-top: 8rem;
  padding-top: 10rem;
  z-index: 1;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day {
    margin-top: 5.4rem;
    padding-top: 2.44rem;
  }
}
.sec-course .sec-course__day::before {
  content: "";
  position: absolute;
  top: -1rem;
  width: 62vw;
  height: 40vw;
  z-index: -1;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day::before {
    width: 100vw;
    left: -1.6rem !important;
    right: auto !important;
    height: 16rem;
    top: 0;
  }
}
.sec-course .sec-course__day.-bg-right::before {
  right: calc(50% - 50vw);
  left: auto;
  transform: translateX(0);
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day.-bg-right::before {
    right: 0;
  }
}
.sec-course .sec-course__day.-bg-left::before {
  left: calc(50% - 50vw);
  right: auto;
  transform: translateX(0);
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day.-bg-left::before {
    left: 0;
  }
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__inner {
    padding-top: 2rem;
  }
}
.sec-course .sec-course__day__title {
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__title {
    font-size: 3.2rem;
  }
}
.sec-course .sec-course__day__content {
  background: #fff;
  border-radius: 6.4rem;
  box-shadow: 1rem 1.4rem 0px 0px rgba(0, 0, 0, 0.1);
  margin: 5rem auto 0;
  padding: 10rem 10.2rem;
  max-width: 99.6rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content {
    margin-top: 2.4rem;
    padding: 4rem 2.8rem;
    border-radius: 2.4rem;
  }
}
.sec-course .sec-course__day__content__spot {
  position: relative;
}
.sec-course .sec-course__day__content__spot__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 6.4rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__inner {
    column-gap: 0;
    flex-direction: column;
  }
}
.sec-course .sec-course__day__content__spot__text {
  flex: 0 0 44%;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__text {
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }
}
.sec-course .sec-course__day__content__spot__hdg {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 1.6rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__hdg {
    display: none;
  }
}
.sec-course .sec-course__day__content__spot__hdg .num {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 2.8rem;
  font-weight: 700;
  flex-shrink: 0;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__hdg .num {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.sec-course .sec-course__day__content__spot__hdg .txt {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__hdg .txt {
    font-size: 2rem;
  }
}
.sec-course .sec-course__day__content__spot__body {
  font-size: 1.4rem;
  line-height: 1.78;
  margin-top: 2.4rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__body {
    margin-top: 1.6rem;
  }
}
.sec-course .sec-course__day__content__spot__btn {
  margin-top: 4rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__btn {
    margin-top: 2.4rem;
  }
}
.sec-course .sec-course__day__content__spot__btn .btn {
  min-width: 36rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__btn .btn {
    min-width: 100%;
    max-width: 100%;
  }
}
.sec-course .sec-course__day__content__spot__image {
  flex: 0 1 56%;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__image {
    flex-basis: 100%;
    max-width: 100%;
    order: 1;
  }
}
.sec-course .sec-course__day__content__spot__image .sec-course__day__content__spot__hdg {
  display: none;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__image .sec-course__day__content__spot__hdg {
    display: flex;
  }
}
.sec-course .sec-course__day__content__spot__image figure {
  display: block;
  width: 100%;
  border-radius: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__image figure {
    border-radius: 4rem;
    margin-top: 1.4rem;
  }
}
.sec-course .sec-course__day__content__spot__image img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.sec-course .sec-course__day__content__spot__recommend {
  margin: 5rem auto 0;
  max-width: 79.2rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend {
    margin-top: 4rem;
  }
}
.sec-course .sec-course__day__content__spot__recommend__hdg {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend__hdg {
    font-size: 2rem;
  }
}
.sec-course .sec-course__day__content__spot__recommend .lst-recommend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 3.2rem;
  margin-top: 2.4rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend .lst-recommend {
    column-gap: 0.8rem;
    margin-top: 1.6rem;
  }
}
.sec-course .sec-course__day__content__spot__recommend .lst-recommend li {
  flex-basis: calc(33.333% - 2.1rem);
  max-width: calc(33.333% - 2.1rem);
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend .lst-recommend li {
    flex-basis: calc(33.333% - 0.5rem);
    max-width: calc(33.333% - 0.5rem);
  }
}
.sec-course .sec-course__day__content__spot__recommend .lst-recommend li figure {
  display: block;
  width: 100%;
  border-radius: 3.2rem;
  overflow: hidden;
  aspect-ratio: 242/171;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend .lst-recommend li figure {
    aspect-ratio: 1/1;
    border-radius: 2.4rem;
  }
}
.sec-course .sec-course__day__content__spot__recommend .lst-recommend li img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend .lst-recommend li img {
    aspect-ratio: 1/1;
  }
}
.sec-course .sec-course__day__content__spot__recommend .lst-recommend li img.-sp {
  display: none;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend .lst-recommend li img.-sp {
    display: block;
  }
}
.sec-course .sec-course__day__content__spot__recommend .lst-recommend li img.-pc {
  display: block;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend .lst-recommend li img.-pc {
    display: none;
  }
}
.sec-course .sec-course__day__content__spot__recommend .lst-recommend li p {
  font-size: 1.4rem;
  line-height: 1.78;
  margin-top: 2rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot__recommend .lst-recommend li p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 0.8rem;
  }
}
.sec-course .sec-course__day__content__spot + .sec-course__day__content__spot {
  margin-top: 8rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot + .sec-course__day__content__spot {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__spot + .sec-course__day__content__spot::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.8rem;
    width: calc(100% + 5.6rem);
    height: 0.1rem;
    background-color: #f5f5f5;
  }
}
.sec-course .sec-course__day__content__accordion {
  margin: 6.4rem auto 0;
  max-width: 79.2rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion {
    margin-top: 2.4rem;
  }
}
.sec-course .sec-course__day__content__accordion__inner {
  background-color: #F5F5F5;
  border-radius: 1.6rem;
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__inner {
    padding: 1.6rem 2.4rem;
  }
}
.sec-course .sec-course__day__content__accordion__head {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1.6rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__head {
    column-gap: 0.8rem;
  }
}
.sec-course .sec-course__day__content__accordion__head img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.sec-course .sec-course__day__content__accordion__hdg {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.sec-course .sec-course__day__content__accordion__hdg br {
  display: none;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__hdg br {
    display: block;
  }
}
.sec-course .sec-course__day__content__accordion__icon {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
}
.sec-course .sec-course__day__content__accordion__icon::before, .sec-course .sec-course__day__content__accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.2rem;
  height: 0.2rem;
  transition: transform 0.3s ease-in-out;
  background: #f7a426;
}
.sec-course .sec-course__day__content__accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec-course .sec-course__day__content__accordion.-stay .sec-course__day__content__accordion__icon::before, .sec-course .sec-course__day__content__accordion.-stay .sec-course__day__content__accordion__icon::after {
  background: #609f95;
}
.sec-course .sec-course__day__content__accordion.-is-open .sec-course__day__content__accordion__icon::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.sec-course .sec-course__day__content__accordion__body {
  transition: all 0.3s;
  overflow: hidden;
}
.sec-course .sec-course__day__content__accordion__body__inner {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  height: fit-content;
  border-top: 0.1rem dashed #C6C6C6;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  column-gap: 3.2rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__inner {
    display: block;
    padding-top: 1.6rem;
    margin-top: 1.6rem;
  }
}
.sec-course .sec-course__day__content__accordion__body__inner + .sec-course__day__content__accordion__body__inner {
  margin-top: 4rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__inner + .sec-course__day__content__accordion__body__inner {
    margin-top: 2.4rem;
  }
}
.sec-course .sec-course__day__content__accordion__body__img {
  flex-basis: 18rem;
  max-width: 18rem;
  flex-shrink: 0;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__img {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.sec-course .sec-course__day__content__accordion__body__img ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
}
.sec-course .sec-course__day__content__accordion__body__img ul li {
  width: 100%;
  margin: 0 !important;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__img ul li {
    margin: 0 !important;
  }
}
.sec-course .sec-course__day__content__accordion__body__img ul li figure {
  display: block;
  width: 100%;
  border-radius: 2.4rem;
  overflow: hidden;
  aspect-ratio: 180/127;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__img ul li figure {
    aspect-ratio: 160/112;
  }
}
.sec-course .sec-course__day__content__accordion__body__img ul li img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
.sec-course .sec-course__day__content__accordion__body__img .slick-dots {
  position: absolute;
  display: flex;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sec-course .sec-course__day__content__accordion__body__img .slick-dots li {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-course .sec-course__day__content__accordion__body__img .slick-dots li.slick-active button {
  background: #F2A154;
}
.sec-course .sec-course__day__content__accordion__body__img .slick-dots button {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background: #AAAAAA;
  text-decoration: none;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__img .slick-dots button {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.sec-course .sec-course__day__content__accordion__body__txt {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__txt {
    margin-top: 1.6rem;
  }
}
.sec-course .sec-course__day__content__accordion__body__txt__body {
  margin-top: 1.6rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion__body__txt__body {
    margin-top: 0.8rem;
  }
}
.sec-course .sec-course__day__content__accordion__body__txt__body p {
  font-size: 1.4rem;
  line-height: 1.78;
}
.sec-course .sec-course__day__content__accordion__body__txt__btn {
  margin-top: 1.6rem;
}
.sec-course .sec-course__day__content__accordion__body__hdg a {
  color: #000;
  text-decoration: underline;
  transition: all 0.3s;
}
.sec-course .sec-course__day__content__accordion__body__hdg a:hover {
  opacity: 0.7;
}
.sec-course .sec-course__day__content__accordion__body__hdg span {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.sec-course .sec-course__day__content__accordion + .sec-course__day__content__spot {
  position: relative;
  margin-top: 8rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day__content__accordion + .sec-course__day__content__spot {
    margin-top: 4rem;
    padding-top: 4rem;
  }
  .sec-course .sec-course__day__content__accordion + .sec-course__day__content__spot::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2.8rem;
    width: calc(100% + 5.6rem);
    height: 0.1rem;
    background-color: #f5f5f5;
  }
}
.sec-course .sec-course__day__content__accordion + .sec-course__day__content__accordion {
  margin-top: 4rem;
}
.sec-course .sec-course__day + .sec-course__day {
  margin-top: 12rem;
}
@media screen and (max-width: 559px) {
  .sec-course .sec-course__day + .sec-course__day {
    margin-top: 6.4rem;
  }
}
.sec-course.-bg-orange .sec-course__day::before {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/itinerary/course-day-bg-orange.png") top center no-repeat;
  background-size: cover;
}
.sec-course.-bg-orange .sec-course__day__content__spot__hdg .num {
  background: #f7a426;
}
.sec-course.-bg-green .sec-course__day::before {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/itinerary/course-day-bg-green.png") top center no-repeat;
  background-size: cover;
}
.sec-course.-bg-green .sec-course__day__content__spot__hdg .num {
  background: #609f95;
}
.sec-course.-bg-blue .sec-course__day::before {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/itinerary/course-day-bg-blue.png") top center no-repeat;
  background-size: cover;
}
.sec-course.-bg-blue .sec-course__day__content__spot__hdg .num {
  background: #344D9D;
}
.sec-course.-bg-red .sec-course__day::before {
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/itinerary/course-day-bg-red.png") top center no-repeat;
  background-size: cover;
}
.sec-course.-bg-red .sec-course__day__content__spot__hdg .num {
  background: #da5034;
}

.sec-itinerary {
  padding-top: 8rem;
}
@media screen and (max-width: 559px) {
  .sec-itinerary {
    padding-top: 6rem;
  }
}
.sec-itinerary .hdg-lv2 {
  text-align: center;
}
.sec-itinerary .box-itinerary {
  margin-top: 4.8rem;
}
@media screen and (max-width: 559px) {
  .sec-itinerary .box-itinerary {
    margin-top: 4rem;
  }
}
.sec-itinerary .box-itinerary__slider li {
  position: relative;
  margin-left: 4.8rem;
}
@media screen and (max-width: 559px) {
  .sec-itinerary .box-itinerary__slider li {
    margin: 0 1.6rem;
  }
}
.sec-itinerary .box-itinerary__slider li a {
  display: block;
}
.sec-itinerary .box-itinerary__slider li a figure {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 6.4rem;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .sec-itinerary .box-itinerary__slider li a figure {
    border-radius: 3.2rem;
  }
}
.sec-itinerary .box-itinerary__slider li a figure img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.sec-itinerary .box-itinerary__slider li a p {
  color: #fff;
  width: calc(100% - 9.6rem);
  position: absolute;
  display: block;
  left: 4.8rem;
  bottom: 4.8rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding-right: 2.4rem;
}
@media screen and (max-width: 959px) {
  .sec-itinerary .box-itinerary__slider li a p {
    width: calc(100% - 6.4rem);
    left: 3.2rem;
    bottom: 3.2rem;
    font-size: 1.8rem;
  }
}
.sec-itinerary .box-itinerary__slider li a p::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: url("/en/special/campaign/travelnagoya-centraljapan/images/icn-arrow-white.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.sec-itinerary .box-itinerary__wrapslider .slick-dots {
  position: absolute;
  display: flex;
  bottom: -2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sec-itinerary .box-itinerary__wrapslider .slick-dots li {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .sec-itinerary .box-itinerary__wrapslider .slick-dots li {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 0.2rem;
  }
}
.sec-itinerary .box-itinerary__wrapslider .slick-dots li.slick-active button {
  background: #609F95;
}
.sec-itinerary .box-itinerary__wrapslider .slick-dots button {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #AAAAAA;
  text-decoration: none;
  text-indent: -9999px;
  font-size: 0;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 959px) {
  .sec-itinerary .box-itinerary__wrapslider .slick-dots button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.sec-more.-itinerary .box-category {
  padding-top: 0;
}

/* -----------------------------------------------
*> Custom KO style
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  html[lang=ko] .box-mainvisual__logo picture {
    width: 32rem;
    margin-top: 2rem;
  }
}

/* -----------------------------------------------
*> Custom TH style
-------------------------------------------------- */
@media screen and (min-width: 1401px) and (max-width: 1919px) {
  html[lang=th] .box-mainvisual__heading__title {
    font-size: 4.375vw;
  }
}
@media screen and (max-width: 767px) {
  html[lang=th] .box-mainvisual__logo {
    padding-left: 1.5rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  html[lang=th] .box-mainvisual__logo picture {
    display: block;
    width: 34.3rem;
  }
}

/* -----------------------------------------------
*> Custom TZH style
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  html[lang=tzh] .box-mainvisual__logo picture {
    width: 33.2rem;
    margin-top: 6rem;
  }
}

/* -----------------------------------------------
*> [4. Print Style]
-------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 0.1rem solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
} /* endMedia */