
div#Wrapper {
    text-align: left;
    margin-left: calc(50% - 50vw)!important;
    width: 100vw;
    height: 100%;
    font-size: 16px;
    padding: 0;
    margin:0;
	font-family: 'Sawarabi Gothic', sans-serif;
	letter-spacing: 0.001em;
}

/*-- PC --*/
div#Wrapper a {
	color: #4007a2;
}

div#Wrapper a:hover {
	color:#4F61ED;
}


/*-- PC --*/

/*----- パッ！の見出し -----*/ 
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 38px;
	text-align: center;
	color: #E30019!important;
	font-weight: bold;
}

/* 横幅が1600px以下の場合に適用するスタイル */
@media (max-width: 451px) {
.heading04 {
	font-size: 24px;
	margin: 15px auto ;
	line-height: 1.2em;
	width: 97%;

	}
.heading04::before,
.heading04::after {
	content: '';
	width: 2px;
	height: 52px;
	background-color: #E30019;
}
.heading04::before {
	margin-right:10px!important;
	transform: rotate(-25deg)!important;
}
.heading04::after {
	margin-left:10px!important;
	transform: rotate(25deg)!important;
}

}
/* 横幅が1600px以下の場合に適用するスタイル */


.heading04::before,
.heading04::after {
	content: '';
	width: 3px;
	height: 46px;
	background-color: #E30019;
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg);
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg);
}
/*----- パッ！の見出し -----*/ 

div.introbox {
	position:relative;
	width:100%;
	margin:0;
	padding: 0;
}

div.introbutton {
	position:absolute;
	width: 55%;
	top:32%;
	left:2%;
}

div.introbox img ,div.introbuttonimg{
	width: 100%;
}

div.logo {
	width: 150px;
	margin: auto;
	font-size: 12px;
	text-align: center;
}
div.logo img {
	width: 100%;
}

h3.columnbox:before, h3.columnbox:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}
h3.columnbox {
	font-size: 28px;
  position: relative;
	text-align: center;
  display:inline-block;/* 元々inline-block*/
  padding: 0 55px;
	margin: 50px auto 0 auto !important;
}
h3.columnbox:before {
  left:0;
}
h3.columnbox:after {
  right: 0;
}

div.center {
	text-align: center;	
}
/*----- ボックスレイアウト -----*/
@media (max-width: 1600px) {
   /* 横幅が1600px以下の場合に適用するスタイル */
h3.columnbox {
	font-size: 20px;
	}}

.txtbox {
	width :940px;
	margin: 0 auto 15px;
	text-align: left;
}

.txtbox p {
	margin: 15px auto 10px auto;
	padding: 0;	
}


.txtbox img {
	width: 100%;
	margin:15px 0;
}
.colorbox {
	background-color: #f5f5f5;
	width: 99vw;
	padding-bottom: 30px;
	padding-top: 20px;
	margin-top: 30px;
	background-image:url(http://focus.sweetpet.jp/rc/202306_rc_shn/img/bg-select.png) ;
	background-repeat:no-repeat;
	background-position: left 90% top 10%!important;
}

@media (max-width: 1600px) {
   /* 横幅が800px未満の場合に適用するスタイル */
.colorbox {
	background-position:95% ;
}
}



@media (min-width: 452px) {
.colorbox .txtbox {
	width :75%;
}
.colorboxin {
	width: 70vw;
}
}

/* 横幅が800px未満の場合に適用するスタイル スマホ用 */
@media (max-width: 451px) {
.colorbox .txtbox {
	width :98%;
	margin: 0;
	padding: 0;
}
.colorboxin {
	width: 100%;
}
}
/* 横幅が800px未満の場合に適用するスタイル スマホ用 */
span.colorred {
	margin: 0.25em;
	color:#E60012 ;
	font-weight: bold;
}
span.pink {
	font-weight: bold;
}
/*-- まとめエリア --*/
.bnrbox {
	width: 80%;
	margin: 30px auto 0 auto;
	text-align: center;
}
.bnrbox img {
	width: 100%;
}
.bnrbox p.small-txt {
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0;
	margin: 10px 0 10px 0;
	text-align: left;
	width: 100%;
}

@media (max-width: 451px) {
.bnrbox {
	width:98%;
	margin: 0;
	padding: 0;
}
}
/* 点滅 */
.blinking{
	color: red;
	font-size: 120%;
	-webkit-animation:blink 0.25s ease-in-out infinite alternate;
    -moz-animation:blink 0.25s ease-in-out infinite alternate;
    animation:blink 0.25s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
/* 点滅 */
/*-- まとめエリア --*/
/*----- Common Style -----*/ 

/* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
.baloonbox {
	margin:50px 0 ;
}
.balloon{
  display: flex;
	align-items: flex-start;
	margin: 1.5em 0 1em 0;
	line-height: 1.6em;

}
.balloonR{
  flex-direction: row-reverse;
}
.balloon-img{
  width: 120px;
  height: 120px;
  flex-shrink: 0;
}

.balloon-img img{
	width: 100%;
	margin-top: -20px;
}
	
.balloon-text{
  padding: 1em 1.5em 1.5em 1.5em;
  border-radius: 30px;
  position: relative;
width: 100%;
	text-align: left;
}
.balloon-text-inner{
  margin: auto;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 23px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .balloon-text{
  margin: 0 138px 0 13px;
  background: #FFE1E0;
}
.balloonR .balloon-text{
  margin: 0 13px 0 138px;
  background: #CAEDEB;
}
.balloonL .balloon-text::before{
  left: -16px;
  border-right: 18px solid #FFE1E0;
}
.balloonR .balloon-text::before{
  right: -16px;
  border-left: 18px solid #CAEDEB;
}

.balloonR span{
	color:#373737;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 28px;
	margin: -1em auto 0.5em auto;
	display: block;
	text-shadow:3px 3px 0 #CAEDEB, -3px -3px 0 #CAEDEB,
              -3px 3px 0 #CAEDEB, 3px -3px 0 #CAEDEB,
              0px 3px 0 #CAEDEB,  0-3px 0 #CAEDEB,
              -3px 0 0 #CAEDEB, 3px 0 0 #CAEDEB;
}
.balloonL span{
	color:#373737;
	font-family: 'RocknRoll One', sans-serif;
	font-size: 28px;
	margin: -1em auto 0.5em auto;
	display: block;
	text-shadow:3px 3px 0 #FFE1E0, -3px -3px 0 #FFE1E0,
              -3px 3px 0 #FFE1E0, 3px -3px 0 #FFE1E0,
              0px 3px 0 #FFE1E0,  0-3px 0 #FFE1E0,
              -3px 0 0 #FFE1E0, 3px 0 0 #FFE1E0;
}


@media (max-width: 1600px) {
   /* 横幅が1600px以下の場合に適用するスタイル */
	.balloon-img {
  width: 60px;
  height: 60px;
	}
.balloon-img img{
	margin-top: 0px;
}
.balloonL span{
	font-size: 24px;}
.balloonR span{
	font-size: 24px;}	
.balloonL .balloon-text{
  margin: 0 15px 0 10px;
}
.balloonR .balloon-text{
  margin: 0 10px 0 15px;
}
	}
/* ------------------------- */
/*-----------------*/
/*  リスト関連▼ */
/*-----------------*/
.mokuji ol {
  background: #fcfcfc;/*背景色*/
  padding: 1em 3em 1em 1em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
	width:95%;
	margin-bottom: 30px;
 column-count: 2;
}

.mokuji ol li {
	list-style-type: decimal;
	display:list-item;
	margin:  0 0 0 2em;
}

ul.bhnlist{
	  background: #fcfcfc;/*背景色*/
  padding:0.5em 0.5em 0.5em ;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
	list-style: none;
	padding-left: 10px;
	column-count: 4;
}

@media (max-width: 450px) {
   /* 横幅が450px以下の場合に適用するスタイル */
ul.bhnlist{
	column-count: 2;
}

.asklist ol {
	column-count: 1;
	text-align: left;
}

}

ul.bhnlist li{
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 25px;/* リストの左側に余白 */
	margin-right:10px;
	text-align: left;
	display: list-item;
	font-size: 90%;
}
.asklist ol {
  background: #fcfcfc;/*背景色*/
  padding:0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border: solid 1px gray;/*線の種類 太さ 色*/
	width:95%;
	display: flex;
	font-size: 14px;
	column-count: 2;
}

.asklist ol li {
  margin-right: 20px;
	list-style-type: decimal;
	display:list-item;
}


.asklist ol {
	column-count: 1;
}

span.healthtag{
	line-height: 2.5em;
	margin: 0 5px 0 0;
}

/* アコーディオンメニュー */
/* ********************
         acc
******************** */
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #373737;
	background:#F5F5F5;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #373737;
	border-right: 2px solid #373737;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/* --------- -----*/	
/*---- ミニコラムと画像 -----*/	
.product-wrap {
	display: flex;
    justify-content: space-between;
}
.product-wrap h3 {
    font-size: 140%;
    font-weight: bold;
    padding: 0.25em 0.25em ;/*上下 左右の余白*/
	margin-bottom:0.5em;
    color: #11253B;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #F47A9F;/*左線*/
    line-height: 100%;
}

/*---- 画像のせボタン -----*/
div.imagebutton {
    position: relative;
  }
div.imagebutton:hover::before {
  opacity: 1;
}
div.imagebutton>img {
	opacity:0.2;
  }

div.imagebutton span {
    position: absolute;
    color:white;
	font-size:24px;
	width:100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-weight:500;
	bgcolor:#000000;
	text-align:center;
  }

div.imagebutton-bg {
    background-color: #000; /* カラーフィルタ効果の色を指定 */
    display: inline-block;  /* (任意：インラインブロック化したい場合) */
}


