@charset "UTF-8";
/* Reset ================================================================ */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: bottom;
}

html {
  overflow-y: scroll;
}

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

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

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

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
}

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

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

/* Style ================================================================ */
/* 1. Base Frame , Common Style --------------------- */
a, #content a#CV {
  color: #141010;
  opacity: 1;
  transition-duration: 0.5s;
}

a:hover, #content a#CV:hover {
  overflow: hidden;
  opacity: 0.7;
  transition-duration: 0.5s;
  text-decoration: none;
  /* animation-name: aHover; animation-duration: 0.5s; animation-iteration-count: 1; animation-fill-mode: forwards; animation-timing-function: ease-out; */
}

/* 2. Move ------------------------------------------ */
@keyframes maincopyShow {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aHover {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
.fadeUp {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1.5s;
}
.fadeUp.move {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeDown {
  opacity: 0;
  transform: translate(0, -30px);
  transition: all 1.5s;
}
.fadeDown.move {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp_fast {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1s;
  
}
/*.finland-page.fadeUp_fast {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
  vertical-align: baseline;
  
}*/
.fadeUp_fast.move {
  opacity: 1;
  transform: translate(0, 0);
}

/* 3. Detail Style  --------------------------------- */
#content {
  margin-bottom: 60px;
}
#content #firstview {
  height: 590px;
  width: 960px;
  margin: 0 auto;
  position: relative;
  color: #ffffff;
}
#content #firstview > a {
  display: inline-block;
  margin-top: 40px;
}
#content #firstview .maincopy {
  position: absolute;
  bottom: 110px;
  text-align: center;
  text-shadow: 0 0 4px #141010;
  animation-name: maincopyShow;
  animation-duration: 1.5s;
  animation-iteration-count: 1;
}
#content #firstview .maincopy > span {
  display: block;
  width: 960px;
  margin: 0 auto 20px;
  font-size: 11px;
  font-weight: 400;
  color: white;
}
#content #firstview .maincopy h1 {
  display: block;
  width: 960px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 2;
  letter-spacing: 0.55em;
  font-weight: 700;
  color: #ffffff;
}
#content .sec {
  width: 960px;
  margin: 240px auto 0;
  background-color: #ffffff;
}
#content .sec.first {
  margin-top: 0;
}
#content .sec.read > dl {
  width: 720px;
  margin: 0 auto;
  padding: 110px 0;
}
#content .sec.read > dl > dt {
  padding-bottom: 90px;
  text-align: center;
}
#content .sec.read > dl > dt > b {
  display: block;
  margin: 0 auto;
  font-family: "Lora", serif;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#content .sec.read > dl > dt > b:after {
  content: "";
  display: block;
  margin: 14px auto 0;
  width: 24px;
  height: 1px;
  background-color: #949191;
}
#content .sec.read > dl > dt > em {
  display: block;
  margin: 15px auto 0;
  font-size: 28px;
  letter-spacing: 0.3em;
  font-weight: 700;
}
#content .sec.read > dl > dd > p {
  font-weight: 700;
  /* text-align:center; */
  line-height: 2.65;
  font-family: "Noto Serif", serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  vertical-align: baseline;
}
#content .sec.read > dl > dd > p:first-letter {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#content .sec.read > dl > dd > p:first-line {
  line-height: 1.9;
}
#content .sec.read > dl dd .slideshow {
  width: 840px;
  margin-left: -60px;
  min-height: 360px;
  margin-top: 90px;
  margin-bottom: 50px;
  /*background: url(../images/slideshow_preview.png) top center no-repeat;*/
}
#content .sec.read > dl dd .slideshow img {
  display: block;
  margin: 0 auto;
  width: auto !important;
}
#content .sec.point {
  width: 960px;
  border: 20px solid #141010;
  position: relative;
  /* background-color:#d3ecf5; */
}
#content .sec.point > dl {
  width: 720px;
  margin: 0 auto;
  padding: 100px 0 120px;
}
#content .sec.point.withMessage_En > dl {
  padding-bottom: 120px;
  padding-top: 80px;
}
#content .sec.point > dl > dt.head {
  padding-bottom: 60px;
  text-align: center;
}
#content .sec.point > dl > dt.head > b {
  display: inline-block;
  min-width: 198px;
  padding: 12px 0 18px;
  border: 1px solid #141010;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
#content .sec.point > dl > dt.head > em {
  display: block;
  margin: 28px auto 0;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #1494aa;
}
#content .sec.point > dl > dt + dt {
  margin-bottom: 32px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
#content .sec.point > dl > dt + dt > em {
  display: block;
  position: relative;
  line-height: 1;
}
#content .sec.point > dl > dt + dt > em > span {
  display: block;
  z-index: 2;
  padding: 8px 0;
  font-size: 15px;
  color: #1494aa;
  background-color: #e7f4f6;
  letter-spacing: 0.05em;
}
#content .sec.point > dl > dt + dt > em > span:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4em;
  opacity: 0.1;
  background-color: #141010;
}
#content .sec.point > dl > dt + dt > p {
  margin-top: 22px;
  font-size: 14px;
  color: #1494aa;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
#content .sec.point > dl > dd > ul {
  display: flex;
  flex-wrap: wrap;
}
#content .sec.point > dl > dd > ul > li {
  width: 340px;
  margin-right: 40px;
}
#content .sec.point > dl > dd > ul > li > div {
  position: relative;
  width: 100%;
  /*background: url(../images/noimg.png) no-repeat 50% 50% #ececec;*/
  min-height: 180px;
}
#content .sec.point > dl > dd > ul > li > div > span {
  display: block;
  position: absolute;
  right: 0;
  bottom: -13px;
  font-size: 22px;
  font-family: "Italianno", serif;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: normal;
  text-align: right;
  padding: 0.3em 1em 0.2em;
  background-color: #141010;
}
#content .sec.point > dl > dd > ul > li > div > img {
  width: 100%;
}
#content .sec.point > dl > dd > ul > li > b {
  display: block;
  margin: 20px 0 12px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
#content .sec.point > dl > dd > ul > li > p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.3;
}
#content .sec.point > dl > dd > strong {
  display: block;
  margin-top: 60px;
  /*background: url(../images/border_dashed.png) repeat-x top center;*/
  padding-top: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
#content .sec.point > em {
  display: block;
  position: absolute;
  z-index: 3;
  bottom: 40px;
  right: 40px;
  transform: rotate(-10deg);
  font-size: 24px;
  text-align: right;
  font-family: "Italianno", "serif";
  line-height: 1;
}
#content a#CV {
  display: block;
  position: relative;
  width: 960px;
  margin: 120px auto 160px;
  padding: 40px 0;
  background-color: #ffffff;
  text-align: center;
  vertical-align: middle;
}
#content a#CV > span {
  font-size: 20px;
  letter-spacing: 0.4em;
  font-weight: 700;
}
#content a#CV > svg {
  display: block;
  position: absolute;
  right: 40px;
  top: 47%;
  fill: #ffffff;
  transform: rotate(-90deg) scaleX(0.5);
  transition-duration: 0.5s;
}
#content a#CV:hover > svg {
  transform: rotate(-90deg) scaleX(0.5) translateY(10px);
  transition-duration: 0.5s;
}
#content .sec.links {
  margin-top: 0;
}
#content .sec.links > dl {
  /*width: 680px;*/
  padding: 100px 140px 50px;
}
#content .sec.links > dl .heading {
  text-align: center;
  font-size: 24px;
  color: #474646;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3em;
  padding-bottom: 38px;
}
#content .sec.links > dl .heading-sub {
  font-size: 13px;
  line-height: 1;
  color: #474646;
  font-weight: 600;
  text-align: center;
}
#content .sec.links > dl > dt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: url(../images/border_dashed.png) repeat-x bottom left;
  line-height: 1;
  padding-bottom: 20px;
}
#content .sec.links > dl > dd.related > ul > li {
  background: url(../images/border_dashed.png) repeat-x bottom left;
}
#content .sec.links > dl > dd.related > ul > li > a {
  display: table;
  width: 100%;
  padding: 20px 0;
  position: relative;
}
#content .sec.links > dl > dd.related > ul > li > a > img {
  width: 160px;
  height: 83px;
  display: table-cell;
  vertical-align: middle;
}
#content .sec.links > dl > dd.related > ul > li > a > span {
  width: 480px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
#content .sec.links > dl > dd.related > ul > li > a > svg {
  display: block;
  position: absolute;
  right: 0;
  top: 47%;
  fill: #141010;
  transform: rotate(-90deg) scaleX(0.25) scaleY(0.5);
  transition-duration: 0.5s;
}
#content .sec.links > dl > dd.related > ul > li > a:hover > svg {
  transform: rotate(-90deg) scaleX(0.25) scaleY(0.5) translateY(10px);
  transition-duration: 0.5s;
}
#content .sec.links > dl > dd.tabigohan {
  margin-top: 60px;
}
#content .sec.links > dl > dd.tabigohan > ul {
  display: flex;
  flex-wrap: wrap;
}
/*#content .sec.links > dl > dd.tabigohan > ul > li {
  margin-left: 80px;
}*/
#content .sec.links > dl > dd.tabigohan > ul > li {
  margin-left: 79px;
}
#content .sec.links > dl > dd.tabigohan > ul > li:first-child {
  margin-left: 0;
}
#content #SHARE {
  width: 960px;
  margin: 80px auto 0;
  text-align: center;
  background-color: #ffffff;
  padding: 38px 0 30px;
}
#content #SHARE > span {
  display: inline-block;
  font-family: "Lora", serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
#content #SHARE > span + ul {
  margin-top: 27px;
}
#content #SHARE > span + ul > li {
  display: inline-block;
  margin-right: 33px;
}
#content #SHARE > span + ul > li:last-child {
  margin-right: 0;
}

/* ▼ファーストビュー */
/* #content #firstview .maincopy:after { content:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0My44OCIgaGVpZ2h0PSI5Ljc1Ij48cGF0aCBkPSJNLjcgMi4wNkMuMTUgMS44Ny0uMTMgMS4yNi4wNi43LjI2LjE1Ljg3LS4xNCAxLjQyLjA2bDIwLjUgNy40M0w0Mi40Ni4wNmMuNTYtLjIgMS4xNy4wOSAxLjM2LjY0LjIuNTUtLjA5IDEuMTctLjY0IDEuMzZMMjEuOTEgOS43NS43IDIuMDZ6IiBmaWxsPSIjZmZmIiAvPjwvc3ZnPg=="); display:block; margin-top:28px; filter: drop-shadow(0 0 2px #141010); } */
/* ▼セクション */
/* ▼セクション（read：読み物コンテンツ） */
/* ▼セクション（point：実際に行ってきたからこそわかるポイント） */
@media screen and (min-width: 960px) {
  #content .sec.point > dl > dd > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  #content .sec.point > dl > dd > ul > li:nth-child(n + 3) {
    margin-top: 50px;
  }
}
@supports (-ms-ime-align: auto) {
  #content .sec.read > dl > dd > p {
    transform: rotate(0.001deg);
  }
  #content .sec.point > dl > dt + dt {
    transform: rotate(0.001deg);
  }
  #content .sec.point > dl > dd > ul > li > b, #content .sec.point > dl > dd > ul > li > p {
    transform: rotate(0.001deg);
  }
  #content .sec.point > dl > dd > strong {
    transform: rotate(0.001deg);
  }
  #content a#CV {
    transform: rotate(0.001deg);
  }
  #content .sec.links > dl > dt, #content .sec.links > dl > dd.related > ul > li > a > span {
    transform: rotate(0.001deg);
  }
}
@supports (-ms-ime-align: auto) {
  #content .sec.read > dl > dd > p:first-letter {
    transform: none;
  }
}
/* ページ固有の背景画像を指定 */
#content {
  background: url(../images/finland_01.jpg) no-repeat top center;
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 160px;
}
#content .sec.point {
  border-color: #1494aa;
}
#content .sec.point > dl > dt.head > b {
  border-color: #1494aa;
  color: #1494aa;
}
#content #SHARE {
  border-color: #1494aa;
  margin-top: 100px;
}
#content .sec.point > dl > dt, #content .sec.point > dl > dd > ul > li > b {
  color: #1494aa;
}
#content .sec.point > em {
  color: #1494aa;
}
#content .sec.point > dl > dd > ul > li > div > span, #content .sec.point > dl > dt + dt > em > span:after {
  background-color: #1494aa;
}
#content a#CV > svg {
  fill: #1494aa;
}

/* ページ固有のテーマカラー（1色）を指定 */
.finland-page * {
/*.finland-page {*/
  font-family: "Noto Serif", serif;
  /*font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
  vertical-align: baseline;*/
}
/*.finland-page * {*/
.finland-page {
  font-family: "Noto Serif", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.2em;
  vertical-align: baseline;
}
.finland-page .top {
  width: 960px;
  margin: -45px auto -160px;
  background-color: #ffffff;
}
.finland-page .top .menu {
  display: flex;
  justify-content: space-between;
}
.finland-page .top .menu-item {
  width: 25%;
  text-align: center;
  padding: 35px 0;
}
.finland-page .top .menu-item a {
  font-size: 14px;
  line-height: 1;
  padding-bottom: 25px;
  display: block;
  position: relative;
}
.finland-page .top .menu-item a:before {
  position: absolute;
  content: url("/attending/t/tyo-i/vamos/190814/images/arrow_down.png");
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.finland-page .top .menu-item a:hover {
  text-decoration: none;
}
.finland-page .top .menu-item a:visited {
  color: #141010;
}
.finland-page .slideshow .slick-prev,
.finland-page .slideshow .slick-next {
  width: auto;
  height: auto;
  top: 50%;
  z-index: 9;
}
.finland-page .slideshow .slick-next {
  right: 0px;
}
.finland-page .slideshow .slick-next:before {
  content: url("/attending/t/tyo-i/vamos/190814/images/arrow_right.png");
}
.finland-page .slideshow .slick-prev {
  left: 0;
}
.finland-page .slideshow .slick-prev:before {
  content: url("/attending/t/tyo-i/vamos/190814/images/arrow_left.png");
}
.finland-page .slideshow .slick-dots {
  bottom: 0;
}
.finland-page .slideshow .slick-dots li button:before {
  font-size: 12px;
}
.finland-page .back-to-home {
  margin-top: 0 !important;
  background-color: #f0f0f0 !important;
  text-align: center;
  padding: 48px 0;
}
.finland-page .back-to-home a {
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  font-size: 18px;
  letter-spacing: 0.1em;
  padding: 13px 105px;
  display: inline-block;
  position: relative;
}
.finland-page .back-to-home a:before {
  position: absolute;
  content: url("/attending/t/tyo-i/vamos/190814/images/arrow_btn.png");
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
.finland-page .back-to-home a:hover {
  text-decoration: none;
}

/*.mov span {
    font-family: "Noto Serif", serif;
    line-height: 2.65;
    font-size: 16px;
}*/
.finland-page .mov {
	margin-bottom:40px;
    font-size: 36px;
    letter-spacing: 0;
}
.video-js .vjs-control.vjs-button.vjs-volume-menu-button-horizontal {
	top: -8px;
	height: 120%;
}
/*# sourceMappingURL=index.css.map */
