
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap');

/*-----------------------------------------
・全体の共有部分
・ヘッダー
・メイン
・フッター
----------------------------------------*/

body{
  padding: 0;
  margin: 0;
}
.body {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  width: 90%;
  max-width: 1300px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}



.body img {
  width: 100%;
  height: 100%;
  vertical-align:top;
}
.body p,
.body h2,
.body h3,
.body span,
.body div{
  text-shadow: none;
  margin: auto;
  padding: 0;
}
.body li{
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}


.btn a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}


/*ヘッダー------------------------------
----------------------------------------*/
.headGrp{
position: relative;
z-index: 99;
}

.headGrp .wrap01{/*背景*/
background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/haikei.png) center / cover no-repeat;
background-attachment: fixed;
padding: 10px 0 30px;
position:relative;
z-index: 1;
}
.headGrp .wrap01::before{/*波の画像*/
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../svg/nami_top.svg) center top /contain repeat-x;
  z-index: -1;
}
.header_img{
  z-index: 1;
}
.headGrp .wrap02{
  background: #1a70b7;
  position: relative;
  height: 90px;
}

@media screen and (max-width:768px) {
  .headGrp .wrap02{
    height: 0;
  }
}

/*メイン------------------------------
----------------------------------------*/
.mainGrp{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/haikei.png) center bottom / cover no-repeat;
  background-attachment: fixed;
  position: relative;
  z-index: 0;
  padding-bottom: 150px;
}


h3.productH3{
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color:  #1a70b7;
  padding: 30px 60px 30px;
  position: relative;
  display: inline-block;
  background: none;
    width: auto;
}

h3.productH3:before,
h3.productH3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 40px;
    height: 3px;
    border-radius: 5px;
    background-color: #1a70b7;
}

h3.productH3:before {
    left: 0;
}

h3.productH3:after {
    right: 0;
}

.productList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 80px 0 0;
}

@media (max-width: 768px) {
  h3.productH3{
    font-size: 7vw;
    padding-left: 2em;
    padding-right: 2em;
  }
  h3.productH3:before, h3.productH3:after{
    width: 30px;
    height: 2px;
  }
}
@media (max-width: 710px) {

  /*------------------------------------------- */
  .productGrp .productList {
    border-radius: 0 0 10px;
  }

  .productGrp .productH2 {
    width: 100%;
    max-width: 100%;
    font-size: 5vw;
  }
}



.icon_coupon_01,
.icon_coupon_02{
  position: relative;
}
.icon_coupon_01:after,
.icon_coupon_02:after{
  display: block;
  content: "";
  width: 136px;
  height: 43px;
  position: absolute;
  top: -9px;
  left: -7px;
}
.icon_coupon_01:after{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/icon_coupon_01.png) center / contain no-repeat;
}
.icon_coupon_02:after{
  background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/icon_coupon_02.png) center / contain no-repeat;
}



.mainGrp .wrap{
  padding: 90px 0 0px;
}
.mainGrp .wrap01{
  padding-top: 40px;
}
@media screen and (max-width:768px) {
  .mainGrp .wrap{
    padding-top: 0;
  }
}


.fish_Grp{
    position: relative;
    top: 0;
    left: 0;
}
.fish_List{
  position: relative;
  padding: 0;
}
.fish_Grp .fish_posi{
  display: block;
  position: absolute;
  width: 100%;
  z-index: -1;
}


/*
.fish_posi.fixed {
    position: fixed!important;
}
.fish_posi.fixed.none {
    opacity: 0;
    z-index: -1;
}
*/


.fish_Grp .fish_posi01{
  top: 150px;
  left: 0;
}
.fish_Grp .fish_posi02{
  top: 200px;
  right: 0;
}
.fish_Grp .fish_posi03{
  top: 400px;
  left: 0;
}
.fish_Grp .fish_posi04{
  top: 600px;
  right: 0;
}
.fish_Grp .fish_posi05{
  top: 750px;
  left: 0;
}





/*@media screen and (max-width:768px) {
  .icon_coupon:after{
    width: 143px;
    height: 45px;
    position: absolute;
    top: 5px;
    left: -7px;
    background: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/icon_coupon_sp.png) center / contain no-repeat;
  }
}
*/
/*アニメーション*/
/*--------*/
.fish_01_item,
.fish_02_item,
.fish_03_item,
.fish_04_item,
.fish_05_item{
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
}
.fish_01_item{
  	width: 161px;
      height: 62px;
      background-image: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/fish_04.png);
}
.fish_02_item{
  	width: 97px;
      height: 68px;
      background-image: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/fish_02.png);
}
.fish_03_item{
  	width: 72px;
      height: 42px;
      background-image: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/fish_03.png);
}
.fish_04_item{
  	width: 81px;
      height: 48px;
      background-image: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/fish_01.png);
}
.fish_05_item{
  	width: 161px;
      height: 62px;
      background-image: url(https://d11w49g8ylcixs.cloudfront.net/resource/20220609/fish_05.png);
}

/*--------*/
.fish_01_item.anime,
.fish_02_item.anime,
.fish_03_item.anime,
.fish_04_item.anime,
.fish_05_item.anime{
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: .5s;
    transition-property: transform;
}
.fish_01_item.anime{
}
.fish_02_item.anime{
}

/*--------*/
div.fish_01_stage,
div.fish_02_stage,
div.fish_03_stage,
div.fish_04_stage,
div.fish_05_stage{
    position: relative;
    height: 65px;
    top: 0px;
    display: block;
}
div.fish_01_stage{
  width: 40%;
  margin: 0 auto 0 150px;
}
div.fish_02_stage{
  width: 20%;
  margin: 0 0 0 auto;
}
div.fish_03_stage{
  width: 30%;
  margin: 0 0 0 auto;
}
div.fish_04_stage{
  width: 30%;
  margin: 0 auto 0 100px;
}
div.fish_05_stage{
  width: 40%;
  margin: 0 0 0 auto;
}

/*--------*/
.fish_01_wrap,
.fish_02_wrap,
.fish_03_wrap,
.fish_04_wrap,
.fish_05_wrap{
	display: block;
    position: absolute;
      animation-timing-function:linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}
.fish_01_wrap{
  animation-duration: 9s;
}
.fish_02_wrap{
  animation-duration: 8s;
}
.fish_03_wrap{
  animation-duration: 7s;
}
.fish_04_wrap{
  animation-duration: 11s;
}
.fish_05_wrap{
  animation-duration: 13s;
}

/*--------*/

.fish_01_wrap[data-order="left"],
.fish_02_wrap[data-order="right"],
.fish_03_wrap[data-order="right"],
.fish_04_wrap[data-order="left"],
.fish_05_wrap[data-order="right"] {
    animation-name: GoRight;
}
.fish_01_wrap[data-order="right"],
.fish_02_wrap[data-order="left"],
.fish_03_wrap[data-order="left"],
.fish_04_wrap[data-order="right"],
.fish_05_wrap[data-order="left"]{
    animation-name: GoLeft;
}

[data-order="right"] > .fish_01_item,
[data-order="right"] > .fish_02_item,
[data-order="right"] > .fish_03_item,
[data-order="right"] > .fish_04_item,
[data-order="right"] > .fish_05_item {
    transform: rotateY(180deg);
}

/*--------*/
@keyframes GoLeft {
    0% {
        right: 10%;
    }
    100% {
        right: 90%;
    }
}
@keyframes GoRight {
    0% {
        right: 90%;
    }
    100% {
        right: 10%;
    }
}
@keyframes upDown {
    0% {
        top: 0;
    }
    100% {
        top: 5px;
    }
}

@media screen and (max-width:768px) {

  div.fish_01_stage{
    margin: 0 auto 0 80px;
  }
  div.fish_04_stage{
    margin: 0 auto 0 60px;
  }

  .fish_01_item{
    	width: 70px;
        height: 27px;
  }
  .fish_02_item{
    	width: 69px;
        height: 49px;
  }
  .fish_03_item{
    	width: 55px;
        height: 32px;
  }
  .fish_04_item{
    	width: 53px;
        height: 32px;
  }
  .fish_05_item{
    	width: 70px;
        height: 27px;
  }
}

/*フッター------------------------------
----------------------------------------*/

/*ダウンロード*/
.footGrp {
  background: #fff;
  position: relative;
}
.footGrp::before{
  display: block;
  content: "";
  width: 100%;
  height: 100px;
  position: absolute;
  top: -80px;
  left: 0;
  background: url(../svg/nami_bottom.svg) center bottom /contain repeat-x;
}

.dlGrp {
  padding: 3% 0 5%;
  z-index: 99;
}

.dlWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dlText, .dl_img {
  width: 40%;
}

.dlText_h5 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: none;
}

.dlText_h5 span {
  display: inline-block;
  color: #1a70b7 !important;
}

.dlText_a {
  max-width: 400px;
  background: #1a70b7;
  color: #fff!important;
  text-decoration: none;
  display: block;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border-radius: 100px;
  margin: 7% auto 0;
  transition: all 0.3s ease 0s;
}
.dlText_a:hover{
  opacity: 0.8;
}


@media (max-width: 870px) {
  /*------------------------------------------- */
  .dlWrap {
    flex-direction: column;
  }

  .dlText, .dl_img {
    width: 100%;
  }
}

@media (max-width: 780px) {
  /*------------------------------------------- */
  .headGrp .wrap01::before{
    background: cover;
    height: 25px;
  }
.footGrp::before{
  background-size: cover;
  height: 25px;
  top: -20px;
}
  .dlText_h5 {
    margin-top: 7%;
    font-size: 5vw;
  }
  .dlText, .dl_img {
    width: 85%;
  }

  .dlText_a {
    font-size: 5vw;
    margin-bottom: 7%;
  }
  .dlGrp {
    padding: 3% 0 8%;
  }
}



/*EC-CUBE*/
.l-container{
  width: 1200px;
}
#fil{
width: 1200px;
margin: auto;
}
.c-main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#contentInner{padding-bottom: 0;}
#contentInner,
#wide_main_contents{width: 100%;}
