@charset "UTF-8";

/* ----------------------------

★FV

------------------------------ */

/*背景画像 SP-1600
-----------------------------*/
.fv-wrap{
  padding: 40% 0 10%;
  background: url(../img/fv-bg_sp.png) no-repeat center top;
  background-size: 420px;
}
.fv-content{
  max-width: 130rem;
  margin: 0 auto;
  padding: 0;
  perspective: 100px;
  transform-style: preserve-3d;
}

@media screen and (min-width:420px) {
  .fv-wrap{
    padding: 50% 0 10%;
    background: url(../img/fv-bg_sp.png) no-repeat center top;
    background-size: 600px;
  }
}
@media screen and (min-width:600px) {
  .fv-wrap{
    padding: 50% 0 10%;
    background: url(../img/fv-bg_sp.png) no-repeat center top;
    background-size: auto;
  }
}
@media screen and (min-width:750px) {
  .fv-wrap{
    padding: 32% 0 6%;
    background: url(../img/fv-bg_pc.png) no-repeat center top;
    background-size: 1000px;
  }
}
@media screen and (min-width:1000px) {
  .fv-wrap{
    padding: 28% 0 4%;
    background: url(../img/fv-bg_pc.png) no-repeat center top;
    background-size: 1200px;
  }
}
@media screen and (min-width:1200px) {
  .fv-wrap{
    background: url(../img/fv-bg_pc.png) no-repeat center top;
    background-size: 1400px;
  }
}
@media screen and (min-width:1400px) {
  .fv-wrap{
    padding: 20% 0 5%;
    background: url(../img/fv-bg_pc.png) no-repeat center top;
    background-size: 1600px;
  }
}
@media screen and (min-width:1600px) {
  .fv-wrap{
    padding: 18% 0 5%;
    background: url(../img/fv-bg_pc.png) no-repeat center top;
    background-size:auto;
  }
}


/* キャッチコピー SP
------------------------- */
.fv-catch{
  max-width: 110rem;
  margin: 0;
  position: relative;
  transform-style: preserve-3d;
}
.fv-catch p:last-child{
  width: 100%;
  position: absolute;
  top: 36%;
  left: 0;
}

/* 福良港・CTA SP
----------------------------- */
.fv-cta-all{
  display: flex;
  flex-direction: column;
  padding: 0;
}
.fv-l,.fv-r{width: auto;}


/* 交通※高さ調整 (SP/PC左1) --------- */
.fv-wrap ol.fv-place{
  width: 100%;
  height: 6.5rem;
  position: relative; 
}
@media screen and (min-width:414px) {
   .fv-wrap ol.fv-place{
    height: 7rem;
  }
}
@media screen and (min-width:520px) {
   .fv-wrap ol.fv-place{
    height: 9rem;
  }
}
@media screen and (min-width:640px) {
   .fv-wrap ol.fv-place{
    height: 11rem;
  }
}
@media screen and (min-width:750px) {
   .fv-wrap ol.fv-place{
    height: 13rem;
  }
}
@media screen and (min-width:1000px) {
   .fv-wrap ol.fv-place{
    height: 9rem;
  }
}
@media screen and (min-width:1400px) {
   .fv-wrap ol.fv-place{
    height: 12rem;
  }
}

.fv-wrap ol.fv-place li{
  width: 33%;
}
.fv-wrap ol.fv-place li:first-child{
  position: absolute;
  top: 8%;
  left: 2%;
}
.fv-wrap ol.fv-place li:nth-child(2){
  position: absolute;
  top: 0%;
  left: 30%;
}
.fv-wrap ol.fv-place li:last-child{
  position: absolute;
  top: -10%;
  left: 58%;
}

/* 福良港とGO (SP/PC左2) SP -------- */
.fv-go{
  display: flex;
  align-items: center;
  width: auto;
  padding: 0 0 0 1.5rem;
}
.fv-go p:first-child{
  width: 38%;
  padding: 3rem 0 0;
}
@media screen and (min-width:750px) {
  .fv-go p:first-child{
    padding: 5rem 0 0;
  }
}
.fv-go p:last-child{
  width: 62%;
}

/* CTA SP (PC右)
---------------------- */
.fv-cta-btn{
  width: auto;
  padding: 2rem 1rem 0;
  transform: rotate(-2deg);
  position: relative;
}
.fv-cta-btn > P{
  width: 100%;
  position: absolute;
  top: -15%;
  left: 0;
  z-index: 10;
}
.fv-cta-btn > P img{
  display: block;
  width: 18rem;
  margin: 0 auto;
}

.fv-cta-btn ol{
  display: flex;
  justify-content: space-between;
}
.fv-cta-btn ol li{
  width: 49.5%;
  position: relative;
}
.fv-cta-btn ol li a{
  display: block;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: 0.05em;
  border: 0.5rem solid #fff;
  border-radius: 1rem;
  text-align: center;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  transition: .2s;
}
.fv-cta-btn ol li a:hover{
  opacity: 1;
  transform: scale(1.1);
}
.fv-cta-btn ol li a span {
  display: block;
  padding: 1.5rem 0;
  transition: .2s;
}
.fv-cta-btn ol li a span:hover{
  transform: skewX(-10deg);
}

/* 矢印 SP --------- */
.fv-cta-btn ol li a::after {
  content: url('../img/head-btn-cta.svg');
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 28%;
  left: 80%;
}
.fv-cta-btn ol li:first-child a{
  background: linear-gradient(#0098d8, #0071a0);
}
.fv-cta-btn ol li:last-child a{
  background: linear-gradient(#f4011f, #b20218);
}
.fv-cta-btn ol li:first-child a:hover,
.fv-cta-btn ol li:last-child a:hover{
  color: #000;
  background: linear-gradient(#e3d403);
}

/*----------------------------------------------------
FW PC1000 
----------------------------------------------------*/
@media screen and (min-width:750px) {

  /* CTA 750 -------- */
  .fv-cta-btn{
    padding: 2rem 3rem 0;
  }
  .fv-cta-btn > P{
    top: -25%;
  }
  .fv-cta-btn > P img{
    width: 30rem;
  }

  .fv-cta-btn ol li a {
    font-size: 2.8rem;
  }
  .fv-cta-btn ol li a span {
    padding: 2.4rem 0;
  }
  /* 矢印 750 --------- */
  .fv-cta-btn ol li a::after {
    width: 2.4rem;
    height: 2.4rem;
  }


}


/*----------------------------------------------------
FW PC1000 
----------------------------------------------------*/
@media screen and (min-width:1000px) {

  .fv-content{
    padding: 0 1rem;
  }

  /* 福良港・CTA 1000
  ----------------------------- */
  .fv-cta-all{
    flex-direction: row;
  }
  .fv-l{width: 52%;}
  .fv-r{width: 48%;}

  .fv-go{
    padding: 0;
  }

  /*  CTA SP (PC右) 1000
  ---------------------- */
  .fv-cta-btn{
    padding: 5rem 0 0;
  }
  .fv-cta-btn > P{
    top: -5%;
  }

}

/*----------------------------------------------------
FW PC1400 
----------------------------------------------------*/
@media screen and (min-width:1400px) {

  .fv-cta-all{
    padding: 0;
  }
  .fv-cta-btn ol li a {
    font-size: 3.6rem;
  }
  .fv-cta-btn ol li a span {
    padding: 3.5rem 0;
  }
  /* 矢印 1400 --------- */
  .fv-cta-btn ol li a::after {
    width: 3rem;
    height: 3rem;
  }  

}

/* ----------------------------

★NEWS

------------------------------ */
.news-wrap{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 2rem;
}

.news-wrap article{
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 7.2rem;
  margin: 0 0 3rem;
  border-radius: 1rem;
  background: #fff;
  overflow: hidden;
}
.news-wrap article .open-ttl{
  width: 15.6rem;
  position: relative;
}
.news-wrap article .nw-01{
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  letter-spacing: 0.05em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.news-wrap article .nw-01 span{
  display: block;
  padding: 0.1rem 0.5rem 0 0;
  line-height: 1.2;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
}
.news-wrap article .nw-01 span strong{
  font-size: 2rem;
}
.news-wrap article#normal .nw-01 span small,
.news-wrap article#suspended .nw-01 span small{
  display: block;
  font-size: 1.4rem;
}
.news-wrap article#normal .nw-01 span small{color: var(--bl);}
.news-wrap article#suspended .nw-01 span small{color: var(--lrd);}

.news-wrap article .nw-02{
  width: 100%;
  position: absolute;
  top: 51%;
  left: 0;
  z-index: 10;
}
.news-wrap article .nw-02 span{
  display: block;
  padding: 0.7rem 0 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.news-wrap article .nw-03{
  width: 100%;
  position: absolute;
  top;: 0;
  left: 0;
  z-index: 5;
}

/* アニメーション SP  ---------------------------*/
.news-wrap article .wave-pc {
  display: none;
}
.news-wrap article .wave-sp{
  display: block;
  width:14rem;
  height:75px;
  overflow:hidden;
}
.news-wrap article .wave-sp svg{
    display:block;
    width:200%;
    height:100%;
    animation:wave 6s linear infinite;
}
.news-wrap article#normal .wave-sp path{
    fill:#118dc7;
}
.news-wrap article#suspended .wave-sp path{
    fill:#fe4943;
}

@keyframes wave{
    from{
        transform:translateX(0);
    }
    to{
        transform:translateX(-50%);
    }
}

.news-wrap article#normal .nw-04,
.news-wrap article#suspended .nw-04{
  width: calc(100% - 15.6rem);
  padding: 0 2rem;
  border-radius: 0;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 600;
  background: transparent;
}


/* ----------------------
ニュース SP 
------------------------- */
.news-wrap section{
  width: 100%;
  margin: 0;
  padding: 2rem 2rem 0;
  background: #fff;
  position: relative;
}
.news-wrap section h2{
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
.news-wrap section h2 img{
  display: block;
  width: 12rem;
  margin: 0 auto;
}
.news-wrap section dl{
  display: flex;
  padding: 1.5rem 0;
  letter-spacing: 0.025em;
  border-bottom:1px solid rgba(0, 0, 11, 0.2);
}
.news-wrap section dl:last-child{
  border-bottom:0;  
}
.news-wrap section dl dt{
  width: 8rem;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--dbl);
}
.news-wrap section dl dt span{
  display: block;
  font-size: 1.2rem;
}
.news-wrap section dl dt span::after{
  content: "";
}
.news-wrap section dl dd{
  width: calc(100% - 8rem);
  line-height: 1.6;
  font-size: 1.3rem;
}
.news-wrap section p {
  padding: 1.5rem 2rem 3rem;
}

@media only screen and (min-width: 600px) {

  article.open-sp .nw-04{
    padding: 0 4rem;
    font-size: 1.8rem;
  }


  /* ニュース 600 
  ------------------------- */
  .news-wrap{
    padding: 0 3rem;
  }
  .news-wrap section dl{
    padding: 1.5rem 0;
  }
  .news-wrap section dl dt{
    line-height: 1.4;
    font-size: 1.6rem;
  }

}

/*----------------------------------------------------
タブレット用 750
----------------------------------------------------*/
@media only screen and (min-width: 750px) {

  .news-wrap{
    flex-direction: row;
    padding: 0 3rem;
  }

  /* 運航状況 750
  ----------------------------*/
  .news-wrap article{
    flex-direction: column;
    width:24rem;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: transparent;
  }
  .news-wrap article .open-ttl{
    width: 100%;
  }
  .news-wrap  article .nw-01{
    top: 20%;
  }
  .news-wrap article .nw-01 span{
    padding: 0 0.5rem 0 0;
    font-size: 3rem;
  }

  .news-wrap article .nw-01 span strong{
    font-size: 2.4rem;
  }

  .news-wrap article#normal .nw-01 span small,
  .news-wrap article#suspended .nw-01 span small{
    font-size: 2.4rem;
  }

  .news-wrap article .nw-02{
    top: 58%;
  }
  .news-wrap article .nw-02 span{
    font-size: 2.1rem;
  }


  /* アニメーション   ---------------------------*/
  .news-wrap article .wave-sp{
    display: none;
  }
  .news-wrap article .wave-pc {
    display: block;
    width: 18rem;
    margin: 0 0 0 2rem;
    padding: 1% 0 0;
    overflow:hidden;
  }
  .news-wrap article .wave-pc svg {
    width: 900px;
    height: 224px;
    transform: scaleY(-0.5);
  }
  .news-wrap article#normal .wave-pc svg path {
    fill:#118dc7;
    animation:wave linear 4s infinite;
  }
  .news-wrap article#suspended .wave-pc svg path {
    fill:#fe4943;
    animation:wave linear 4s infinite;
  }

  @keyframes wave {
    from {
      transform:translate(0);
    }
    to {
      transform:translate(-66.66%);
    }
  }

  .news-wrap article#normal .nw-04,
  .news-wrap article#suspended .nw-04{
    width: 100%;
    padding: 1rem 0;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
  }
  .news-wrap article#normal .nw-04{
    background: var(--bl);
  }
  .news-wrap article#suspended .nw-04{
    background: var(--prd);
  }

  /* ニュース 750 
  ------------------------- */
  .news-wrap section{
    width: calc(100% - 24rem);
    margin: 3rem 0 0 3rem;
    padding: 3rem 3rem 1.5rem;
  }
  .news-wrap section h2{
    top: -20px;
    left: 0;
  }
  .news-wrap section h2 img{
    width: 15rem;
  }
  .news-wrap section dl dt span{
    display: block;
  }

}


@media only screen and (min-width: 1000px) {

 /* 運航状況 1000
  ----------------------------*/
  .news-wrap article{
    width:30rem;
  }
  .news-wrap article .nw-01{
    top: 20%;
  }
  .news-wrap article .nw-01 span{
    line-height: 1.4;
    font-size: 2.8rem;
  }
  .news-wrap article .nw-01 span strong{
    font-size: 3.6rem;
  }
  .news-wrap article#normal .nw-01 span small,
  .news-wrap article#suspended .nw-01 span small{
    font-size: 2.1rem;
  }
  .news-wrap article .nw-02{
    bottom: 27%;
  }
  .news-wrap article .nw-02 span{
    font-size: 2.8rem;
  }

  /* アニメーション  1000  ---------------------------*/
  .news-wrap article .wave-pc {
    width: 22rem;
    margin: 0 0 0 4rem;
  }
  .news-wrap article .wave-pc svg {
    width: 900px;
    height: 280px;
    transform: scaleY(-0.6);
  }

  .news-wrap article .nw-04{
    font-size: 1.8rem;
  }

  /* ニュース 1000 
  ------------------------- */
  .news-wrap section{
    width: calc(100% - 30rem);
    margin: 3rem 0 0 3rem;
    padding: 5rem 5rem 3rem;
  }
  .news-wrap section h2{
    top: -30px;
    left: 0;
  }
  .news-wrap section h2 img{
    display: block;
    width: 23.5rem;
    margin: 0 0 0 2rem;
  }
  .news-wrap section dl{
    padding: 2rem 0;
  }
  .news-wrap section dl dt{
    width: 12rem;
    font-size: 2rem;
  }
  .news-wrap section dl dt span{
    font-size: 2rem;
  }
  .news-wrap section dl dd{
    width: calc(100% - 12rem);
    line-height: 1.8;
    font-size: 2rem;
  }
  .news-wrap section p {
    font-size: 1.8rem;
    padding: 2rem 0 3rem;
  }


}


@media only screen and (min-width: 1200px) {

  .news-wrap section dl dt{
    width: 20rem;
  } 
  .news-wrap section dl dd{
    width: calc(100% - 20rem);
  }
  .news-wrap section dl dt span{
    display: inline;
    font-size: 2rem;
  }
  .news-wrap section dl dt span::after{
    content: "/";
  }
  



}