@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');

/* ---------------------------------------
  ttl common
-----------------------------------------*/
.sec_ttl{
  text-align: center;
  margin: 0 auto 35px;
}
.sub_ttl{
  text-align: center;
  margin: 0 auto 14px;
}
@media screen and (max-width: 767px) {
  .sec_ttl{
    text-align: center;
    margin: 0 auto 6.4vw;
  }
  .sub_ttl{
    text-align: center;
    margin: 0 auto 2.133vw;
  }
}

/* ---------------------------------------
  FV
-----------------------------------------*/
.fv {
  background: url("/brand/sumikkogurashipc/img/bg_dot_pc.png") repeat;
}
.fv .wrap{
  position: relative;
  width: 100%;
}
.fv .fv_inner{
  position: relative;
  width: 100%;
  height: 52.357vw;
  margin: 0 auto -10px;
}


/* fadein */
.fadein {
  opacity: 0;
}
/*
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
*/

/* heart anim */
.fv .img_ht{
  position: absolute;
  bottom: 0;
}
.fv .img_ht1{
  left: -12px;
}
.fv .img_ht2{
  left: 50px;
}
.fv .img_ht3{
  left: 16px;
}
.fv .img_ht4{
  left: 76px;
}
.fv .img_ht5{
  left: 10px;
}
.fv .img_ht6{
  left: 68px;
}
.fv .img_ht7{
  left: 0px;
}
.fv .img_ht8{
  left: 42px;
}
@media screen and (max-width: 767px) {
  .fv .img_ht{
    width: 12.6vw;
    bottom: 21.333vw;
  }
  .fv .img_ht1{
    left: 4.267vw;
  }
  .fv .img_ht2{
    left: 10vw;
  }
  .fv .img_ht3{
    left: 1.333vw;
  }
  .fv .img_ht4{
    left: 12.2vw;
  }
  .fv .img_ht5{
    left: 6.4vw;
  }
  .fv .img_ht6{
    left: 11.2vw;
  }
  .fv .img_ht7{
    left: 1.667vw;
  }
  .fv .img_ht8{
    left: 10.667vw;
  }
}
.animated.htbubble {
  position: absolute;
  animation: htbubble 14.6s linear infinite forwards;
}
.animated.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.animated.delay2 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.animated.delay3 {
  -webkit-animation-delay: 2.0s;
          animation-delay: 2.0s;
}

.animated.delay4 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.animated.delay5 {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}

.animated.delay6 {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}

.animated.delay7 {
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
}

.animated.delay8 {
  -webkit-animation-delay: 6.3s;
          animation-delay: 6.3s;
}

@keyframes htbubble {
  0% {
    transform: translate(0,0) scale(0.9,0.9);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) scale(1.1,1.1);
    opacity: 0;
  }
}

@media screen and (min-width: 1400px) {
/* w1400までは背景が見える */
  .fv .fv_inner{
    max-width: 1400px;
    height: 733px;
    margin: 0 auto;
  }
}
.fv .fv_main{
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.fv .fv_item{
  position: absolute;
  top: 0;
  right: 5.5%;
  width: 44.6%;
}
.fv .fv_title{
  position: absolute;
  width: 75.62%;
  bottom: 24px;
  right: 8px;
}
.fv .fv_txt{
  position: absolute;
  width: 34.57%;
  top: 0;
  left: 30px;
  z-index: 10;
}
.fv .fv_ill01{
  width: 9.55%;
  position: absolute;
  top: 8%;
  right: 40.6%;
}
.fv .fv_ill02{
  width: 9.25%;
  position: absolute;
  left: 41.7%;
  bottom: 30.6%;
}
.fv .fv_caution {
  width: 44.5%;
  position: absolute;
  left: 30px;
  bottom: 10px;
  z-index: 10;
}
.fv .fv_model {
  width: 13.86%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.fv .fv_no1 {
  width: 19.5%;
  position: absolute;
  left: 35px;
  bottom: 40px;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .fv .fv_inner{
    min-height: 514px;
  }
}
@media screen and (max-width: 767px) {
  .fv {
    background-size: 18vw;
  }
  .fv .wrap{
    padding-bottom: 10vw;
  }
  .fv .fv_inner{
    height: auto;
    margin: 0 auto;
    min-height: 101.333vw;
  }
  .fv .fv_main{
    top: 0;
    left: 0;
  }
  .fv .fv_item{
    top: 43.733vw;
    right: 1.6vw;
    width: 46.667vw;
  }
  .fv .fv_title{
    top: 88.2vw;
    left: 50%;
    right: 0;
    width: 90%;
    transform: translateX(-50%);
  }
  .fv .fv_txt{
    width: 59.467vw;
    top: 3.733vw;
    left: 1vw;
  }
  .fv .fv_ill01{
    width: 13.867vw;
    top: 6.933vw;
    right: 2.667vw;
  }
  .fv .fv_ill02{
    width: 14.6vw;
    left: 41.5vw;
    bottom: 27.6vw;
  }
  .fv .fv_caution {
    width: 44.5vw;
    left: 2.61vw;
    bottom: 14.99vw;
  }
  .fv .fv_model {
    width: 18.64vw;
    top: 35.2vw;
    right: 1.96vw;
  }
  .fv .fv_no1 {
    width: 31.59vw;
    left: 10.43vw;
    bottom: 22.82vw;
  }
  .fv .fv_inner + p{
    font-size: 3.2vw;
    font-weight: 600;
    text-align: center;
    position: relative;
    top: 2.61vw;
  }
}

/* slider wrapper */
.fv .slider,
.fv .slider_sp{
  margin-top: -1px;
}
.fv .slider,
.fv .slider_sp,
.fv .slider_wrap{
  width: 100%;
  border-top: 5px solid #b49fe0;
  border-bottom: 5px solid #b49fe0;
  box-sizing: border-box;
  max-height: 159px;
}
.fv .slider .slider_img,
.fv .slider_sp .slider_img {
  max-width: 264px;
  width: 100%;
  aspect-ratio: 264/150;
}
@media screen and (max-width: 767px) {
  .fv .slider,
  .fv .slider_sp{
    border: none;
    max-height: 99px;
  }
  .fv .slider_wrap{
    max-height: inherit;
  }
  .fv .slider .slider_img,
  .fv .slider_sp .slider_img {
    max-width: 176px;
    width: 100%;
  }
}


/* ---------------------------------------
  #sec01 / movie
-----------------------------------------*/
.sumi_movie {
  position: relative;
  padding: 56px 0 70px;
  background: #F8DAE4 url("/brand/sumikkogurashipc/img/bg_stripe.png") repeat left 25px top;
}
.sumi_movie .inner{
  position: relative;
  max-width: 700px;
}
.sumi_movie .sec_ttl_acc01{
  position: absolute;
  top: 6px;
  left: 124px;
}
.sumi_movie .sec_ttl_acc02{
  position: absolute;
  bottom: -106px;
  right: 70px;
  z-index: 2;
}
.sumi_movie .movie_main  {
	overflow: hidden;
}
.sumi_movie .movie_main iframe  {
	border-radius: 12px;
}
.sumi_movie .movie_thumb{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 23px;
}
.sumi_movie .movie_thumb li {
	width: 214px;
	position: relative;
}
.sumi_movie .movie_thumb li img{
	overflow: hidden;
	border-radius: 9px;
}
.sumi_movie .movie_thumb li +li{
	margin-left: 18px;
}
.sumi_movie .movie_thumb li:before{
	content: "";
	display: block;
	position: absolute;
	border-radius: 12px;
	width: calc(100% + 7px);
	height: calc(100% + 7px);
	border: #00AED1 7px solid;
	top: -4px;
	left: -4px;
	z-index: 2;
	transition: .3s;
	opacity: 0;
}
.sumi_movie .movie_thumb li.thumbnail-current:before{
	opacity: 1;
}
.youtube .iframe {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
}
.youtube .iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sumi_movie .pass {
  max-width: 100%;
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
	.sumi_movie .movie_thumb li:hover{
		opacity: 0.65;
	}
}
@media screen and (max-width: 767px) {
	.sumi_movie {
    padding: 11.2vw 0 13.067vw;
    background-size: 6.5vw auto;
	}
	.sumi_movie .inner {
    width: 92%;
  }
  .sumi_movie .sec_ttl_acc01{
    width: 12vw;
    top: -0.8vw;
    left: 7.733vw;
  }
  .sumi_movie .sec_ttl_acc02{
    width: 14.667vw;
    bottom: -21.867vw;
    right: 10.667vw;
  }
  .sumi_movie .sec_ttl{
    width: 33.333vw;
  }
	.movie_main iframe  {
		border-radius: 6px !important;
	}
	.sumi_movie .movie_thumb{
		margin-top: 3.2vw;
	}
	.sumi_movie .movie_thumb li {
		width: 30vw;
	}
	.sumi_movie .movie_thumb li img{
		border-radius: 5px;
	}
	.sumi_movie .movie_thumb li +li{
		margin-left: 1.45vw;
	}
	.sumi_movie .movie_thumb li:before{
		border-radius: 5px;
		width: calc(100% + 0.8vw);
		height: calc(100% + 0.8vw);
		border-width: 0.8vw;
		top: -0.4vw;
		left: -0.4vw;
	}
  .sumi_movie .pass {
    margin: 14vw auto 0;
  }
}


/* ---------------------------------------
  #sec02
-----------------------------------------*/
#sec02{
  position: relative;
  padding: 158px 0 203px;
  background: url("/brand/sumikkogurashipc/img/bg_blue_star.png") repeat top 5px left 16px;
}

/* 取扱説明書ダウンロード */
.app .btn_box {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.app .btn_box .btn {
  position: relative;
  width: 430px;
  margin: 0 auto;
  padding: 24px;
  border-radius: 100px;
  border: 4px solid #FFF583;
  background: #E967A0;
  color: #FFF;
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.app .btn_box .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #FFF transparent transparent transparent;
  transition: transform .4s ease;
}

.app .btn_box .btn.is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

.app .manual_box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  border-radius: 10px;
  background: #F19EC2;
}

.app .manual_box .manuals {
  display: flex;
  flex-wrap: wrap;
}

.app .manual_box .manual {
  width: 23%;
  margin: 1.4% 1% 0;
  background: #FBE9EF;
}

.app .manual_box .manual a {
  display: block;
  padding: 16px;
  text-align: center;
}

.app .manual_box .manual a:hover {
  color: #000;
  text-decoration: none;
}

.app .manual_box .manual a img {
  width: 75%;
}

.app .manual_box .manual .kind {
  margin-top: 16px;
  font-size: 1.6em;
  line-height: 1.3;
}
/* 取扱説明書ダウンロードここまで */

#sec02 .inner{
  position: relative;
  width: 821px;
  margin: 166px auto 0;
  background: url("/brand/sumikkogurashipc/img/frame_sec02_body_pc.png") repeat-y;
}
#sec02 .sec_ttl_acc03{
  position: absolute;
  bottom: -120px;
  right: 204px;
  z-index: 2;
}
#sec02 .inner .sec02_frame.wrap01{
  padding: 0 19px;
}
#sec02 .inner .sec02_frame.wrap02{
  overflow: hidden;
}
#sec02 .inner .sec02_frame.wrap02 .sec02_frame_inner{
  padding: 0 19px;
}
#sec02 .inner::before,
#sec02 .inner::after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  max-width: 821px;
  left: 0;
}
#sec02 .inner::before{
  background: url("/brand/sumikkogurashipc/img/frame_sec02_top_pc.png") no-repeat top center /cover;
  max-height: 76px;
  aspect-ratio: 821/76;
  top: -76px;
}
#sec02 .inner::after{
  background: url("/brand/sumikkogurashipc/img/frame_sec02_bottom_pc.png") no-repeat top center /cover;
  max-height: 105px;
  aspect-ratio: 821/105;
  bottom: -105px;
}
#sec02 .inner + .inner{
  margin-top: 235px;
}
#sec02 .inner p{
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 600;
  letter-spacing: .025em;
  font-feature-settings: "palt";
}
#sec02 .inner p.sm{
  font-size: 1.6rem;
  line-height: 1.438;
  margin-top: 16px;
}
#sec02 .img_cont01{
  position: relative;
  margin-top: -28px;
}
#sec02 .img_cont01 + p{
  margin-top: -18px;
  margin-bottom: 88px;
}
#sec02 .img_baloon01{
  position: absolute;
  top: 65px;
  left: 142px;
}
#sec02 .img_cont02{
  margin-bottom: 68px;
}
#sec02 .img_cont02_txt{
  margin: 0 auto;
}
#sec02 .img_cont02_block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
#sec02 .img_cont02_block .img_wrap{
  position: relative;
  margin-left: -20px;
}
#sec02 .img_cont02_block .txt_wrap{
  flex: 1;
  padding-right: 60px;
  padding-top: 30px;
}
#sec02 .img_baloon02{
  position: absolute;
  top: 75px;
  left: 100px;
}
#sec02 .img_cont02 + .sub_ttl{
  margin-bottom: 20px;
}
#sec02 .img_cont03{
  display: flex;
  justify-content: center;
  align-items: center;
}
#sec02 .img_sec02_03{
  padding: 0 47px 0 90px;
}
#sec02 .img_cont03 p{
  flex: 1;
  padding-right: 90px;
}
#sec02 .img_cont04{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  margin-top: -50px;
  margin-bottom: 24px;
}
#sec02 .img_cont04 .img_wrap{
  position: relative;
  margin-left: 5px;
  margin-top: 43px;
}
#sec02 .img_cont04 .txt_wrap{
  flex: 1;
  padding-right: 50px;
  padding-left: 10px;
}
#sec02 .img_sub04{
  position: absolute;
  bottom: 10px;
  right: 60px;
}
#sec02 .img_cont05_txt{
  margin-bottom: 12px;
}
#sec02 .img_cont05{
  text-align: center;
  margin-bottom: 44px;
}

#sec02 .img_cont06{
  position: relative;
  margin-bottom: 68px;
}
#sec02 .img_cont06_txt{
  margin: 0 auto 6px;
}
#sec02 .img_cont06_block{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
#sec02 .img_cont06_block .img_wrap{
  position: relative;
  padding-left: 32px;
}
#sec02 .img_cont06_block .txt_wrap{
  flex: 1;
  padding-right: 50px;
  padding-top: 14px;
  margin-left: -10px;
}
#sec02 .img_cont06_block .txt_wrap p{
  letter-spacing: -.01em;
}
#sec02 .img_cont06 .img_ill{
  position: absolute;
  top: 220px;
  left: -20px;
}
#sec02 .img_cont06 + .sub_ttl{
  margin-bottom: 36px;
}
#sec02 .img_cont06 + .sub_ttl + p{
  width: 100%;
  max-width: 480px;
  margin: 0 auto 40px;
}
#sec02 .img_cont07{
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
#sec02 .img_cont07 figure:nth-of-type(2){
  margin-left: 32px;
}
#sec02 .img_cont08{
  margin-bottom: 53px;
}
#sec02 .img_cont08_block{
  display: flex;
  justify-content: center;
  margin-top: -16px;
}
#sec02 .img_cont08_block .img_wrap{
  position: relative;
  padding-left: 0;
}
#sec02 .img_cont08_block .txt_wrap{
  flex: 1;
  padding-right: 40px;
  padding-top: 36px;
}
#sec02 .img_baloon03{
  position: absolute;
  top: 42px;
  left: 130px;
}
#sec02 .img_cont09_txt{
  margin-bottom: 20px;
}
#sec02 .box_cont09{
  margin-bottom: 65px;
}
#sec02 .box_cont09 .box_cont09_inner{
  margin: 0 auto;
  width: 100%;
  max-width: 648px;
  border-radius: 12px;
}
#sec02 .box_cont09 .box_cont09_inner + .box_cont09_inner{
  margin-top: 20px;
}
#sec02 .box_cont09 .btn{
  position: relative;
  background: url("/brand/sumikkogurashipc/img/bg_sec02_menuttl.png") repeat;
  text-align: center;
  padding: 8px 0 10px;
  cursor: pointer;
}
#sec02 .box_cont09 .btn::before{
  position: absolute;
  content: "";
  /*background: url("/brand/sumikkogurashipc/img/arrow_sec02_down.png") no-repeat center center /cover;
  width: 60px;
  height: 60px;
  */
  background-color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,.1);
  right: 14px;
  top: .8em;
}
#sec02 .box_cont09 .btn::after{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 11px 0 11px;
  border-color: #81654E transparent transparent transparent;
  right: 21px;
  top: 2.1em;
}
#sec02 .box_cont09 .btn.is-open::after{
  border-width: 0 11px 15px 11px;
  border-color: transparent transparent #81654E transparent;
  top: 1.75em;
}
@media screen and (min-width: 768px) {
  #sec02 .box_cont09 .btn::before,
  #sec02 .box_cont09 .btn::after{
    transition: opacity .4s ease;
  }
  #sec02 .box_cont09 .btn:hover::before,
  #sec02 .box_cont09 .btn:hover::after{
    opacity: .7;
  }
}

#sec02 .box_cont09 .img{
  text-align: center;
  padding: 24px 0 30px;
}
#sec02 .box_cont09 .box_cont09_inner.is-open{
  border-style: solid;
  border-width: 6px;
  border-radius: 12px;
}
#sec02 .box_cont09 .box_cont09_inner.is-open .btn{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#sec02 .box_cont09 .box_cont09_inner.box01{
  border: 6px solid #8BC53F;
}
#sec02 .box_cont09 .box_cont09_inner.box01 .btn{
  background-color: #8BC53F;
}
#sec02 .box_cont09 .box_cont09_inner.box02{
  border: 6px solid #53BE67;
}
#sec02 .box_cont09 .box_cont09_inner.box02 .btn{
  background-color: #53BE67;
}
#sec02 .box_cont09 .box_cont09_inner.box03{
  border: 6px solid #EB6B6D;
}
#sec02 .box_cont09 .box_cont09_inner.box03 .btn{
  background-color: #EB6B6D;
}
#sec02 .box_cont09 .box_cont09_inner.box04{
  border: 6px solid #EB68A4;
}
#sec02 .box_cont09 .box_cont09_inner.box04 .btn{
  background-color: #EB68A4;
}
#sec02 .box_cont09 .box_cont09_inner.box05{
  border: 6px solid #F19326;
}
#sec02 .box_cont09 .box_cont09_inner.box05 .btn{
  background-color: #F19326;
}
#sec02 .box_cont09 .box_cont09_inner.box06{
  border: 6px solid #2692D1;
}
#sec02 .box_cont09 .box_cont09_inner.box06 .btn{
  background-color: #2692D1;
}
#sec02 .box_cont09 .box_cont09_inner.box07{
  border: 6px solid #A45DA2;
}
#sec02 .box_cont09 .box_cont09_inner.box07 .btn{
  background-color: #A45DA2;
}
#sec02 .box_cont09 .box_cont09_inner.box08{
  border: 6px solid #3AB8A5;
}
#sec02 .box_cont09 .box_cont09_inner.box08 .btn{
  background-color: #3AB8A5;
}
#sec02 .box_cont09 .box_cont09_inner.box09{
  border: 6px solid #917965;
}
#sec02 .box_cont09 .box_cont09_inner.box09 .btn{
  background-color: #917965;
}
#sec02 .box_cont09 .box_cont09_inner.box10{
  border: 6px solid #3DBFF0;
}
#sec02 .box_cont09 .box_cont09_inner.box10 .btn{
  background-color: #3DBFF0;
}

#sec02 .box_cont09 + .sub_ttl{
  margin-bottom: -5px;
}
#sec02 .img_sec02_10{
  margin: 0 auto;
  text-align: center;
}
#sec02 .img_sec02_10 + p{
  width: 100%;
  max-width: 480px;
  margin: -10px auto 0;
}


@media screen and (max-width: 767px) {
  #sec02{
    padding: 24.533vw 0 21.333vw;
    background-size: 6.8vw auto;
  }

  /* 取扱説明書ダウンロード */
  .app .btn_box {
    max-width: 94vw;
    padding-bottom: 6.4vw;
}

.app .btn_box .btn {
    position: relative;
    width: 69.3vw;
    margin: 0 auto;
    padding: 4.3vw;
    border-width: 3px;
    font-size: 4vw;
  }

  .app .btn_box .btn::after {
      right: 6.4vw;
      border-width: 10px 7.5px 0 7.5px;
  }

  .app .manual_box {
      max-width: 94vw;
      margin: 0 auto 6.4vw;
      padding: 5.3vw;
  }

  .app .manual_box .manual {
      width: 46%;
      margin: 4.2vw 2% 0;
  }

  .app .manual_box .manual a img {
      width: 90%;
  }

  .app .manual_box .manual .kind {
      margin-top: 4.27vw;
      font-size: 3.2vw;
  }
  /* 取扱説明書ダウンロードここまで */

  #sec02 .inner{
    width: 93.3333%;
    margin: 14.5vw auto 0;
    background: url("/brand/sumikkogurashipc/img/frame_sec02_body_sp.png") repeat-y;
    background-size: 100%;
  }
  #sec02 .sec_ttl_acc03{
    width: 13.6vw;
    bottom: -11.467vw;
    right: 15.467vw;
  }
  #sec02 .inner .sec02_frame.wrap01{
    padding: 0 2.4vw 5.333vw;
  }
  #sec02 .inner .sec02_frame.wrap02 .sec02_frame_inner{
    padding: 1.867vw 2.4vw 5.333vw;
  }
  #sec02 .inner::before,
  #sec02 .inner::after{
    max-width: inherit;
    aspect-ratio: 700/60;
  }
  #sec02 .inner::before{
    background: url("/brand/sumikkogurashipc/img/frame_sec02_top_sp.png") no-repeat top center /contain;
    max-height: 16vw;
    top: -8vw;
  }
  #sec02 .inner::after{
    background: url("/brand/sumikkogurashipc/img/frame_sec02_bottom_sp.png") no-repeat top center /contain;
    max-height: 16vw;
    bottom: -16vw;
  }
  #sec02 .inner + .inner{
    margin-top: 21.333vw;
  }
  #sec02 .img_cont01{
    margin-top: -2.667vw;
  }
  #sec02 .img_cont01 + p{
    margin-top: 2.667vw;
    margin-bottom: 10.667vw;
  }
  #sec02 .img_baloon01{
    width: 20.8vw;
    top: 32.8vw;
    left: 25.6vw;
  }
  #sec02 .img_cont02{
    margin-bottom: 10.133vw;
  }
  #sec02 .img_cont02_txt{
    width: 74.667vw;
    margin: 0 auto;
  }
  #sec02 .img_cont02_block{
    display: block;
    margin-top: -22.4vw;
  }
  #sec02 .img_cont02_block .img_wrap{
    margin-left: 0;
  }
  #sec02 .img_cont02_block .txt_wrap{
    padding: 0 6.4vw;
    margin: auto;
  }
  #sec02 .img_cont02_block .txt_wrap .sm{
    text-align: center;
  }
  #sec02 .img_baloon02{
    width: 29.867vw;
    top: 17.067vw;
    left: 20.267vw;
  }
  #sec02 .img_cont02 + .sub_ttl{
    margin-bottom: 0;
  }
  #sec02 .img_cont03{
    display: block;
  }
  #sec02 .img_sec02_03{
    padding: 0 0 3.2vw;
    width: 40.533vw;
    margin: auto;
  }
  #sec02 .img_cont03 p{
    padding: 0 6.4vw;
  }
  #sec02 .img_cont04{
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  #sec02 .img_cont04 .img_wrap{
    margin: 1.5vw auto 2.667vw;
  }
  #sec02 .img_cont04 .txt_wrap{
    padding: 0 6.4vw;
  }
  #sec02 .img_cont05_txt{
    width: 73.867vw;
    margin: 0 auto;
  }
  #sec02 .img_cont05{
    text-align: center;
    margin-bottom: 10.667vw;
  }
  #sec02 .img_cont06{
    margin-bottom: 6.133vw;
  }
  #sec02 .img_cont06_txt{
    width: 65.6vw;
    margin: 0 auto 2.667vw;
  }
  #sec02 .img_cont06_block{
    display: block;
  }
  #sec02 .img_cont06_block .img_wrap{
    padding: 0 0 0 6.133vw;
    width: 90vw;
  }
  #sec02 .img_cont06_block .txt_wrap{
    padding: 0 6.4vw;
    margin: 0 auto -2.133vw;
  }
  #sec02 .img_cont06_block .txt_wrap p{
    letter-spacing: -.01em;
  }
  #sec02 .img_cont06 .img_ill{
    top: 37.333vw;
    left: -0.267vw;
  }
  #sec02 .img_cont06 .img_ill img{
    width: 8.267vw;
  }
  #sec02 .img_cont06 + .sub_ttl{
    margin-bottom: 2.133vw;
  }
  #sec02 .img_cont06 + .sub_ttl + p{
    margin: 0 auto 3.733vw;
    padding: 0 6.4vw;
  }
  #sec02 .img_cont07{
    display: block;
    margin-bottom: 9.333vw;
  }
  #sec02 .img_cont07 figure:nth-of-type(1){
    padding: 0 5.333vw;
    margin: auto;
  }
  #sec02 .img_cont07 figure:nth-of-type(2){
    padding: 0 10.667vw;
    margin: 9.6vw auto 0;
  }
  #sec02 .img_cont08{
    margin-bottom: 8vw;
  }
  #sec02 .img_cont08_txt{
    position: relative;
    z-index: 2;
    width: 74.133vw;
    margin: 0 auto;
  }
  #sec02 .img_cont08_block{
    display: block;
    margin-top: -19.2vw;
  }
  #sec02 .img_cont08_block .img_wrap{
    position: relative;
    padding-left: 0;
  }
  #sec02 .img_cont08_block .txt_wrap{
    margin: auto;
    padding: 0 6.4vw;
  }
  #sec02 .img_baloon03{
    width: 24.533vw;
    top: 18.133vw;
    left: 27.2vw;
  }
  #sec02 .img_cont09_txt{
    width: 69.333vw;
    margin: 0 auto 2.133vw;
  }
  #sec02 .box_cont09{
    margin-bottom: 8.8vw;
  }
  #sec02 .box_cont09 .box_cont09_inner{
    width: 88%;
    border-radius: 2.133vw;
  }
  #sec02 .box_cont09 .box_cont09_inner + .box_cont09_inner{
    margin-top: 2.667vw;
  }
  #sec02 .box_cont09 .btn{
    background-size: 5vw;
    padding: 1.333vw 0 1.6vw;
  }
  #sec02 .box_cont09 .btn img{
    height: 7.467vw;
    width: auto;
  }
  #sec02 .box_cont09 .btn::before{
    width: 6.933vw;
    height: 6.933vw;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,.1);
    right: 3.2vw;
    top: 1.6vw;
  }
  #sec02 .box_cont09 .btn::after{
    border-width: 2.667vw 2.133vw 0 2.133vw;
    right: 4.6vw;
    top: 4vw;
  }
  #sec02 .box_cont09 .btn.is-open::after{
    border-width: 0 2.133vw 2.667vw 2.133vw;
    top: 3.467vw;
  }
  #sec02 .box_cont09 .img{
    text-align: center;
    padding: 4vw 4.267vw 5.6vw;
  }
  #sec02 .box_cont09 .box_cont09_inner.is-open{
    border-width: 1.6vw;
    border-radius: 3.2vw;
  }
  #sec02 .box_cont09 .box_cont09_inner.is-open .btn{
    border-top-left-radius: 0.8vw;
    border-top-right-radius: 0.8vw;
  }
  #sec02 .box_cont09 .box_cont09_inner{
    border-width: 3px !important;
  }
  #sec02 .box_cont09 + .sub_ttl{
    margin-bottom: 1.333vw;
  }
  #sec02 .img_sec02_10{
    margin-left: 1.333vw;
    margin-bottom: 3.733vw;
  }
  #sec02 .img_sec02_10 + p{
    padding: 0 6.133vw;
    margin: 0 auto;
  }

  #sec02 .img_sec01_01{
    width: 73vw;
    margin: 0 auto;
  }
  #sec02 .wrap01 .sec_ttl{
    width: 66.933vw;
  }
  #sec02 .wrap02 .sec_ttl{
    width: 42.667vw;
  }
  #sec02 .sub_ttl{
    width: 77.333vw;
  }
  #sec02 .inner p{
    font-size: 3.4vw;
    line-height: calc(21/13);
    letter-spacing: normal;
  }
  #sec02 .inner p.sm{
    font-size: 3.2vw;
    line-height: calc(21/12);
    margin-top: 3.2vw;
  }
}

/* ---------------------------------------
  #sec03
-----------------------------------------*/
#sec03 {
  position: relative;
  padding: 86px 0;
  background: url("/brand/sumikkogurashipc/img/bg_dot_pc.png") repeat top 19px left -78px;
}
#sec03 .sec_ttl{
  margin-bottom: 50px;
}
#sec03 .sub_ttl{
  margin-bottom: -15px;
}
#sec03 .box01{
  background: #fff;
  border: 12px solid #FFF8A6;
  border-radius: 30px;
  padding: 65px 80px 86px;
}
@media screen and (max-width: 767px) {
  #sec03 {
    padding: 10.133vw 0 9.6vw;
    background-size: 16vw;
  }
  #sec03 .sec_ttl{
    width: 46.667vw;
    margin: 0 auto 16px;
  }
  #sec03 .sub_ttl{
    margin-bottom: 0;
  }
  #sec03 .box01{
    width: 84%;
    margin: auto;
    border: 6px solid #FFF8A6;
    border-radius: 2.667vw;
    padding: 4.267vw 2.133vw 9.067vw;
  }
  #sec03 .img_sec03{
    margin: auto;
    width: 64vw;
  }
}

/* ---------------------------------------
  #sec04
-----------------------------------------*/
#sec04 {
  position: relative;
  padding: 83px 0 90px;
  background: url("/brand/sumikkogurashipc/img/bg_yellow_stripe.png") repeat top left 12px;
}
#sec04 .sec_ttl{
  margin-bottom: 50px;
}
#sec04 .box01{
  background: #fff;
  border: 12px solid #FFF8A6;
  border-radius: 30px;
  padding: 63px 0 65px 24px;
  margin-bottom: 90px;
}
#sec04 .box01_wrap{
  max-width: 666px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
#sec04 .box01_cont{
  max-width: 326px;
}
#sec04 .box01_cont:nth-child(2n){
  margin-left: 14px;
}
#sec04 .box01_cont:nth-child(n+3){
  margin-top: 58px;
}
#sec04 .box01_link{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  max-width: 306px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: #FF8C96;
  box-shadow: 0 6px 0 rgba(180,159,225,1);
}
#sec04 .box01_link .box01_link_txt {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
#sec04 .box01_link:hover {
  text-decoration: none !important;
}
#sec04 .box02 .btn_sec04{
  text-align: center;
}
#sec04 .box02 .copy{
  text-align: center;
  font-size: 1.6rem;
  line-height: calc(41/16);
}
@media screen and (max-width: 767px) {
  #sec04 {
    padding: 10.667vw 0 12vw;
    background-size: 4.2vw;
  }
  #sec04 .sec_ttl{
    width: 31.733vw;
    margin: 0 auto 5.333vw;
  }
  #sec04 .box01{
    width: 84%;
    border: 6px solid #B49FE1;
    border-radius: 2.667vw;
    padding: 5.867vw 3.2vw 9.6vw;
    margin: 0 auto 8vw;
  }
  #sec04 .box01_wrap{
    max-width: inherit;
    display: block;
  }
  #sec04 .box01_cont{
    max-width: inherit;
  }
  #sec04 .box01_cont:nth-child(2n){
    margin: 0 auto;
  }
  #sec04 .box01_cont:nth-child(n+2){
    margin-top: 8vw;
  }
  #sec04 .box01_link{
    height: 10.933vw;
    max-width: inherit;
    width: 69.867vw;
    box-shadow: 0 4px 0 rgba(180,159,225,1);
    margin: 1.333vw auto 0;
  }
  #sec04 .box01_link .box01_link_txt {
    font-size: 3.7vw;
  }
  #sec04 .box02 .btn_sec04 img{
    width: 82.933vw;
  }
  #sec04 .box02 .copy{
    font-size: 3.4vw;
  }
}


/* ---------------------------------------
  .floating_btn
-----------------------------------------*/
.floating_btn {
  position: fixed;
  display: none;
  bottom: 3rem;
  right: 3rem;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .floating_btn {
    width: 22.4vw;
    bottom: 2rem;
    right: 0;
  }
}

/* ---------------------------------------
.buylink__list #sec03
-----------------------------------------*/
#sec03 .buylink{
  width: 100%;
  margin: 0;
}
#sec03 .buylink__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 34px;
  margin: 22px auto 0;
  width: 647px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
#sec03 .buylink__ttl {
  display: none;
}
#sec03 .buylink__list .buylink__list-item {
  width: calc((100% - 34px) / 2);
}

#sec03 .buylink__list .buylink__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: #A389DA;
  box-shadow: 0 6px 0 rgba(255,176,176,1);
}
#sec03 .buylink__list .buylink__link-txt {
  font-size: 2rem;
  line-height: calc(20.73/20);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#sec03 .buylink__list .buylink__link-txt::after {
  display: none;
}
#sec03 .buylink__list-item:not(:last-of-type) .buylink__link{
  border-bottom: none;
}
#sec03 .buylink__list-item--toysrus .buylink__link-txt{
  line-height: calc(21/20);
}

@media screen and (max-width: 767px) {
  #sec03 .buylink__list {
    display: block;
    width: 100%;
    margin-top: 2.933vw;
  }
  #sec03 .buylink__list .buylink__list-item {
    width: 69.867vw;
    margin: 0 auto;
  }
  #sec03 .buylink__list .buylink__list-item + .buylink__list-item {
    margin-top: 3.2vw;
  }
  #sec03 .buylink__list .buylink__link {
    height: 10.933vw;
    box-shadow: 0 4px 0 rgba(255,176,176,1);
  }
  #sec03 .buylink__list .buylink__link-txt {
    font-size: 3.7vw;
  }
}




/* ---------------------------------------
.buylink__list #sec04
-----------------------------------------*/
.mfp-bg{opacity: 0.3;}
.popup{
	width: 980px;
	padding: 120px 164px 100px;
	background-color: #fff;
  border: 12px solid #B49FE1;
	box-sizing: border-box;
	margin: 10px auto;
	position: relative;
	border-radius: 30px;
}
.popup *{
	box-sizing: border-box;
}
.popup .buylink{
	width: 100%;
	margin: 0;
}
.popup .buylink__ttl{
	display: none;
}
.popup .buylink__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 34px;
  margin: 22px auto 0;
  width: 647px;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.popup .buylink__ttl {
  display: none;
}
.popup .buylink__list .buylink__list-item {
  width: calc((100% - 34px) / 2);
}

.popup .buylink__list .buylink__link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  padding: 0;
  border: none;
  border-radius: 9999px;
  background: #FF8C96;
  box-shadow: 0 6px 0 rgba(180,159,225,1);
}
.popup .buylink__list .buylink__link-txt {
  font-size: 2rem;
  line-height: calc(20.73/20);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.popup .buylink__list .buylink__link-txt::after {
  display: none;
}
.popup .buylink__list-item:not(:last-of-type) .buylink__link{
  border-bottom: none;
}
.popup .buylink__list-item--toysrus .buylink__link-txt{
  line-height: calc(21/20);
}

.mfp-close-btn-in .mfp-close{opacity: 0;}
.popup-modal-dismiss{
	position: absolute;
	top: 28px;
	right: 24px;
	width: 52px;
	transition: .2s;
}
.popup-modal-dismiss img{
	width: 100%;
}

.popup .buylink__list-item:not(:last-of-type) .buylink__link{
	border-bottom: none;
}
.popup .buylink__ttl-txt:before,
.popup .buylink__link-txt:after{
	display: none;
}
@media screen and (min-width: 768px) {
	.popup-modal-dismiss:hover{
		opacity: 0.65;
	}

}
@media screen and (max-width: 767px) {
	.popup{
		width: 93.6vw;
		padding: 14vw 8.6vw 16.8vw;
		border-radius: 10px;
    border-width: 6px;
	}
  .popup .sec_ttl{
    width: 46.933vw;
  }
	.popup .buylink__list{
    display: block;
    width: 100%;
  }
  .popup .buylink__list .buylink__list-item {
    width: 69.867vw;
    margin: 0 auto;
  }
  .popup .buylink__list .buylink__list-item + .buylink__list-item {
    margin-top: 3.2vw;
  }
	.popup .buylink__list .buylink__link{
    height: 10.933vw;
    box-shadow: 0 4px 0 rgba(180,159,225,1);
	}
  .popup .buylink__list .buylink__link-txt {
    font-size: 3.7vw;
  }
	.popup-modal-dismiss{
		top: 3.6vw;
		right: 3.2vw;
		width: 8vw;
	}
}
