@charset "UTF-8";
/* homeformat ********************************************************/
.home {
  /* header */
}

.home #contents-base {
  overflow: hidden;
}

.home header#cover {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.home header#cover .certification {
  position: absolute;
  left: 15px;
  top: 90px;
  z-index: 99;
}

.home header#cover .certification img {
  width: 120px;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .home header#cover .certification {
    top: 70px;
  }
}

@media only screen and (max-width: 736px) {
  .home header#cover .certification {
    left: 10px;
  }
  .home header#cover .certification img {
    width: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .home header#cover .certification {
    top: 60px;
  }
}

.home header#cover .col1, .home header#cover .col2 {
  display: flex;
  flex-wrap: wrap;
  width: 40%;
}

.home header#cover .col1 .block100, .home header#cover .col2 .block100 {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.home header#cover .col1 .block50, .home header#cover .col2 .block50 {
  position: relative;
  width: 50%;
  padding-top: 35.0746269%;
}

.home header#cover .col1 .block100-50, .home header#cover .col2 .block100-50 {
  position: relative;
  width: 100%;
  padding-top: 35.0746269%;
}

.home header#cover .col3 {
  display: flex;
  flex-wrap: wrap;
  width: 20%;
}

.home header#cover .col3 .block100 {
  position: relative;
  width: 100%;
  padding-top: 70.1492537%;
}

.home header#cover .col3 .block50 {
  position: relative;
  width: 50%;
  padding-top: 50%;
}

.home header#cover .bgImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
}

.home header#cover .coverimg02 {
  background-color: black;
}

.home header#cover .coverimg02 .bgImg {
  animation: bgAnime 36s 0s infinite;
}

.home header#cover .coverimg02 .src2-1 {
  background-image: url("../images/home02-1.jpg");
}

.home header#cover .coverimg02 .src2-2 {
  background-image: url("../images/home02-2.jpg");
  animation-delay: 12s;
}

.home header#cover .coverimg02 .src2-3 {
  background-image: url("../images/home02-3.jpg");
  animation-delay: 24s;
}

.home header#cover .coverimg03 {
  background-color: black;
}

.home header#cover .coverimg03 .bgImg {
  animation: bgAnime 30s 0s infinite;
}

.home header#cover .coverimg03 .src3-1 {
  background-image: url("../images/home03-1.jpg");
}

.home header#cover .coverimg03 .src3-2 {
  background-image: url("../images/home03-2.jpg");
  animation-delay: 10s;
}

.home header#cover .coverimg03 .src3-3 {
  background-image: url("../images/home03-3.jpg");
  animation-delay: 20s;
}

.home header#cover .coverimg04 {
  background-color: black;
}

.home header#cover .coverimg04 .bgImg {
  animation: bgAnime 30s 0s infinite;
}

.home header#cover .coverimg04 .src4-1 {
  background-image: url("../images/home04-1.jpg");
}

.home header#cover .coverimg04 .src4-2 {
  background-image: url("../images/home04-2.jpg");
  animation-delay: 10s;
}

.home header#cover .coverimg04 .src4-3 {
  background-image: url("../images/home04-3.jpg");
  animation-delay: 20s;
}

.home header#cover .coverimg05 {
  background-color: black;
}

.home header#cover .coverimg05 .bgImg {
  animation: bgAnime 36s 0s infinite;
}

.home header#cover .coverimg05 .src5-1 {
  background-image: url("../images/home05-1.jpg");
}

.home header#cover .coverimg05 .src5-2 {
  background-image: url("../images/home05-2.jpg");
  animation-delay: 12s;
}

.home header#cover .coverimg05 .src5-3 {
  background-image: url("../images/home05-3.jpg");
  animation-delay: 24s;
}

.home header#cover .coverimg06 {
  background-color: black;
}

.home header#cover .coverimg06 .bgImg {
  animation: bgAnime2 38s 0s infinite;
}

.home header#cover .coverimg06 .src6-1 {
  background-image: url("../images/home06-1.jpg");
}

.home header#cover .coverimg06 .src6-2 {
  background-image: url("../images/home06-2.jpg");
  animation-delay: 14s;
}

.home header#cover .coverimg06 .src6-3 {
  background-image: url("../images/home06-3.jpg");
  animation-delay: 24s;
}

.home header#cover .coverimg07 {
  background-color: black;
}

.home header#cover .coverimg07 .bgImg {
  animation: bgAnime2 38s 0s infinite;
}

.home header#cover .coverimg07 .src7-1 {
  background-image: url("../images/home07-1.jpg");
}

.home header#cover .coverimg07 .src7-2 {
  background-image: url("../images/home07-2.jpg");
  animation-delay: 14s;
}

.home header#cover .coverimg07 .src7-3 {
  background-image: url("../images/home07-3.jpg");
  animation-delay: 24s;
}

.home header#cover .coverimg08 {
  background-color: black;
}

.home header#cover .coverimg08 .bgImg {
  animation: bgAnime 36s 0s infinite;
}

.home header#cover .coverimg08 .src8-1 {
  background-image: url("../images/home08-1.jpg");
}

.home header#cover .coverimg08 .src8-2 {
  background-image: url("../images/home08-2.jpg");
  animation-delay: 12s;
}

.home header#cover .coverimg08 .src8-3 {
  background-image: url("../images/home08-3.jpg");
  animation-delay: 24s;
}

.home header#cover .coverimg09 {
  background-color: black;
}

.home header#cover .coverimg09 .bgImg {
  animation: bgAnime 30s 0s infinite;
}

.home header#cover .coverimg09 .src9-1 {
  background-image: url("../images/home09-1.jpg");
}

.home header#cover .coverimg09 .src9-2 {
  background-image: url("../images/home09-2.jpg");
  animation-delay: 10s;
}

.home header#cover .coverimg09 .src9-3 {
  background-image: url("../images/home09-3.jpg");
  animation-delay: 20s;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  8.333% {
    opacity: 1;
  }
  33.333% {
    opacity: 1;
  }
  41.666% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgAnime2 {
  0% {
    opacity: 0;
  }
  9.21% {
    opacity: 1;
  }
  36.842% {
    opacity: 1;
  }
  46.052% {
    opacity: 0;
    z-index: 2;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (min-width: 1680px) {
  .home header#cover .col1, .home header#cover .col2 {
    height: 700px;
    padding-top: 0;
  }
  .home header#cover .col1 .block100, .home header#cover .col2 .block100 {
    height: 700px;
    padding-top: 0;
  }
  .home header#cover .col1 .block50, .home header#cover .col2 .block50 {
    height: 233.3333px;
    padding-top: 0;
  }
  .home header#cover .col1 .block100-50, .home header#cover .col2 .block100-50 {
    height: 233.3333px;
    padding-top: 0;
  }
  .home header#cover .col3 .block100 {
    height: 233.3333px;
    padding-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .home header#cover .col3 {
    width: 100%;
  }
  .home header#cover .col3 .block100 {
    width: 25%;
    padding-top: 17.53731345%;
  }
  .home header#cover .col1, .home header#cover .col2 {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .home header#cover .col1 {
    width: 66.666666%;
  }
  .home header#cover .col2 {
    width: 33.333333%;
  }
  .home header#cover .col2 .block50 {
    width: 100%;
    padding-top: 35.0746269%;
  }
  .home header#cover .col2 .coverimg05, .home header#cover .col2 .coverimg06 {
    display: none;
  }
  .home header#cover .col3 {
    width: 100%;
  }
  .home header#cover .col3 .block100 {
    width: 33.333333%;
    padding-top: 23.383084%;
  }
  .home header#cover .col3 .coverimg10 {
    display: none;
  }
}

.home header#cover .coverimg01 {
  background-image: url("../images/home01.jpg");
  background-size: cover;
  background-position: center;
}

.home header#cover .coverimg06 {
  background-image: url("../images/home06-1.jpg");
  background-size: cover;
  background-position: center;
}

.home header#cover .coverimg07 {
  background-image: url("../images/home07-1.jpg");
  background-size: cover;
  background-position: center;
}

.home header#cover .coverimg08 {
  background-image: url("../images/home08-1.jpg");
  background-size: cover;
}

.home header#cover .coverimg10 {
  background-image: url("../images/home10.jpg");
  background-size: cover;
  background-position: center;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .home header#cover .coverimg10 {
    display: block;
  }
}

.home .obi-block {
  background-color: white;
  padding-bottom: 550px;
}

@media only screen and (max-width: 1024px) {
  .home .obi-block {
    padding-bottom: 450px;
  }
}

@media screen and (max-width: 700px) {
  .home .obi-block {
    padding-bottom: 350px;
  }
}

@media only screen and (max-width: 500px) {
  .home .obi-block {
    padding-bottom: 300px;
  }
}

.home .obi-block .obi {
  position: relative;
  padding: 0 60px;
  height: 274px;
  background-color: #003380;
}

@media only screen and (max-width: 1024px) {
  .home .obi-block .obi {
    height: 220px;
    padding: 0 40px;
  }
}

@media only screen and (max-width: 500px) {
  .home .obi-block .obi {
    height: 180px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 420px) {
  .home .obi-block .obi {
    height: 1 40px;
  }
}

@media screen and (max-width: 360px) {
  .home .obi-block .obi {
    height: 120px;
  }
}

.home .obi-block .obi .copyWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.home .obi-block .obi .home-copy {
  width: auto;
  height: 75%;
}

.home .obi-block .obi .shikokuMap {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  transform: translateY(-50%);
  width: 50%;
  height: 800px;
  background-image: url("../images/home-shikoku.png");
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.home .obi-block .obi .shikokuMap .fukidashi-img {
  display: inline-block;
  position: absolute;
  bottom: -240px;
  left: 177px;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt {
  position: absolute;
  top: 20px;
  left: -160%;
  width: 160%;
  padding-right: 20px;
  box-sizing: border-box;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt .fukidashi-copy {
  margin-bottom: 15px;
  text-align: left;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt .fukidashi-copy .copy01 {
  width: 95.75%;
  height: auto;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt .fukidashi-copy .copy02 {
  width: 72.65%;
  height: auto;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt .fukidashi-copy .copy03 {
  width: 84.45%;
  height: auto;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt .fukidashi-copy .copy04 {
  width: 10.27%;
  height: auto;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt .fukidashi-copy .copy05 {
  width: 44.66%;
  height: auto;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt a {
  display: inline-block;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: -0.05em;
  font-weight: 700;
  color: #2990c7;
  text-decoration: underline;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt a::after {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #ffe023;
  margin-left: 0.25em;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt a:hover {
  color: #00d9ff;
}

.home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt a:hover::after {
  color: #00d9ff;
  margin-left: 0.4em;
}

@media only screen and (max-width: 1024px) {
  .home .obi-block .obi .shikokuMap {
    width: 60%;
    height: 600px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img {
    bottom: -194px;
    left: 132px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img img {
    width: 200px;
  }
}

@media screen and (max-width: 700px) {
  .home .obi-block .obi .shikokuMap {
    height: 460px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img {
    bottom: -170px;
    left: 99px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img img {
    width: 170px;
  }
}

@media only screen and (max-width: 500px) {
  .home .obi-block .obi .shikokuMap {
    width: 50%;
    top: 60%;
    height: 300px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img {
    bottom: -158px;
    left: 55px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img img {
    width: 150px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt a {
    font-size: 20.8px;
  }
}

@media screen and (max-width: 420px) {
  .home .obi-block .obi .shikokuMap {
    width: 55%;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img {
    bottom: -141px;
    left: 59px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img img {
    width: 135px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img .fukidashi-txt {
    padding-right: 15px;
  }
}

@media screen and (max-width: 360px) {
  .home .obi-block .obi .shikokuMap {
    width: 53%;
    height: 250px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img {
    bottom: -128px;
    left: 48px;
  }
  .home .obi-block .obi .shikokuMap .fukidashi-img img {
    width: 120px;
  }
}

.home .obi-block .obi-gray {
  display: flex;
  align-items: center;
  height: 65px;
  background-color: #eee;
}

.home .obi-block .obi-gray .obiWrap {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 60px;
}

.home .obi-block .obi-gray .obiWrap a {
  margin-right: 10px;
}

.home .obi-block .obi-gray .obiWrap a img {
  vertical-align: bottom;
}

.home .obi-block .obi-gray .obiWrap a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 1024px) {
  .home .obi-block .obi-gray .obiWrap {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .home .obi-block .obi-gray {
    height: 45px;
  }
  .home .obi-block .obi-gray .obiWrap {
    padding-left: 20px;
  }
  .home .obi-block .obi-gray .obiWrap a img {
    width: 30px;
  }
}

.home #umiinfo {
  min-height: 400px;
  padding-top: 80px;
  padding-bottom: 40px;
  border-bottom: solid 0.1px transparent;
  color: white;
}

.home #umiinfo .backimg {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: -1;
  background-image: url("../images/home-umiinfo.jpg");
  background-position: center;
  background-size: cover;
}

.home #umiinfo .umiinfoWrap {
  position: relative;
  padding: 0 60px;
  margin: 0 auto;
  max-width: 1360px;
  min-height: 300px;
  box-sizing: border-box;
}

.home #umiinfo .umiinfoWrap h2 {
  margin-bottom: 40px;
  font-family: "A-OTF A1明朝", "A1 Mincho";
  font-weight: normal;
  font-size: 56px;
  font-feature-settings: "palt";
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
  line-height: 1.1;
}

.home #umiinfo .umiinfoWrap p {
  font-size: 1.6rem;
  font-weight: 400;
}

.home #umiinfo .umiinfoWrap p mark {
  color: white;
  background-color: rgba(41, 144, 199, 0.5);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 736px) {
  .home #umiinfo .umiinfoWrap {
    padding: 0;
    margin: 0 40px;
  }
  .home #umiinfo .umiinfoWrap h2 {
    font-size: 44.8px;
  }
}

@media only screen and (max-width: 500px) {
  .home #umiinfo .umiinfoWrap {
    margin: 0 20px;
  }
  .home #umiinfo .umiinfoWrap h2 {
    font-size: 35.8px;
  }
  .home #umiinfo .umiinfoWrap p {
    font-size: 1.4rem;
  }
}

.home #umiinfo .umilog-layer {
  position: absolute;
  top: 60px;
  left: 60px;
  z-index: 99;
  width: 570px;
  border-radius: 15px;
  background-color: rgba(180, 180, 180, 0.5);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.4);
}

.home #umiinfo .umilog-layer h3 {
  display: flex;
  align-items: center;
  margin: 15px;
  font-size: 58px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-feature-settings: "palt";
  color: #003380;
  line-height: 1;
}

@media only screen and (max-width: 736px) {
  .home #umiinfo .umilog-layer {
    width: 100%;
    left: 0px;
  }
}

@media only screen and (max-width: 500px) {
  .home #umiinfo .umilog-layer h3 {
    font-size: 46.4px;
  }
}

.home #umiinfo #umilogwindow {
  width: 560px;
  max-height: 460px;
  padding: 0 20px 5px;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.home #umiinfo #umilogwindow::-webkit-scrollbar {
  width: 10px;
}

.home #umiinfo #umilogwindow::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
}

.home #umiinfo #umilogwindow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, 0.5);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

@media only screen and (max-width: 736px) {
  .home #umiinfo #umilogwindow {
    width: calc(100% - 10px);
  }
}

.home #umilog {
  list-style: none;
}

.home #umilog li {
  margin-bottom: 10px;
}

.home #umilog .dateWrap {
  display: flex;
  align-items: center;
}

.home #umilog .dateWrap .diary_date {
  min-width: 152px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 20px;
}

.home #umilog .dateWrap .diary_title {
  margin-left: 0.5em;
  padding: 0 0.5em;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 18px;
  height: 28px;
  line-height: 1;
  background-color: rgba(255, 224, 35, 0.7);
  border-radius: 14px;
}

.home #umilog .dateWrap .diary_title a {
  display: flex;
  align-items: center;
  height: 100%;
  white-space: nowrap;
  color: #003380;
  text-decoration: none;
}

.home #umilog .dateWrap .diary_title a:hover {
  color: #2990c7;
  text-decoration: underline;
}

@media only screen and (max-width: 500px) {
  .home #umilog .dateWrap {
    display: block;
    margin-bottom: 8px;
  }
  .home #umilog .dateWrap .diary_date {
    font-size: 1.6rem;
  }
  .home #umilog .dateWrap .diary_title {
    margin-left: -3px;
    font-size: 1.44rem;
  }
}

.home #umilog .diary_photo {
  display: flex;
  width: 810px;
}

.home #umilog .diary_photo a {
  position: relative;
  display: block;
  overflow: hidden;
  margin-right: 8px;
  width: 73px;
  height: 73px;
  background-color: black;
}

.home #umilog .diary_photo a .diary_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 101% !important;
  width: auto;
  max-width: none;
}

.home #information {
  padding-top: 300px;
  min-height: 300px;
  background-color: rgba(0, 176, 209, 0.9);
}

.home #information .blockWrap {
  display: flex;
  justify-content: center;
}

.home #information .blockWrap .infoWrap, .home #information .blockWrap .eventWrap {
  max-width: 590px;
  width: 100%;
  padding: 0 20px 40px;
}

.home #information .blockWrap h3 {
  display: flex;
  align-items: center;
  font-family: 'Roboto', sans-serif;
  font-size: 58px;
  font-weight: 300;
  color: white;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 736px) {
  .home #information .blockWrap {
    display: block;
  }
  .home #information .blockWrap .infoWrap, .home #information .blockWrap .eventWrap {
    padding: 0 0 40px;
    margin: 0 40px;
    width: inherit;
  }
  .home #information .blockWrap h3 {
    font-size: 46.8px;
  }
}

@media only screen and (max-width: 500px) {
  .home #information .blockWrap .infoWrap, .home #information .blockWrap .eventWrap {
    margin: 0 20px;
  }
  .home #information .blockWrap h3 {
    font-size: 37.4px;
  }
}

.home #cat-info, .home #cat-event {
  width: 100%;
  list-style: none;
  font-family: 'Roboto', sans-serif;
}

.home #cat-info li, .home #cat-event li {
  margin-bottom: 10px;
}

.home #cat-info dl, .home #cat-event dl {
  display: flex;
  font-size: 1.6rem;
}

.home #cat-info dl .info_date, .home #cat-event dl .info_date {
  min-width: 120px;
  margin-right: 2em;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.4;
  color: white;
}

.home #cat-info dl .info_title, .home #cat-event dl .info_title {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  line-height: 1.4;
}

.home #cat-info dl .info_title a, .home #cat-event dl .info_title a {
  color: white;
}

.home #cat-info dl .info_title a:hover, .home #cat-event dl .info_title a:hover {
  color: #003380;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .home #cat-info dl .info_date, .home #cat-event dl .info_date {
    margin-right: 1em;
  }
}

@media only screen and (max-width: 500px) {
  .home #cat-info dl, .home #cat-event dl {
    font-size: 1.4rem;
  }
  .home #cat-info dl .info_date, .home #cat-event dl .info_date {
    min-width: 105px;
  }
}

.home #diving {
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: 100px;
  background-color: white;
}

.home #diving .titleWrap {
  position: relative;
  margin: 0 auto;
  max-width: 1310px;
}

.home #diving .titleWrap h2 {
  margin-bottom: 20px;
  text-align: center;
}

.home #diving .titleWrap .iconinfo {
  position: absolute;
  right: 60px;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  list-style: none;
  color: #b4b4b4;
}

.home #diving .titleWrap .iconinfo .icon-beginner, .home #diving .titleWrap .iconinfo .icon-license {
  display: inline-block;
  width: 30px;
  text-align: center;
  font-size: 170%;
  vertical-align: middle;
}

.home #diving .infobox {
  text-align: left;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1200px;
}

.home #diving .diveplan {
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

.home #diving .diveplan li {
  max-width: 380px;
  margin: 0 15px 30px;
  background-color: white;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
  vertical-align: top;
  border-radius: 20px;
  overflow: hidden;
}

.home #diving .diveplan li:hover {
  background-color: aliceblue;
}

.home #diving .diveplan li:hover a::before {
  opacity: 0.7;
}

.home #diving .diveplan li a {
  text-decoration: none;
}

.home #diving .diveplan li a::before {
  content: "";
  background-position: center center;
  background-size: cover;
  display: block;
  height: 156px;
}

.home #diving .diveplan li dl {
  line-height: 1;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
  color: #cccccc;
}

.home #diving .diveplan li dl dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 68px;
  font-size: 26px;
  font-weight: 500;
  color: white;
}

.home #diving .diveplan li dl dt .icon-beginner, .home #diving .diveplan li dl dt .icon-license {
  position: absolute;
  top: 50%;
  margin-left: 0.3em;
  color: rgba(255, 255, 255, 0.5);
  transform: translateY(-50%);
}

.home #diving .diveplan li dl .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  min-height: 50px;
  font-size: 34px;
  color: #cccccc;
  border-bottom: solid 1px #e6e6e6;
}

.home #diving .diveplan li dl .priceBox .price {
  font-size: 38px;
  text-align: right;
  line-height: 1.1;
}

.home #diving .diveplan li dl .priceBox .price .tax {
  display: block;
  font-size: 1.4rem;
  margin-right: -0.5em;
}

.home #diving .diveplan li dl .priceBox .price .tax::before {
  content: "（税込";
  margin-right: 0.25em;
}

.home #diving .diveplan li dl .priceBox .price .tax::after {
  content: "）";
}

.home #diving .diveplan li dl .priceBox .priceHead {
  margin-right: 0.3em;
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 1.0rem;
}

.home #diving .diveplan li dl .priceBox .priceBack {
  padding-bottom: 1.8rem;
}

.home #diving .diveplan li#trialDive {
  position: relative;
}

.home #diving .diveplan li#trialDive .certification {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 99;
}

.home #diving .diveplan li#trialDive .certification img {
  width: 100px;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .home #diving .diveplan li#trialDive .certification img {
    width: 80px;
  }
}

.home #diving .diveplan li#trialDive a::before {
  background-image: url("../images/home-view_trialDive.jpg");
}

.home #diving .diveplan li#trialDive dt {
  background-color: #44bdc0;
  padding: 0px 40px;
}

.home #diving .diveplan li#trialDive dt .icon-beginner {
  right: 15px;
}

.home #diving .diveplan li#license a::before {
  background-image: url("../images/home-view_license.jpg");
}

.home #diving .diveplan li#license dt {
  background-color: #2cc7e0;
  padding: 0px 75px;
}

.home #diving .diveplan li#license dt .icon-beginner {
  right: 50px;
}

.home #diving .diveplan li#license dt .icon-license {
  right: 15px;
}

.home #diving .diveplan li#fundiving a::before {
  background-image: url("../images/home-view_fundiving.jpg");
}

.home #diving .diveplan li#fundiving dt {
  background-color: #2c7ee0;
  padding: 0px 47px;
}

.home #diving .diveplan li#fundiving dt .icon-license {
  right: 15px;
}

.home #diving .diveplan li .salesMessage {
  padding: 15px;
  line-height: 1.4;
  text-align: justify;
  color: #333;
}

.home #diving .diveplan li .salesMessage .diveplan_copy {
  margin-bottom: 1em;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  color: #00b2d1;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 1024px) {
  .home #diving .titleWrap h2 {
    padding-bottom: 60px;
  }
  .home #diving .titleWrap .iconinfo {
    right: 40px;
    justify-content: flex-end;
  }
  .home #diving .diveplan {
    flex-wrap: wrap;
  }
  .home #diving .diveplan li {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 736px) {
  .home #diving .titleWrap .iconinfo {
    right: 20px;
  }
  .home #diving .diveplan li {
    width: calc(100% - 20px);
    max-width: 550px;
  }
}

@media only screen and (max-width: 500px) {
  .home #diving {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home #diving .titleWrap .iconinfo {
    right: 20px;
  }
  .home #diving .diveplan li .salesMessage {
    font-size: 1.2rem;
  }
  .home #diving .diveplan li .salesMessage .diveplan_copy {
    font-size: 1.6rem;
  }
}

.home #salespoint {
  position: relative;
  padding-top: 56.35%;
  background-color: #3e96b4;
}

.home #salespoint .title-jp_A1 {
  padding-top: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.5;
  color: #ffe023;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

.home #salespoint .videoWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 750px;
  overflow: hidden;
  z-index: 1;
}

.home #salespoint .videoWrap video {
  width: 100%;
}

.home #salespoint .pointCircle {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 2;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1110px;
}

.home #salespoint .pointCircle li {
  position: relative;
  width: 22%;
  padding-top: 22%;
  margin: 12px;
  background-color: #dcf4f9;
  border-radius: 50%;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  list-style: none;
}

.home #salespoint .pointCircle li .pintWrap {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 20px;
}

.home #salespoint .pointCircle li .pintWrap img {
  margin-bottom: 10px;
  width: auto;
  height: 45px;
}

.home #salespoint .pointCircle li .pintWrap p {
  font-size: 18px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  color: #008bd1;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 1350px) {
  .home #salespoint {
    padding-top: 0;
    height: 750px;
  }
}

@media only screen and (max-width: 1024px) {
  .home #salespoint .title-jp_A1 {
    padding-top: 5.2%;
  }
  .home #salespoint .pointCircle li {
    margin: 8px;
  }
  .home #salespoint .pointCircle li .pintWrap {
    padding-top: 10px;
  }
  .home #salespoint .pointCircle li .pintWrap p {
    font-size: 1.7vw;
  }
}

@media only screen and (max-width: 736px) {
  .home #salespoint .pointCircle {
    flex-wrap: wrap;
    width: 70%;
    transform: translate(-50%, 65%);
  }
  .home #salespoint .pointCircle li {
    width: 40%;
    padding-top: 40%;
  }
  .home #salespoint .pointCircle li .pintWrap p {
    font-size: 2.041vw;
  }
}

@media screen and (max-width: 685px) {
  .home #salespoint {
    padding-top: 100%;
  }
  .home #salespoint .pointCircle {
    width: 468px;
  }
  .home #salespoint .pointCircle li .pintWrap p {
    font-size: 14px;
  }
  .home #salespoint .videoWrap {
    width: 100%;
    padding-top: 100%;
    max-height: inherit;
  }
  .home #salespoint .videoWrap video {
    position: absolute;
    top: 0;
    left: -30%;
    width: unset;
    height: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .home #salespoint .pointCircle {
    width: 90%;
  }
  .home #salespoint .pointCircle li .pintWrap img {
    height: 40px;
  }
  .home #salespoint .pointCircle li .pintWrap p {
    font-size: 3vw;
    margin-bottom: 5px;
  }
}

.home .salesSpacer {
  width: 100%;
  padding-top: 15%;
  background-color: white;
}

@media screen and (min-width: 1350px) {
  .home .salesSpacer {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 736px) {
  .home .salesSpacer {
    padding-top: 330px;
  }
}

@media only screen and (max-width: 500px) {
  .home .salesSpacer {
    padding-top: 60%;
  }
}

.home #shop {
  min-height: 300px;
  padding-bottom: 100px;
  background-color: white;
}

.home #shop h2 {
  margin-bottom: 20px;
  text-align: center;
}

.home #shop .shop_photo {
  position: relative;
  max-width: 1195px;
  padding: 0 60px;
  margin: 30px auto 15px;
}

.home #shop .shop_photo .wrap_block {
  position: relative;
  width: 100%;
  padding-top: 48.4686%;
}

.home #shop .shop_photo .wrap_block .left_block {
  position: absolute;
  top: 0;
  left: 0;
  width: 66%;
  height: 100%;
  background-image: url("../images/home-aquas1.jpg");
  background-size: cover;
  background-position: center;
}

.home #shop .shop_photo .wrap_block .right_block {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 33.35%;
  height: 100%;
}

.home #shop .shop_photo .wrap_block .right_block .up_block {
  height: 51.9931%;
  background-image: url("../images/home-aquas2.jpg");
  background-size: cover;
  background-position: center;
}

.home #shop .shop_photo .wrap_block .right_block .bottom_block {
  height: 46.4471%;
  background-image: url("../images/home-aquas3.jpg");
  background-size: cover;
  background-position: center;
}

.home #shop .shopWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.home #shop .shopWrap .title-jp_A1 {
  margin-bottom: 0.5em;
}

.home #shop .btnWrap {
  margin-top: -30px;
}

@media screen and (max-width: 1180px) {
  .home #shop .btnWrap {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .home #shop {
    padding-bottom: 80px;
  }
  .home #shop .shop_photo,
  .home #shop .shopWrap {
    padding: 0 40px;
  }
  .home #shop .btnWrap {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 736px) {
  .home #shop {
    padding-bottom: 60px;
  }
  .home #shop .shop_photo,
  .home #shop .shopWrap {
    padding: 0 20px;
  }
  .home #shop .btnWrap {
    margin-top: 10px;
    justify-content: center;
  }
  .home #shop .btnWrap a {
    margin: 10px 0;
  }
}

@media only screen and (max-width: 500px) {
  .home #shop {
    padding-bottom: 40px;
  }
  .home #shop .shop_photo {
    padding: 0 20px;
  }
  .home #shop .shop_photo .wrap_block {
    padding-top: 0;
  }
  .home #shop .shop_photo .wrap_block .left_block {
    position: static;
    width: 100%;
    padding-top: 78.4686%;
  }
  .home #shop .shop_photo .wrap_block .right_block {
    position: relative;
    width: 100%;
    padding-top: 34.8947%;
  }
  .home #shop .shop_photo .wrap_block .right_block .up_block {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 49.2%;
    height: 96.5%;
  }
  .home #shop .shop_photo .wrap_block .right_block .bottom_block {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 49.2%;
    height: 96.5%;
  }
  .home #shop .shopWrap {
    padding: 0 20px;
  }
}

.home #reviews {
  background-color: white;
  padding-bottom: 100px;
}

.home #reviews .reviewsWrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px;
}

.home #reviews .reviewsWrap h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-feature-settings: "palt";
  font-size: 35px;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #00b2d1;
  opacity: 0.5;
  text-align: center;
}

.home #reviews .reviewsWrap.set-left {
  text-align: left;
}

.home #reviews .reviewsWrap.set-right {
  text-align: right;
}

.home #reviews .reviewsList {
  position: relative;
  width: 100%;
}

.home #reviews .reviewsList li {
  list-style: none;
  padding: 15px;
}

.home #reviews .reviewsList li:focus {
  outline: 0;
}

.home #reviews .reviewsList li .slideframe {
  width: 246px;
  min-height: 246px;
  padding: 20px;
  box-sizing: border-box;
  border: solid 2px #00b0d1;
  background-color: #dcf4f9;
  border-radius: 30px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  color: #4d4d4d;
}

.home #reviews .reviewsList li:first-child {
  margin-left: 60px;
}

.home #reviews .reviewsList .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 899;
  font-size: 1px;
  color: transparent;
  border: none;
  background-color: transparent;
}

.home #reviews .reviewsList .slick-arrow:focus {
  outline: 0;
}

.home #reviews .reviewsList .slick-arrow.slick-disabled {
  display: none !important;
}

.home #reviews .reviewsList .slick-arrow.slick-prev {
  left: 50px;
}

.home #reviews .reviewsList .slick-arrow.slick-prev::before {
  content: "\f053";
  color: #ffe023;
  font-family: "Font Awesome 5 Free";
  font-size: 70px;
  font-weight: 900;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.home #reviews .reviewsList .slick-arrow.slick-prev:hover::before {
  color: #00b2d1;
}

.home #reviews .reviewsList .slick-arrow.slick-next {
  right: 50px;
}

.home #reviews .reviewsList .slick-arrow.slick-next::after {
  content: "\f054";
  color: #ffe023;
  font-family: "Font Awesome 5 Free";
  font-size: 70px;
  font-weight: 900;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.home #reviews .reviewsList .slick-arrow.slick-next:hover::after {
  color: #00b2d1;
}

@media only screen and (max-width: 1024px) {
  .home #reviews .reviewsList .slick-arrow.slick-prev {
    left: 40px;
  }
  .home #reviews .reviewsList .slick-arrow.slick-next {
    right: 40px;
  }
}

@media only screen and (max-width: 736px) {
  .home #reviews .reviewsList .slick-arrow.slick-prev {
    left: 20px;
  }
  .home #reviews .reviewsList .slick-arrow.slick-next {
    right: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .home #reviews .reviewsList .slick-arrow.slick-prev {
    left: 20px;
  }
  .home #reviews .reviewsList .slick-arrow.slick-next {
    right: 20px;
  }
}

.home #reviews .cite-txt {
  padding: 0 60px;
  text-align: right;
}

.home #reviews .cite-txt cite {
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  .home #reviews {
    padding-bottom: 80px;
  }
  .home #reviews .reviewsWrap {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 736px) {
  .home #reviews {
    padding-bottom: 60px;
  }
  .home #reviews .reviewsWrap {
    padding: 0 20px;
  }
  .home #reviews .reviewsWrap h4 {
    font-size: 22.4px;
  }
  .home #reviews .cite-txt {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 500px) {
  .home #reviews {
    padding-bottom: 40px;
  }
  .home #reviews .reviewsWrap {
    padding: 0 20px;
  }
  .home #reviews .reviewsList li .slideframe {
    width: 220px;
    min-height: 220px;
    padding: 18px;
    font-size: 12px;
  }
  .home #reviews .cite-txt {
    padding: 0 20px;
    font-size: 1.1rem;
  }
}

.home #otherContents {
  background-color: white;
  border-top: solid 1px #aaa;
}

.home #otherContents .contensList {
  display: none;
}

.home #otherContents .contensList li {
  list-style: none;
  background-color: gainsboro;
}

.home #message {
  padding: 40px 60px;
  background-color: white;
  text-align: center;
}

.home #message .messageWrap {
  max-width: 558px;
  margin: 0 auto;
}

.home #message .messageWrap .title-jp_A1 {
  margin-bottom: 60px;
  text-align: left;
}

.home #message .messageWrap .message-txt-block {
  margin-bottom: 20px;
}

.home #message .messageWrap .message-txt-block .message-txt {
  text-align: justify;
}

.home #message .messageWrap .message-txt-block .message-name {
  text-align: right;
}

.home #message .message-img {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 558px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
}

.home #message .message-img img {
  max-width: 558px;
  height: auto;
  vertical-align: middle;
}

@media only screen and (max-width: 500px) {
  .home #message .message-img {
    max-width: 400px;
  }
  .home #message .message-img img {
    max-width: 400px;
  }
}

.home #photoView {
  position: relative;
  padding-top: 25.11%;
  overflow: hidden;
}

.home #photoView .photoViewWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  flex-wrap: wrap;
  background-color: white;
}

.home #photoView .photoViewWrap .photoBlock {
  width: 8.3333%;
  padding: 2px;
  box-sizing: border-box;
  overflow: hidden;
}

.home #photoView .photoViewWrap .photoBlock img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 2560px) {
  .home #photoView {
    padding-top: 30.1%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 10%;
  }
}

@media screen and (max-width: 2048px) {
  .home #photoView {
    padding-top: 33.44%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 11.1111%;
  }
}

@media screen and (max-width: 1920px) {
  .home #photoView {
    padding-top: 37.625%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 12.5%;
  }
}

@media screen and (max-width: 1680px) {
  .home #photoView {
    padding-top: 43.04%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 14.2857%;
  }
}

@media screen and (max-width: 1366px) {
  .home #photoView {
    padding-top: 50.15%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 16.6666%;
  }
}

@media screen and (max-width: 1024px) {
  .home #photoView {
    padding-top: 80.25%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 20%;
  }
}

@media screen and (max-width: 768px) {
  .home #photoView {
    padding-top: 100.3%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 25%;
  }
}

@media screen and (max-width: 500px) {
  .home #photoView {
    padding-top: 133.9%;
  }
  .home #photoView .photoViewWrap .photoBlock {
    width: 33.3333%;
  }
}

.home #payment {
  padding: 140px 0 40px;
  background-color: white;
}

.home #payment h2 {
  margin: 20px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 29px;
  color: #00b2d1;
  text-align: center;
  letter-spacing: -0.02em;
}

.home #payment .payments {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.home #payment .payments li {
  margin: 0 3px;
  list-style: none;
  vertical-align: middle;
  height: 53px;
}

.home #payment .payments li img {
  height: 100%;
  width: auto;
}

.home #payment .paytxt {
  padding: 8px;
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #808080;
}

@media only screen and (max-width: 500px) {
  .home #payment {
    padding: 20px 0;
  }
  .home #payment h2 {
    font-size: 23px;
  }
  .home #payment .payments li {
    height: 42px;
  }
}

.home #footer {
  display: flex;
  align-items: flex-end;
  min-height: 500px;
  background-color: transparent;
  background-image: url(../images/footer-img.jpg);
  background-position: top center;
  background-size: cover;
}

.home #footer nav {
  display: none;
}

.gold_img {
  display: block;
  width: 80%;
  max-width: 250px;
  margin: 10px auto 0;
}
