@charset "UTF-8";
/* CSS Document */


.pc-none {
  display: none;
}
.lpu p, .lpu h1, .lpu h2, .lpu h3, .lpu h4, .lpu h5, .lpu h6 {
  margin-bottom: 0;
}
.lpu-mv-area {
  width: 100%;
  max-height: 900px;
  position: relative;
}
.lpu-mv-area img {
  width: 100%;
}

/*セレクトとは？*/
.lpu-bgb {
  background-color: #DFF1F8;
  padding-bottom: 60px;
}
.lpu-bgbj {
  background-color: #DFF1F8;
  background-image: url(https://gigaplus.makeshop.jp/kurupita/images/lpu/select/bg-bj.jpg);
  background-repeat: repeat;
  background-size: contain;
  padding-bottom: 60px;
}
.sec-about {
  max-width: 842px;
  margin: 0 auto;
}
.lpu-underline{
	border-bottom: dotted 2px #54C3F1;
	
		}
.about-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 100px 0 40px;
}
.about-content img {
  max-width: 427px;
}

.about-text {
  max-width: 350px;
}
.about-text p {
  font-size: 1.1rem;
  margin-bottom: 50px;
}
.bor_r {
  border-radius: 15px;
}
.title-unit01 h3 {
  font-size: 1.8rem;
}
.sb-small {
  display: block;
  font-size: 0.rem;
  color: #54C3F1;
  margin-bottom: 30px;
  font-weight: 700;
}
a.kp-btn {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 500;
  background-color: #54C3F1;
  padding: 10px 50px;
  border-radius: 60px;
}
a.kp-btn:hover {
  text-decoration: none;
}
/*セレクトのえらびかた*/
.sec-hts {
  max-width: 1000px;
  margin: 0 auto;
}
.title-unit02 {
  padding-top: 60px;
  margin-bottom: 30px;
  text-align: center;
}
.sb-big {
  color: rgba(84 195 241/30%);
  font-size: 5rem;
  font-weight: 800;
  display: block;
}
.title-unit02 h3 {
  display: inline;
  font-size: 1.6rem;
  padding: 5px 30px;
  background-color: #fff;
}
.lpu-bgw {
  background-color: #fff;
  border-radius: 30px;
}
.sec-htc-inner {
  max-width: 842px;
  margin: 0 auto;
  padding-top: 30px;
}
.step-title {
  display: flex;
  align-items: center;
  margin: 30px 0 20px;
}
.number_circle {
  width: 70px;
  height: 70px;
  display: inline-block;
  background-color: #54C3F1;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.number_circle span {
  position: absolute;
  top: 15%;
  left: 25%;
}
.number_circle p {
  font-size: 2.2rem;
  position: absolute;
  top: 23%;
  left: 40%;
  font-weight: 700;
}
.step-title h4 {
  margin-left: 10px;
  font-size: 1.6rem;
  color: #54C3F1;
}
/*モーダルスライダーここから*/
.btn-modal-sl {
  max-width: 250px;
  padding: 0;
  border: none;
  margin-bottom: 10px;
}
.modal-sl-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.modal-sl-container img {
  border-radius: 15px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-container .img {
  background: #f1f1f1;
  margin-bottom: 15px;
}
.modal-container {
  margin-bottom: 10px;
}
.modal-content {
  background: #FFF;
  overflow-y: auto;
  padding: 30px 30px;
  width: 90%;
  max-width: 600px;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: show 0.3s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
  text-align: center;
}
.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}
.modal-close {
  color: #C9C9C9;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1;
  padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}
.modal-title {
  color: #FFF;
}
.swiper-slide p {
  font-size: 1.2rem;
  margin-top: 30px;
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*モーダルスライダーここまで*/
/*アコーディオンここから*/
.lpu-accordion-wrapper {
  margin-bottom: 60px;
}
.lpu-accordion {
  border-bottom: solid #E3E3E3 2px;
}
.lpu-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-image: url("https://gigaplus.makeshop.jp/kurupita/images/lpu/select/aco-arr_.svg");
  background-position: right calc(2em - 12px) center;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
.lpu-accordion summary::-webkit-details-marker {
  display: none;
}
.lpu-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #53C2F1;
  border-right: 3px solid #53C2F1;
  content: '';
}
.lpu-accordion[open] summary::after {
  transform: rotate(225deg);
}
.lpu-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
}
.lpu-accordion[open] p {
  opacity: 1;
  text-align: center;
}
.ico-jomae {
  width: 60px;
  margin-right: 20px;
}
.lpu-accordion-wrapper ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.lpu-accordion-wrapper ul img{
  max-width: 150px;
}
.content ul li {
  margin-bottom: 10px;
}
/*アコーディオンここまで*/
.bnr-naire {
  max-width: 600px;
  margin: 0 auto 80px;
}
.im-info-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 110px;
}
.im-info-area img {
  max-width: 500px;
}
.im-info-icon span {
  font-size: 0.8rem;
  color: #54C3F1;
  padding: 5px 10px;
  border: 1px solid #54C3F1;
  border-radius: 100px;
  margin-right: 10px;
}
.im-info-icon img {
  max-width: 90px;
  margin-right: 10px;
}
.im-info-area h5 {
  margin-top: 20px;
  font-size: 2rem;
}
.im-info-contain p {
  margin: 10px 0 30px;
}
.im-list-price {
  display: block;
}
.im-price {
  font-size: 1.8rem;
  font-weight: 600;
}
.im-dis-price {
  display: block;
  color: #54C3F1;
}
a.cvr-btn {
  display: inline-block;
  margin-top: 80px;
  font-size: 1.2rem;
  background-color: #007CC3;
  color: #FFFFFF;
  padding: 15px 80px;
  border-radius: 100px;
}
a.cvr-btn:hover {
  text-decoration: none;
}
/*おすすめポイント*/
.sec-point {
  max-width: 842px;
  margin: 130px auto 45px;
}
.sec-point .title-unit01 {
  text-align: center;
}
.sec-point .title-unit01 h3 {
  text-align: center;
}
.sec-point ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec-point li img {
  max-width: 400px;
  margin-bottom: 20px;
}
.sec-point li div {
  max-width: 400px;
}
.sec-point_beside {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec-point_beside div {
  margin-left: 44px;
}
.sec-point h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 2rem;
}
/*錠前のきせかえ方法*/
.sec-htc.lpu-bgb {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
  border-radius: 30px;
}
.sec-htc .lpu-accordion {
  border-bottom: none;
}
.sec-htc .lpu-accordion-wrapper {
  margin-bottom: 80px;		
}
.lpu-accordion-wrapper span{
	display: block;
	text-align: center;
	color: #54c2f0;
}
.sec-htc .lpu-accordion summary {
  position: relative;
  padding: 2em 2em;
  background-image: url("https://gigaplus.makeshop.jp/kurupita/images/lpu/select/aco-arr_.svg");
  background-position: right 50% center;
  background-size: 40px;
  background-repeat: no-repeat;
  font-size: 1.2rem;
  font-weight: 700;
  cursor: pointer;
}
.sec-htc .lpu-accordion summary::-webkit-details-marker {
  display: none;
}
.sec-htc .lpu-accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #53C2F1;
  border-right: 3px solid #53C2F1;
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sec-htc .lpu-accordion[open] summary::after {
  transform: rotate(225deg);
}
.sec-htc .lpu-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #333333;
}
.sec-htc .lpu-accordion[open] p {
  opacity: 1;
  text-align: center;
}
.sec-htc .ico-jomae {
  width: 60px;
  margin-right: 20px;
}
.sec-htc .lpu-accordion-wrapper ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sec-htc .lpu-accordion img {
  max-width: 250px;
  border-radius: 15px 0 0 15px;
}
.sec-htc ol li {
  background-color: #fff;
  display: flex;
  align-items: center;
  max-width: 842px;
  margin: 0 auto 20px;
}
.sec-htc h4 {
  font-size: 1.4rem;
  color: #54C3F1;
  margin-bottom: 10px;
}
.sec-htc li div {
  padding: 20px;
}
.iframeWrap {
  text-align: center;
}
.iframeWrap span {
  display: block;
  color: #54C3F1;
  margin: 60px 0 10px;
}
/*ご家族さまへ*/
.sec-rcm {
  margin-bottom: 130px;
}
.sec-rcm h3 {
  text-align: center;
}
.sec-rcm .lpu-bgw {
  max-width: 1000px;
  margin: 0 auto 80px;
  text-align: center;
  padding: 60px 0;
}
.sec-rcm.l-base-lightGraph {
  margin-top: 60px;
  padding: 120px 0 0;
}
.sec-rcm li {
  display: flex;
  justify-content: center;
  text-align: left;
  margin-bottom: 20px;
}
.sec-rcm li p {
  border-bottom: solid 5px #D7EEF7;
  font-size: 1.2rem;
}
.ico-che {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.rcm-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.rcm-img img {
  min-width: 250px;
}
/*お気に入りを見つけよう！*/
.catch-area {
  text-align: center;
}
.catch-area img {
  max-width: 55px;
  margin: 20px 5px 120px;
}
.catch-fav {
  color: #54C3F1;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
/*商品情報*/
.im-info-area_wrapper {
  max-width: 842px;
  margin: 0 auto;
}
.im-info {
  margin: 20px 0 50px;
}
.im-info th {
  font-weight: 700;
  padding: 0 10px;
}
.im-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.im-type li {
  max-width: 260px;
}
.im-type h6 {
  font-size: 1.2rem;
  margin-top: 15px;
}
.im-type p {
  font-size: .9rem;
}
.im-type-info th, .im-type-info td {
  width: 100%;
  display: block;
}
.im-type-info th {
  font-weight: 600;
  padding-top: 10px;
}
.im-info-area_wrapper_cvr {
  text-align: center;
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  /*セレクトとは？*/
  .lpu-bgbj {
	background-image: url(https://gigaplus.makeshop.jp/kurupita/images/lpu/select/bg-bj_sp.jpg);
	}
  .sec-about {
    padding: 0 20px;
  }
  .about-content {
	flex-direction: column;
    padding: 60px 0 0;
	
  }
  .about-content img {
    width: 100%;
	margin: 0 auto;
  }
  .about-text {
    text-align: center;
    margin: 0 auto 40px;
  }
  .about-text p {
    font-size: 1rem;
    margin-bottom: 40px;
  }
  .title-unit01 h3 {
    font-size: 1.4rem;
	text-align: center;
  }
  .sb-small {
    font-size: 0.7rem;
   	margin-bottom: 20px;
  }
  /*セレクトのえらびかた*/
  .sec-hts {
    max-width: 1000px;
    margin: 0 auto;
  }
  .title-unit02 {
    margin-bottom: 17px;
  }
  .sb-big {
    font-size: 2.5rem;
  }
  .title-unit02 h3 {
    font-size: 1.4rem;
    padding: 5px 20px;
  }
  .lpu-bgb{
	padding-bottom: 30px;	
  }
  .lpu-bgw {
    border-radius: 0;
  }
  .sec-htc-inner {
    width:100%;
	padding: 20px 20px 80px;
  }
  .step-title {
    flex-direction: column;
    margin: 0px 0 20px;
  }
  .number_circle {
    width: 60px;
    height: 60px;
  }
  .number_circle span {
    position: absolute;
    top: 14%;
    left: 22%;
	font-size: 0.9rem;
  }
  .number_circle p {
    font-size: 2rem;
    position: absolute;
    top: 22%;
    left: 37%;
  }
  .step-title h4 {
    margin:15px 0 0;
    font-size: 1.2rem;
	text-align: center;
  }

  /*モーダルスライダーここから*/
  .btn-modal-sl {
    max-width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .modal-container {
    margin-bottom: 0px;
  }
  .modal-content {
    padding: 30px 30px 0;
  }
  .swiper-slide p {
    font-size: 1.2rem;
    margin: 15px;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  /*モーダルスライダーここまで*/
  /*アコーディオンここから*/
  .lpu-accordion-wrapper {
    margin-bottom: 40px;
  }
  .lpu-accordion summary {
    padding: 1em 1em;
    background-position: right calc(2em - 23px) center;
    background-size: 30px;
    font-size: 1rem;
  }
  .lpu-accordion summary::after {
    width: 12px;
    height: 12px;
    border-bottom: 2px solid #53C2F1;
    border-right: 2px solid #53C2F1;
  }
  .ico-jomae {
    width: 45px;
    margin-right: 15px;
  }
  /*アコーディオンここまで*/
	.im-info-wrapper{
		text-align: left;
	}
  .im-info-area {
    flex-direction: column;
    padding-bottom: 0px;
	text-align: -webkit-center;
	
  }
  .im-info-area img {
    width: 100%;
  }
	.im-info-icon{
	margin-top: 40px;
  }
  .im-info-icon img {
    max-width: 60px;
  }
  .im-info-area h5 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
	.wrapper_cvr{
		text-align: center;
	}
  a.cvr-btn {
    display: inline-block;
    margin-top: 40px;
    font-size: 1.2rem;
    background-color: #007CC3;
    color: #FFFFFF;
    padding: 15px 80px;
    border-radius: 100px;
  }
  a.cvr-btn:hover {
    text-decoration: none;
  }
  /*おすすめポイント*/
  .sec-point {
    width: 100%;
	padding: 0 20px;
    margin: 60px auto 0;
  }
  .sec-point ul {
    flex-direction: column;
  }
   .sec-point li{
    margin: 0 auto;
  }
  .sec-point li img {
    width:100%;
    margin-bottom: 20px;
  }
  .sec-point li div {
    width: 100%;
	margin-bottom: 45px;
  }
  .sec-point_beside {
    margin: 0;
    flex-direction: column;
  }
  .sec-point_beside div {
    margin-left: 0;
  }
  /*錠前のきせかえ方法*/
  .sec-htc{
	padding: 0 20px;
  }
  .sec-htc .title-unit02 {
    padding-top: 25px;
  }
  .sec-htc.lpu-bgb {
    width: 100%;
    padding-bottom: 10px;
    border-radius: 0;
  }
  .sec-htc .lpu-accordion-wrapper {
    margin-bottom: 40px;
  }
  .sec-htc .lpu-accordion[open] p {
    opacity: 1;
    text-align: left;
  }
  .sec-htc .lpu-accordion img {
	max-width: none;
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
  .sec-htc ol li {
    flex-direction: column;
	max-width: 400px;
      }
  .sec-htc h4 {
    font-size: 1.2rem;
  }
  .sec-htc li div {
    padding: 20px;
  }
  .iframeWrap span {
    margin: 40px 0 10px;
  }
  .iframeWrap iframe{
		height: 300px;
	}
  /*ご家族さまへ*/
  .sec-rcm {
    margin-bottom: 100px;
  }
  .sec-rcm .lpu-bgw {
    margin: 0 20px 45px;
    padding: 40px 0;
  }
  .sec-rcm.l-base-lightGraph {
    margin-top: 0px;
    padding: 80px 0 0;
  }
  .sec-rcm li {;
	vertical-align: middle;
    margin-bottom: 15px;
  }
  .sec-rcm li p {
    font-size: 1rem;
  }
  .ico-che {
    width: 20px;
    height: 20px;
  }
  .rcm-img {
	  justify-content: center;
	  flex-wrap: wrap;
  }
  .rcm-img img {
    width: 50%;
	min-width: 100px;
  }
  /*お気に入りを見つけよう！*/
  .catch-area img {
    max-width: 55px;
    margin: 20px 5px 100px;
  }
  /*商品情報*/
  .im-info-area_wrapper {
    max-width: 842px;
    margin: 0 auto;
	padding: 0 20px;
  }
  .im-info {
    margin: 0 0 20px;
  }
	.im-info-contain p{
		margin: 10px 0 20px;
	}
  .im-info th {
    padding: 0 10px 0 0;
	
  }
  .im-type {
    flex-direction: column;
  }
  .im-type li {
    max-width: none;
	margin: 0 auto 50px;
  }
	.im-type li:last-child{
	margin-bottom: 0;
  }
  .im-type h6 {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .im-type p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .im-type-info th, .im-type-info td {
    width: 100%;
    display: block;
  }
  .im-type-info th {
    font-weight: 700;
    padding-top: 0;
  }
  .im-info-area_wrapper_cvr {
    text-align: center;
    margin-bottom: 80px;
  }
}