.lpFishing_l-section__header {
  text-align: center;
}
.lpFishing_l-section__header h3 {
  margin-bottom: 10px;
}
.lpFishing_l-section__intro {
  padding: 100px 0 220px;
  background-color: #e1dbce;
}
.lpFishing_l-section__about {
  background-color: #f4f2ed;
  padding: 128px 0 80px;
}
.lpFishing_l-section__variation {
  padding: 80px 0 115px;
  background: url("../img/image_variation_bg.jpg") center center/100% auto no-repeat fixed;
}
.lpFishing_l-section__lineup {
  background-color: #fff;
  padding-bottom: 110px;
}
.lpFishing_l-section__detailPoint {
  background-color: #e1dbce;
  padding: 105px 0 88px;
}
.lpFishing_l-section__interview {
  padding: 110px 0;
  background: url("../img/image_interview_bg.jpg") center center/100% auto no-repeat fixed;
}
.lpFishing_l-section__zoffMagazine {
  background-color: #e1dbce;
  padding: 100px 0;
}
.lpFishing_l-section__footerBanner {
  background-color: #fff;
  padding: 80px 0 120px 0;
}
@media screen and (max-width: 980px) {
  .lpFishing_l-section__interview {
    background-size: 980px auto;
    background-position: 0 50%;
  }
}
@media screen and (min-width: 1367px) {
  .lpFishing_l-section__interview {
    background-image: url("../img/image_interview_bg@2x.jpg");
  }
}
.lpFishing_c-button__deactive {
  text-align: center;
  padding: calc(15px / 2) 0;
  line-height: 2.1;
  color: #fff;
  background-color: #192627;
}
.lpFishing_c-button__deactive:before {
  content: none !important;
}
.lpFishing_c-button__line,
.lpFishing_c-button__lineLarge,
.lpFishing_c-button__fill,
.lpFishing_c-button__fillLarge,
.lpFishing_c-button__fillSimple {
  position: relative;
  overflow: hidden;
}
.lpFishing_c-button__line:before,
.lpFishing_c-button__lineLarge:before,
.lpFishing_c-button__fill:before,
.lpFishing_c-button__fillLarge:before,
.lpFishing_c-button__fillSimple:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transform-origin: left center;
  animation: defaultPos 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1 forwards;
}
.lpFishing_c-button__line a,
.lpFishing_c-button__lineLarge a,
.lpFishing_c-button__fill a,
.lpFishing_c-button__fillLarge a,
.lpFishing_c-button__fillSimple a {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: calc(15px / 2) 0;
  line-height: 2.1;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lpFishing_c-button__line a:after,
.lpFishing_c-button__lineLarge a:after,
.lpFishing_c-button__fill a:after,
.lpFishing_c-button__fillLarge a:after,
.lpFishing_c-button__fillSimple a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  width: 25px;
  height: 100%;
  background: center center/auto 13px no-repeat;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lpFishing_c-button__line a br,
.lpFishing_c-button__lineLarge a br,
.lpFishing_c-button__fill a br,
.lpFishing_c-button__fillLarge a br,
.lpFishing_c-button__fillSimple a br {
  display: none;
}
.lpFishing_c-button__line:hover:before,
.lpFishing_c-button__lineLarge:hover:before,
.lpFishing_c-button__fill:hover:before,
.lpFishing_c-button__fillLarge:hover:before,
.lpFishing_c-button__fillSimple:hover:before {
  animation: activePos 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 1 forwards;
}
.lpFishing_c-button__line:hover a,
.lpFishing_c-button__lineLarge:hover a,
.lpFishing_c-button__fill:hover a,
.lpFishing_c-button__fillLarge:hover a,
.lpFishing_c-button__fillSimple:hover a {
  opacity: 1;
  background-color: transparent;
}
.lpFishing_c-button__line:hover a:after,
.lpFishing_c-button__lineLarge:hover a:after,
.lpFishing_c-button__fill:hover a:after,
.lpFishing_c-button__fillLarge:hover a:after,
.lpFishing_c-button__fillSimple:hover a:after {
  transform: translateX(4px);
}
.lpFishing_c-button__line:before,
.lpFishing_c-button__lineLarge:before {
  background-color: #192627;
}
.lpFishing_c-button__line a,
.lpFishing_c-button__lineLarge a {
  color: #192627;
  border: 1px solid #192627;
}
.lpFishing_c-button__line a:after,
.lpFishing_c-button__lineLarge a:after {
  background-image: url("../img/icon_arrow_black.png");
}
.lpFishing_c-button__line a:hover,
.lpFishing_c-button__lineLarge a:hover {
  color: #fff;
}
.lpFishing_c-button__line a:hover:after,
.lpFishing_c-button__lineLarge a:hover:after {
  background-image: url("../img/icon_arrow_white.png");
}
.lpFishing_c-button__fill,
.lpFishing_c-button__fillLarge,
.lpFishing_c-button__fillSimple {
  border: 1px solid #192627;
  background-color: #192627;
}
.lpFishing_c-button__fill:before,
.lpFishing_c-button__fillLarge:before,
.lpFishing_c-button__fillSimple:before {
  background-color: #fff;
}
.lpFishing_c-button__fill a,
.lpFishing_c-button__fillLarge a,
.lpFishing_c-button__fillSimple a {
  color: #fff;
}
.lpFishing_c-button__fill a:after,
.lpFishing_c-button__fillLarge a:after,
.lpFishing_c-button__fillSimple a:after {
  background-image: url("../img/icon_arrow_white.png");
}
.lpFishing_c-button__fill a:hover,
.lpFishing_c-button__fillLarge a:hover,
.lpFishing_c-button__fillSimple a:hover {
  color: #192627;
}
.lpFishing_c-button__fill a:hover:after,
.lpFishing_c-button__fillLarge a:hover:after,
.lpFishing_c-button__fillSimple a:hover:after {
  background-image: url("../img/icon_arrow_black.png");
}
.lpFishing_c-button__fillSimple a {
  padding: calc(3px / 2) 0;
}
.lpFishing_c-button__fillSimple a:after {
  content: none;
}
.lpFishing_c-button__lineLarge a {
  padding: calc(35px / 2) 0;
}
.lpFishing_c-button__fillLarge a {
  padding: calc(35px / 2) 0;
}
@-moz-keyframes defaultPos {
  0% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@-webkit-keyframes defaultPos {
  0% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@-o-keyframes defaultPos {
  0% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@keyframes defaultPos {
  0% {
    transform: translateX(0) scaleX(1);
  }
  100% {
    transform: translateX(100%) scaleX(0);
  }
}
@-moz-keyframes activePos {
  0% {
    transform: translateX(-100%) scaleX(0);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
@-webkit-keyframes activePos {
  0% {
    transform: translateX(-100%) scaleX(0);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
@-o-keyframes activePos {
  0% {
    transform: translateX(-100%) scaleX(0);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
@keyframes activePos {
  0% {
    transform: translateX(-100%) scaleX(0);
  }
  100% {
    transform: translateX(0) scaleX(1);
  }
}
.lpFishing_p-about {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 80px;
}
.lpFishing_p-about__glassesImage {
  position: absolute;
  left: calc(138 / 1200 * 100%);
  top: -228px;
  min-width: 726px;
  width: calc(726 / 1200 * 100%);
}
.lpFishing_p-about__glassesImage img {
  width: 100%;
}
.lpFishing_p-about__text {
  width: calc(559 / 1200 * 100%);
  margin-left: calc(138 / 1200 * 100%);
  margin-right: 56px;
  position: relative;
  z-index: 2;
}
.lpFishing_p-about__text h3 {
  margin-bottom: 22px;
}
.lpFishing_p-about__text p {
  line-height: 2.1;
}
.lpFishing_p-about__image {
  width: calc(445 / 1200 * 100%);
  min-width: 445px;
}
.lpFishing_p-about__image img {
  width: 100%;
}
.lpFishing_p-about__allset {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.lpFishing_p-allset:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
.lpFishing_p-allset h4 {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.lpFishing_p-allset__inner {
  position: relative;
  z-index: 2;
  width: calc(980 / 1200 * 100%);
  background-color: #fff;
  margin-left: calc(138 / 1200 * 100%);
  display: flex;
  justify-content: space-between;
  padding: 38px 43px 38px 0;
}
.lpFishing_p-allset__frameImage img,
.lpFishing_p-allset__attachmentImage img {
  width: 100%;
}
.lpFishing_p-allset__frameImage {
  width: calc(194 / 980 * 100%);
}
.lpFishing_p-allset__attachmentImage {
  width: calc(614 / 980 * 100%);
}
.lpFishing_p-allset__plusIcon {
  margin-top: -38px;
  width: calc(48 / 980 * 100%);
  position: relative;
  color: #fff;
}
.lpFishing_p-allset__plusIcon:before,
.lpFishing_p-allset__plusIcon:after {
  content: '';
  background-color: #232323;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
}
.lpFishing_p-allset__plusIcon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.lpFishing_p-compare {
  width: 980px;
  margin: 0 auto;
  border: 1px solid #bfd0d0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 70px;
  padding: 43px 30px 33px 60px;
}
.lpFishing_p-compare__text {
  flex: 1;
  padding-right: 40px;
}
.lpFishing_p-compare__text h4 {
  margin-bottom: 25px;
}
.lpFishing_p-compare__text p {
  line-height: 2.1;
}
.lpFishing_p-compare__image {
  flex: 0 0 400px;
  background-color: #192627;
  text-align: center;
  line-height: 1;
  font-size: 10px;
}
.lpFishing_p-compare__image__description {
  display: flex;
  width: 100%;
  color: #fff;
}
.lpFishing_p-compare__image__description p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.6;
  flex: 0 0 50%;
  padding: 4px 0;
}
.lpFishing_p-compare__image__description p:first-child {
  border-right: 1px solid #fff;
}
.lpFishing_p-compare__image__description p span {
  display: block;
  font-size: 12px;
}
.lpFishing_p-compare .images-compare-handle {
  width: 72px;
  height: 72px;
  margin-left: -36px;
  border: 0;
  background: url("../img/icon_compareHandle.png") center center/contain no-repeat;
}
.lpFishing_p-compare .images-compare-handle span {
  display: none;
}
.lpFishing_p-detailPoint {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 980px;
  margin: 57px auto 0;
}
.lpFishing_p-detailPoint__item {
  width: 310px;
}
.lpFishing_p-detailPoint__item:first-child,
.lpFishing_p-detailPoint__item:nth-child(2) {
  width: calc(50% - 21px);
  margin-bottom: 48px;
}
.lpFishing_p-detailPoint__item h4 {
  margin-top: 23px;
}
.lpFishing_p-detailPoint__item p {
  margin-top: 18px;
}
.lpFishing_p-detailPoint__item>img {
  width: 100%;
}
.lpFishing_p-detailPoint__item__howtoLink {
  text-align: right;
  margin-top: 18px;
}
.lpFishing_p-detailPoint__item__howtoLink a {
  display: inline-block;
}
.lpFishing_p-filter {
  text-align: center;
}
.lpFishing_p-filter__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 54px;
}
.lpFishing_p-filter__item h5 {
  width: 204px;
}
.lpFishing_p-filter__item h5 a {
  display: block;
  color: #232323;
}
.lpFishing_p-filter__item h5 span {
  font-weight: normal;
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.lpFishing_p-filterProduct {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.lpFishing_p-filterProduct__item {
  margin-left: 20px;
  width: calc(33.333333333% - 20px);
}
.lpFishing_p-filterProduct__item__image a {
  display: block;
}
.lpFishing_p-filterProduct__item__label {
  font-size: 13px;
  line-height: 1.6;
  margin: 16px 0;
}
.lpFishing_p-filterProduct__item__button {
  width: 70%;
  margin: 0 auto;
  line-height: 1.05;
}
.lpFishing_p-footerBanner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 980px;
}
.lpFishing_p-footerBanner__item {
  width: 314px;
}
.lpFishing_p-footerBanner__item a {
  display: block;
}
.lpFishing_p-footerBanner__item a img {
  display: inline-block;
  width: 100%;
}
.lpFishing_p-howto {
  background: #e1dbce;
}
.lpFishing_p-howto__body {
  background-color: #f4f2ed;
  padding-bottom: 100px;
}
.lpFishing_p-howto__header {
  width: 980px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.lpFishing_p-howto__footer {
  padding: 70px 0 110px;
}
.lpFishing_p-howto__backButton {
  width: 620px;
  margin: 0 auto;
}
.lpFishing_p-howtoSection {
  width: 980px;
  margin: 0 auto;
  padding-top: 70px;
}
.lpFishing_p-howtoSection__title {
  border-left: 8px solid #192627;
  padding: 5px 0 6px 15px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 1;
}
.lpFishing_p-howtoSection__body {
  display: flex;
  justify-content: space-between;
}
.lpFishing_p-howtoSection__body__image {
  flex: 0 0 480px;
}
.lpFishing_p-howtoSection__body__text {
  flex: 0 0 460px;
}
.lpFishing_p-howtoSection__body__text p {
  font-size: 18px;
  line-height: 2.1;
}
.lpFishing_p-howtoSection__body__text p strong {
  color: #ad2929;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.lpFishing_p-howtoSection__body__text p strong:before {
  content: '！';
  color: #f4f2ed;
  text-align: center;
  background: #ad2929;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  line-height: 32px;
}
.lpFishing_p-interview {
  display: flex;
  width: 980px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.95);
}
.lpFishing_p-interview__text {
  width: 650px;
  padding-left: 81px;
  padding-right: 58px;
  padding-top: 25px;
}
.lpFishing_p-interview__text h4 {
  margin-left: -56px;
  margin-bottom: 28px;
}
.lpFishing_p-interview__text p {
  line-height: 2;
}
.lpFishing_p-interview__text h5 {
  margin-top: 30px;
}
.lpFishing_p-interview__image {
  width: 330px;
}
.lpFishing_p-interview__image image {
  display: block;
  width: 100%;
}
.lpFishing_p-intro {
  display: flex;
  align-items: flex-end;
}
.lpFishing_p-intro__image {
  width: 50%;
}
.lpFishing_p-intro__image img {
  width: calc(540 / 600 * 100%);
  min-width: 490px;
}
.lpFishing_p-intro__text {
  width: 50%;
  padding-bottom: 17px;
  padding-left: 34px;
}
.lpFishing_p-intro__text p {
  font-size: 17px;
  line-height: 2.8;
  margin-bottom: 31px;
}
.lpFishing_p-intro__text__date {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin-top: 24px;
}
.lpFishing_p-intro__text__date br {
  display: none;
}
.lpFishing_p-intro__text__button {
  margin-top: 40px;
  width: 270px;
}
.lpFishing_p-kv {
  position: relative;
  min-width: 980px;
  min-height: calc(960 / 1800 * (100vw - 100px));
  background-color: #e1dbce;
}
.lpFishing_p-kv__slide {
  padding-bottom: 0;
}
.lpFishing_p-kv__slide img {
  display: block;
  width: 100%;
}
.lpFishing_p-kv__lpTitle,
.lpFishing_p-kv__productName {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lpFishing_p-kv__lpTitle img,
.lpFishing_p-kv__productName img {
  width: 100%;
}
.lpFishing_p-kv__counter {
  position: absolute;
  right: 44px;
  top: 50px;
  width: 10px;
  height: 126px;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.lpFishing_p-kv__counter__line {
  overflow: hidden;
  width: 2px;
  height: 100px;
  background-color: #fff;
  position: relative;
}
.lpFishing_p-kv__counter__line:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cab484;
  transform-origin: center top;
  animation: defaultAnimation 3s cubic-bezier(0, 0, 1, 1) 1 normal;
}
.lpFishing_p-kv__counter__start {
  opacity: 1;
}
.lpFishing_p-kv__counter__start .lpFishing_p-kv__counter__line:after {
  animation: defaultAnimation 3s cubic-bezier(0, 0, 1, 1) 1 normal;
}
.lpFishing_p-kv__counter__num {
  width: 24px;
  height: 15px;
  margin-top: 7px;
  background: url("../img/image_counterNum.png") left top/100% auto no-repeat;
  transition: 0.2s ease-out;
}
.lpFishing_p-kv__counter__num__1 {
  background-position: left top;
}
.lpFishing_p-kv__counter__num__2 {
  background-position: left center;
}
.lpFishing_p-kv__counter__num__3 {
  background-position: left bottom;
}
.lpFishing_p-kv__counter__change .lpFishing_p-kv__counter__line:after {
  animation: changeAnimation 0.4s ease-in-out 1 normal;
}
.lpFishing_p-kv__slider,
.lpFishing_p-kv__lpTitle,
.lpFishing_p-kv__productName {
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  opacity: 0;
}
.lpFishing_p-kv__start .lpFishing_p-kv__slider,
.lpFishing_p-kv__start .lpFishing_p-kv__lpTitle,
.lpFishing_p-kv__start .lpFishing_p-kv__productName {
  opacity: 1;
}
@-moz-keyframes defaultAnimation {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-webkit-keyframes defaultAnimation {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-o-keyframes defaultAnimation {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@keyframes defaultAnimation {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
@-moz-keyframes changeAnimation {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes changeAnimation {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@-o-keyframes changeAnimation {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes changeAnimation {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.lpFishing_p-lineup {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 980px;
  margin: 0 auto 90px;
}
.lpFishing_p-lineup__item {
  width: 350px;
  text-align: center;
  margin: 120px 43px 0;
  display: flex;
  flex-direction: column;
}
.lpFishing_p-lineup__item__itemImage {
  margin-bottom: 30px;
}
.lpFishing_p-lineup__item__label {
  margin-top: auto;
  font-size: 14px;
  line-height: 1;
}
.lpFishing_p-lineup__item__button {
  width: calc(250 / 350 * 100%);
  margin: 30px auto 0;
}
.lpFishing_p-lineup__allButton {
  width: 600px;
  margin: 60px auto 0;
  padding: 1px 0;
}
.lpFishing_p-lineup__title {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #192627;
  color: #fff;
  min-width: 980px;
}
.lpFishing_p-lineup__title__text {
  flex: 0 0 50%;
}
.lpFishing_p-lineup__title__text h3 {
  margin-bottom: 30px;
}
.lpFishing_p-lineup__title__text p {
  line-height: 1.8;
}
.lpFishing_p-lineup__title__text p span {
  display: block;
}
.lpFishing_p-lineup__title__text p br {
  display: none;
}
.lpFishing_p-lineup__title__image {
  flex: 0 0 50%;
  overflow: hidden;
}
.lpFishing_p-lineup__title__image img {
  display: block;
  width: 100%;
}
.lpFishing_p-lineupInfo {
  width: 980px;
  margin: 0 auto;
  border: 5px solid #e5ecec;
}
.lpFishing_p-lineupInfo__text {
  padding-left: 76px;
}
.lpFishing_p-lineupInfo__text h4 {
  margin-bottom: 25px;
}
.lpFishing_p-lineupInfo__case {
  position: relative;
  padding-top: 71px;
  padding-bottom: 66px;
  margin-top: 110px;
}
.lpFishing_p-lineupInfo__case .lpFishing_p-lineupInfo__image {
  position: absolute;
  top: -40px;
  right: 25px;
}
.lpFishing_p-lineupInfo__filter {
  padding-top: 60px;
  padding-bottom: 65px;
  margin-top: 24px;
}
.lpFishing_p-lineupInfo__filter__header,
.lpFishing_p-lineupInfo__filter__body,
.lpFishing_p-lineupInfo__filter__footer {
  width: 818px;
  margin: 0 auto;
}
.lpFishing_p-lineupInfo__filter__header {
  text-align: center;
}
.lpFishing_p-lineupInfo__filter__header p {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 34px;
}
.lpFishing_p-lineupInfo__filter__footer {
  font-size: 14px;
  line-height: 1.85;
  margin-top: 54px;
}
.lpFishing_p-modal {
  width: 980px !important;
  margin: 0 auto !important;
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.lpFishing_p-modal img {
  image-rendering: -webkit-optimize-contrast;
}
.lpFishing_p-modal__header,
.lpFishing_p-modal__footer {
  display: flex;
  justify-content: center;
}
.lpFishing_p-modal__header {
  padding-top: 42px;
}
.lpFishing_p-modal__header__text {
  margin-bottom: 32px;
  padding-left: 43px;
}
.lpFishing_p-modal__header__text h5 {
  margin-bottom: 19px;
}
.lpFishing_p-modal__header__text p {
  line-height: 2;
  margin-bottom: 24px;
}
.lpFishing_p-modal__header__image {
  text-align: center;
  padding: 0 36px;
  margin-bottom: 32px;
}
.lpFishing_p-modal__header__image__data {
  margin-top: 39px;
  font-size: 14px;
  line-height: 1.8;
  color: #ad2929;
}
.lpFishing_p-modal__footer__modelImage {
  margin-left: 15px;
}
html body .lpFishing_modal.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
/* overlay animate in */
/* overlay animate out */
}
html body .lpFishing_modal.mfp-bg.mfp-ready {
  background-color: #455152;
  opacity: 0.9;
}
html body .lpFishing_modal.mfp-bg.mfp-removing {
  opacity: 0;
}
html body .lpFishing_modal.mfp-wrap .mfp-content {
  max-width: 980px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  border: 0;
  padding: 0;
}
html body .lpFishing_modal.mfp-wrap .mfp-content img {
  width: auto;
}
html body .lpFishing_modal.mfp-ready .mfp-content {
  opacity: 1;
}
html body .lpFishing_modal.mfp-removing .mfp-content {
  opacity: 0;
}
html body .lpFishing_modal__hideButton.mfp-close {
  width: 48px;
  height: 48px;
  opacity: 1;
  padding: 0;
  position: absolute;
  top: -52px;
  right: 4px;
  transform: rotate(45deg);
  cursor: pointer;
}
html body .lpFishing_modal__hideButton.mfp-close:before,
html body .lpFishing_modal__hideButton.mfp-close:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
html body .lpFishing_modal__hideButton.mfp-close:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
html body .lpFishing_modal__hideButton.mfp-close:active {
  top: -52px;
}
.lpFishing_p-scene {
  display: flex;
  align-items: center;
  min-width: 980px;
  background-color: #192627;
  color: #fff;
}
.lpFishing_p-scene__title {
  width: calc(360 / 1200 * 100%);
  padding: 0 51px 0 61px;
}
.lpFishing_p-scene__title h3 {
  margin-bottom: 32px;
}
.lpFishing_p-scene__image {
  display: flex;
  width: calc(840 / 1200 * 100%);
}
.lpFishing_p-scene__image__item {
  width: 33.3333%;
  overflow: hidden;
}
.lpFishing_p-scene__image__item img {
  width: 100%;
}
.lpFishing_p-variation {
  width: 980px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.lpFishing_p-variation__item {
  width: calc(980px / 3 - 1px);
  overflow: hidden;
}
.lpFishing_p-variation__item a {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: calc(980px / 3 - 1px);
  height: 100%;
  color: #232323;
}
.lpFishing_p-variation__item h4 {
  padding: 50px 24px 40px;
}
.lpFishing_p-variation__item__lensImage {
  width: 100%;
  overflow: hidden;
  transform: translateX(33px);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.lpFishing_p-variation__item__description {
  font-size: 14px;
  line-height: calc(26 / 14);
  padding: 24px 24px 20px;
}
.lpFishing_p-variation__item__filterView {
  margin-top: auto;
}
.lpFishing_p-variation__item__button {
  border: 1px solid #e9eae9;
  border-bottom: 1px solid #fff;
  border-left: 0;
  background-color: #192627;
  padding: calc(15px / 2) 0;
  line-height: 2.1;
  color: #fff;
  text-align: center;
  position: relative;
}
.lpFishing_p-variation__item__button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  width: 25px;
  height: 100%;
  background: center center/auto 13px no-repeat;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  background-image: url("../img/icon_arrow_white.png");
}
.lpFishing_p-variation__item a:hover {
  opacity: 1;
  background-color: #e1dbce;
}
.lpFishing_p-variation__item a:hover .lpFishing_p-variation__item__lensImage {
  transform: translateX(25px);
}
.lpFishing_p-variation__item a:hover .lpFishing_p-variation__item__button:after {
  transform: translateX(4px);
}
.lpFishing_p-vf {
  text-align: center;
}
.lpFishing_p-vf p {
  margin-bottom: 12px;
}
.lpFishing_p-vf br {
  display: none;
}
.lpFishing_p-vf a {
  display: inline-block;
}
.lpFishing_p-vf a img {
  display: block;
  width: 600px;
}
.lpFishing_p-zoffMagazine {
  width: 670px;
  margin: 0 auto;
}
.lpFishing_p-zoffMagazine a {
  display: block;
  color: #232323;
  display: flex;
  align-items: center;
  box-shadow: 10px 10px 0 0 #c7bba1;
  background-color: #fff;
}
.lpFishing_p-zoffMagazine a:hover {
  opacity: 1;
  transform: translate(10px, 10px);
  box-shadow: 0 0 0 0 #c7bba1;
}
.lpFishing_p-zoffMagazine__image {
  flex: 0 0 230px;
}
.lpFishing_p-zoffMagazine__image img {
  width: 100%;
}
.lpFishing_p-zoffMagazine__text {
  font-size: 16px;
  padding: 0 52px 0 28px;
}
.lpFishing_p-zoffMagazine__text h3 {
  color: #019fe9;
}
.lpFishing_p-zoffMagazine__text p {
  font-size: 20px;
}
.lpFishing_p-zoffMagazine__text div {
  text-align: right;
}
.lpFishing_js-fadeInV,
.lpFishing_js-lateFadeInV {
  transition: all 0.3s 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  transform: translateY(24px);
  will-change: transform, opacity;
}
.lpFishing_js-fadeInV--isActive,
.lpFishing_js-lateFadeInV--isActive {
  opacity: 1;
  transform: translateY(0);
  will-change: unset;
}
.lpFishing {
  color: #232323;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.8;
  background: #192627;
}
.lpFishing * {
  box-sizing: border-box;
}
.lpFishing img {
  image-rendering: -webkit-optimize-contrast;
}

/* 2025.09〜 */
.lpFishing_p-modal {
  width: min(100%, 980px)!important;
}

html body .lpFishing_modal.mfp-wrap .mfp-content{
  width: 100%;
}

body:has(.lpFishing_modal.mfp-ready){
  min-width: unset;
  width: 100%;
  overflow: hidden;
}

.lpFishing_modal .lpFishing_modal__hideButton.mfp-close{
  transform: rotate(45deg)!important;
}

.lpFishing_l-section__footerButton{
  background-color: #fff;
  padding: 60px 0 110px;
}