@media only screen and (min-width: 768px) {
  body {
    line-height: 30px;
  }
}

#key {
  background-image: url("../img/fishing/key.jpg");
  background-position: 50%;
}

#sec1 {
  padding: 15vw 0;
  position: relative;
}

#sec1:before {
  content: '';
  width: 50%;
  height: 50vw;
  background-image: url("../img/fishing/s1-dc.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 10vw;
  z-index: -1;
}

#sec1 h2 {
  line-height: 10vw;
  margin-bottom: 7vw;
}

#sec1 h2 .bg_bl {
  position: relative;
  z-index: 0;
  color: #fff;
}

#sec1 h2 .bg_bl:before {
  content: '';
  background: #120f0c;
  position: absolute;
  right: -0;
  left: -1vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 120px 0;
  }
  #sec1:before {
    width: 343px;
    height: 255px;
    left: calc(50% - 1210px);
    top: 123px;
  }
  #sec1 h2 {
    line-height: 76px;
    margin-bottom: 0;
    position: absolute;
    left: 31px;
    top: -3px;
    z-index: 1;
    text-align: left;
  }
  #sec1 h2 .r1 {
    letter-spacing: 0.2em;
  }
  #sec1 h2 .r2 {
    letter-spacing: 0.2em;
    margin: 1px 16px 0 0;
  }
  #sec1 h2 .bg_bl {
    letter-spacing: 0.12em;
    margin: 1px 0 11px;
  }
  #sec1 h2 .bg_bl:before {
    right: -4px;
    left: 0;
    top: 8px;
    bottom: -3px;
  }
  #sec1 .img {
    margin-left: 248px;
  }
}

#sec2 {
  background: url("../img/fishing/s2-bg_sp.jpg") no-repeat center top/100%, #262121;
  color: #fff;
  padding: 67vw 0 10vw;
  border-top: 3px solid #381e0f;
}

@media only screen and (min-width: 768px) {
  #sec2 {
    background: url("../img/fishing/s2-bg.jpg") no-repeat center 10%/cover;
    padding: 120px 0;
    border-width: 6px;
  }
  #sec2 .txt {
    width: 450px;
    height: 330px;
    margin: 0 -6px 0 auto;
  }
}

#sec3 {
  padding: 12vw 0;
}

#sec3 .box {
  background: #fff;
  padding: 10vw 0;
  position: relative;
}

#sec3 .box:before {
  content: '';
  width: 1px;
  height: 21vw;
  background: #886e51;
  position: absolute;
  left: 50%;
  bottom: -12vw;
}

#sec3 .box .ttl {
  letter-spacing: 0.16em;
  line-height: 10vw;
}

#sec3 .box .ttl .fz72 {
  color: #ae232f;
}

@media only screen and (min-width: 768px) {
  #sec3 {
    padding: 120px 0;
  }
  #sec3 .box {
    padding: 76px 0 121px;
  }
  #sec3 .box:before {
    height: 161px;
    left: 50%;
    bottom: -83px;
  }
  #sec3 .box .ttl {
    line-height: 86px;
    padding-left: 76px;
  }
}

#sec4 {
  position: relative;
  padding: 55vw 0 15vw;
}

#sec4:before {
  content: '';
  height: 70vw;
  background-image: url("../img/fishing/s4-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec4:after {
  content: '';
  width: 61%;
  height: 58vw;
  background-image: url("../img/shared/dc2.png");
  background-size: 17vw;
  position: absolute;
  left: 0;
  top: 70vw;
  z-index: -1;
}

#sec4 .box {
  border-radius: 20%;
  border: 2px solid #5e4d35;
  padding: 8vw 7%;
  margin-bottom: 6vw;
}

#sec4 .box .sttl {
  color: #ae232f;
  font-size: 4.5vw;
  line-height: 6vw;
  letter-spacing: 0.2em;
}

#sec4 .box .sttl small {
  font-size: 4vw;
}

#sec4 .box .ttl {
  font-size: 5.5vw;
  line-height: 8vw;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
}

@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 253px 0 120px;
  }
  #sec4:before {
    height: 606px;
  }
  #sec4:after {
    width: calc(50% - 210px);
    height: 355px;
    background-size: auto;
    top: 606px;
  }
  #sec4 .box {
    width: 530px;
    height: 530px;
    border-radius: 50%;
    border-width: 4px;
    padding: 75px 42px 70px 60px;
    margin: 0 0 0 -89px;
  }
  #sec4 .box .sttl {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #sec4 .box .sttl small {
    font-size: 24px;
  }
  #sec4 .box .ttl {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 23px;
  }
  #sec4 .box .txt {
    text-align: center;
  }
  #sec4 .txt2 {
    letter-spacing: 0.22em;
    width: 620px;
    margin: -99px 0 0 402px;
  }
}

#sec5 {
  padding-bottom: 12vw;
  position: relative;
}

#sec5:before {
  content: '';
  width: 61%;
  height: 58vw;
  background-image: url("../img/shared/dc2.png");
  background-size: 17vw;
  position: absolute;
  right: 0;
  top: 20vw;
  z-index: -1;
}

#sec5:after {
  content: '';
  width: 61%;
  height: 40vw;
  background-image: url("../img/shared/dc2.png");
  background-size: 17vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

#sec5 .img1 {
  width: 70%;
}

#sec5 .df {
  margin: 6vw 0;
}

#sec5 .img2 {
  width: 55%;
}

#sec5 .img3 {
  width: 40%;
}

#sec5 .img4 {
  width: 80%;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  #sec5 {
    padding-bottom: 83px;
  }
  #sec5:before {
    width: calc(50% - 82px);
    height: 490px;
    background-size: auto;
    top: 233px;
  }
  #sec5:after {
    content: '';
    width: calc(50% - 55px);
    height: 426px;
    background-size: auto;
  }
  #sec5 .img1 {
    width: 564px;
    margin-left: 54px;
  }
  #sec5 .df {
    margin: 79px 119px 79px 1px;
  }
  #sec5 .img2 {
    width: 451px;
    padding-bottom: 19px;
  }
  #sec5 .img3 {
    width: 335px;
  }
  #sec5 .img4 {
    width: 687px;
  }
}

#sec6 {
  position: relative;
  z-index: 0;
  padding: 55vw 0 15vw;
}

#sec6:before {
  content: '';
  height: 70vw;
  background-image: url("../img/fishing/s6-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}

#sec6:after {
  content: '';
  width: 61%;
  height: 58vw;
  background-image: url("../img/shared/dc1.png");
  background-size: 17vw;
  position: absolute;
  left: 0;
  top: 70vw;
  z-index: -2;
}

#sec6 .box {
  border-radius: 20%;
  border: 2px solid #5e4d35;
  padding: 8vw 7%;
  margin-bottom: 6vw;
}

#sec6 .box .sttl {
  color: #ae232f;
  font-size: 4.5vw;
  line-height: 6vw;
  letter-spacing: 0.2em;
}

#sec6 .box .sttl small {
  font-size: 4vw;
  letter-spacing: 0.2em;
}

#sec6 .box .ttl {
  font-size: 5.5vw;
  line-height: 8vw;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
}

#sec6 .box .ttl small {
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  #sec6 {
    padding: 154px 0 120px;
  }
  #sec6:before {
    height: 606px;
  }
  #sec6:after {
    width: calc(50% - 210px);
    height: 355px;
    background-size: auto;
    top: 606px;
  }
  #sec6 .box {
    width: 530px;
    height: 530px;
    border-radius: 50%;
    border-width: 4px;
    padding: 59px 0 70px;
    margin: 0 0 0 -89px;
  }
  #sec6 .box .sttl {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #sec6 .box .sttl small {
    font-size: 24px;
    margin-top: -5px;
  }
  #sec6 .box .ttl {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 17px;
  }
  #sec6 .box .ttl small {
    font-size: 24px;
  }
  #sec6 .box .txt {
    text-align: center;
    letter-spacing: 0.22em;
    padding: 0 52px 0 63px;
  }
}

@media only screen and (min-width: 1280px) {
  #sec6 .box {
    margin-left: -102px;
  }
}

#sec7 {
  margin-top: -1px;
  padding-bottom: 15vw;
  position: relative;
  z-index: 0;
}

#sec7:before {
  content: '';
  width: 40%;
  height: 50vw;
  background-image: url("../img/fishing/s7-dc.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: -15vw;
  z-index: -1;
}

#sec7 .box {
  border-radius: 20%;
  border: 2px solid #5e4d35;
  padding: 8vw 7%;
  margin: -8vw 0 0;
  position: relative;
  z-index: 1;
}

#sec7 .box .sttl {
  color: #ae232f;
  font-size: 4.5vw;
  line-height: 6vw;
  letter-spacing: 0.2em;
}

#sec7 .box .sttl small {
  font-size: 4vw;
  letter-spacing: 0.2em;
}

#sec7 .box .ttl {
  font-size: 5.5vw;
  line-height: 8vw;
  letter-spacing: 0.2em;
  margin-bottom: 5vw;
}

#sec7 .box .ttl small {
  font-size: 4vw;
}

@media only screen and (min-width: 768px) {
  #sec7 {
    padding-bottom: 120px;
  }
  #sec7:before {
    width: 344px;
    height: 244px;
    right: calc(50% - 641px);
    top: 64px;
  }
  #sec7 .box {
    width: 530px;
    height: 530px;
    float: right;
    border-radius: 50%;
    border-width: 4px;
    padding: 88px 0 70px;
    margin: 168px -34px 0 -100px;
  }
  #sec7 .box .sttl {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #sec7 .box .sttl small {
    font-size: 24px;
    margin-top: -5px;
  }
  #sec7 .box .ttl {
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 22px;
  }
  #sec7 .box .ttl small {
    font-size: 24px;
    margin-top: -5px;
  }
  #sec7 .box .txt {
    text-align: center;
    letter-spacing: 0.22em;
    padding: 0 16px 0 36px;
  }
  #sec7 .img {
    width: 690px;
    float: left;
    margin-left: -92px;
  }
}

#sec8 {
  margin-top: -1px;
  padding-bottom: 17vw;
  position: relative;
  z-index: 0;
}

#sec8:before {
  content: '';
  width: 45vw;
  height: 25vw;
  background-image: url("../img/shared/dc1.png");
  background-size: 13vw;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#sec8 .box {
  background: #fff;
  padding: 8vw 4%;
  margin-bottom: 6vw;
}

#sec8 .box .sttl {
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.2em;
  color: #ae232f;
}

#sec8 .box .ttl {
  font-size: 5.5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
  margin: 1vw 0 5vw;
}

#sec8 .box .tit {
  font-size: 14px;
  color: #fff;
  background: #ae232f;
  margin-bottom: 5px;
}

#sec8 .box .txt {
  line-height: 18px;
}

#sec8 .box .txt span {
  display: block;
}

#sec8 .box .txt span + span {
  margin-top: 18px;
}

#sec8 .box .txt span.db {
  font-size: 14px;
}

#sec8 .box .note {
  font-size: 11px;
  line-height: 18px;
  margin-top: 18px;
}

#sec8 .box .img {
  width: 60%;
  margin: 5vw -7% -22vw auto;
}

@media only screen and (min-width: 768px) {
  #sec8 {
    padding-bottom: 119px;
  }
  #sec8:before {
    width: calc(50% - 259px);
    height: 289px;
    background-size: auto;
  }
  #sec8 .box {
    width: 482px;
    padding: 52px 0 54px;
    margin-bottom: 0;
  }
  #sec8 .box .sttl {
    font-size: 18px;
    line-height: 30px;
  }
  #sec8 .box .ttl {
    font-size: 36px;
    line-height: 50px;
    margin: 1px 0 33px;
  }
  #sec8 .box .tit {
    width: 405px;
    margin: 0 auto 8px;
    font-size: 18px;
    padding: 4px 0 5px;
  }
  #sec8 .box .txt {
    line-height: 24px;
    letter-spacing: 0.2em;
  }
  #sec8 .box .txt span + span {
    margin-top: 24px;
  }
  #sec8 .box .txt span.db {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #sec8 .box .note {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1em;
    margin-top: 21px;
  }
  #sec8 .box .img {
    width: 251px;
    margin: 21px -9px -130px auto;
  }
}

#sec9 {
  padding: 15vw 0 5vw;
}

#sec9 .blk .col {
  margin-bottom: 10vw;
}

#sec9 .blk .col .box {
  background: #fff;
  margin-top: 1vw;
  padding: 6vw 5%;
}

#sec9 .blk .col .box .ttl {
  font-size: 5vw;
  line-height: 7vw;
  letter-spacing: 0.2em;
  margin-bottom: 4vw;
}

#sec9 .blk .col .box .ttl2 {
  margin-bottom: 6vw;
}

#sec9 .blk .col .box .price {
  font-size: 4vw;
  line-height: 6vw;
  letter-spacing: 0.2em;
  margin-bottom: 3vw;
}

#sec9 .blk .col .box .price span {
  font-size: 5.5vw;
  color: #ae232f;
}

#sec9 .blk .col .box .txt {
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  #sec9 {
    padding: 120px 0;
  }
  #sec9 .blk {
    margin: 0 -55px;
  }
  #sec9 .blk .col {
    width: 520px;
    margin-bottom: 0;
  }
  #sec9 .blk .col .box {
    margin-top: 10px;
    padding: 33px 0 41px;
  }
  #sec9 .blk .col .box .ttl {
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.1em;
    margin: 0 0 24px 12px;
  }
  #sec9 .blk .col .box .ttl2 {
    margin: 0 0 41px 30px;
  }
  #sec9 .blk .col .box .price {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  #sec9 .blk .col .box .price span {
    font-size: 30px;
  }
  #sec9 .blk .col .box .txt {
    line-height: 28px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #sec9 .blk .col .box .txt2 {
    padding-left: 16px;
  }
  #sec9 .blk .col .box2 {
    padding-top: 36px;
  }
}

.fz48 {
  font-size: 46px;
}

@media only screen and (max-width: 768px) {
  .fz48 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px){
.df_pc {
justify-content: space-between;
}
}