/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(//fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

/*A-OTF Ryumin Pr6N L-KL*/
.fontMin {
  font-family: a-otf-ryumin-pr6n, serif !important;
  font-weight: 300;
  font-style: normal;
}

.res-inner-contents {
  padding-top: 0;
}

.title-box {
  display: none;
}

html, body {
  font-size: 62.5%;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}

a[href^="tel:"] {
  cursor: default;
}

a {
  color: #1a1a1a;
  text-decoration: none;
  transition: all .3s;
}

a:hover,
a:active {
  text-decoration: none;
}

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

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

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

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.cf {
  display: inline-block;
}

.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

.mv {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.mv .mvInner {
  position: relative;
  overflow: hidden;
}

.mv .mvInner .mvInnerSlider {
  margin-bottom: 0;
}

.mv .mvInner .mvInnerSlider .mvInnerSliderCp {
  width: 100%;
  max-width: 1200px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4rem;
  padding: 10px;
  color: #fff;
  text-shadow: 1px  1px 0px #000,-1px  1px 0px #000, 1px -1px 0px #000,-1px -1px 0px #000, 1px  0px 0px #000, 0px  1px 0px #000,-1px  0px 0px #000, 0px -1px 0px #000;
}

.mv .mvInner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .mv .mvInner h2 {
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
  }
}

.mv .mvInner h2 img {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .mv .mvInner h2 img {
    width: 32.813vw;
  }
}

.mv .buttons-group {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 5px;
}

.mv .buttons-group .slick-dots {
  position: relative;
  bottom: inherit;
  width: 120px;
  border-right: 1px solid #000;
  margin-right: 20px;
}

.mv .buttons-group .slick-dots li {
  margin: 0;
  transition: all .3s;
  vertical-align: middle;
}

.mv .buttons-group .slick-dots li button::before {
  font-size: 1.2rem;
  opacity: 1;
  transition: all .3s;
}

.mv .buttons-group .slick-dots li:nth-child(1) button::before {
  color: #cd5000;
}

.mv .buttons-group .slick-dots li:nth-child(2) button::before {
  color: #0046a7;
}

.mv .buttons-group .slick-dots li:nth-child(3) button::before {
  color: #af0a14;
}

.mv .buttons-group .slick-dots li:nth-child(4) button::before {
  color: #00794b;
}

.mv .buttons-group .slick-dots li.slick-active button::before {
  font-size: 1.8rem;
}

.mv .buttons-group .btn-control {
  position: relative;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 17px;
  height: 19px;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: none !important;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mv .buttons-group .btn-control::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #000;
  content: "";
}

.mv .buttons-group .btn-control::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%;
  background: #000;
  content: "";
}

.mv .buttons-group .btn-control.active::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -8px;
  background: transparent;
  border-width: 8px 16px;
  border-left: 16px #000;
  border-style: solid;
  content: "";
}

.mv .buttons-group .btn-control.active::after {
  content: none;
}

.sec {
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.sec .secInner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secInner {
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/bg_secAbout.png) center top no-repeat;
  padding: 60px 20px;
}

h3 {
  text-align: center;
  margin-bottom: 40px;
}

h3 img {
  width: 60%;
}

@media screen and (min-width: 1025px) {
  h3 img {
    width: auto;
  }
}

.secAboutTxt {
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .secAboutTxt {
    font-size: 2.1rem;
    line-height: 2;
  }
}

.secAboutMap {
  position: relative;
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/bg_map.svg) center center no-repeat;
  background-size: contain;
  padding-top: 65%;
  z-index: 1;
}

.secAboutMap li {
  position: absolute;
  z-index: 2;
}

.secAboutMap li:nth-child(1) {
  top: 54.8%;
  left: 7.5%;
}

.secAboutMap li:nth-child(1) a {
  width: 11.8vw;
  height: 3.7vw;
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_map_01.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .secAboutMap li:nth-child(1) a {
    width: 118px;
    height: 37px;
  }
}

.secAboutMap li:nth-child(1) a::after {
  border-color: transparent transparent transparent #870a0f;
}

.secAboutMap li:nth-child(2) {
  top: 34.8%;
  left: 27%;
}

@media screen and (min-width: 480px) {
  .secAboutMap li:nth-child(2) {
    left: 30%;
  }
}

.secAboutMap li:nth-child(2) a {
  width: 4.1vw;
  height: 3.9vw;
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_map_02.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .secAboutMap li:nth-child(2) a {
    width: 41px;
    height: 39px;
  }
}

.secAboutMap li:nth-child(2) a::after {
  border-color: transparent transparent transparent #002a78;
}

.secAboutMap li:nth-child(3) {
  top: 14%;
  left: 50%;
}

@media screen and (min-width: 480px) {
  .secAboutMap li:nth-child(3) {
    top: 16%;
  }
}

.secAboutMap li:nth-child(3) a {
  width: 7.8vw;
  height: 3.8vw;
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_map_03.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .secAboutMap li:nth-child(3) a {
    width: 78px;
    height: 38px;
  }
}

.secAboutMap li:nth-child(3) a::after {
  border-color: transparent transparent transparent #006123;
}

.secAboutMap li:nth-child(4) {
  top: 36%;
  left: 87%;
}

.secAboutMap li:nth-child(4) a {
  width: 11.8vw;
  height: 3.8vw;
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_map_04.svg) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .secAboutMap li:nth-child(4) a {
    width: 118px;
    height: 38px;
  }
}

.secAboutMap li:nth-child(4) a::after {
  border-color: transparent transparent transparent #9c3700;
}

.secAboutMap li a {
  display: inline-block;
  position: relative;
  transition: all .3s;
}

.secAboutMap li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1vw 0 1vw 1.5vw;
}

@media screen and (min-width: 480px) {
  .secAboutMap li a::after {
    right: -20px;
    border-style: solid;
    border-width: 8px 0 8px 13px;
  }
  .secAboutMap li a:hover {
    opacity: .7;
  }
  .secAboutMap li a:hover::after {
    opacity: 1;
  }
}

.secAboutLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px;
}

@media screen and (min-width: 1025px) {
  .secAboutLink {
    margin: 0 50px;
  }
}

.secAboutLink li {
  width: 100%;
  margin-bottom: 8%;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li {
    width: calc(93% /2);
    margin-bottom: 6%;
  }
}

.secAboutLink li a {
  display: block;
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  text-align: center;
  outline: none;
  transition: ease .2s;
}

.secAboutLink li a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 10px;
  transition: 0.3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li a::before {
    height: 20px;
  }
}

.secAboutLink li a img {
  position: absolute;
  z-index: 4;
  transform: scale(1);
  transform-origin: center center;
  transition: all .3s;
}

.secAboutLink li a span {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 10px;
  background: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  transition: all .3s;
  z-index: 3;
  padding: 2px 8px;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li a span {
    bottom: 40px;
    right: 20px;
    font-size: 1.3rem;
    padding: 5px 10px;
  }
}

.secAboutLink li a span::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  transition: all .3s;
  margin-left: 5px;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li a span::after {
    border-width: 6px 0 6px 8px;
  }
}

.secAboutLink li a:hover::before {
  height: 100%;
}

.secAboutLink li a:hover img {
  transform: scale(1.05);
}

.secAboutLink li:nth-child(1) a {
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_secAboutLink_01.jpg) center center no-repeat;
  background-size: cover;
}

.secAboutLink li:nth-child(1) a::before {
  background: #cd5000;
}

.secAboutLink li:nth-child(1) a img {
  bottom: 40px;
  left: 20px;
  height: 70%;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li:nth-child(1) a img {
    height: auto;
  }
}

.secAboutLink li:nth-child(1) a span {
  color: #9c3700;
}

.secAboutLink li:nth-child(1) a span::after {
  border-color: transparent transparent transparent #9c3700;
}

.secAboutLink li:nth-child(1) a:hover::before {
  background: rgba(205, 80, 0, 0.8);
}

@media screen and (min-width: 1025px) {
  .secAboutLink li:nth-child(2) {
    margin-bottom: 0;
  }
}

.secAboutLink li:nth-child(2) a {
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_secAboutLink_02.jpg) center center no-repeat;
  background-size: cover;
}

.secAboutLink li:nth-child(2) a::before {
  background: #002a78;
}

.secAboutLink li:nth-child(2) a img {
  bottom: 60px;
  right: 20px;
  width: 40%;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li:nth-child(2) a img {
    bottom: 90px;
    width: auto;
  }
}

.secAboutLink li:nth-child(2) a span {
  color: #002a78;
}

.secAboutLink li:nth-child(2) a span::after {
  border-color: transparent transparent transparent #002a78;
}

.secAboutLink li:nth-child(2) a:hover::before {
  background: rgba(0, 42, 120, 0.8);
}

@media screen and (min-width: 1025px) {
  .secAboutLink li:nth-child(3) {
    margin-bottom: 0;
  }
}

.secAboutLink li:nth-child(3) a {
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_secAboutLink_03.jpg) center center no-repeat;
  background-size: cover;
}

.secAboutLink li:nth-child(3) a::before {
  background: #af0a14;
}

.secAboutLink li:nth-child(3) a img {
  bottom: 60px;
  right: 20px;
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li:nth-child(3) a img {
    bottom: 90px;
    width: auto;
  }
}

.secAboutLink li:nth-child(3) a span {
  color: #870a0f;
}

.secAboutLink li:nth-child(3) a span::after {
  border-color: transparent transparent transparent #870a0f;
}

.secAboutLink li:nth-child(3) a:hover::before {
  background: rgba(175, 10, 20, 0.8);
}

.secAboutLink li:nth-child(4) a {
  background: url(/domestic/theme/here_we_go_japan/former_naval_ports/images/img_secAboutLink_04.jpg) center center no-repeat;
  background-size: cover;
}

.secAboutLink li:nth-child(4) a::before {
  background: #00794b;
}

.secAboutLink li:nth-child(4) a img {
  bottom: 40px;
  left: 20px;
  height: 60%;
}

@media screen and (min-width: 1025px) {
  .secAboutLink li:nth-child(4) a img {
    height: auto;
  }
}

.secAboutLink li:nth-child(4) a span {
  color: #006123;
}

.secAboutLink li:nth-child(4) a span::after {
  border-color: transparent transparent transparent #006123;
}

.secAboutLink li:nth-child(4) a:hover::before {
  background: rgba(0, 121, 75, 0.8);
}

.secOther {
  background: #e2ded6;
  padding: 30px 0 20px;
}

@media screen and (min-width: 1025px) {
  .secOther {
    padding: 70px 0 85px;
  }
}

.secOther h3 {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .secOther h3 {
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .secOther .secOtherBar {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}

.secOther .secOtherBar li {
  width: 100%;
  margin: 0 0 20px;
}

@media screen and (min-width: 1025px) {
  .secOther .secOtherBar li {
    max-width: 460px;
    margin: 0 20px;
  }
}

.secOther .secOtherBar li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.secOther .secOtherBar li a:hover {
  opacity: .7;
}
