@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #212121;
  font-size: 1rem;
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  background-repeat: repeat;
}
a {
  color: #212529;
  text-decoration: none;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.7;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
li {
  list-style: none;
}



/* --------------------------------
wrapper
-------------------------------- */
.wrapper {
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.wrapper-02 { /* 中央部分　上だけ隙間無し */
  /* max-width: 600px; */
  padding: 0 25px 30px;
  margin: 0 auto;
}
.wrapper-03 { /* 中央部分　上下左右に隙間 */
  /* max-width: 600px; */
  padding: 25px 25px 30px;
  margin: 0 auto;
}
.main-content {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.js-time_limited {
  display: none;
}
.js-time_limited_fire {
  display: block;
}



/* --------------------------------
ページ内共通
-------------------------------- */
section{ /* 区切り点線 */
  border-bottom: 5px dotted #0F75DA;
}
span{ /* 文字強調（青） */
  color: #0F75DA;
  font-weight: bold;
}
p a{ /* リンク強調（橙） */
  color: #FF752B;
  font-weight: bold;
}





/* --------------------------------
はじめに
-------------------------------- */
#top-content{
  padding-bottom: 30px;
}
.first-topic{
  margin-bottom: 30px;
}
.first-topic img{
  margin-bottom: 15px;
}
.first-topic p{
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1.5em;
}

/* 防犯カメラは必要？ */
.cam-merit{
  background-color: #F3F3F3;
  border-radius: 1rem;
  padding: 20px 25px 25px;
  text-align: center;
}
.cam-merit .title{
  color: #0F75DA;
  font-weight: bold;

  font-size: 1.5rem;
  padding-bottom: 10px;
  border-bottom: 5px dotted #0F75DA;
}
.cam-merit p{
  padding-top: 10px;
  text-align: left;
  font-size: clamp(16px, 3vw, 20px);
}


/* --------------------------------
選び方のポイント
-------------------------------- */
#point-list{
  padding: 25px 0 15px;
}
.lineup img{
  margin-bottom: 15px;
}
.lineup .list{
  display: flex;
	justify-content: center;
}
.lineup .list li{
  width: 33%;
  padding: 5px 5px 0 5px;
}


/* --------------------------------
XXで選ぶ
-------------------------------- */
.pt-title{
  display: block;
  margin: 25px 0 15px;
  padding-left: 8px;

  line-height: 1;
  font-size: 1.8rem;
  border-left: 10px solid #0F75DA;
}
.sub-title{
  display: block;
  margin: 10px 0;
  font-size: 1.5rem;
}
.pt-img{
  max-width: clamp(340px, 100vw, 570px);
  margin-left: -25px;
}
.pt-text{
  padding: 15px 0 30px;
  font-size: clamp(16px, 3vw, 20px);
}

/* 診断 */
.chart{
  display: flex;
  margin-right: -25px;
  margin-bottom: 25px;
}


/* --------------------------------
厳選！おすすめカメラ一覧
-------------------------------- */
#select-item{
  padding: 25px 0 30px;
}
#select-item .list {
  display: flex;
  justify-content: space-between;

  padding: 15px 0 20px;
  border-bottom: 1.5px solid #0F75DA;
}
#select-item .list:last-child {
  padding: 15px 0 0;
  border-bottom: none;
}

/*-- 左側 --*/
#select-item .cam-left {
  width: 48%;

}
#select-item .icon{
  display: flex;
	justify-content: left;
  height: clamp(23px, 6vw, 35px);
  gap: 3px;
}
#select-item .name{
  color: #0F75DA;
  line-height: 20px;
  padding-top: 10px;
}
#select-item .rb{
  padding-top: 5px;
}
#select-item .name span{
  font-size: 1.5rem;
  font-weight: bold;
}

/*-- 左側 こんな人におすすめ --*/
#select-item .box{
  position: relative;
  margin: 15px 0 0;
  padding: 0.8em 0.8em 0.6em;
  border: solid 2px #0F75DA;
  border-radius: 8px;
}
#select-item .box-title{
  text-align: center;
  position: absolute;
  display: inline-block;
  top: -0.8em;
  right: 8%;
  left: 8%;
  background: #FFF;
  font-size: clamp(11px, 3vw, 18px);
}
#select-item .box p{
  margin-bottom: 8px; 
  font-size: clamp(11px, 3vw, 16px);
}
#select-item .box p span{
  color: #FF752B;
  font-weight: bold;
}
/*-- 左側 ボタン --*/
#select-item .link{
  display: grid;
  text-align: center;
}
#select-item .btn{
  font-weight: bold;
  font-size: 0.8rem;
  color: #0F75DA;
  border: 2px solid #0F75DA;
  border-radius: 2rem;
  padding: 0 15px;
}
#select-item .btn:hover{
  letter-spacing: 0.15em;
}

/*-- 右側 --*/
#select-item .cam-right {
  width: 48%;
}


/* --------------------------------
こちらの商品もおすすめです
-------------------------------- */
#pickup-item{
  padding: 25px 25px 30px;
  margin: 0 -25px;
  border-bottom: none;
  background: #E5F7FB;
}
.pickup-title {
  text-align: center;
}
.pickup-title p {
  display: inline-block;
  color: #fff;
  background: #0F75DA;
  border-radius: 40px;
  font-weight: bold;
  font-size: 1rem;
  margin: 10px;
  padding: 3px 15px
}
.pickup-title img {
  margin-bottom: 15px;
}
.pickup-img{
  padding: 20px 0 10px;
}

#pickup-item .list{
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
#pickup-item .list li{
  width: 50%;
  padding: 10px;
  transition-duration: .4s;
}
#pickup-item .list li:hover{
  transform: scale(1.1);
}


/* --------------------------------
その他
-------------------------------- */
#other {
  text-align: center;
  padding: 40px 25px 30px;
  margin: -40px -25px -30px;
  border-bottom: none;
  background: #E5F7FB;
}
#other .title {
  margin-bottom: 15px;
}

/*-- ショップトップへ --*/
#other .link {
  font-size: 1.5625rem;
  margin-top: 40px;
}
#other .link .btn {
  background-color: #0F75DA;
  display: inline-block;
  color: #FFF;
  padding: 7px 80px 7px 45px;
  border-radius: 40px;
  position: relative;
  transition: ease 0.3s;
  font-weight: 600;
  border: 2px solid #0F75DA;
}
#other .link .btn:hover {
  background-color: #fff;
  color: #0F75DA;
}
#other .link .btn::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: calc(50% - 11px);
  right: 1.8rem;
  margin: 0;
  padding: 0;
  content: "\f35a";
  transition: ease 0.3s;
}
#other .link .btn:hover::before {
  right: 1.4rem;
}





/* --------------------------------
pc-left
-------------------------------- */
#pc-left {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  place-content: center;
  flex: 1;
  height: 100vh;
  background: url(../img/pc_top_01.jpg);
  background-color: #B8EFFF;
  background-position: center center;
  background-size: cover;
}
#pc-left .inner {
  display: grid;
  place-items: center;
  gap: 2rem 0;
}
#pc-left .inner .logo {
  max-width: 200px;
}
#pc-left .inner .item-img {
  max-width: 400px;
}

/* --------------------------------
center-content
-------------------------------- */
#center-content {
  max-width: 570px;
  /* padding-bottom: 6rem; */
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: 400px;
  background-repeat: repeat;
  background-attachment: fixed;
  position: relative;
}
#center-content .mainvisual {
  margin-bottom: 30px;
}

/* --------------------------------
pc-right
-------------------------------- */
#pc-right {
  position: sticky;
  top: 0;
  display: grid;
  place-items: center;
  flex: 1;
  height: 100vh;
  margin-top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../img/pc_top_03.jpg);
  background-color: #B8EFFF;
  background-position: center center;
  background-size: cover;
}
#pc-right .inner {
  display: grid;
  place-items: center;
  gap: 2rem 0;
  margin-top: 100px;
}
#pc-right .inner .right-pr {
  font-weight: 900;
  margin-bottom: 10px;
  font-size: 1.7rem;
}
#pc-right .inner .img {
  /* max-width: 350px; */
  margin: 40px 0 60px;
}
#pc-right .event {
  text-align: center;
  /*background: #fff;*/
  width: 550px;
  border-radius: 10px;
  padding: 30px 40px;
}
#pc-right .event .event-comment {
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 40px;
  padding: 2px 15px;
  font-size: 1rem;
  margin: 5px;
}
#pc-right .event .event-title {
  color: #004095;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#pc-right .event .img-01 {
  display: grid;
  gap: 15px 0;
  margin-bottom: 15px;
}
#to-top {
  display: block;
  background: #fff;
  text-align: center;
  width: 250px;
  margin: auto;
  padding: 6px 18px;
	font-weight: bold;
	border-radius: 30px;
	border: 2px solid #0F75DA;
	color: #0F75DA;
	position: relative;
  overflow: hidden;
  z-index: 1;
	transition: all 0.2s ease-in;
  font-size: 1.3rem;
}
#to-top .fa-solid {
  font-size: 2rem;
  vertical-align: middle;
  padding-right: 10px;
}
#to-top::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
#to-top::after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #0F75DA;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
#to-top:hover {
  color: #ffffff;
  /* border: 1px solid #003CA4; */
  opacity: 1;
}
#to-top:hover::before {
  top: -35%;
  background-color: #0F75DA;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
#to-top:hover::after {
  top: -45%;
  background-color: #0F75DA;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

/* --------------------------------
footer
-------------------------------- */
#footer {
  text-align: center;
  background-color: #191919;
  color: #FFF;
  padding: 6px 0;
  height: 40px;
}



/* --------------------------------
slider
-------------------------------- */
.slick01 {
  max-width: 350px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}
.slick01 .slide-item {
  padding: 0 5px;
}
.slick01 img {
  width: 100%;
  object-fit: cover;
}
.slick-arrow {
  z-index: 100;
}
.slick-next {
  right: 10px;
}
.slick-prev {
  left: 10px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 25px;
  opacity: 0.8;
}

/* --------------------------------
menu
-------------------------------- */
.h-nav {
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition-property: opacity,visibility,transform;
  position: fixed;
  right: 1.5rem;
  top: 6rem;
  /* display: grid;
  gap: 2rem 0; */
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 2rem rgba(0,0,0,.03);
  border-radius: 1rem;
  padding: 3rem 2rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border: 2px solid #000000;
}
nav.h-nav.panelactive {
  opacity: 1;
  visibility: visible;
}
.h-nav a.ss {
  display: block;
  font-size: 1.7rem;
  font-family: atten-new, YuGothic, 游ゴシック体, "Yu Gothic", 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.177;
  /* text-decoration: underline; */
  /* text-underline-offset: 20px; */
  color: #191919;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 2px solid #000000;
}
.h-nav a.ss:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#menu .h-menu {
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition-property: right,width,border-radius;
  position: fixed;
  right: 0;
  top: 14px;
  width: 60px;
  height: 60px;
  background: #000000;
  border: none;
  border-radius: 0.6rem 0 0 0.6rem;
  padding: 0;
  margin: 0;
  z-index: 5;
}
#menu .h-menu .line {
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  position: absolute;
  /* inset: 1.1rem 0 auto; */
  top: 15px;
  right: 7px;
  width: 2.6rem;
  height: 3px;
  background: #ffffff;
  margin: auto;
  border-radius: 2px;
}
#menu .h-menu .line-2 {
  transform: translateY(0.6rem);
}
#menu .h-menu__txt {
  position: absolute;
  display: block;
  font-size: 14px;
  font-family: atten-new, YuGothic, 游ゴシック体, "Yu Gothic", 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  transform-origin: center bottom;
  scale: 0.9;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  /* inset: auto 0px 1.1rem; */
  bottom: 10px;
  right: 6px;
}
#menu .h-menu.active {
  right: 1rem;
  /* width: 4.6rem; */
  width: 60px;
  border-radius: 50%;
}
#menu .h-menu.active .line-1 {
  margin-top: 14px;
  right: 8px;
  transform: rotate(-130deg);
}
#menu .h-menu.active .line-2 {
  margin-top: 14px;
  right: 8px;
  transform: rotate(130deg);
}
#menu .h-menu.active .h-menu__txt {
  opacity: 0;
}

/* --------------------------------
fade
-------------------------------- */
.js-fade {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
}
.js-fadeUp {
  transition: 0.8s;
  opacity: 0;
  transform: translate(0,50px);
  -webkit-transform: translate(0,50px);
}

.js-fadeRight {
  transition: 0.8s;
  opacity: 0;
  transform: translate(-50px,0px);
  -webkit-transform: translate(-50px,0px);
}
.js-fadeLeft {
  transition: 0.8s;
  opacity: 0;
  transform: translate(50px,0px);
  -webkit-transform: translate(50px,0px);
}
.js-fade.is-inview,
.js-fadeUp.is-inview,
.js-fadeLeft.is-inview,
.js-fadeRight.is-inview {
  opacity: 1;
  transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transition-delay: 0.2s;
}

/* --------------------------------
tb
-------------------------------- */
@media screen and (max-width: 1200px) {
  #pc-left .inner,
  #pc-right .inner {
    display: none;
  }
}


/* --------------------------------
sp
-------------------------------- */
@media screen and (max-width: 799px) {
  .wrapper-04 {
    padding: 0 10px;
  }
  .pc-h-nav a.ss {
    font-size: 1.2rem;
  }
  #top-content .flex .text .title-text {
    font-size: 1rem;
  }
  #top-content .flex .text .message-text {
    font-size: 1.1rem;
    line-height: 40px;
  }
  #top-content .under-text {
    font-size: 1rem;
  }
  .h-menu {
    opacity: 0.8;
  }

  /* --------------------------------
  center-content
  -------------------------------- */
  #center-content {
    width: 100%;
  }

  /* --------------------------------
  footer
  -------------------------------- */
  #footer {
    font-size: 0.8rem;
  }
}