@charset "UTF-8";

/* *******************************************************************************************
*
*　海なし県 PC
*
******************************************************************************************* */

/* -- ページヘッダー -- */

.pageHeader_ttl-landlock{
padding:  40px 0 40px 0;
background: url(../image/index_bg-landlock_pc.jpg) center center no-repeat;
background-size: cover;
}
.pageHeader_ttl_box{
  display: block;
max-width:900px;
width: 78.58%;
margin: 0 auto;
}
.pageHeader_ttl_box .ttl{
  display: block;
width: 400px;
padding-left: 24px
}
/* -- メインコンテンツ -- */

.pageContent{
padding-top: 44px;
background: #fff;
}

.pageContent_inner{
margin: 0 auto;
width: 980px;
color: #05474d;
}

/* ----------
*
* 一覧
*
* -------- */

.landlock_Index{
padding-bottom: 36px;
}
.landlock_Index_lead p {
  font-size: 20px;
  line-height: 32px;
}

/* -- 目次 --*/

.landlock_ttlArea{
margin-top: 76px;
margin-bottom: 28px;
}
.landlock_ttlArea .ttl{
font-size: 24px;
font-weight: bold;
line-height: 32px;
border-bottom: 5px solid #05474d;
padding-bottom: 10px;
}
.landlock_toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 80px;
}
.landlock_toc .tocBox{
  position: relative;
  margin-bottom: 18px;
}
.landlock_toc .tocBox.disabled {
  opacity: .4;
  background-color: #D2D2D2;
  border: none;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.landlock_toc .tocBox > a {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  border: 2px solid #05494d;
}
.landlock_toc .tocBox .phBox{
width: 100%;
height: 100%;
padding-top: 70px;
}
.landlock_toc .tocBox .phBox > img{
width: 100%;
height: 100%;
object-fit: cover;
}
.landlock_toc .tocBox .num {
  position: absolute;
  top: 0;
  left: 0;
  height: 70px;
  width: 100%;
  background-color: #05474d;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  border-radius: 27px 27px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.landlock_toc .tocBox.disabled .num {
  position: relative;
  border-radius: 0;
}
.landlock_toc .tocBox .num > span {
  font-size: 20px;
  padding-right: 20px;
}

.landlock_toc .tocBox .ttl{
  margin-top: 30px;
  padding: 0 20px;
}
.landlock_toc .tocBox .ttl p{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.landlock_toc .tocBox.disabled .ttl p {
  font-size: 30px;
}
.landlock_toc .tocBox .noteBox{
  margin-top: 30px;
  padding: 0 20px 40px;
}
.landlock_toc .tocBox .noteBox p{
  font-size: 18px;
  line-height: 32px;
}
.landlock_toc .tocBox.disabled::after{
content: "";
display: block;
position: absolute;
top: 45%;
left: 50%;
width: 50%;
height: 100%;
transform: translate(-50%, -50%);
background-image: url(/fishing/landlock/image/shiga_wt.png);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
z-index: -1;
}

.landlock_toc .commentBox{
margin:40px 0 70px 0;
}
.landlock_toc .commentBox .balloonBox{
position: relative;
background-color: #05474d;
padding: 20px;
border-radius: 30px;
font-size: 28px;
font-weight: 700;
line-height: 48px;
color: #fff;
text-align: center;
}
.landlock_toc .balloonBox:after{
content: "";
position: absolute;
right: 20px;
bottom: -20px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: #05474d transparent transparent transparent;
border-width: 20px 13px 0 13px;
}

/*-- New --*/
.landlock_toc .item_link-new:before{
position: absolute;
content: '';
top: 0;
left: 0;
width: 70px;
height: 30px;
z-index: 10;
background: url(/fishing/2hp-landlock/image/label_new.png) 0 0 no-repeat;
background-size: cover;
background-position: center center;
}

/* -- この企画で使用している船外機 --*/
.landlock_product{
width: 100%;
background-color: #e6eeee;
color: #05474d;
margin-top: 80px;
padding:35px 0 70px 0	;
}
.landlock_product .product_ttl{
text-align: center;
font-size: 32px;
line-height: 56px;
font-weight: bold;
}
.landlock_product .productBox{
margin-top: 38px;
}
.landlock_product .productBox .phBox{
float: left;
width: 310px;
}
.landlock_product .productBox .ttlBox{
padding-left: 340px;
font-size: 20px;
font-weight: bold;
padding-top: 10px;
}
.landlock_product .productBox .ttlBox .productName{
font-size: 32px;
}
.landlock_product .productBox .ttlBox .ttl{
padding-top: 16px;
font-size: 20px;
line-height: 32px;
}
.landlock_product .productBox .noteBox{
padding-left: 340px;
padding-top: 15px;
font-size: 18px;
line-height: 32px;
}

.landlock_product .productBox::after{
content: "";
display: block;
clear: both;
}
.landlock_product .productBox .btnBox{
padding-left: 340px;
padding-top: 30px;
}
.landlock_product .productBox .btnBox .btn{
width:450px;
}
.landlock_product .productBox .btnBox a{
display: block;
position: relative;
background-color: #0f5966;
color: #fff;
font-size: 20px;
line-height: 32px;
font-weight: bold;
padding: 15px 0;
text-align: center;
}
.landlock_product .productBox .btnBox a:after {
position: absolute;
content: '';
top: 35%;
right: 14px;
width: 14px;
height: 20px;
background: url(../../common/image/ic_arrow_wt_right.png) 0 center no-repeat;
background-size: 14px 14px;
z-index: 10;
}

.fishing_contents a:hover {
opacity: 0.7;
}

.snsBtn{margin-top: 60px;}


/* ----------
*
* 下層共通
*
* -------- */

/* -- メインビジュアル -- */

.pageMain{
position: relative;
height: 348px;
}
.subscribe_newsletter{
padding-top: 75px;
}