@charset "utf-8";
div.section.mainV {
  padding: 0;
  height: auto;
  background: #fff;
}
div.section.mainV h1 {
  z-index: 1;
}
@media screen and (max-width: 989px){
  div.section.mainV h1 div {
    padding: 20px 0 0;
  }
}
div.section.mainV h1 span {
  display: block;
  margin: 0;
  padding: 0;
}
div.section.mainV h1 span.line01 {
  font-size: 28px;
  line-height: 28px;
  margin: 0 0 15px;
}
@media screen and (max-width: 989px){
  div.section.mainV h1 span.line01 {
    font-size: 14px;
    line-height: 14px;
  }
}
div.section.mainV h1 span.line02 {
  font-size: 82px;
  line-height: 82px;
  margin: 0 0 -10px;
}
@media screen and (max-width: 989px){
  div.section.mainV h1 span.line02 {
    font-size: 40px;
    line-height: 40px;
    margin: 0;
  }
}
div.section.mainV h1 span.line03 {
  font-size: 200px;
  line-height: 200px;
  margin: 0;
}
@media screen and (max-width: 989px){
  div.section.mainV h1 span.line03 {
    font-size: 90px;
    line-height: 90px;
  }
}
div.section.mainV h1 span.line04 {
  font-size: 50px;
  line-height: 50px;
}
@media screen and (max-width: 989px){
  div.section.mainV h1 span.line04 {
    font-size: 23px;
    line-height: 23px;
  }
}
div.section.mainV h1 span.line05 {
  font-size: 163px;
  line-height: 163px;
}
@media screen and (max-width: 989px){
  div.section.mainV h1 span.line05 {
    font-size: 86px;
    line-height: 86px;
  }
}

div.section.mainV h1 span.line06 {
  font-size: 14px;
  line-height: 14px;
  text-align: right;
}



div.section div.h1Slide {
	position: relative;
	padding: 0;
	_zoom: 1;
	overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide {
		width: 100%;
		margin: 0;
	}
}

div.section div.h1Slide ul.breadcrumbs {
  position: absolute;
  left: 0;
  top: 0;
}


div.section div.h1Slide ul.mainVSlide {
	overflow: hidden;
	margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide ul.mainVSlide {
    width: 100%;
	}
}
div.section div.h1Slide ul.mainVSlide .slick-track {
  margin: 0 auto;
}


div.section div.h1Slide ul.mainVSlide li {
	float: left;
	padding: 0;
	width: 100%;
	_zoom: 1;
	overflow: hidden;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide ul.mainVSlide li {
    max-width: inherit;
		width: 100%;
	}
}
div.section div.h1Slide ul.mainVSlide li.slide {
  height: 540px;
  width: 100%;
  background: url(../../img/ogasawara/pic_mainVSlide01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 979px) {
  div.section div.h1Slide ul.mainVSlide li.slide {
    height: 400px;
	}
}

div.section div.h1Slide ul.mainVSlide li.slide.slide01 {
  background: url(../../img/ogasawara/pic_mainVSlide01.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.section div.h1Slide ul.mainVSlide li.slide.slide02 {
  background: url(../../img/ogasawara/pic_mainVSlide02.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.section div.h1Slide ul.mainVSlide li.slide.slide03 {
  background: url(../../img/ogasawara/pic_mainVSlide03.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.section div.h1Slide ul.mainVSlide li.slide.slide04 {
  background: url(../../img/ogasawara/pic_mainVSlide04.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.section div.h1Slide ul.mainVSlide li.slide.slide05 {
  background: url(../../img/ogasawara/pic_mainVSlide05.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.section div.h1Slide ul.mainVSlide li.slide.slide06 {
  background: url(../../img/ogasawara/pic_mainVSlide06.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.section div.h1Slide ul.mainVSlide li.slide.slide07 {
  background: url(../../img/ogasawara/pic_mainVSlide07.jpg) no-repeat 50% 50%;
  background-size: cover;
}


div.section div.h1Slide ul.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  width: 140px;
}
@media screen and (max-width: 979px) {
	div.section div.h1Slide ul.slick-dots {
    margin: 10px auto;
	}
}
div.section div.h1Slide ul.slick-dots li {
  position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
  padding: 0;
	cursor: pointer;
	background: #fff;
  border: 1px solid #003366;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}
div.section div.h1Slide ul.slick-dots li.slick-active {
  background: #003366;
}

div.section div.h1Slide ul.slick-dots li button {
  display: none;
  text-indent: -999px;
}

div.section div.h1Slide .slick-next,
div.section div.h1Slide .slick-prev {
  display: none;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}

div.section div.h1Slide .slick-next,
div.section div.h1Slide .slick-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  background: url(../../img/common/vector_left.svg) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 979px) {
  div.section div.h1Slide .slick-next,
  div.section div.h1Slide .slick-prev {
    background: url(../../img/common/vector_left.svg) no-repeat center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: 10px;
  }
}
div.section div.h1Slide .slick-next {
  background: url(../../img/common/vector_right.svg) no-repeat center center;
  background-size: 36px 36px;
  left: auto;
  right: 25px;
}
@media screen and (max-width: 979px) {
  div.section div.h1Slide .slick-next {
    background: url(../../img/common/vector_right.svg) no-repeat center center;
    background-size: 30px 30px;
    right: 10px;
  }
}




div.section.section_Lead div.inner {
  text-align: center;
}
div.section.section_Lead div.inner h2 {
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 989px){
  div.section.section_Lead div.inner h2 {
    font-size: 20px;
    margin: 0 0 35px;
  }
}


.waveBlock[wave_move] {
  background-color: #e9f2f9;
  background-image: url(../../img/common/bg_wave_move.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-position: 0 0;
  /*
  -webkit-animation: bg_wave_move 1s linear infinite;
          animation: bg_wave_move 1s linear infinite;

  */
}

@-webkit-keyframes bg_wave_move {
0% {
    background-position: 0    0;
}
100% {
    background-position: 0 -56px;
}
}
@keyframes bg_wave_move {
0% {
    background-position: 0    0;
}
100% {
    background-position: 0 -56px;
}
}

div.section .midashi {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  margin: 60px auto;
}
@media screen and (max-width: 989px){
  div.section .midashi {
    font-size: 22px;
    margin: 20px auto 30px;
  }
}

div.section .midashi span {
  position: relative;
  padding: 10px 40px;
  box-sizing: border-box;
  border: 3px solid #003366;
  border-radius: 10px;
}
@media screen and (max-width: 989px){
  div.section .midashi span {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 10px 20px;
  }
}
div.section .midashi span::before {
  position: absolute;
  content: '';
  left: -30px;
  bottom: -15px;
  background: url(../../img/common/vector_midashi_left.svg) no-repeat 50% 50%;
  background-size: 39px 62px;
  width: 39px;
  height: 62px;
}
div.section .midashi span::after {
  position: absolute;
  content: '';
  right: -30px;
  bottom: -15px;
  background: url(../../img/common/vector_midashi_right.svg) no-repeat 50% 50%;
  background-size: 39px 62px;
  width: 39px;
  height: 62px;
}

/*

div.section div.midokoroBlock {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: url(../../img/floor/bg_fish02.svg) no-repeat 100% -50px;
  background-size: 250px 110px;
}
@media screen and (max-width: 989px){
  div.section div.midokoroBlock {
    width: calc(100% - 40px);
    background: none;
  }
}
*/
div.section div.parthText {
  position: relative;
}






div.section ul.areaPhotoBlock {
}
div.section div.areaPhotoBlock {
	position: relative;
	padding: 0;
	_zoom: 1;
  margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.areaPhotoBlock {
		width: 100%;
		margin: 0 0 20px;
	}
}
div.section div.areaPhotoBlock ul.areaPhotoSlide {
	margin: 0;
}
@media screen and (max-width: 979px) {
	div.section div.areaPhotoBlock ul.areaPhotoSlide {
    width: 100%;
	}
}
div.section div.areaPhotoBlock ul.areaPhotoSlide .slick-track {
  margin: 0 auto;
}

div.section div.areaPhotoBlock ul.areaPhotoSlide li {
	float: left;
	padding: 0;
	width: 100%;
	_zoom: 1;
	overflow: hidden;
  z-index: 0!important;
}
@media screen and (max-width: 979px) {
	div.section div.areaPhotoBlock ul.areaPhotoSlide li {
    max-width: inherit;
		width: 100%;
	}
}
div.section div.areaPhotoBlock ul.areaPhotoSlide li span {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
}


div.section div.areaPhotoBlock ul.slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 979px) {
	div.section div.areaPhotoBlock ul.slick-dots {
    margin: 10px auto;
    position: static;
	}
}
div.section div.areaPhotoBlock ul.slick-dots li {
  position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
  padding: 0;
	cursor: pointer;
	background: #fff;
  border: 1px solid #003366;
	margin: 4px;
	text-indent: -999px;
	border-radius: 50%;
	float: none;
  overflow: visible;
}
div.section div.areaPhotoBlock ul.slick-dots li.slick-active {
  background: #003366;
}

div.section div.areaPhotoBlock ul.slick-dots li button {
  display: none;
  text-indent: -999px;
}

div.section div.areaPhotoBlock .slick-next,
div.section div.areaPhotoBlock .slick-prev {
  display: none;
  text-indent: -999px;
  overflow: hidden;
  z-index: 1;
}

div.section div.areaPhotoBlock .slick-next,
div.section div.areaPhotoBlock .slick-prev {
  position: absolute;
  top: 0;
  bottom: 60px;
  left: -18px;
  margin: auto;
  background: url(../../img/common/vector_left.svg) no-repeat center center;
  background-size: 36px 36px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 979px) {
  div.section div.areaPhotoBlock .slick-next,
  div.section div.areaPhotoBlock .slick-prev {
    background: url(../../img/common/vector_left.svg) no-repeat center center;
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    left: -15px;
  }
}
div.section div.areaPhotoBlock .slick-next {
  background: url(../../img/common/vector_right.svg) no-repeat center center;
  background-size: 36px 36px;
  left: auto;
  right: -18px;
}
@media screen and (max-width: 979px) {
  div.section div.areaPhotoBlock .slick-next {
    background: url(../../img/common/vector_right.svg) no-repeat center center;
    background-size: 30px 30px;
    right: -15px;
  }
}







div.section ul.renewalPageLink {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px 0;
}
@media screen and (max-width: 989px){
  div.section ul.renewalPageLink {
    display: block;
    margin: 60px 0 40px;
  }
}
div.section ul.renewalPageLink li {
}
@media screen and (max-width: 989px){
}
div.section ul.renewalPageLink li a {
  display: block;
  padding: 9px 40px 9px 15px;
  margin: 10px;
  color: #003366;
  font-weight: bold;
  background: #fff url(../../img/common/vector_under_blue.svg) no-repeat 95% 50%;
  background-size: 11px 11px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 989px){
  div.section ul.renewalPageLink li a {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}
div.section ul.renewalPageLink li a.blue {
  color: #fff;
  background: #003366 url(../../img/common/vector_right_white.svg) no-repeat 95% 50%;
  background-size: 11px 11px;
  padding: 9px 40px 9px 43px;
  margin-left: -12px;
}
@media screen and (max-width: 989px){
  div.section ul.renewalPageLink li a.blue {
    padding: 9px 40px 9px 15px;
    margin-left: 0;
  }
}

div.section div.areaBlock {
  display: flex;
  justify-content: flex-start;
  padding: 30px 0 0;
}
@media screen and (max-width: 989px){
  div.section div.areaBlock {
    display: block;
    padding: 30px 0 0;
  }
}
div.section div.areaBlock div.imgBlock {
  width: 55%;
  margin-right: 5%;
}
@media screen and (max-width: 989px){
  div.section div.areaBlock div.imgBlock {
    width: 100%;
    margin-right: 0;
  }
}
div.section div.areaBlock div.textBlock {
  width: 40%;
}
@media screen and (max-width: 989px){
  div.section div.areaBlock div.textBlock {
    width: 100%;
  }
}

div.section div.areaBlock h3 {
  font-size: 22px;
}
div.section div.areaBlock div.areaPhotoBlock {
  position: relative;
}
div.section div.areaBlock div.areaPhotoBlock img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 989px){
  div.section div.areaBlock div.areaPhotoBlock img {
    margin: 0;
    width: 100%;
  }
}
div.section div.areaBlock div.caption {
  position: absolute;
  right: 30px;
  top: -28px;
  padding: 8px 40px;
  border: 3px solid #fff;
  border-radius: 30px;
  background: #003366;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 989px){
  div.section div.areaBlock div.caption {
    position: absolute;
    right: auto;
    left: -40px;
    top: -25px;
    padding: 7px 40px;
    border: 3px solid #fff;
    min-width: 200px;
    text-align: center;
    font-size: 15px;
  }
  div.section div.areaBlock div.caption.spLine02 {
    padding: 12px 40px;
    line-height: 25px;
    border-radius: 40px;
    top: -30px;
  }
}

div.section div.areaBlock p.commnonBtn.blue a {
  color: #fff;
  background: #003366 url(../../img/common/vector_right_white.svg) no-repeat 95% 50%;
  background-size: 11px 11px;
  margin-left: 0;
  width: 300px;
}
@media screen and (max-width: 989px){
  div.section div.areaBlock p.commnonBtn.blue a {
    width: 100%;
    box-sizing: border-box;
  }
}


div.section div.tenjiBlock {
  padding: 30px 0 0;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  padding: 60px;
  z-index: 1;
}
@media screen and (max-width: 989px){
  div.section div.tenjiBlock {
    padding: 60px 20px 20px 20px;
  }
}

div.section div.tenjiBlock h3 {
  position: relative;
  text-align: center;
  margin: 20px 0 50px;
}
@media screen and (max-width: 989px){
  div.section div.tenjiBlock h3 {
    margin: 20px 0 30px;
  }
}
div.section div.tenjiBlock h3 span {
  position: relative;
  display: inline-block;
}
div.section div.tenjiBlock h3 span::before,
div.section div.tenjiBlock h3 span::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: -230px;
  margin: auto;
  background: #003366;
}
@media screen and (max-width: 989px){
  div.section div.tenjiBlock h3 span::before,
  div.section div.tenjiBlock h3 span::after {
    width: 60px;
    left: -80px;
  }
}
div.section div.tenjiBlock h3 span::after {
  right: -230px;
  left: auto;
}
@media screen and (max-width: 989px){
  div.section div.tenjiBlock h3 span::after {
    right: -80px;
  }
}


div.section div.tenjiBlock div.tenjiFixBlock {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 60px;
}
@media screen and (max-width: 989px){
  div.section div.tenjiBlock div.tenjiFixBlock {
    display: block;
  }
}
div.section div.tenjiBlock div.tenjiFixBlock div.textBlock {
  width: 55%;
  margin-right: 5%;
}
@media screen and (max-width: 989px){
  div.section div.tenjiBlock div.tenjiFixBlock div.textBlock {
    width: 100%;
    margin-right: 0;
  }
}
div.section div.tenjiBlock div.tenjiFixBlock div.imgBlock {
  width: 40%;
}
@media screen and (max-width: 989px){
  div.section div.tenjiBlock div.tenjiFixBlock div.imgBlock {
    width: 100%;
  }
}
div.section div.tenjiBlock div.tenjiFixBlock h3 {
  text-align: left;
  font-size: 22px;
  margin: 0 0 20px;
}
div.section div.tenjiBlock div.tenjiFixBlock div.imgBlock img {
  border-radius: 10px;
  width: 100%;
}


div.section ul.tenjiList {
  position: relative;
}
div.section ul.tenjiList li {
  position: relative;
  float: left;
  width: 280px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 15px;
}
div.section ul.tenjiList li a {
  color: #003366;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
div.section ul.tenjiList li img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
div.section ul.tenjiList li p.tenjiTitle {
  font-size: 18px;
  color: #003366;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
div.section ul.tenjiList li span.imgCaption {
  display: inline-block;
  min-width: 50px;
  padding: 3px;
  box-sizing: border-box;
  background: #fcfc95;
  text-align: center;
  font-size: 11px;
  margin: 1px;
  position: absolute;
  top: 40px;
  left: 50px;
  border: 1px solid #003366;
}
@media screen and (max-width: 989px){
  div.section ul.tenjiList li span.imgCaption {
    top: 30px;
    left: 40px;
  }
}
div.section ul.tenjiList button.slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 36px;
  height: 36px;
  top: 30%;
  position: absolute;
}
@media screen and (max-width: 989px){
  div.section ul.tenjiList button.slick-arrow {
    width: 30px;
    height: 30px;
  }
}
div.section ul.tenjiList button.slick-prev {
  background: url(../../img/common/vector_left.svg) no-repeat center center;
  background-size: cover;
  left: -36px;
  z-index: 10;
}
@media screen and (max-width: 989px){
  div.section ul.tenjiList button.slick-prev {
    left: -10px;
  }
}
div.section ul.tenjiList button.slick-next {
  background: url(../../img/common/vector_right.svg) no-repeat center center;
  background-size: cover;
  right: -36px;
  z-index: 10;
}
@media screen and (max-width: 989px){
  div.section ul.tenjiList button.slick-next {
    right: -10px;
  }
}

div.section ul.tenjiList .slick-dots {
  clear: both;
  text-align: center;
  padding: 10px 0 0;
}
div.section ul.tenjiList .slick-dots li {
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  background: none;
  border: 1px solid #003366;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
div.section ul.tenjiList .slick-dots li.slick-active {
  background: #003366;
}





div.section ul.pointFixBlock {
  display: flex;
  justify-content: space-between;
  margin: 80px 0 20px;
}
@media screen and (max-width: 989px){
  div.section ul.pointFixBlock {
    display: block;
    margin: 60px 0 20px;
  }
}
div.section ul.pointFixBlock li {
  position: relative;
  width: 49%;
  margin: 0;
  background: #fff;
  border-radius: 20px;
  padding: 45px 50px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 989px){
  div.section ul.pointFixBlock li {
    width: 100%;
    margin: 0 0 50px;
    padding: 45px 30px 20px;
  }
}
div.section ul.pointFixBlock li:nth-child(2n) {
  margin: 0;
}

div.section ul.pointFixBlock li span.pointCaption {
  position: absolute;
  left: 25px;
  top: -30px;
  height: 60px;
  width: 60px;
  background: #fcfc95;
  border: 2px solid #003366;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding: 5px;
  box-sizing: border-box;
}
div.section ul.pointFixBlock li span.pointCaption span {
  font-size: 21px;
  line-height: 21px;
  display: block;
}
div.section ul.pointFixBlock li h3 {
  font-size: 17px;
}
div.section ul.pointFixBlock li p {
  margin: 0;
}

div.section ul.pointFixBlock li div.imgBlock {
  position: relative;
}

div.section div.siikuBlock {
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
  margin: 100px 0 0;
  padding: 100px 0 0;
  border-top: 3px solid rgba(41, 69, 106, .2);
}
@media screen and (max-width: 989px){
  div.section div.siikuBlock {
    display: block;
    margin: 40px 0 0;
    padding: 80px 0 0;
  }
}
div.section div.siikuBlock div.imgBlock {
  width: 55%;
  margin-left: 5%;
}
@media screen and (max-width: 989px){
  div.section div.siikuBlock div.imgBlock {
    width: 100%;
    margin-left: 0;
  }
}
div.section div.siikuBlock div.textBlock {
  width: 40%;
}
@media screen and (max-width: 989px){
  div.section div.siikuBlock div.textBlock {
    width: 100%;
  }
}

div.section div.siikuBlock h3 {
  font-size: 22px;
}

div.section div.siikuBlock div.areaPhotoBlock {
  position: relative;
}
div.section div.siikuBlock div.areaPhotoBlock img {
  border-radius: 10px;
  width: 100%;
}
@media screen and (max-width: 989px){
  div.section div.siikuBlock div.areaPhotoBlock img {
    margin: 0;
    width: 100%;
  }
}
div.section div.siikuBlock div.areaPhotoBlock .caption {
  position: absolute;
  left: 30px;
  top: -28px;
  padding: 8px 40px;
  border: 3px solid #fff;
  border-radius: 30px;
  background: #003366;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 989px){
  div.section div.siikuBlock div.areaPhotoBlock .caption {
    position: absolute;
    right: auto;
    left: -40px;
    top: -25px;
    padding: 7px 40px;
    border: 3px solid #fff;
    min-width: 200px;
    text-align: center;
    font-size: 15px;
  }
  div.section div.siikuBlock div.areaPhotoBlock .caption.spLine02 {
    padding: 12px 40px;
    line-height: 25px;
    border-radius: 40px;
    top: -30px;
  }

}



div.section div.infomation02Block {
  padding: 100px 0 0;
}
@media screen and (max-width: 989px){
  div.section div.infomation02Block {
    padding: 80px 0 0;
  }
}
div.section div.infomation02Block div.siikuBlock {
  margin: 0;
  padding: 0;
  border-top: none;
}
@media screen and (max-width: 989px){
  div.section div.infomation02Block div.siikuBlock {
    margin: 0;
    padding: 0;
  }
}




div.section div.storyPointBlock {
  position: relative;
  margin: 80px 0;
  text-align: left;
  z-index: 2;
}
@media screen and (max-width: 989px){
  div.section div.storyPointBlock {
    position: relative;
    margin: 40px 0;
  }
}
div.section div.storyPointBlock .pointTtl {
  font-size: 24px;
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  background: #003366;
  border-radius: 10px 10px 0 0;
  text-align: center;
}
@media screen and (max-width: 989px){
  div.section div.storyPointBlock .pointTtl {
    font-size: 15px;
    padding: 10px;
  }
}
div.section div.storyPointBlock .storyPointBlockInner {
  position: relative;
  border: 3px solid #003366;
  border-radius: 0 0 10px 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  z-index: 1;
}
@media screen and (max-width: 989px){
  div.section div.storyPointBlock .storyPointBlockInner {
    padding: 20px;
  }
}
div.section div.storyPointBlock p.commnonBtn {
  margin: 20px 0 50px;
}
@media screen and (max-width: 989px){
  div.section div.storyPointBlockp.commnonBtn {
    margin: 30px 0;
  }
}


div.section ul.goodsList {
  position: relative;
  overflow: hidden;
}
div.section ul.goodsList li {
  float: left;
  width: 195px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 15px;
}
@media screen and (max-width: 989px){
  div.section ul.goodsList li {
    width: 200px;
    width: calc(100% - 30px);
  }
}
div.section ul.goodsList li a {
  color: #003366;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
div.section ul.goodsList li img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
@media screen and (max-width: 989px){
  div.section ul.goodsList li img {
  }
}
div.section ul.goodsList li p.goodsTitle {
  font-size: 18px;
  color: #003366;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
div.section ul.goodsList button.slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  top: 20%;
  position: absolute;
}
div.section ul.goodsList button.slick-prev {
  background: url(../../img/common/vector_left.svg) no-repeat center center;
  background-size: cover;
  left: -10px;
  z-index: 10;
}
@media screen and (max-width: 989px){
  div.section ul.goodsList button.slick-prev {
    left: 0;
  }
}
div.section ul.goodsList button.slick-next {
  background: url(../../img/common/vector_right.svg) no-repeat center center;
  background-size: cover;
  right: -10px;
  z-index: 10;
}
@media screen and (max-width: 989px){
  div.section ul.goodsList button.slick-next {
    right: 0;
  }
}
div.section ul.goodsList .slick-dots {
  clear: both;
  text-align: center;
  padding: 10px 0 0;
}
div.section ul.goodsList .slick-dots li {
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  background: none;
  border: 1px solid #003366;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
div.section ul.goodsList .slick-dots li.slick-active {
  background: #003366;
}



div.section div.storyPointBlock h3 {
  position: relative;
  text-align: center;
  margin: 20px 0 50px;
}
@media screen and (max-width: 989px){
  div.section div.storyPointBlock h3 {
    margin: 20px 0 30px;
  }
}
div.section div.storyPointBlock h3 span {
  position: relative;
  display: inline-block;
}
div.section div.storyPointBlock h3 span::before,
div.section div.storyPointBlock h3 span::after {
  position: absolute;
  content: '';
  width: 200px;
  height: 1px;
  top: 0;
  bottom: 0;
  left: -230px;
  margin: auto;
  background: #003366;
}
@media screen and (max-width: 989px){
  div.section div.storyPointBlock h3 span::before,
  div.section div.storyPointBlock h3 span::after {
    width: 60px;
    left: -80px;
  }
}
div.section div.storyPointBlock h3 span::after {
  right: -230px;
  left: auto;
}
@media screen and (max-width: 989px){
  div.section div.storyPointBlock h3 span::after {
    right: -80px;
  }
}



div.section.section_Share::after {
  width: 100%;
  height: 40px;
  position: absolute;
  left: 0;
  top: -40px;
  background: url(../../img/common/wave_gray.svg) repeat-x left top;
  background-size: 128px 40px;
  content: "";
  transform: rotate(180deg);
}
@media screen and (max-width: 989px){
  div.section.section_Share::after {
    height: 20px;
    top: -20px;
    background-size: 64px 20px;
  }
}


div.section div.storyShareBlock {
  text-align: center;
  margin: 100px 0 40px 0;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock {
    text-align: center;
    margin: 40px 0;
  }
}
div.section div.storyShareBlock p.title {
  margin: 0 0 35px;
  width: 100%;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock p.title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

div.section div.storyShareBlock ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock ul {
    display: flex;
  }
}
div.section div.storyShareBlock ul li {
  width: 270px;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
  }
}
div.section div.storyShareBlock ul li + li {
  margin-left: 10px;
}
div.section div.storyShareBlock ul li:last-child {
  display: none;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock ul li:last-child {
    display: block;
  }
}
div.section div.storyShareBlock ul li.fb {
  background: #3c5a96;
}
div.section div.storyShareBlock ul li.x {
  background: rgba(15,20,25,1.00);
}
div.section div.storyShareBlock ul li.line {
  background: #00b900;
}
div.section div.storyShareBlock ul li a {
  color: #eef0f3;
  text-decoration: none;
  display: block;
}
div.section div.storyShareBlock ul li a span {
  padding-left: 30px;
}
div.section div.storyShareBlock ul li.fb a span {
  background: url(../../img/ogasawara/vector_sns_fb.svg) no-repeat 0 50%;
  background-size: 10px 19px;
  width: 10px;
  height: 19px;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock ul li.fb a span {
    background: url(../../img/ogasawara/vector_sns_fb.svg) no-repeat 50% 50%;
    background-size: 10px 19px;
    width: 50px;
    height: 50px;
  }
}
div.section div.storyShareBlock ul li.x a span {
  background: url(../../img/ogasawara/vector_sns_x.svg) no-repeat 0 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock ul li.x a span {
    background: url(../../img/ogasawara/vector_sns_x.svg) no-repeat 50% 50%;
    background-size: 20px 20px;
    width: 50px;
    height: 50px;
  }
}
div.section div.storyShareBlock ul li.line a span {
  background: url(../../img/ogasawara/vector_sns_line.svg) no-repeat 0 50%;
  background-size: 19px 18px;
  width: 19px;
  height: 18px;
}
@media screen and (max-width: 989px){
  div.section div.storyShareBlock ul li.line a span {
    background: url(../../img/ogasawara/vector_sns_line.svg) no-repeat 50% 50%;
    background-size: 19px 18px;
    width: 50px;
    height: 50px;
  }
}




div.passportWrap.transport::after {
  top: -20px;
  background: url(../../img/common/wave_white_transport.png) repeat-x left top;
  background-size: contain;
}
@media screen and (max-width: 989px){
  div.passportWrap.transport::after {
    top: -10px;
    background: url(../../img/common/wave_white_transport.png) repeat-x left top;
    background-size: cover;
  }
}



div.section div.infomation04Block {
  padding: 70px 0 0;
}
@media screen and (max-width: 989px){
}


div.section .shopBlock {
  padding: 30px 0 0;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-sizing: border-box;
  padding: 60px;
  z-index: 1;
}
@media screen and (max-width: 989px){
  div.section .shopBlock {
    padding: 60px 20px 80px 20px;
  }
}
div.section .shopBlock.bgFish::after {
  content: '';
  position: absolute;
  left: -5%;
  bottom: 30px;
  width: 250px;
  height: 110px;
  background: url(../../img/jellyfish/bg_fish02.svg) no-repeat 50% 50%;
  background-size: 250px 110px
}
@media screen and (max-width: 989px){
  div.section .shopBlock.bgFish::after {
    bottom: -20px;
    left: -60px;
    width: 193px;
    height: 83px;
    background: url(../../img/jellyfish/bg_fish02.svg) no-repeat 50% 50%;
    background-size: 193px 83px;
  }
}

div.section div.shopBlock div.caption {
  position: absolute;
  right: 0;
  left: 0;
  top: -25px;
  margin: auto;
  width: 310px;
  padding: 8px 40px;
  border: 3px solid #fff;
  border-radius: 30px;
  background: #003366;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}
@media screen and (max-width: 989px){
  div.section div.shopBlock div.caption {
    position: absolute;
    right: auto;
    left: -40px;
    top: -25px;
    padding: 7px 40px;
    border: 3px solid #fff;
    min-width: 200px;
    text-align: center;
    font-size: 15px;
    width: auto;
  }
  div.section div.shopBlock div.caption.spLine02 {
    padding: 12px 40px;
    line-height: 25px;
    border-radius: 40px;
    top: -30px;
  }
}

div.section .shopBlock p.commnonBtn {
  margin: 0;
}
div.section .shopBlock p.commnonBtn.w300 a {
  width: 300px;
}
@media screen and (max-width: 989px){
  div.section .shopBlock p.commnonBtn.w300 a {
    width: 100%;
    box-sizing: border-box;
  }
}

div.section ul.shopList {
  position: relative;
  margin: 0 0 40px;
}
@media screen and (max-width: 989px){
  div.section ul.shopList {
    margin: 0 0 20px;
  }
}
div.section ul.shopList li {
  position: relative;
  float: left;
  width: 280px;
  padding: 0;
  display: block;
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  margin: 0 15px;
}
div.section ul.shopList li a {
  color: #003366;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
div.section ul.shopList li div.imgBlock {
  position: relative;
}
div.section ul.shopList li img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
}
div.section ul.shopList li div.imgBlock .category {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background: #fff url(../../img/jellyfish/mark_cafe.svg) no-repeat 50% 50%;
  background-size: 24px 25px;
  border: 1px solid #003366;
  border-radius: 50%;
}
div.section ul.shopList li div.imgBlock .category.cafe {
  background: #fff url(../../img/jellyfish/mark_cafe.svg) no-repeat 50% 50%;
  background-size: 24px 25px;
}
div.section ul.shopList li div.imgBlock .category.shop {
  background: #fff url(../../img/jellyfish/mark_shop.svg) no-repeat 50% 50%;
  background-size: 22px 22px;
}

div.section ul.shopList li p.shopTitle {
  font-size: 18px;
  color: #003366;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}
div.section ul.shopList li p.shopTitle span {
  display: block;
  font-size: 15px;
}
div.section ul.shopList li span.imgCaption {
  display: inline-block;
  min-width: 50px;
  padding: 3px;
  box-sizing: border-box;
  background: #fcfc95;
  text-align: center;
  font-size: 11px;
  margin: 1px;
  position: absolute;
  top: 40px;
  left: 50px;
  border: 1px solid #003366;
}
@media screen and (max-width: 989px){
  div.section ul.shopList li span.imgCaption {
    top: 30px;
    left: 40px;
  }
}
div.section ul.shopList button.slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 36px;
  height: 36px;
  top: 30%;
  position: absolute;
}
@media screen and (max-width: 989px){
  div.section ul.shopList button.slick-arrow {
    width: 30px;
    height: 30px;
  }
}
div.section ul.shopList button.slick-prev {
  background: url(../../img/common/vector_left.svg) no-repeat center center;
  background-size: cover;
  left: -36px;
  z-index: 10;
}
@media screen and (max-width: 989px){
  div.section ul.shopList button.slick-prev {
    left: -10px;
  }
}
div.section ul.shopList button.slick-next {
  background: url(../../img/common/vector_right.svg) no-repeat center center;
  background-size: cover;
  right: -36px;
  z-index: 10;
}
@media screen and (max-width: 989px){
  div.section ul.shopList button.slick-next {
    right: -10px;
  }
}

div.section ul.shopList .slick-dots {
  clear: both;
  text-align: center;
  padding: 10px 0 0;
}
div.section ul.shopList .slick-dots li {
  float: none;
  width: 6px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
  background: none;
  border: 1px solid #003366;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
}
div.section ul.shopList .slick-dots li.slick-active {
  background: #003366;
}

div.section div.categoryInfo {
  position: absolute;
  right: 60px;
  bottom: 70px;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 989px){
  div.section div.categoryInfo {
    position: static;
    justify-content: center;
    margin: 0 0 20px;
  }
}
div.section div.categoryInfo .category01 {
  margin: 0 0 0 20px;
}
div.section div.categoryInfo img {
  vertical-align: baseline;
}




/* 各種広告対応における修正 */

p.ticketLink {
  display: none;
}


/* TICKET */
p.ticketLinkLP {
  position: fixed;
  width: 120px;
  height: 210px;
  right: 0;
  bottom: 50px;
  z-index: 1000;
}
@media screen and (max-width: 989px){
  p.ticketLinkLP {
    width: 80px;
    height: 140px;
    bottom: 30px;
  }
  p.ticketLinkLP img {
    width: 80px;
    height: auto;
  }
}

div.section div.linkLP {
  margin: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 989px){
  div.section div.linkLP {
    margin: 0 0 30px;
  }
}
div.section ul.renewalPageLink li a.blueLP {
  color: #fff;
  background: #003366 url(../../img/common/vector_right_white.svg) no-repeat 95% 50%;
  background-size: 11px 11px;
  padding: 9px 40px 9px 43px;
  margin: 10px;
}
@media screen and (max-width: 989px){
  div.section ul.renewalPageLink li a.blueLP {
    padding: 9px 40px 9px 15px;
    margin: 10px 0;
  }
}

/* ::::::::::::::::::::::::::::::::: SP ::::::::::::::::::::::::::::::::: */
@media screen and (max-width: 989px){
  .h150_sp {
    height: 150px!important;
  }
  .t75_sp {
    top: 75px!important;
  }
}




/* *** ogasawara start *** */
/* *** overwrite start *** */
div.section {
  font-family: YakuHanJP_Noto, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
}

div.section div.inner {
  max-width: 1000px;
  width: calc(100% - 40px);
}

div.section.mainV h1 {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

div.section.mainV h1 span.line01 {
  font-size: 28px;
  letter-spacing: .091em;
  line-height: 37px;
  margin: 0;
  text-indent: .091em;
}

div.section.mainV h1 span.line02 {
  font-size: 108px;
  letter-spacing: .109em;
  line-height: 121px;
  margin: 0;
  text-indent: -.026em;
}

div.section.mainV h1 span.line02 > span {
  display: inline;
  letter-spacing: -.026em;
}

div.section.mainV h1 span.line04 {
  font-size: 50px;
  letter-spacing: .091em;
  line-height: 88px;
  text-indent: .091em;
}

div.section div.h1Slide ul.mainVSlide li {
  position: relative;
}

div.section div.h1Slide .slick-next,
div.section div.h1Slide .slick-prev {
  background-size: 29px 29px;
  height: 29px;
  width: 29px;
}

div.section.section_Lead div.inner h2 {
  letter-spacing: .154em;
  line-height: 36px;
  padding: 21px 0 21px .154em;
}

div.section .midashi span {
  font-weight: 900;
}

div.section div.areaPhotoBlock ul.areaPhotoSlide li span {
  line-height: 1.2;
  margin: 12px 0 0;
}

div.section div.areaPhotoBlock .slick-next,
div.section div.areaPhotoBlock .slick-prev {
  bottom: 50%;
  top: auto;
}

div.section div.areaPhotoBlock ul.slick-dots {
  bottom: 15%;
}

div.section ul.renewalPageLink {
  margin: 33px 0 97px;
}

div.section ul.renewalPageLink li a {
  box-sizing: border-box;
  letter-spacing: 0;
  line-height: 28px;
  margin: 7px 9px;
  padding: 11px 20px 11px 15px;
  width: 266px;
}

div.section div.areaBlock {
  justify-content: space-between;
  padding: 28px 0 0;
}

div.section div.areaBlock div.imgBlock {
  margin-right: 0;
  width: 54%;
}

div.section div.areaBlock div.textBlock {
  width: 41%;
}

div.section div.areaBlock div.areaPhotoBlock img {
  height: auto;
}

div.section div.areaBlock div.caption {
  padding: 10.5px 0 12.5px;
  top: 0;
}

div.section div.tenjiBlock {
  margin: 76px 0 0;
  padding: 43px 43px 46px 50px;
}

div.section div.tenjiBlock div.tenjiFixBlock {
  justify-content: space-between;
  margin: 0;
}

div.section div.tenjiBlock div.tenjiFixBlock div.textBlock {
  margin-right: 0;
  text-align: justify;
  width: 60.928%;
}

div.section div.tenjiBlock div.tenjiFixBlock div.imgBlock {
  width: 34.989%;
}

div.section div.tenjiBlock div.tenjiFixBlock div.imgBlock img {
  height: auto;
}

div.section ul.pointFixBlock {
  margin: 88px 0 0;
}

div.section ul.pointFixBlock li span.pointCaption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 12px;
  top: -36px;
}

div.section div.storyShareBlock {
  margin: 72px 0 24px;
}

div.section div.storyShareBlock p.title {
  font-weight: 900;
  letter-spacing: .03em;
  line-height: 1;
  margin: 0 0 48px;
}

div.section div.storyShareBlock ul li {
  height: 63px;
  font-size: 15px;
  line-height: 63px;
}

div.section div.storyShareBlock ul li + li {
  margin-left: 28px;
}

p.ticketLink {
  display: block;
}
/* *** overwrite end *** */

.areaPhotoSlide {
  opacity: 0;
  transition: opacity .2s linear;
}
.areaPhotoSlide.slick-initialized {
  opacity: 1;
}

.mainVSlide .copyright {
  bottom: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .154em;
  line-height: 1.5;
  padding: 0 9em 2em 0;
  position: absolute;
  right: 0;
  transform: scale(.826);
  transform-origin: bottom right;
  z-index: 1;
}

.mainVimage {
  height: 540px;
  position: relative;
}

.mainVimage img {
  display: block;
  height: 100%;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

.mainVimage .copyright {
  bottom: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .154em;
  line-height: 1.5;
  padding: 0 9em 2em 0;
  position: absolute;
  right: 0;
  transform: scale(.826);
  transform-origin: bottom right;
  z-index: 1;
}

.ogasawara_intro {
  margin: 40px 0 190px;
}

.ogasawara_intro_inner {
  margin: 0 auto;
  max-width: 745px;
  text-align: center;
}

.ogasawara_intro_inner + .ogasawara_intro_inner {
  margin-top: 140px;
}

.ogasawara_intro_img {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, .13));
  height: auto;
  max-width: none;
  width: 100%;
}

div.section p.ogasawara_intro_txt {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 30px;
  margin-top: 40px;
  padding-left: .08em;
}

.informationBlock + .informationBlock {
  padding: 160px 0 0;
}

.informationBlock#informationBlock02 .areaBlock,
.informationBlock#informationBlock05 .areaBlock {
  flex-direction: row-reverse;
}

div.section .informationBlock .caption {
  box-sizing: border-box;
  left: 50%;
  text-align: center;
  transform: translate3d(-50%, -50%, 0);
  width: 403px;
}

div.section div.areaBlock div.textBlock p {
  margin: 0;
}

div.section div.areaBlock div.textBlock p .attention {
  font-size: 11px;
}

.tenjiBlock span.pointCaption {
  background: #fcfc95;
  border: 2px solid #003366;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: bold;
  height: 70px;
  left: 25px;
  padding: 11px 0 0;
  position: absolute;
  text-align: center;
  top: -35px;
  width: 70px;
}

.tenjiBlock span.pointCaption span {
  font-size: 21px;
  line-height: 21px;
  display: block;
}

.tenjiFixBlock .textBlockTitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 12px;
  text-align: left;
}

.tenjiFixBlock .textBlockDesc {
  margin: 0;
}

div.section .relatedBlock {
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 88px 95px 78px;
  position: relative;
}

div.section .relatedBlock .caption {
  background: #003366;
  border: 3px solid #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  padding: 11.5px 0;
  position: absolute;
  right: 30px;
  top: 0;
}

.linkList {
/*
  align-items: flex-end;
  column-gap: 46px;
  display: flex;
  justify-content: space-between;
*/
  position: relative;
}

.linkList .slick-dots {
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 105px;
  margin: 0 auto;
  z-index: 1;
}
.linkList .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border: 1px solid #003366;
  margin: 4px;
  text-indent: -999px;
  border-radius: 50%;
  float: none;
  overflow: visible;
}
.linkList .slick-dots li.slick-active {
  background: #003366;
}

.linkList .slick-dots li button {
  display: none;
  text-indent: -999px;
}


.linkList .slick-arrow {
  text-indent: -999px;
  overflow: hidden;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.linkList .slick-prev {
  background: url(../../img/common/vector_left2.svg) no-repeat center center;
  background-size: cover;
  left: -72px;
}
.linkList .slick-next {
  background: url(../../img/common/vector_right2.svg) no-repeat center center;
  background-size: cover;
  right: -72px;
}
.linkList .slick-prev:hover,
.linkList .slick-next:hover {
  opacity: 0.7;
}

.listItem {
  float: left;
  padding: 0 15px;
}

.listItem img {
  height: auto;
}

div.section .relatedBlock .commnonBtn {
  margin: 20px 0 0;
}

div.section .relatedBlock .commnonBtn a {
  border: 2px solid #003366;
  box-sizing: border-box;
  font-size: 15px;
  letter-spacing: .18em;
  line-height: 30px;
  max-width: 180px;
  padding: 0 0 0 .18em;
  width: 100%;
}

div.section h3.comingsoon {
  font-size: 70px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 120px;
  margin-bottom: 160px;
  text-align: center;
  text-indent: .08em;
}

@media screen and (max-width: 979px) {
  .mainVimage {
    height: 328px;
  }

  .mainVimage .copyright {
    padding: 0 1em 1em 0;
  }
}

@media screen and (max-width: 989px){
  /* *** overwrite start *** */
  div.section.mainV h1 {
    padding: 0;
    width: 100%;
  }

  div.section.mainV h1 span.line01 {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
  }

  div.section.mainV h1 span.line02 {
    font-size: 35.43px;
    letter-spacing: -.032em;
    line-height: 76px;
    margin: 0;
    text-indent: -.116em;
  }

  div.section.mainV h1 span.line02 > span {
    letter-spacing: -.116em;
  }

  div.section.mainV h1 span.line04 {
    font-size: 24px;
    line-height: 29px;
  }

  div.section div.h1Slide .slick-next,
  div.section div.h1Slide .slick-prev {
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
}

  div.section.section_Lead div.inner h2 {
    letter-spacing: .03em;
    line-height: 31px;
    margin: 0;
    padding: 13.5px 0 13.5px .03em;
  }

  div.section .midashi {
    margin: 37px auto 0;
  }

  div.section div.areaPhotoBlock {
    margin: 0;
  }

  div.section div.areaPhotoBlock ul.areaPhotoSlide li span {
    font-size: 12px;
    margin: 4px 0 0;
  }

  div.section div.areaPhotoBlock .slick-next,
  div.section div.areaPhotoBlock .slick-prev {
    background-size: 25px 25px;
    height: 25px;
    left: -12.5px;
    width: 25px;
  }

  div.section div.areaPhotoBlock .slick-next {
    left: auto;
    right: -12.5px;
  }

  div.section div.areaPhotoBlock ul.slick-dots {
    margin: 0 auto;
    position: absolute;
  }

  div.section ul.renewalPageLink {
    margin: 35px 0 77px;
  }

  div.section ul.renewalPageLink li + li {
    margin: 22px 0 0;
  }

  div.section ul.renewalPageLink li a {
    margin: 0;
    padding: 22px 20px 22px 15px;
    width: auto;
  }

  div.section div.areaBlock {
    padding: 19px 0 0;
  }

  div.section div.areaBlock div.imgBlock {
    margin: 0 0 22px;
    width: 100%;
  }

  div.section div.areaBlock div.textBlock {
    width: 100%;
  }

  div.section div.areaBlock h3 {
    font-size: 18px;
    margin: 0 0 15px;
  }

  div.section div.areaBlock div.caption {
    border: 2px solid #fff;
    left: 50%;
    padding: 2px 0;
    width: 250px;
  }

  div.section div.tenjiBlock {
    margin: 39px 0 0;
    padding: 40px 30px 44px 30px;
  }
  
  div.section div.tenjiBlock div.tenjiFixBlock {
    margin: 0;
  }
  
  div.section div.tenjiBlock div.tenjiFixBlock div.textBlock {
    width: 100%;
    margin-right: 0;
    text-align: justify;
  }

  div.section div.tenjiBlock div.tenjiFixBlock div.imgBlock {
    margin: 20px 0 0;
    width: 100%;
  }

  div.section ul.pointFixBlock {
    margin: 46px 0 0;
  }

  div.section ul.pointFixBlock li {
    margin: 0;
  }

  div.section ul.pointFixBlock li:nth-child(2n) {
    margin: 42px 0 0;
  }

  div.section ul.pointFixBlock li span.pointCaption {
    height: 50px;
    top: -14px;
    width: 50px;
  }

  div.section ul.pointFixBlock li span.pointCaption span {
    font-size: 18px;
    line-height: 18px;
  }

  div.section div.storyShareBlock {
    margin: 58px 0 30px;
  }

  div.section div.storyShareBlock p.title {
    margin: 0 0 27px;
  }

  div.section div.storyShareBlock ul li {
    height: 50px;
    line-height: 50px;
    width: 54px;
  }

  div.section div.storyShareBlock ul li + li {
    margin-left: 8px;
  }
  /* *** overwrite end *** */

  .mainVSlide .copyright {
    padding: 0 1em 1em 0;
  }

  .ogasawara_intro {
    margin: 40px 0 140px;
  }

  .ogasawara_intro_inner + .ogasawara_intro_inner {
    margin-top: 80px;
  }

  div.section p.ogasawara_intro_txt {
    font-size: 15px;
    letter-spacing: -.02em;
    line-height: 22px;
    margin-top: 20px;
    padding-left: 0;
  }

  .informationBlock + .informationBlock {
    padding: 86px 0 0;
  }

  div.section div.areaBlock div.textBlock p {
    margin: 0;
  }

  div.section ul.pointFixBlock li:nth-child(2n+1) {
    margin: 42px 0 0;
  }

  div.section ul.pointFixBlock li:first-child {
    margin: 0;
  }

  .tenjiFixBlock .textBlockTitle {
    line-height: 1.37;
  }

  div.section .relatedBlock {
    padding: 42px 20px 51px;
  }

  div.section .relatedBlock .caption {
    border: 2px solid #fff;
    font-size: 15px;
    left: 50%;
    padding: 2px 0;
    width: 250px;
  }

/*
  .linkList {
    display: block;
  }

  .listItem {
    text-align: center;
  }

  .listItem + .listItem {
    margin: 67px 0 0;
  }
*/
  .linkList {
    height: 80px;
    margin: 0 auto;
    width: 240px;
  }

  .listItem {
    padding: 0;
  }

  .linkList .slick-dots {
    margin: 10px auto;
    position: static;
  }

  .linkList .slick-arrow {
    height: 25px;
    width: 25px;
    z-index: 1;
  }
  .linkList .slick-prev {
    left: -32.5px;
  }
  .linkList .slick-next {
    right: -32.5px;
  }

  div.section .relatedBlock .commnonBtn {
    margin: 17px 0 0;
  }

  div.section .relatedBlock .commnonBtn a {
    line-height: 44px;
    max-width: 244px;
  }

  div.section h3.comingsoon {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 110px;
    margin-top: 60px;
  }
}
/* *** ogasawara end *** */


