@charset "UTF-8";
@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:400;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Regular'),
		local('NotoSansJP-Regular'),
		url('../../common/fonts/NotoSansCJKjp-Regular.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face{
	font-family:'Noto Sans CJK JP Subset';
	font-style:normal;
	font-weight:700;
	src:
		local('Noto Sans CJK JP'),
		local('NotoSansCJKjp-Bold'),
		local('NotoSansJP-Bold'),
		url('../../common/fonts/NotoSansCJKjp-Bold.woff') format('woff'),
		url('../../common/fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}
@font-face{
	font-family:'Noto Serif CJK JP Subset';
	font-style:normal;
	font-weight:400;
	src:
		local('Noto Serif CJK JP'),
		local('NotoSerifCJKjp-Regular'),
		local('NotoSerifJP-Regular'),
		url('../../common/fonts/NotoSerifCJKjp-Regular.woff') format('woff'),
		url('../../common/fonts/NotoSerifCJKjp-Regular.ttf') format('truetype');
}

@font-face{
	font-family:'Noto Serif CJK JP Subset';
	font-style:normal;
	font-weight:700;
	src:
		local('Noto Serif CJK JP'),
		local('NotoSerifCJKjp-Bold'),
		local('NotoSerifJP-Bold'),
		url('../../common/fonts/NotoSerifCJKjp-Bold.woff') format('woff'),
		url('../../common/fonts/NotoSerifCJKjp-Bold.ttf') format('truetype');
}

/*common
-----------------------------------------------------------------------------------------------*/
html{
	margin:0;
	padding:0;
	font-size:62.5%;
}

body{
	margin:0 auto;
	padding:0;	font-size:1.4em;
	font-family:'Noto Sans JP', 'Noto Sans','Noto Sans CJK JP', 'Noto Sans CJK JP Subset', 'Yu Gothic', '游ゴシック', YuGothic, '游ゴシック体', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
	font-weight:400;
}
h1, h2, h3, h4, h5, h6,a{
	line-height:125%;
}
p{
	line-height:160%;
}
li{
	line-height:145%;
}
*,*::before,*::after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
header,footer,section,aside,nav,article,main{
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:0;
	font-size:100%;
}
img {
	border:none;
	vertical-align:top;
	margin:0;
	padding:0;
}
figure,ul,ol,li,dl,dt,dd{
	margin:0;
	padding:0;
}
ul li,ol li{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
	transition:0.2s;
}
a:link{
	color:#000000;
}
a:visited{
	color:#000000;
}
a:hover{
	color:#666666;
	text-decoration:none;
	opacity: 0.6;
}
a.txtLink{
	text-decoration:underline;
	transition:color 0.2s;
}
a.txtLink:hover{
	color:#666666;
	text-decoration:none;
}
.switch{
	visibility:hidden;
}
.sp{
	display:none;
}
.ctr{
	width:940px;
	display: block;
	margin: 0 auto;
}
@media screen and (max-width:667px){
	body{
		-webkit-text-size-adjust:100%;
	}
	img{
		width:100%;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.ctr{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	}
}

/* iPad measure */
@media screen and (min-width:668px){
	body{
		min-width:1040px;
	}
}

.clear {
	margin-bottom: 36px;
}


/*header
-----------------------------------------------------------------------------------------------*/
.headerOut {
	border-top: 15px solid #26C3F1;
	position: relative;
}
.headerOut:before{
	display: block;
	content: '';
	height: 15px;
	width: 100%;
	position: absolute;
	top: -15px;
	background: url(../../images/cts_bg-03.svg) repeat-x;
	background-size:4.5%;
}
.headerInner {
	height: 68px;
}
.headerInner{
	display:-ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.headerLogo{
	width: 170px;
	position: relative;
	z-index: 3;
}
.headerLogo img{
	width: 100%;
}
.menuBtm{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	transition: 0.2s;
}
.header_Btm {
	display: -ms-flex;
	display: flex;
	position: relative;
	z-index: 3;
}
.header_Btm li:first-child {
	width: 264px;
	margin: 0 10px 0 0;
}
.header_Btm li:last-child {
	width: 102px;
}
.header_Btm li a {
	display: block;
}
.header_Btm li a img {
	width: 100%;
}




.navFixed .menuBtm{
	width:90px;
	position: fixed;
	right: 0;
	top: 10px;
	z-index: 5;
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;

}
.headerMenu{
	position: fixed;
	background: #fff;
	border: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 5;
	display:block;
	padding: 50px 30px;
	height: 100%;
	background-color: rgba(255,255,255,0.9);
}
.active .headerMenu,
.active .headerCloseBtm{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
.headerMenu ul li {
	position: relative;
}
.headerMenu ul li:not(:last-child) {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted;
}
.headerMenu ul li:before{
	content: "";
	position: absolute;
	right: 10px;
	bottom: 20px;
	margin: -3.5px 0 0 0;
	top: 50%;
	width: 5px;
	height: 5px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.headerMenu ul li a {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	padding: 0 30px 10px 5px;
	width: 100%;
}
.headerMenu ul li a span {
	font-size: 1rem;
}
.headerCloseBtm {
	cursor: pointer;
	position: fixed;
	right: 15px;
	top: 15px;
	width: 20px;
	height: auto;
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menuSnsArea {
	padding: 5px;
	margin: 20px 0 0 0;
}
.menuSnsArea p {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.menuSnsBtn{
	margin: 0 5px 0 0;
}
.menuSnsArea>div {
	display: flex;
	justify-content: flex-end;
}
@media screen and (max-width:667px){
	.headerOut {
		border-top: 5px solid #00B8EE;
	}
	.headerInner {
		height: 60px;
	}
	.headerLogo {
		width: 120px;
	}
	.header_Btm li:last-child {
		width: auto;
	}
	.menuBtm {
		width: 90px;
	}
	.navFixed .menuBtm {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}
	.menuSnsArea > a img{
		width: 20%;
	}

}
/*main
-----------------------------------------------------------------------------------------------*/
.mainTit{
	position: relative;
	background: url("../../images/mainImg-bg_pc.png") no-repeat;
	height: 208px;
	background-position: center bottom;
	background-size: cover;
	box-sizing: border-box;
}
.mainTit .ctr {
	position: relative;
	height: 100%;;
}
.titTxt {
	position: relative;
	z-index: 1;
	color: #fff;
	line-height: 3.8rem;
	padding: 30px 0 0 0;

}
.titTxt img {
	width: 345px;
}
.titTxt span{
	font-size: 2.5rem;
	background: #fff;
	color: #00B8EE;
	padding: 0px 15px;
	letter-spacing: 0.1rem;
	margin: 14px 0 0 5px;
	display: inline-block;
	border-radius: 5px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	height: 38px;
}
/*IE*/
@media all and (-ms-high-contrast:none){
_:-ms-lang(x)::-ms-backdrop,
	.titTxt span{
		box-sizing: border-box;
		padding: 0 15px 50px;
		margin: 20px 0 0 5px;
		line-height: 1.5rem;
	}
}
.mainTit_object {
	position: absolute;
	bottom: 0;
	left: 32%;
	width: 230px;
	opacity: 0.15;
}
.mainTit_character {
	width: 250px;
	position: absolute;
	bottom: -30px;
	right: -30px;
}

.topicsArea {
	display:-ms-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px 0 0 ;
	margin: -52px auto 0;
	position: relative;
	z-index: 1;
}
.topicsTit {
	width: 180px;
	height: 76px;
}
.topicsMenu {
	width: 100%;
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 20px 0 0;
}
.topicsMenu li {
	width: 220px;
}
.topicsMenu.thum3 {
	width: 80%;
}
.topicsMenu.thum5 li {
	width: 178px;
}
.topicsMenu.thum6 li {
	width: 176px;
	margin-right: 4px;
}
.topicsMenu.thum6 li:last-child {
	margin-right: 0px;
}
.topicsMenu.thum7 {
	justify-content: center;
	flex-wrap: wrap;
}
.topicsMenu.thum7 li{
	width: 200px;
}
.topicsMenu.thum7 li:not(:first-of-type){
	margin: 0 0 0 20px;
}
.topicsMenu.thum7 li:nth-of-type(n + 5){
	margin: 20px 0 0 20px;
}
.topicsMenu.thum8 {
	justify-content: center;
	flex-wrap: wrap;
}
.topicsMenu.thum8 li{
	width: 200px;
}
.topicsMenu.thum8 li:not(:first-of-type){
	margin: 0 0 0 20px;
}
.topicsMenu.thum8 li:nth-child(5){
	margin: 20px 0 0 0px;
}
.topicsMenu.thum8 li:nth-of-type(n + 6){
	margin: 20px 0 0 20px;
}
.topicsMenu li a{
	display:block;
}
.topicsMenu li a img{
	width:100%;
	border: 1px solid #cccccc;
	padding: 3px;
}
.topicsMenu.thum6 li a img {
	padding: 2px;
}
.topicsMenu.thum8 li a img {
	padding: 2px;
}
.topicsMenu li p {
	text-align: center;
	color: #004098;
	font-weight: bold;
	margin: 7px 0 0;
	font-size: 1.2rem;
	line-height: 150%;
	letter-spacing:0.01em;
}
.topicsMenu.thum7 li p{
	font-size: 1.2rem;
	margin: 3px 0 0 0;
}
.topicsMenu.thum6 li p {
	font-size: 1.25rem;
	line-height: 1.8rem;
}
.topicsMenu.thum8 li p {
	font-size: 1.25rem;
	line-height: 1.8rem;
}
@media screen and (max-width:667px){
	.mainTit {
		background: url(../../images/mainImg-bg_sp.png) no-repeat;
		background-position: center;
		background-size: cover;
		height: auto;
	}
	.titTxt {
		padding: 10% 0 30% 0;
	}
	.titTxt img {
		width: 70%;
	}
	.titTxt span {
		font-size: 4.5vw;
		letter-spacing: 0.1rem;
		padding: 0 10px;
		margin: 15px 0 0 0;
		height: auto;
	}
	.mainTit_object {
		position: absolute;
		bottom: 0;
		left: 20%;
		width: 60%;
		opacity: 0.15;
	}
	.mainTit_character {
		width: 60%;
		position: absolute;
		bottom: -5%;
		right: 1%;
	}
	.topicsArea {
		padding: 30px 20px;
		margin: 0 0 0 0;
	}
	.topicsMenu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.topicsMenu.thum3 {
		width: 100%;
	}
	.topicsMenu li,
	.topicsMenu.thum5 li,
	.topicsMenu.thum6 li,
	.topicsMenu.thum7 li,
	.topicsMenu.thum8 li{
		width: 48%;
	}
	.topicsMenu.thum6 li {
	margin-right: 0px;
	}
	.topicsMenu.thum6 li a img {
	padding: 3px;
	}
	.topicsMenu.thum7 {
		justify-content: space-between;
	}
	.topicsMenu li:nth-child(n+3) {
		margin: 10px 0 0;
	}
	.topicsMenu.thum7 li:not(:first-of-type),
	.topicsMenu.thum7 li:nth-of-type(n + 5),
	.topicsMenu.thum7 li:nth-of-type(n + 3){
		margin: 10px 0 0 0;
	}
	.topicsMenu.thum7 li:nth-of-type(2){
		margin: 0 0 0 0;
	}

	.topicsMenu li p {
		margin: 3px 0 0;
		font-size: 3vw;
	}
	.topicsMenu.thum6 li p {
		font-size: 3vw;
		line-height: 2.4rem;
	}	
	.topicsMenu.thum8 {
		justify-content: space-between;
	}
	.topicsMenu.thum8 li{
		margin-right: 0px;
	}
	.topicsMenu.thum8 li a img {
	padding: 3px;
	}
	.topicsMenu.thum8 li:not(:first-of-type),
	.topicsMenu.thum8 li:nth-child(5),
	.topicsMenu.thum8 li:nth-of-type(n + 6){
		margin: 10px 0 0 0;
	}
	.topicsMenu.thum8 li:nth-of-type(2){
		margin: 0 0 0 0;
	}
}

.mainArea {
	margin: 42px 0 0;
}
article.ctsArea:nth-child(n+2){
	margin: 120px auto 0;
}
.ctsArea {
	background: #fff;
	position: relative;
	padding: 30px;
	z-index: 1;
}
.ctsBg{
	padding: 110px 0 70px;
	position: relative;
}
.ctsBg:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #33C6F1 transparent transparent transparent;
	border-width: 100px 114px 0 0;
}
.ctsBg:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-color: #33C6F1 transparent transparent transparent;
	border-width: 100px 114px 0 0;
	transform: rotate(-180deg);
}
.ctsBg.gray:before,
.ctsBg.gray:after{
	display: none;
}
.ctsBg:nth-child(odd) {
	background: url("../../images/cts_bg-02.svg") #A7E6F9;
	background-size: 5%;
}
.ctsBg:nth-child(even) {
	background: url("../../images/cts_bg-01.svg") #FFFDD7;
	background-size: 5%;
}
.ctsBg.gray{
	background: url("../../images/cts_bg-05.svg") #e8e8e8;
	background-size: 5%;
}
.bubbleTxt {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -55px;
	left: 0;
}
.bubbleTxt p {
	display: inline-block;
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	color: #004098;
	letter-spacing: 0.1rem;
	z-index: 0;
}
.bubbleTxt p span:before{
	content: "";
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: 4px;
	border-bottom: 7px solid #fff100;
	z-index: -1;
}
.typeArea{
	display:-ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 35px 0;
}
.typeTit {
	width: 50%;
	position: relative;
	font-size: 3rem;
	color: #fff;
	height: 64px;
	display:-ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 0;
	letter-spacing: 0.2rem;
}
.typeTit.typeTitM {
	font-size: 2.5rem;
	letter-spacing: 0;
}
.typeTit.typeTitSS {
	font-size: 2rem;
	letter-spacing: 0;
}
.bubbleTxt p:before,
.bubbleTxt p:after{
	content: '';
	display: block;
	position: absolute;
	bottom: -45px;
}
/*Character List
-----------------------------------------------Start*/
/*バスケットボール*/
.chara-A p:before{
	width: 60px;
	height: 88px;
	left: -70px;
	background: url("../../images/characterImg_tit_basketball-01.svg") no-repeat;
	background-size: contain;
}
.chara-A p:after{
	width: 52px;
	height: 108px;
	right: -62px;
	background: url("../../images/characterImg_tit_basketball-02.svg") no-repeat;
	background-size: contain;
}
/*野球*/
.chara-B p:before{
	width: 64.8px;
	height: 90px;
	left: -74.8px;
	background: url("../../images/characterImg_tit_baseball-01.svg") no-repeat;
	background-size: contain;
}
.chara-B p:after{
	width: 64.8px;
	height: 90px;
	right: -74.8px;
	background: url("../../images/characterImg_tit_baseball-02.svg") no-repeat;
	background-size: contain;
}
/*馬術*/
.chara-C p:before{
	width: 88.2px;
	height: 90px;
	left: -98.2px;
	background: url("../../images/characterImg_tit_equestrian-01.svg") no-repeat;
	background-size: contain;
}
.chara-C p:after{
	width: 129px;
	height: 90px;
	right: -139px;
	background: url("../../images/characterImg_tit_equestrian-02.svg") no-repeat;
	background-size: contain;
}
/*ボーリング*/
.chara-D p:before{
	width: 77.4px;
	height: 90px;
	left: -87.4px;
	background: url("../../images/characterImg_tit_bowling-01.svg") no-repeat;
	background-size: contain;
}
.chara-D p:after{
	width: 51px;
	height: 90px;
	right: -61px;
	background: url("../../images/characterImg_tit_bowling-02.svg") no-repeat;
	background-size: contain;
}
/*競輪*/
.chara-E p:before{
	width: 65.4px;
	height: 90px;
	left: -75.4px;
	background: url("../../images/characterImg_tit_bicyclerace-01.svg") no-repeat;
	background-size: contain;
}
.chara-E p:after{
	width: 48px;
	height: 90px;
	right: -58px;
	background: url("../../images/characterImg_tit_bicyclerace-02.svg") no-repeat;
	background-size: contain;
}
/*スケートボード*/
.chara-F p:before{
	width: 71.4px;
	height: 90px;
	left: -81.4px;
	background: url("../../images/characterImg_tit_skateboard-01.svg") no-repeat;
	background-size: contain;
}
.chara-F p:after{
	width: 61.8px;
	height: 90px;
	right: -71.8px;
	background: url("../../images/characterImg_tit_skateboard-02.svg") no-repeat;
	background-size: contain;
}
/*テニス*/
.chara-G p:before{
	width: 78.6px;
	height: 90px;
	left: -88.6px;
	background: url("../../images/characterImg_tit_tennis-01.svg") no-repeat;
	background-size: contain;
}
.chara-G p:after{
	width: 75px;
	height: 90px;
	right: -85px;
	background: url("../../images/characterImg_tit_tennis-02.svg") no-repeat;
	background-size: contain;
}
/*ラグビー*/
.chara-H p:before{
	width: 78.4px;
	height: 60px;
	left: -88.4px;
	background: url("../../images/characterImg_tit_rugby-01.svg") no-repeat;
	background-size: contain;
}
.chara-H p:after{
	width: 90px;
	height: 90px;
	right: -100px;
	background: url("../../images/characterImg_tit_rugby-02.svg") no-repeat;
	background-size: contain;
}
/*ボクシング*/
.chara-I p:before{
	width: 52.8px;
	height: 90px;
	left: -62.8px;
	background: url("../../images/characterImg_tit_boxing-01.svg") no-repeat;
	background-size: contain;
}
.chara-I p:after{
	width: 51.6px;
	height: 90px;
	right: -61.6px;
	background: url("../../images/characterImg_tit_boxing-02.svg") no-repeat;
	background-size: contain;
}
/*サーフィン*/
.chara-J p:before{
	width: 54px;
	height: 90px;
	left: -64px;
	background: url("../../images/characterImg_tit_surfing-01.svg") no-repeat;
	background-size: contain;
}
.chara-J p:after{
	width: 64.8px;
	height: 90px;
	right: -74.8px;
	background: url("../../images/characterImg_tit_surfing-02.svg") no-repeat;
	background-size: contain;
}
/*マラソン*/
.chara-K p:before{
	width: 44.4px;
	height: 90px;
	left: -54.4px;
	background: url("../../images/characterImg_tit_marathon-01.svg") no-repeat;
	background-size: contain;
}
.chara-K p:after{
	width: 54px;
	height: 90px;
	right: -64px;
	background: url("../../images/characterImg_tit_marathon-02.svg") no-repeat;
	background-size: contain;
}
/*水泳*/
.chara-L p:before{
	width: 100px;
	height: 60px;
	left: -110px;
	background: url("../../images/characterImg_tit_swimming-01.svg") no-repeat;
	background-size: contain;
}
.chara-L p:after{
	width: 94.4px;
	height: 60px;
	right: -104.4px;
	background: url("../../images/characterImg_tit_swimming-02.svg") no-repeat;
	background-size: contain;
}
/*新体操*/
.chara-M p:before{
	width: 84.6px;
	height: 90px;
	left: -96.6px;
	background: url("../../images/characterImg_tit_gymnastics-01.svg") no-repeat;
	background-size: contain;
}
.chara-M p:after{
	width: 78.6px;
	height: 90px;
	right: -88.6px;
	background: url("../../images/characterImg_tit_gymnastics-02.svg") no-repeat;
	background-size: contain;
}
/*ゴルフ*/
.chara-N p:before{
	width: 81.6px;
	height: 90px;
	left: -91.6px;
	background: url("../../images/characterImg_tit_golf-01.svg") no-repeat;
	background-size: contain;
}
.chara-N p:after{
	width: 54px;
	height: 90px;
	right: -64px;
	background: url("../../images/characterImg_tit_golf-02.svg") no-repeat;
	background-size: contain;
}
/*サッカー*/
.chara-O p:before{
	width: 46.8px;
	height: 90px;
	left: -56.8px;
	background: url("../../images/characterImg_tit_football-01.svg") no-repeat;
	background-size: contain;
}
.chara-O p:after{
	width: 66px;
	height: 90px;
	right: -76px;
	background: url("../../images/characterImg_tit_football-02.svg") no-repeat;
	background-size: contain;
}
/*アーチェリー*/
.chara-P p:before{
	width: 70px;
	height: 80px;
	left: -90px;
	background: url("../../images/characterImg_tit_archery-01.svg") no-repeat;
	background-size: contain;
}
.chara-P p:after{
	width: 70px;
	height: 80px;
	right: -90px;
	background: url("../../images/characterImg_tit_archery-02.svg") no-repeat;
	background-size: contain;
}
/*柔道*/
.chara-Q p:before{
	width: 85px;
	height: 85px;
	left: -95px;
	background: url("../../images/characterImg_tit_judo-01.svg") no-repeat;
	background-size: contain;
}
/*卓球*/
.chara-R p:before{
	width: 145px;
	height: 85px;
	left: -165px;
	background: url("../../images/characterImg_tit_tTennis-01.svg") no-repeat;
	background-size: contain;
}
/*Character List
-----------------------------------------------End*/

/*IE調整用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
		property: value;
	}
	.typeTit {
		padding: 15px 0 0 0 ;
	}
	.titTxt span {
		padding: 13px 15px 0px;
	}
}

.typeTit:before{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	border-left: 64px solid rgba(0,0,0,0.1);
	border-bottom: 64px solid transparent;
	height: 64px;
	width: 64px;
	z-index: -1;
}
.typeTxt{
	width: 50%;
	background: #efefef;
	height: 64px;
	display:-ms-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.3rem;
	padding-left: 15px;
}
.typeTit.typeTitL {
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
}
/*IE調整用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
		property: value;
	}
	.typeTxt{
		padding-top: 8px;
	}
	/*googlefont 文字化け*/
	.iEfontWeight{
		font-weight:bold;
	}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.iEfontWeight{
		font-family:"MS Pゴシック",sans-serif;
	}
}
/*タイトルの帯色*/
.titJP{
	background: #d3b300;
}
.titMatcha{
	background:#61AE10;
}
.titSeason{
	background: #00c7e2;
}
.titSpring{
	background: #e97d9e;
}
.titSummer{
	background: #049afe;
}
.titAutumnWinter{
	background: #924208;
}
.titCone{
	background:#78341c;
}
.titmixer{
	background:#22b9d5;
}
.titCremia{
	background:#4e2914;
}
.titSilkream{
	background:#7acee4;
}
.titDfes{
	background:#ef8200;
}
.titKidTit{
	background: #ff5c00;
}
.furefureTit{
	background: #025BAC;
}
.mintTit{
	background: #28b6b9;
}
.titGray{
	background: #888888;
}
.titFrozen{
	background: #26b6ba;
}
.titMelon{
	background: #fc8110;
}
.titchai{
	background: #eb5d48;
}
.titGohoubi{
	background: #f04247;
}
.titSmoothie{
	background:#61C800;
}
.titSns{
	background:#77d2e0;
}
.titChoco{
	background:#754c24;
}
.titPink{
	background:#eb6d65;
}
.titPoster{
	background:#4487e2;
}
.titCremiaCustard{
	background:#e98863;
}
.titPurple{
	background:#BC64A4;
}


/*コンテンツの組方向*/
.ctsDetailA {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}
.ctsDetailB,
.ctsDetailC{
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction:row-reverse; 
	flex-direction: row-reverse;
}
.ctsDetailLong {
	margin: 30px 0 0;
}

.ctsAdjustmentA {
	margin: 50px 0 0;
}
.detailTxt{
	line-height: 200%;
}
.detailTxtTit {
	background: #eb5d48;
	display: block;
	color: #fff;
	text-align: center;
	font-weight: bold;
	width: 35%;
	margin: -22px 0 8px 0;
}

.memoBox p{
	margin: 22px 0px;
	padding: 12px 18px;
	background: #f8f6ee;
	line-height: 186%;
}
.ctsTxt > p.note{
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}
.ctsTxt > a.txtLink{
	display: block;
	font-size: 1.2rem;
	margin: 5px 0 0 0;
	line-height: 150%;
	color: #004098;
	transition: 0.3s;
}
.ctsTxt > a.txtLink:hover{
	opacity: 0.4;
	text-decoration: underline;
}
@media screen and (max-width:667px){
.memoBox p{
	margin: 24px 0px 0px 0px;
	padding: 12px 18px;
	background: #f8f6ee;
	line-height: 186%;
	}
}


.miniDataBoxTitle{
	margin: 16px 0 -10px 0;
	padding: 6px 8px;
	background: #004098;
	font-size: 1.3rem;
	color: #ffffff;
}
.miniDataBox{
	margin: 10px 0 8px 0;
	padding: 6px 8px;
	background: #f8f6ee;
	font-size: 1.3rem;
}
.miniDataBox.center50p{
	width: 50%;
	margin: 15px auto 10px  auto;
}
@media screen and (max-width:667px){
.miniDataBox.center50p{
	width: auto;
	}	
}
.detailTxtS{
	font-size: 1.3rem;
	margin: 8px 0 0 0;
}
.detailTxtS.redTxt{
	color: #f00;
}
.ctsDetailImg {
	width: 430px;
}
.ctsDetailImgSemiLong {
	width: 550px;
}
.ctsDetailImgS {
	width: 100%;
	margin: 30px auto 0;
}
.ctsTxt {
	width: 430px;
}
.sctsTxtSemiShort {
	width: 310px;
}
.ctsTxtTit span{
	display: inline-block;
	position: relative;
	z-index: 0;
}
.ctsTxtTit span:before{
	content: "";
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: -3px;
	border-bottom: 8px solid #fff100;
	z-index: -1;
}
.ctsTxtTitS{
	font-size: 2.2rem;
	line-height: 2.2rem;
	margin: 0 0 15px 0;
	letter-spacing: 0.2rem;
}
.ctsTxtTitS-2{
	font-size: 2.2rem;
	line-height: 2.2rem;
	margin: 0 0 15px 0;
}
.ctsTxtTitSS{
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin: 0 0 15px 0;
}
.ctsTxtTit span.ctsTxtTitSS:before {
	content: "";
	position: absolute;
	left: -3px;
	right: -3px;
	bottom: 2px;
	border-bottom: 5px solid #fff100;
	z-index: -1;
}
.ctsTxtTitM{
	font-size: 2.4rem;
	line-height: 2.2rem;
	margin: 0 0 19px 0;
	letter-spacing: 0.1rem;
}
.ctsTxtTitMM{
	font-size: 3rem;
	line-height: 3rem;
	margin: 0 0 15px 0;
	letter-spacing: 0rem;
}
.ctsTxtTitL{
	font-size: 3.8rem;
	line-height: 3.8rem;
	margin: 0 0 20px 0;
	letter-spacing: 0.1rem;
}
.ls0{
	letter-spacing: 0;
}
.leadTxt {
	font-size: 2rem;
	color: #004098;
	font-weight: bold;
	margin: 0 -10px 15px 0;
}
.leadTxt .note {
	font-size: 1.2rem;
	vertical-align: super;
}
.leadTxt .noteTxt {
	font-size: 1.2rem;
}
.commentaryArea {
	margin: 20px 0 0 0;
}
.commentaryArea .leadTxt {
	margin: 0 0 5px 0;
}
.sctsTxtSemiShort .leadTxt {
	line-height: 140%;	
}
.sctsTxtSemiShort .detailTxt {
	margin-bottom: 8px;
	line-height: 170%;
}
.detailImg{
	width:100%;
	margin: 30px 0 0 0;
}
.tbOverview {
	margin: 30px 0 0;
}
.tbOverviewTit {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.calendarCts img{
	width: 100%;
}

.tbOverviewDetail,
.tbOverviewDetailB{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:1.3rem;
}
.tbOverviewDetail thead tr{
	height: 34px;
	background: #999;
	color: #fff;
}
.tbOverviewDetailB thead tr{
	background: #999;
	color: #fff;
}
.tbOverviewDetail thead tr th,
.tbOverviewDetailB thead tr th{
	width:auto;
}
.tbOverviewDetail thead tr th:not(:last-child),
.tbOverviewDetailB thead tr th:not(:last-child){
	border-right: 1px dotted #fff;
}
.tbOverviewDetail tbody tr{
	height: 64px;
	text-align: center;
	border-bottom: 1px solid #999;
}
.tbOverviewDetailB tbody tr{
	text-align: center;
	border-bottom: 1px solid #999;
}
.tbOverviewDetail tbody tr td:not(:last-child),
.tbOverviewDetailB tbody tr td:not(:last-child){
	border-right: 1px dotted #999;
}
.tbOverviewDetailB thead tr th,
.tbOverviewDetailB tbody tr td{
	padding: 5px 0 ;
}
.detailTxtS span {
	white-space: nowrap;
}
.tbOverviewDetail tbody tr td span.note{
	color: #f00;;
	font-size: 1rem;
	vertical-align: super;
}
.tbBld{
	border-left: 1px dotted #999;
}
.tbOverviewDetail.gohoubiTb tbody tr {
	height: 42px;
}
@media screen and (max-width:667px){
	.tbOverviewDetailBOut {
		overflow-x: scroll;
	}
	.tbOverview .spTb {
		overflow-x: scroll;
	}
	.tbOverviewDetailBOut .tbOverviewDetailB{
		width: auto;
	}
	.tbOverviewDetailB thead tr th{
	}
	.tbOverviewDetailB thead tr th,
	.tbOverviewDetailB tbody tr td{
		padding: 10px;
		white-space: nowrap;
		font-size: 1.2rem;
	}
	.talSp{
		text-align: left;
	}
	.ctsTxtTitMM {
		font-size: 2.4rem;
		line-height: 2.4rem;
		margin: 0 0 15px 0;
		letter-spacing: 0;
	}


}

.ctsLinkTxt {
	font-size: 1.8rem;
	font-weight: bold;
	color: #ff7f00;
	text-align: center;
}
.ctsLinkTxt.btm01{
	margin: 30px 0 -40px;
}
.ctsTxt .ctsLinkTxt {
	text-align: left;
}
.ctsLinkTxt .fsS{
	font-size: 1.4rem;
}
/*ボタン種類*/
a.ctsLinkBtmA {
	background: #004098;
	color: #fff;
	text-align: center;
	display: block;
	width: 385px;
	height: 48px;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 24px;
	padding: 14px 0;
	margin: 15px auto 0;
	position: relative;
	transition: 0.2s;
}
.btnDouble a.ctsLinkBtmA {
	margin: 0 auto;
}
a.ctsLinkBtmB {
	background: #ff7f00;
	color: #fff;
	text-align: center;
	display: block;
	width: 385px;
	height: 48px;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 24px;
	padding: 14px 0;
	margin: 0 auto;
	position: relative;
	transition: 0.2s;
}
a.ctsLinkBtmB.ctsLinkBtmSingle{
		margin: 15px auto 0;
}
a.ctsLinkBtmC {
	background: #ff7f00;
	color: #fff;
	text-align: center;
	display: block;
	width: 385px;
	height: 48px;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 24px;
	padding: 14px 0;
	margin: 15px auto 0;
	position: relative;
	transition: 0.2s;
}

a.ctsLinkBtmA:hover,
a.ctsLinkBtmB:hover,
a.ctsLinkBtmC:hover{
	opacity:0.6;
}
a.ctsLinkBtmA:before{
	content: '';
	width: 25px;
	height: 25px;
	background: url(../../images/btm-ico_01.png) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -12px 0 0 0;
}
a.ctsLinkBtmB:before{
	content: '';
	width: 25px;
	height: 25px;
	background: url(../../images/btm-ico_02.png) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -12px 0 0 0;
}
a.ctsLinkBtmC:before{
	content: '';
	width: 25px;
	height: 25px;
	background: url(../../images/btm-ico_C.png) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 12px;
	top: 50%;
	margin: -12px 0 0 0;
}

/*15以上17文字以下のボタン幅*/
a.ctsLink17words {
	width: 40%;
	}
/*IE調整用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
		property: value;
	}
	a.ctsLinkBtmA,
	a.ctsLinkBtmB,
	a.ctsLinkBtmC{
		padding: 18px 0;
	}
}

.ctsLink {
	margin: 30px 0 0 0;
}
.subCts {
	background: #f8f6ee;
	padding: 40px 30px;
	margin: 30px 0 0 0;
}
.subCtsTit {
	margin: 0 0 20px 75px;
	padding: 0 0 8px 0;
	font-size: 2rem;
	letter-spacing: 0.1rem;
	position: relative;
}

/*サブコンテンツのタイトル*/
/*販促物*/
.adType{
	border-bottom: 1px solid #00b8ee;
}
/* 動画*/
.mvType{
	border-bottom: 1px solid #00b8ee;
}
/* SNS*/
.snsType,.snsTypeTwitter{
	border-bottom: 1px solid #458cc3;
}
.columnType{
	border-bottom: 1px solid #d3b300;
}
.subCtsTit:before{
	content:'';
	width: 56px;
	height: 68px;
	position: absolute;
	top: 50%;
	margin: -34px 0 0 0;
	left: -75px;
}
.adType:before{
	background: url("../../images/ad-illust.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.mvType:before{
	background: url("../../images/mv-illust.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.snsType:before{
	background: url("../../images/sns-illust.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.snsTypeTwitter:before{
	background: url("../../images/sns-illust_twitter.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.columnType:before{
	background: url("../../images/column-illust.png") no-repeat;
	background-position: center;
	background-size: contain;
}
.specTxt {
	margin: 5px 0 0 0;
	font-size: 1.2rem;
}
.specTxt .tit{
	font-weight: bold;
}

/*直営店報告用
------------*/
.silkreamType{
	border-bottom: 1px solid #00b8ee;
	margin-bottom: 24px;
}
.silkreamType:before{
	background: url("../../images/logo-silkream.png") no-repeat;
	background-position: 5px -1px;
	background-size: contain;	
}
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .silkreamType{
	margin-bottom: 28px;
	}
}
/* for IE 10 */
 @media all and (-ms-high-contrast:none){
	.silkreamType{
		margin-bottom: 28px;
	}
 }
@media screen and (max-width:667px){
	.silkreamType{
	margin-bottom: 0px;
	}
	.silkreamType:before{
	background-position: center;
	}
}
/*---------*/

.adCtsTxt{
	line-height: 200%;
}
/*.subCts .adCol2 {
	margin: 10px 0 16px 0;
}*/
.notesMart{
	vertical-align: super;
	color: #f00;
	font-size: 1rem;
}
.notesTxt{
	color: #f00;
	font-size: 1.2rem;
}
.notesTxt.bk{
	color: #000;
	font-size: 1.2rem;
}
.notesTxt a{
	color: #f00;
	font-size: 1.2rem;
	text-decoration: underline;
}
p.notesTxt{
	margin-top: 8px;
	font-weight: bold;
	line-height: 150%;
}
span.notesTxtB{
	font-size: 1.4rem;
	margin-top: 8px;
	line-height: 150%;
	text-align: center;
	color: #000;
	font-weight: normal;
}
@media screen and (max-width:667px){
	.detailTxtTit {
		padding: 3px 0;
		margin: -22px 0 8px 0;
	}
	.ctsLinkTxt .notesTxt{
		line-height: 130%;
	}
}

/*テキストカラー*/
.txtRed{
	color: #f00;
}
.txtBlue{
	color: #004098;
}

.txte_e7355c {
	color: #e7355c;
}
.txte_ff8000 {
	color: #ff8000;
}
.txte_d59900 {
	color: #d59900;
}
.txte_6fba2c {
	color: #6fba2c;
}
.txte_00afec {
	color: #00afec;
}
.txte_0068b7 {
	color: #0068b7;
}
.txte_865ba3 {
	color: #865ba3;
}

.adCol2{
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}
.directionRow{
	-ms-flex-direction:row-reverse; 
	flex-direction: row-reverse;
}
.adCol2 img,
.adCol2 p{
	width: 400px;
}
.adCol2 .txC{
	text-align: center;
	width: 100%;
}
.ctsLink .btnColumn3 {
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0 0;
}
.ctsLink .btnColumn3 a.ctsLinkBtmB {
	width: auto;
	display: inline-block;
	padding: 0 50px 0 30px;
	line-height: 4.8rem;
	font-size: 1.4rem;
	margin: 0;
	min-width: 190px;
	text-align: center;
}

/*.4列*/
.menuCol4 {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px 0 0 0;
}
.menuCol4 li {
	width: 205px;
}

.menuCol4.menu202012 li{
	width: 200px;
}
.featureArea .menuCol4.menu202012 li{ /*特集コラムの場合*/
	width: 190px;
}

.menuCol4 li img {
	width: 100%;
	/*border: #fff 5px solid;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);*/
}
.menuCol4 li p {
	text-align: center;
	color: #603813;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.menuCol4 li p.tit {
	font-size: 1.4rem;
}
.menuCol4 li p.tit.catchCopy {
	color:#004098;
	text-align: left;
}
.menuCol4 li span.note{
	color: #e60012;
	font-size: 1rem;
	display: block;
	text-align: center;
}

.menuCol4.moreList{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.menuCol4.moreList li:not(:nth-child(4n+1)){
	margin: 0 0 0 20px;
}
.menuCol4.moreList p{
	margin: 10px 0  20px 0
}
/*.3列*/
.menuCol3 {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 10px 0;
}
.menuCol3.center{
	justify-content: center;
}
.menuCol3.center li:not(:first-of-type){
	margin: 0 0 0 3%;
}
.menuCol3 li {
	width: 32%;
}
.menuCol3 li:nth-child(n+4){
	margin: 20px 0 0 0;
}
.menuCol3 li img {
	width: 100%;
	/*border: #fff 5px solid;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);*/
}
.menuCol3 li p {
	text-align: center;
	color: #603813;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.menuCol3 li p span.note {
	font-weight: normal;
	text-align: left;
	display: inline-block;
	text-indent: -12px;
	padding: 0 0 0 12px;
	color: #000;
	line-height: 125%;
	width: 90%;
}


/*.5列*/
.menuCol5 {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 10px 0;
}
.menuCol5 li {
	width: 18%;
	margin: 0px 0px 20px 0px;
}
.menuCol5 li img {
	width: 100%;
	/*border: #fff 5px solid;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);*/
}
.menuCol5 li p {
	text-align: center;
	color: #603813;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.menuCol5 li p.tit {
	font-size: 1.4rem;
}
.menuCol5.moreList{
	flex-wrap: wrap;
	justify-content: flex-start;
}
.menuCol5.moreList li:not(:nth-child(5n+1)){
	margin: 0 0 20px 20px;
}

.menuCol6 {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 10px 0;
}
.menuCol6 li {
	width: 14%;
	margin: 0px 0px 20px 0px;
}
.menuCol6 li img{
	width: 100%;
}
.menuCol6 li p.tit {
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	color: #603813;
	margin: 0 0 5px 0;
}


/*.2列*/
.menuCol2 {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 30px 0
}
.menuCol2.imgSS{
	width: 66%;
	margin: 30px auto;
}
.menuCol2 li{
	width: 49%;
}
.menuCol2 li:nth-of-type(n + 3){
	margin: 30px 0 0 0;
}
.menuCol2 li img{
	width: 100%;
}
.menuCol2 li p {
	text-align: center;
	color: #603813;
	font-size: 1.3rem;
	font-weight: bold;
	margin: 5px 0 0 0;
}


/*.1列（センター）*/
.menuCol1 {
	margin: 30px auto 30px auto;
	text-align: center;
}
.menuCol1 li{
	width: 49%;
	margin: 0px auto;
}
.menuCol1 li.vertical {
	width: 30%;
}
@media screen and (max-width:667px){
	.menuCol1 li,
	.menuCol1 li.vertical {
		width: 100%;
		}
	.menuCol2.imgSS{
		width: 100%;
	}
	.ctsLink .btnColumn3 {
		flex-direction: column;
	}
	.ctsLink .btnColumn3 a.ctsLinkBtmB{
		min-width: auto;
		width: 100%;
	}
	.ctsLink .btnColumn3 a.ctsLinkBtmB:not(:first-of-type){
		margin: 10px 0 0;
	}
	.menuCol6 li {
		width: 45%;
	}
}
.menuCol1 li img{
	width: 100%;
}
.menuCol1 li p {
	text-align: center;
	color: #603813;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 5px 0 0 0;
}


.eventTit img{
	width:100%;
	margin: 0 0 10px 0;
}
.detailTxtImg {
	width: 100%;
	margin: 30px 0 0 0;
}
.posterImg{
	width: 400px;
	border: #fff 10px solid;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);
}
.columnTit {
	font-size: 1.9rem;
	font-weight: bold;
	color: #fff;
	margin: 0 0 15px 0;
	line-height: 3.3rem;
}
.columnTit span {
	display: inline-block;
	background: #d3b300;
	line-height: 2rem;
	padding: 4px 4px 3px;
}
.btnDouble{
	display:-ms-flex;
	display: flex;
}
a.ctsLinkBtmA.btnDoubleDetail {
	margin: 0px auto 0;
	width: 335px;
}
/*IE調整用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
		property: value;
	}
	.columnTit span {
		padding: 10px 4px 0px;
	}
}

@media screen and (max-width:667px){
	.mainArea {
		margin: 0;
		padding: 90px 0 70px;
	}
	.mainArea.mACts {
		padding: 10px 0 0 0;
	}
	.ctsArea {
		padding: 10px;
	}
	.ctsBg {
		padding: 110px 20px 70px;
	}
	.ctsBg:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-color: #33C6F1 transparent transparent transparent;
		border-width: 40px 44px 0 0;
	}
	.ctsBg:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-color: #33C6F1 transparent transparent transparent;
		border-width: 40px 44px 0 0;
		transform: rotate(-180deg);
	}
	article.ctsArea:nth-child(n+2) {
		margin: 90px auto 0;
	}
	.bubbleTxt {
		top: -45px;
	}
	.bubbleTxt p {
		font-size: 4.5vw;
		letter-spacing: 0;
	}
	/*吹き出しの文言が長い場合pタグにclass付与*/
	.bubbleTxt p.bubbleTxtL {
		font-size: 4vw;
	}
	.bubbleTxt p span:before {
		border-bottom: 4px solid #fff100;
	}
	.bubbleTxt p:before {
		content: '';
		position: absolute;
		left: -45px;
		top: 50%;
		margin: -10px 0 0;
		width: 39px;
		height: 31px;
		background: url(../../images/bubbleL.png) no-repeat;
		background-position: center;
		background-size: contain;
	}
	.bubbleTxt p:after {
		right: -45px;
		content: '';
		position: absolute;
		top: 50%;
		margin: -10px 0 0;
		width: 39px;
		height: 31px;
		background: url(../../images/bubbleR.png) no-repeat;
		background-position: center;
		background-size: contain;
	}
	.ctsDetailA,.ctsDetailB,.adCol2 {
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.ctsDetailC,.directionRow{
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.ctsDetailA .ctsTxt,
	.ctsDetailB .ctsTxt {
		margin: 20px 0 0 0;
	}
	.ctsDetailA .tenjiTxt{
		margin: 20px 0 0 0;
		width: 100%;
	}
	.ctsDetailC .ctsTxt {
		margin: 0 0 20px 0;
	}

	.ctsAdjustmentA {
		margin: 30px 0 0;
	}
	.adCol2.directionRow .adCtsImg {
		margin: 15px 0 0 0;
	}
	.columnTit{
		margin: 0 0 0 0;
	}
	.typeArea {
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 0 20px 0;
	}
	.typeTit{
		width: 100%;
		font-size: 6vw;
	}
	.typeTit.typeTitS {
		font-size: 4vw;
	}
	.typeTit.typeTitM {
		font-size: 3.8vw;
	}
	.typeTit.typeTitL {
		font-size: 5vw;
		width: 100%;
		letter-spacing: 0;
	}
	.typeTxt {
		width: 100%;
		padding: 10px 20px;
		height: auto;
	}
	.ctsDetailImg,.ctsDetailImgS,.ctsTxt,.adCol2 img, .adCol2 p {
		width: 100%;
	}
	.ctsTxtTit {
		margin: 0 0 20px 0;
	}
	.ctsTxtTitS {
		font-size: 5.5vw;
		line-height: 5.5vw;
		margin: 0 0 5px 0;
		letter-spacing: 0.1rem;
	}
	.ctsTxtTitS-2{
		font-size: 5vw;
		line-height: 5.5vw;
		margin: 0 0 5px 0;
	}
	.ctsTxtTitL {
		font-size: 7.5vw;
		line-height: 9vw;
		letter-spacing: 0.1rem;
		margin: 0 0 0 0;
	}
	.leadTxt {
		margin: 0 0 10px 0;
		font-size: 1.6rem;
	}
	.detailTxt {
		line-height: initial;
	}
	.tbOverviewTit {
		font-size: 3vw;
	}
	/*商品概要テーブル*/
	.tbOverview {
		margin: 20px 0 0;
	}
	.tbOverviewDetail {
		display:-ms-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-top: 1px #999 solid;
		border-bottom: 1px #999 solid;
		font-size: 3.2vw;
	}
	.tbOverviewDetail thead,
	.tbOverviewDetail thead tr,
	.tbOverviewDetail thead tr th,
	.tbOverviewDetail tbody,
	.tbOverviewDetail tbody tr,
	.tbOverviewDetail tbody tr td{
		display: block;
	}
	.tbOverviewDetail thead {
		width: 30%;
	}
	.tbOverviewDetail tbody {
		width: 70%;
	}
	.tbOverviewDetail thead tr,
	.tbOverviewDetail tbody tr{
		height:auto;
	}
	.tbOverviewDetail thead tr{
		text-align: left;
	}
	.tbOverviewDetail tbody tr {
		text-align: left;
		border-bottom: none;
	}
	.tbOverviewDetail thead tr th,
	.tbOverviewDetail tbody tr td{
		width: 100%;
		padding: 5px;
	}
	.tbOverviewDetail thead tr th:not(:last-child) {
		border-right: none;
		border-bottom: 1px dotted #fff;
	}
	.tbOverviewDetail tbody tr td:not(:last-child) {
		border-right: none;
		border-bottom: 1px dotted #999;
	}
	.tableTxt{
		font-size:3vw;
	}
	
	.ctsLink {
		margin: 15px 0 0 0;
	}
	.ctsLinkTxt {
		text-align: left;
		font-size: 1.6rem;
	}
	a.ctsLinkBtmA {
		width: 100%;
		margin: 15px 0 30px;
		font-size: 3.8vw;
		height: auto;
	}
	a.ctsLinkBtmA.btnDoubleDetail {
		width: 100%	;
	}
	a.ctsLinkBtmB{
		width: 100%;
		margin: 10px 0 0 ;
		font-size: 3.8vw;
		padding: 16px 0;
		height: auto;
		border-radius: 100px;
	}
	a.ctsLinkBtmA:before,
	a.ctsLinkBtmB:before,
	a.ctsLinkBtmC:before{
		width: 20px;
		height: 20px;
		right: 6px;
		margin: -10px 0 0 0;
	}
	a.ctsLinkBtmC{
		width:100%;
	}
	
	/*ctsLinkBtmB で margin topを空けたい時*/
	a.ctsLinkBtmB.ctsLinkBtmSingle{
		margin: 10px auto 0;
	}
	.subCts {
		padding: 20px 10px;
		margin: 40px 0 0 0;
	}
	.subCtsTit {
		font-size: 1.6rem;
		letter-spacing: 0;
		margin: 0 0 20px 55px;
	}
	.subCtsTit:before {
		width: 40px;
		height: 51px;
		margin: -28px 0 0 0;
		left: -50px;
	}
	.adCtsTxt {
		line-height: initial;
	}
	.adCol2 img:nth-child(n+2){
		margin: 5px 0 0 0 ;
	}
	.adCtsTxt {
		margin: 10px 0;
	}
	
	/*4列*/
	.menuCol4 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 20px 0 0 0;
	}
	.menuCol4 li {
		width: 48%;
	}
	.menuCol4.moreList li,
	.menuCol4.moreList li:not(:nth-child(4n+1)) ,
	.menuCol4 li:nth-child(n+3){
		margin: 15px 0 0 0;
	}
	.menuCol4 li p,
	.menuCol4.moreList p{
		font-size: 1rem;
		margin: 5px 0 0 0 ;
	}
	.menuCol4.moreList {
		justify-content: space-between;
		margin: 0 0 0 0;
	}
	/*3列*/
	.menuCol3 li {
		width: 48%;
	}
	.menuCol3 li,.menuCol3 li:nth-child(n+4){
		margin: 0 0 15px 0;
	}
	.menuCol3 li p{
		margin: 5px 0 0 0;
	}
	/*5列*/
	.menuCol5 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 20px 0 0 0;
	}
	.menuCol5 li {
		width: 48%;
	}
	.menuCol5.moreList li,
	.menuCol5.moreList li:not(:nth-child(5n+1)){
		margin: 15px 0 0 0;
	}
	.menuCol5 li p,
	.menuCol5.moreList p{
		font-size: 1rem;
		margin: 5px 0 0 0 ;
	}
	.menuCol5.moreList {
		justify-content: space-between;
		margin: 0 0 0 0;
	}	

	.detailTxtImg {
		margin: 15px 0 0 0;
	}
	.posterImg {
		width: 100%;
	}
	.columnTit {
		font-size: 1.4rem;
	}
	.columnTit span {
		padding: 3px 2px 2px;
	}
	.btnDouble{
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.btnDouble a:not(:first-child){
		margin:10px 0 0;
	}
	.ctsLinkTxt.btm01{
		margin: 10px 0 -40px;
	}
	.ctsLink.btnDouble {
		margin: 15px 0 10px;
	}
	.menuCol2 {
		display:-ms-flex;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 30px 0 30px 0
	}
	.menuCol2 li{
		width: 100%;
	}
	.menuCol2 li:nth-of-type(n + 3),
	.menuCol2 li:not(:first-of-type){
		margin: 30px 0 0 0;
	}


}
/*12月号追記分
-----------------------------------------------------------------------------------------------*/
.imgCtsArea {
	margin: 30px 0;
}
.imgCtsOut {
	display: flex;
	justify-content: space-between;
}
.imgCtsInner {
	width: 48%;
}

.imgCtsArea ul li:not(:first-child) {
	margin: 25px 0 0 0;
}
.imgTit{
	text-align: center;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ff5c00;
}
.imgTitLeft{
	text-align: left;
	font-weight: bold;
	font-size: 1.6rem;
	color: #ff5c00;
}
.imgTitLeft small{
	font-size: 1.1rem;
} 
.imgCtsInner img{
	width: 100%;
}
.imgCaption{
	font-size: 1.3rem;
	margin: 5px 0 0 0;
}
.imgSize {
	font-size: 1.2rem;
	text-align: center;
	margin: 0 0 10px 0;
}
.imgSizeLeft {
	font-size: 1.2rem;
	text-align: left;
	margin: 0 0 10px 0;
}

/*1カラム センター揃え*/
.ctsDetailD {
	width: 100%;
	margin: 0 auto;
}
.ctsDetailD_inner.adjust{
	margin: 30px 0 0 0;
}
.ctsDetailD_inner .ctsTxtTit {
	text-align: center;
}
.ctsDetailD_inner .leadTxt {
	text-align: center;
	margin: 0 0 5px 0;
}
.ctsDetailD_inner .detailTxt{
	text-align: center;
}
@media screen and (max-width:640px){
	.ctsDetailD {
	width: 100%;
	}
.ctsDetailD_inner .detailTxt{
	text-align: left;
	}
}
/*--------------*/

/*1カラム センター揃え 幅MAX*/
.ctsDetailMax {
	width: 100%;
	margin: 0 auto 15px auto;
}
.ctsDetailMax .leadTxt {
	margin: 0 auto 0px auto;
}
.ctsDetailMax img {
	width: 100%;
}
@media screen and (max-width:640px){
	.ctsDetailMax {
	width: 100%;
	}
}
/*--------------*/


/*1カラム 文章左*/
.ctsDetailOneCol {
	width:100%;
	margin: 0 auto 24px auto;
}
.ctsDetailOneCol_inner .leadTxt {
	text-align: left;
	margin: 0 0 5px 0;
	font-size: 1.8rem;
}
.ctsDetailOneCol_inner .detailTxt{
	text-align: left;
}
.ctsDetailOneCol_inner .ctsDetailImgS {
	width: 100%;
	margin: 5px auto;
}

/*--------------*/


.menuCol4.menuCts-A {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.menuCol4.menuCts-A li {
	margin: 0 0 40px 0;
	position: relative;
}
.menuCol4.menuCts-A li.new:before {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: url(../../images/newsIcon.svg) no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 10px;
	left: 10px;
}
.menuCol4.menuCts-A li:not(:nth-child(4n)){
	margin: 0 20px 40px 0;
}
.menuCol4.menuCts-A  li p {
	margin: 5px 0 0 0;
}

.menuCol4.menuCts-A  li p.detail {
	margin: 3px 0 0 0;
	color: #000;
	font-weight: normal;
	text-align: left;
}
.menuCol4.menuCts-A  li p.detail span{
	white-space: nowrap;
	display: inline-block;
	margin: 0 0 0 3px;
}
.menuCol4.menuCts-A  li p.detailBox {
	margin: 6px 0 0 0;
	padding: 6px 4px;
	color: #000;
	font-weight: normal;
	text-align: left;
	background: #FFFFFF;
}
.tenjiImg {
	border: 1px solid #dfdfdf;
}
.tenjiTxt {
	width: 560px;
}
.featureArea {
	margin: 30px 0;
	padding: 30px;
	background: #f8f6ee;
}
.featureInner {
	display: flex;
	justify-content: space-between;
}
.featureInner li {
	width: 31.5%;
}
.featureInner li img{
	width: 100%;
}
.featureTit {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	height: 42px;
	padding: 8px 0;
	color: #cc7505;
}
.featureTit + img {
	margin: -6px 0 6px 0;	
}
.featureTit span{
	font-size: 1.2rem;
	line-height: 1.4rem;
	display: block;
	margin: -5px 0 0 0;
}
.featureTxt {
	font-size: 1.2rem;
}
.photoArea {
	margin: 30px 0 0 0;
}
.photoArea ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photoArea ul li{
	width: 48%;
}
.photoArea ul li img{
	width: 100%;
}
.ctsLink.btnTriple {
	display: flex;
	justify-content: space-between;
}
.ctsLink.btnTriple a.ctsLinkBtmB {
	width: 280px;
	margin: 0 0 0 0;
	font-size: 1.4rem;
}
.cellAdjustment{
	text-align: left;
	padding: 0 0 0 50px;
}
@media screen and (max-width:640px){
	.imgCtsArea {
		margin: 20px 0;
	}
	.imgCtsOut {
		flex-direction: column;
	}
	.imgCtsInner {
		width: 100%;
	}
	.imgCtsInner:first-child {
		margin: 0 0 15px 0;
	}
	.calendarCts {
		overflow: scroll;
		border: 1px solid #dfdfdf;
	}
	.calendarCts img{
		width: 250%;;
	}
	.menuCol4.menuCts-A li {
		margin: 0 0 30px 0;
		width: 48%;
	}
	.menuCol4.menuCts-A li:not(:nth-child(4n)),
	.menuCol4.menuCts-A li:nth-child(2n) {
		margin: 0 0 30px 2%;
	}
	.menuCol4.menuCts-A li.new:before {
		width: 25px;
		height: 25px;
	}
	.featureArea {
		margin: 20px 0;
		padding: 20px;
	}
	.featureInner {
		display: block;
	}
	.featureInner li {
		width: 100%;
	}
	.featureInner li:not(:last-child) {
		margin: 0 0 30px 0;
	}
	.featureTit {
		height: auto;
		padding: 0 0 0 0;
		margin: 8px 0 3px 0;
	}
	.featureTit span {
		margin: 0 0 0 0;
	}
	.photoArea{
		margin:20px 0 ;
	}
	.photoArea ul li {
		width: 100%;
	}
	.photoArea ul li:last-child {
		margin: 10px 0 0 0;
	}
	.photoArea ul {
		flex-direction: column;
	}
	.ctsLink.btnTriple{
		display: block;
		margin: 10px 0 20px 0;
	}
	.ctsLink.btnTriple a.ctsLinkBtmB {
		width: 100%;
		margin: 0 0 0 0;
		font-size: 1.4rem;
	}
	.ctsLink.btnTriple a.ctsLinkBtmB:not(:last-child){
		margin: 0 0 10px 0;
	}
}

/*飾り文字-----------------------------------------------------------------------------------------------*/
/*囲み文字*/
.txtKakomiMoji {
	margin: 0 6px 10px 0;
	padding: 0px 4px 0px 4px;	
	font-size: 90%;
	line-height: 120%;
	display:inline-block;	
	color: #ffffff;
	border: 2px solid #000000;
	background:#ffffff;
}
.txtKakomiMoji b {
	margin: 0px 6px 0px -4px;
	padding: 6px 6px 6px 6px;
	color: #ffffff;
	background: #000000;
	display:inline-block;	
}
/* for IE 11 */
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .txtKakomiMoji b {
		padding: 8px 6px 0px 6px;
	}
}

/* for IE 10 */
 @media all and (-ms-high-contrast:none){
	.txtKakomiMoji b {
		padding: 8px 6px 0px 6px;
	}
 }

.txtKakomiMoji.orange {
	border: 2px solid #de4830;
	color: #de4830;
	background:#F8DBD6;
}
.txtKakomiMoji.orange b {
	background:#de4830;
}
.txtKakomiMoji.blue {
	border: 2px solid #286fb4;
	color: #286fb4;
	background: #D7E7F6;
}
.txtKakomiMoji.blue b {
	background:#286fb4;
	border-bottom: 1px solid #286fb4;	
}
.txtKakomiMoji.green {
	border: 2px solid #40a940;
	color: #40a940;
	background: #D6EFD6;
}
.txtKakomiMoji.green b {
	background:#40a940;
}

/*箇条書きリスト-----------------------------------------------------------------------------------*/
.normalList {
	margin: 6px 0px 6px 3px;
}
.normalList.normalListCenter {
	margin: 15px auto 6px auto;
	width:48%;
	background: #FFF4D6;
}
.normalList li {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 110%;
}

.normalList li:before {
	content: '';
	width:10px;
	height:10px;
	display: inline-block;
	border-radius: 100%;
	background: #00b8ee;
	position: relative;
	left: -2px;
	top: 0px;
}
/*箇条書きリスト type無し-----------------------------------------------------------------------------------*/
.noMarkList {
	margin: 6px 0px 6px 3px;
}
.noMarkList li {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 110%;
}

/*footer
-----------------------------------------------------------------------------------------------*/
.siteLink {
	margin: 50px 0 0 0;
	position: relative;
}
.siteLink .ctr{
	position: relative;
}
.siteLink .ctr img{
	position: absolute;
	display: block;
	right: -40px;
	top: -100px;
}
.siteLink p {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
}
.PrintBtn {
	width: 940px;
	position: relative;
	margin: 0 auto 0;
	padding: 50px 0 10px;
}
.PrintBtn a{
	width: 264px;
	position: absolute;
	right: 0;
	bottom: -10px;
	display: block;
}
/*IE調整用*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.selector {
		property: value;
	}
	.PrintBtn a{
		bottom: -70px;
	}
}

.nbList {
	border-top: 1px #8f8f8f dashed;
	margin: 45px auto;
	padding: 25px 0 0 0;
	font-size: 1.3rem;
}
.nbList li{
	position:relative;
}
.nbList li:not(:last-child) {
	margin: 0 0 5px 0;
}
.ccList:before {
	content: '●';
}
.arList:before {
	content: '※';
}
.clRed{
	color:#F00;
}
a.nbLink{
	color:#0075c2;
	text-decoration: underline;
	transition: 0.2s;
}
a.nbLink:hover{
	opacity: 0.6;
}
/*CharacterArea*/
.CharacterArea{
	background: url(../../images/cts_bg-01.svg) #FFFDD7;
	background-size: 4%;
}

.copyRight {
	background: #33C6F1;
	padding: 15px 0 140px;
	position: relative;
}
.copyRight:before {
	display: block;
	content: '';
	height: 15px;
	width: 100%;
	position: absolute;
	top: -15px;
	background: url(../../images/cts_bg-04.svg) #33C6F1 repeat-x;
	background-size: 4%;
}
.copyRight ,
.copyRight a{
	color: #fff;
}
.companyArea {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0;
}
.companyName {
	font-size: 1.3rem;
	font-weight: bold;
}
.copyRightTxt {
	font-size: 1rem;
	font-weight: bold;
}
.officialSiteLink{
	font-size: 1.2rem;
	font-weight: bold;
	position: relative;
	transition: 0.2s;
}
.officialSiteLink:hover{
	opacity:0.6;
}
.officialSiteLink:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-left: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	left: -10px;
	top: 50%;
	margin: -5px 0 0 0;
}
.nbListArea {
	position: relative;
}
.footerSnsArea {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 28%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footerSnsArea p {
	font-size: 1.2rem;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.footerSnsArea ul {
	display: flex;
	justify-content: space-between;
}
.footerSnsArea ul li:not(:last-child){
	margin: 0 5px 0 0;
}
@media screen and (max-width:667px){
	.siteLink {
		margin: 50px 20px 0;
	}
	.nbList {
		width: calc(100% - 40px);
		margin: 45px auto 10px;
	}
	.companyArea {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.companyName {
		font-size: 1.8rem;
	}
	.officialSiteLink{
		margin:5px 0 0 10px;
	}
	.footerSnsArea {
		position: static;
		width: calc(100% - 40px);
		margin: 0 auto 20px;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
	.footerSnsArea p{
		margin: 0 10px 0 0;
	}
	.footerSnsArea ul li:not(:last-child){
		margin: 0 5px 0 0;
	}
	.PrintBtn {
		width: 70%;
		padding: 0 0 0 0;
	}
	.PrintBtn a{
		position: relative;
		right: auto;
	}

}

/*バックナンバー*/
.bkNumberArea a {
	background: #444;
	color: #fff;
	text-align: center;
	display: block;
	width: 300px;
	height: 48px;
	font-size: 1.6rem;
	font-weight: bold;
	border-radius: 24px;
	padding: 14px 0;
	margin: 30px auto 0;
	position: relative;
	transition: 0.2s;
}

@media screen and (max-width:667px){
	.siteLink .ctr img {
		position: absolute;
		display: block;
		right: -10px;
		top: -90px;
		width: 120px;
		z-index: 1;
	}
	.siteLink p {
		padding: 40px 0 0 0;
	}
	.bkNumberArea a{
		width: 100%;
		margin: 15px 0 30px;
		font-size: 3.8vw;
		height: auto;
		border-radius: 200px;
	}
}
/*ページトップボタン
------------------------------------------------------------------------------------------------------*/
#page-top{
	position:fixed;
	bottom: 30px;
	right: 20px;
	z-index: 3;
}
@media screen and (max-width:640px){
	#page-top{
		right: 2%;
		bottom:3%;
	}
	#page-top img{
		width:60px !important;
	}
}

#page-top img{
	width:110px;
	display:block;
	transition: 0.4s;
}


/* プリントボタン吹き出し*/
.printInnerAreaOut {
	height: 290px;
	width: 100%;
	position:absolute;
	z-index: 2;
	}
.printInnerAreaIn {
	width: 1040px;
	position:relative;
	z-index: 2;	
	height: 290px;
	margin: 0px auto;
	}
@media screen and (max-width:640px){
	.printInnerAreaOut {
		display: none;
	}
}
.printInnerAreaIn:hover > .printInnerArea {
	visibility:visible;
	opacity:1;
	}
.printInnerAreaIn > .printInnerArea {
	width:460px;
	text-align: center;
	max-height:9999px;
	padding:6px 6px;
	position:absolute;
	top:77px;
	right:0px;
	visibility:hidden;
	transition:0.2s;
	opacity:0;
	z-index:3;
	background:#ffefd1;
	box-sizing:border-box;
	border-radius:3px;
	box-shadow: 0 0 4px rgb(150,150,150,0.8);
	border: 3px solid #ffefd1;
	color: #FC7E00;
	font-weight: bold;
	font-size: 108%;
	}

.printInnerArea:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	width: 0;
	position:absolute;
	top: -12px;
	right: 300px;
	z-index:1004;
	border-right: 8px solid transparent;
	border-bottom: 12px solid #ffefd1;
	border-left: 8px solid transparent;
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
	}

.printInnerAreaIn > a:hover{
	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1.0;
	}

@media screen and (max-width:667px){
.printInnerAreaIn > .printInnerArea {
	display: none;
	}
.printInnerAreaIn:hover > a:after{
	display: none;
	}
}
#prArea video {
	margin: 20px 0 0 0;
	width: 100%;
}
.noteTxtArea{
	font-size: 1.8rem;
	font-weight: bold;
	color: #f00;
	margin: 4px 0 10px 0;
	text-align: center;
}
@media screen and (max-width:667px){
	.noteTxtArea{
		font-size: 1.4rem;
		font-weight: bold;
		color: #f00;
	}
}

.HACCP_img-01 {
	margin: 10px 0 20px 0;
	width: 100%;
	border: 1px solid #fff;
}
img.HACCP01Img{
	width: 40%;
	border: 10px solid #FFF;
}
img.HACCP02Img{
	width: 40%;
	border: 10px solid #FFF;
}
img.HACCP03Img{
	width: 100%;
	border: 10px solid #FFF;
}
img.HACCP06Img{
	width: 60%;
	border: 10px solid #FFF;
}
img.HACCP07Img{
	width: 100%;
	border: 10px solid #FFF;
}
.HACCPTit{
	display: inline-block;
	color: #004098;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 5px 0;
	width: 100%;
}
.HACCPTit02{
	display: inline-block;
	color: #f00;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0 5px 0;
}
.miniDataBox.HACCPcts{
	padding: 20px;
	width: 100%;
}
.ctsAdjustment{
	padding: 10px;
	background: #fff;

}
@media screen and (max-width:667px){
	img.HACCP01Img,
	img.HACCP02Img,
	img.HACCP03Img,
	img.HACCP06Img
	img.HACCP07Img{
		width: 100%;
	}
	.miniDataBox.HACCPcts{
		padding: 10px;
	}
}

/*footer周りレイアウト変更*/
.ctr.asideCts {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto -80px;
	z-index: 1;
}
.ctr.asideCts .PrintBtn {
	width: 264px;
	position: static;
	margin: 70px 0 0 0;
	padding: 0;
}
.ctr.asideCts .PrintBtn a{
	display: inline-block;
	position: static;
}
.ctr.asideCts .PrintBtn a img{
	position: static;
}
.ctr.asideCts > a{
	display: inline-block;
}
.ctr.asideCts > a img{
	position: static;
	right: auto;
	top: auto;
}
.siteLink.menuArchive {
	margin: 0 0 0 0;
}
.menuArchiveOut{
	background: url("../../images/recipeBg.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	padding: 90px 0 75px;
	margin: 0 0 50px;
}
.menuArchiveCts {
	background: rgba(255,255,255,0.85);
	width: 940px;
	margin: 0 auto;
	padding: 60px 60px 50px;
	border-radius: 10px;
	position: relative;
	text-align: center;
}
.menuArchiveCts:before {
	content: '';
	display: block;
	border: 5px solid #6f4009;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	top: 15px;
	left: 15px
}
.titImgArea{
	display: block;
	position: absolute;
	z-index: 1;
	width: 483px;
	top: -40px;
	left: 50%;
	margin: 0 0 0 -241.5px;
}
.titImgArea:before{
	content: '';
	display: block;
	background: url("../../images/recipeIco_new.png") no-repeat;
	background-position: center;
	background-size: cover;
	height: 124px;;
	width: 124px;
	position: absolute;
	left: -150px;
	top: 0;
}
.titImgArea:after{
	content: '';
	display: block;
	background: url("../../images/recipeIco_illust.png") no-repeat;
	background-position: center;
	background-size: contain;
	height: 148px;;
	width: 154px;
	position: absolute;
	right: -150px;
	top: 0px;
}
.menuArchiveCts > .titImg {
	display: block;
	width: 483px;
}
.menuArchiveCts > .tit{
	font-size: 1.8rem;
	letter-spacing: 0.4rem;
	color:#6f4009;
	position: relative;
	display: inline-block;
}
.menuArchiveCts > .tit:before{
	content:'';
	display: block;
	background: url("../../images/recipeBalloon-01.svg") no-repeat;
	width: 12px;
	height: 22px;
	position: absolute;
	bottom: 0;
	left: -25px;
}
.menuArchiveCts > .tit:after{
	content:'';
	display: block;
	background: url("../../images/recipeBalloon-02.svg") no-repeat;
	width: 12px;
	height: 22px;
	position: absolute;
	bottom: 0;
	right: -25px;
}
.menuArchiveCts > .txt{
	font-size: 1.4rem;
	font-weight: inherit;
	margin:25px 0 0 0 ;
}
.menuArchiveList{
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 30px 0 0 0;
	border-top: #6f4009 1px solid;
	padding: 15px 0 0 0;
}
.menuArchiveList::after{
	  content:"";
	  display: block;
	width: 32%;
}
.menuArchiveList li{
	transition: 0.3s;
	width: 31%;
}
.menuArchiveList li:hover{
	opacity: 0.4;
}
.menuArchiveList li:nth-child(n + 4){
	margin: 18px 0 0 0;
}
.menuArchiveList li a{
	display: inline-block;
	width: 100%;
	position: relative;
	padding: 0 8px 8px 37px;
	border-bottom: 1px solid #aaa;
}
.menuArchiveList li a:before{
	content: '';
	display: block;
	width: 27px;
	height: 33px;
	background: url(../../images/pdfIcon.svg) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.menuArchiveList li a:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #6f4009;
	border-right: 1px solid #6f4009;
	transform: rotate(45deg);
	margin: -6px 0 0 0;
}

.menuArchiveList li a:hover {
	opacity: 1;
	color: #000;
}
.menuArchiveList li a p{
	text-align: left;
	line-height: 1.6rem;
}
.menuArchiveList li a p span{
	display: block;
}
.menuArchiveList li a p span.data{
	font-size: 1.1rem;
	color:#6f4009;
}
.menuArchiveList li a p span.tit{
	font-size: 1.3rem;
}
@media screen and (max-width:667px){
	.siteLink.menuArchive {
		margin: 0 0 0 0;
	}
	.menuArchiveCts {
		width: 100%;
		margin: 0 0 0 0;
		padding: 20px 30px;
	}
	.menuArchiveCts:before {
		content: '';
		display: block;
		border: 4px solid #6f4009;
		width: calc(100% - 16px);
		height: calc(100% - 16px);
		position: absolute;
		top: 8px;
		left: 8px;
	}
	.menuArchiveOut {
		padding: 70px 15px 55px;
		margin: 0 0 0;
	}
	.titImgArea {
		width: 100%;
		position: relative;
		margin: -10vw auto -6vw;
		top: auto;
		left: auto;
	}
	.titImgArea:before {
		height: 20vw;
		width: 20vw;
		position: absolute;
		left: -8vw;
		top: -20%;
	}
	.titImgArea:after {
		height: 16vw;
		width: 16vw;
		position: absolute;
		right: -6vw;
		top: -5%;
	}
	.menuArchiveCts > .tit{
		padding: 0 0 0 0;
		font-size: 1.4rem;
		letter-spacing: 0.1rem;
	}
	.menuArchiveCts > .tit:before {
		width: 11px;
		height: 17px;
		left: -12px;
	}
	.menuArchiveCts > .tit:after {
		width: 11px;
		height: 17px;
		right: -12px;
	}
 	.menuArchiveCts > .txt {
		padding: 0 0 0 0;
		text-align: left;
		font-size: 1.2rem;
		margin: 10px 0 0;
	}
	.menuArchiveList {
		display: block;
		margin: 10px 0 10px 0;
		padding: 0 0 0 0;
	}
	.menuArchiveList li{
		width: 100%;
	}
	.menuArchiveList li,
	.menuArchiveList li:nth-child(n + 4) {
		margin: 8px 0 0 0;
	}
	.menuArchiveList li a p{
		padding: 0 0 0 0;
	}
	.ctr.asideCts {
		display: block;
		margin: 0 0 0 0;
	}
	.ctr.asideCts .PrintBtn {
		width: 264px;
		display: block;
		margin: 0 auto;
	}
	.ctr.asideCts .PrintBtn a img{
		width: 100%;
	}
	.ctr.asideCts > a {
		display: block;
		width: 120px;
		margin: 30px auto;
	}
	.siteLink.menuArchive a.ctsLinkBtmA {
		width: calc(100% - 40px);
		margin: 15px auto 15px;
	}
	.siteLink.menuArchive .bkNumberArea a {
		width: calc(100% - 40px);
		margin: 0 auto 35px;
	}
}
/*workOutArea*/
.workOutArea{
	margin: 35px 0 0 0 ;
}
.workOutArea ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.workOutArea ul li{
	width: 31%;
}
.workOutArea ul li:nth-child(n+4){
	margin: 30px 0 0 0;
}
.workOutArea ul li img{
	width: 100%;
	border:solid 1px #b3b3b3;
}
.workOutArea ul li p.classTit{
	width: 100%;
	border-radius: 50px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 2px 0;
}
.workOutArea ul li.classA p.classTit{
	background: #f87428;
}
.workOutArea ul li.classB p.classTit{
	background: #2cab19;
}
.workOutArea ul li.classC p.classTit{
	background: #49bef6;
}
.workOutArea ul li.classD p.classTit{
	background: #db98d4;
}
.workOutArea ul li p.name{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 100%;
}
.workOutArea ul li p.name span{
	font-size: 1.8rem;
}
.workOutArea ul li.classA p.name{
	color: #f87428;
}
.workOutArea ul li.classB p.name{
	color: #2cab19;
}
.workOutArea ul li.classC p.name{
	color: #49bef6;
}
.workOutArea ul li.classD p.name{
	color: #db98d4;
}
@media screen and (max-width:667px){
	.workOutArea{
		margin: 15px 0 0 0;
	}
	.workOutArea ul li{
		width: 100%;
	}
	.workOutArea ul li:nth-child(n+4),
	.workOutArea ul li{
		margin: 0 0 20px 0;
	}
	.workOutArea ul li:last-child{
		margin: 0 0 0 0;
	}
	.workOutArea ul li p.classTit{
		font-size: 1.1rem;
	}
	.workOutArea ul li p.name{
		font-size: 1.8rem;
		margin: 5px 0 0 0;
	}
}

/*2020年10月号追記分*/
.ctsDetailD_inner .instCts {
	width: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 40px auto 0 ;
}
.ctsDetailD_inner .instCts:nth-child(n+3) {
	margin: 20px auto 0 ;
	flex-direction: row-reverse;
}

.ctsDetailD_inner .instCts .txtArea {
	margin: 0 0 0 30px;
}
.ctsDetailD_inner .instCts:nth-child(odd) .txtArea {
	margin: 0 30px 0 0;
}
.ctsDetailD_inner .instCts:nth-child(even) .txtArea {
	margin: 0 0 0 30px;
}
.ctsDetailD_inner .instCts .txtArea .subTit{
	font-size: 1.8rem;
	color: #004098;
	font-weight: bold;
}

.ctsDetailD_inner .instCts .txtArea .tit {
	font-size: 2.6rem;
	font-weight: bold;
	position: relative;
	display: inline-block;
	margin: 5px 0 0 0;
}
.ctsDetailD_inner .instCts .txtArea .tit:before {
	content: '';
	display: block;
	height: 7px;
	background: #f0eb4a;
	width: 100%;
	position: absolute;
	bottom: 3px;
	left: 0;
	z-index: -1;
}
.ctsDetailD_inner .instCts .txtArea .txt {
	margin: 10px 0 0 0 ;
}

.ctsDetailD_inner .instCts .txtArea .link {
	display: inline-block;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 10px 0 0 0;
	padding: 0 0 0 25px;
	position: relative;
}
.ctsDetailD_inner .instCts .txtArea .link:before {
	content: "";
	position: absolute;
	left: 4px;
	top: 14px;
	margin: -3.5px 0 0 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.ctsDetailD_inner .instCts .txtArea .link:after {
	content: '';
	height: 16px;
	width: 16px;
	border-radius: 8px;
	position: absolute;
	left: 0;
	top: 5px;
	background: #003f94
}
.ctsDetailD_inner .instCts .txtArea .link span {
	font-size: 1.1rem;
}
.ctsDetailD_inner .instCts .txtArea .bnr{
	border: 1px solid #ccc;
	padding: 3px;
	display: inline-block;
	margin: 15px 0 0 0;
}
.ctsDetailD .campaignArea {
	width: 640px;
	margin: 35px auto 60px;
	border: #9be1f7 solid 4px;
	padding: 25px 40px;
}
.ctsDetailD .campaignArea .titArea{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.ctsDetailD .campaignArea .titArea .tit{
	color: #003f94;
	font-size: 2rem;
	font-weight: bold;
}
.ctsDetailD .campaignArea .txt{
	margin: 15px 0 0 0;
}
.ctsDetailD .campaignArea .ctsLink {
	margin: 20px 0 0 0;
}
@media screen and (max-width:667px){
	.ctsDetailD_inner .instCts:nth-child(n+3) {
		margin: 40px auto 0;
	}
	.ctsDetailD_inner .ctsDetailD-Detail .leadTxt {
		text-align: left;
	}
	.ctsDetailD_inner .instCts {
		width: 100%;
		display: block;
		margin: 30px auto 0;
	}
	.ctsDetailD_inner .instCts > img{
		width: 70%;
		margin: 0 auto;
		display: block;
	}
	.ctsDetailD_inner .instCts:nth-child(even) .txtArea {
		margin: 0 0 0 0;
	}
	.ctsDetailD_inner .instCts .txtArea .subTit{
		font-size: 1.6rem;
	}
	.ctsDetailD_inner .instCts .txtArea .tit {
		font-size: 2rem;
	}
	.ctsDetailD_inner .instCts .txtArea .txt {
		margin: 5px 0 0 0;
	}
	.ctsDetailD .campaignArea {
		width: 100%;
		margin: 30px auto;
		border: #9be1f7 solid 4px;
		padding: 20px 20px 0;
	}
	.ctsDetailD .campaignArea .titArea {
		display: flex;
		flex-direction: column-reverse;
	}
	.ctsDetailD_inner .instCts .txtArea .link {
		margin: 5px 0 0 0;
	}
	.ctsDetailD .campaignArea .titArea .tit {
		font-size: 1.8rem;
		margin: 5px 0 0 0;
	}
	.ctsDetailD .campaignArea .txt {
		margin: 5px 0 0 0;
	}
	.ctsDetailD_inner .instCts:nth-child(odd) .txtArea {
		margin: 0 0 0 0;
	}
}
/*IE*/
@media all and (-ms-high-contrast:none){
	_:-ms-lang(x)::-ms-backdrop,
	.ctsDetailD_inner .instCts .txtArea .tit:before {
		content: '';
		display: block;
		height: 7px;
		background: #f0eb4a;
		width: 100%;
		position: absolute;
		bottom: 10px;
		left: 0;
		z-index: -1;
	}
}
.movieBox{
	margin: 10px 0 0 0;
	padding: 2% 0px;
	background: #000000;
}
span.commentIcon img {
	width: 18px;
	display: inline-block;
	padding: 5px 0 0 0;
	margin: 0 5px;
}
@media screen and (max-width:667px){
	span.commentIcon img {
		width: 16px;
		display: inline-block;
		padding: 3px 0 0px 0;
		margin: 0 5px;
	}
}
.ctsTxtTit {
	position: relative;
}
.ctsTxtTit span.releaseDate {
	color: #f00;
	padding: 5px 10px;
	border: 1px solid #f00;
	margin: 0 0 0 20px;
	font-size: 1.4rem;
	position: absolute;
	top: 6px;
}
.ctsTxtTit span.releaseDate:before {
	display: none;
}

@media screen and (max-width:667px){
	.ctsTxtTit span.releaseDate {
		top: 2px;
	}
}

.pointArea {
	background: #0169b9;
	padding: 30px;
	margin: -30px 0 50px 0;
}
.pointTit {
	font-size: 2.5rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.pointInner{
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0 0;
}
.pointInner li {
	width: calc((100% - 80px)/3);
	display: block;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	position: relative
}
.pointInner li:nth-of-type(1){
	background: url(../../images/pic_soft.svg) right 20px bottom 10px no-repeat #fff;
	background-size: 50px 64px;
}
.pointInner li:nth-of-type(2){
	background: url(../../images/pic_freezer.svg) right 11px bottom no-repeat #fff;
	background-size: 40px 75px;
}
.pointInner li:nth-of-type(3){
	background: url(../../images/pic_board_soft.svg) right 0px bottom 8px no-repeat #fff;
	background-size: 90px 59px;
}
.pointInner li .num{
	align-items: center;
	width: 70px;
	height: 70px;
	background-color: #ffe000;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	left: -15px;
	font-family: 'Quicksand', sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	color: #003d7b;
	line-height: 1.0;
}
.pointInner li .num span{
	font-size: 1.4rem;
	margin: 18px 0 0 0;
	display: inline-block;
}
.pointInner li .subTit{
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #003d7b;
	border-bottom: 3px solid #003d7b;
}
.pointInner li .tit{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.maDetail{
	margin: -30px 0 50px 0;
}
.ctsDetailD.stream {
	margin: 30px 0 0 0;
}
.ctsDetailD.stream .ctsDetailD_inner > div {
	margin: 10px 0 0 0;
}
@media screen and (max-width:667px){
	.pointTit {
		font-size: 2rem;
		text-align: left;
	}
	.pointInner {
		display: block;
	}
	.pointInner li {
		width: 100%;
	}
	.pointInner li:not(:first-of-type){
		margin: 20px 0 0 0;
	}
}


.txtOutlink {
	margin: 8px auto 0px auto;
	text-align: center;
}
.ctsBorder {
	margin: 0 0 40px 0;
	padding: 0 0 40px 0;
	border-bottom: 2px #004098 dotted;
}
@media screen and (max-width:667px){
	.ctsBorder {
		padding: 0 0 25px 0;
	}
}
.tbBrG{
	border-right: 1px dotted #999;
}

.ctsLink.btnDouble.longWord a.ctsLinkBtmA {
	height: 80px;
	border-radius: 40px;
	padding: 18px 0;
}
.ctsLink.btnDouble.longWord a.ctsLinkBtmA:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(../../images/btm-ico_01.png) no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 17px;
	top: 50%;
	margin: -10px 0 0 0;
}
@media screen and (max-width:667px){
	.ctsLink.btnDouble.longWord a.ctsLinkBtmA {
		height: 70px;
		border-radius: 35px;
		padding: 18px 0;
	}
		.ctsLink.btnDouble.longWord a.ctsLinkBtmA:beforeq{
		width: 15px;
		height: 15px;
		right: 8px;
		margin: -7px 0 0 0;
	}
}

.ctsDetailD.cts2110 .ctsDetailD_inner .instCts {
	width: 48%;
	display: inline-block;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts:nth-of-type(n + 3) {
	margin: 20px 0 0 0;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts:nth-child(n+3) {
	margin: 20px auto 0 ;
	flex-direction: row;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts img{
	display: block;
	margin: 0 auto;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea {
	margin: 0 0 0 0;
	text-align: center;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .link {
	padding: 0 0 0 0;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .tit {
	margin: 0 0 0 0;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .link span.name {
	position: relative;
	font-size: 1.6rem;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .link span.txt {
	font-size: 1.1rem;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .link:before {
	display: none;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .link span.name:before {
	content: "";
	position: absolute;
	left: -14px;
	top: 14px;
	margin: -3.5px 0 0 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .link:after {
	display: none;
}
.ctsDetailD.cts2110 .ctsDetailD_inner .instCts .txtArea .link span.name:after{
	content: '';
	height: 16px;
	width: 16px;
	border-radius: 8px;
	position: absolute;
	left: -18px;
	top: 5px;
	background: #003f94;
}
.posterList .btnArea{
	text-align: center;
}
.posterList .btnArea a.posterBtn {
	display: inline-block;
	background: #ff7f00;
	color: #fff;
	text-align: center;
	width: 90%;
	font-size: 1.4rem;
	font-weight: bold;
	border-radius: 24px;
	margin: 5px auto 0;
	line-height: 32px;
	position: relative;
	transition: 0.2s;
}
.posterList .btnArea a.posterBtn:hover {
	opacity: 0.6;
}
.menuCol3.posterList li:nth-child(n+4) {
	margin: 30px 0 0 0;
}
.signage{
	width: 430px;
	margin: 0;
	padding: 0;
	background: none;
}
.cts02{
	margin-top: 70px;
}
.cts03{
	margin-top: 70px;
}
@media screen and (max-width:667px){
	.ctsDetailD.cts2110 .ctsDetailD_inner .instCts {
		width: 100%;
	}
	.menuCol3.posterList li:nth-child(n+4),
	.menuCol3.posterList li:nth-child(n+3) {
		margin: 20px 0 0 0;
	}
	.posterList .btnArea a.posterBtn {
		font-size: 1.2rem;
		margin: 3px auto 0;
		line-height: 28px;
	}
	.signage {
		width: 100%;
	}
	.cts02{
		margin-top: 10%;
	}
	.cts03{
		margin-top: 10%;
	}
}
/*TIKTOK3列*/
.TikTok li span.TikToktit{
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 130%;
}
.TikTok {
	display:-ms-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0 10px 0;
}
.TikTok li {
	width: 32%;
}
.TikTok li:nth-child(n+4){
	margin: 20px 0 0 0;
}
.TikTok li img {
	width: 100%;
	/*border: #fff 5px solid;
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.3);*/
}
.TikTok li p {
	text-align: center;
	color: #603813;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.TikTok .thumb a {
	position: relative;
	display: block;
	text-decoration: none;
}
.TikTok li p.linkBtn{
	width: 100%;
	border-radius: 50px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 2px 0;
	background:#004098;
}
/*TIKTOK右画像*/
.TikTokR p {
	text-align: center;
	color: #603813;
	font-size: 1.2rem;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.TikTokR p.linkBtn{
	width: 100%;
	border-radius: 50px;
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 2px 0;
	background:#004098;
}
.TikTokRBox {
	display: flex;
}
/*.TikTok .thumb a:before {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border: 6px solid #004098;
	width: 60px;
	height: 60px;
}*/
/*.TikTok .thumb a:after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	border-style: solid;
	border-color: transparent transparent transparent #004098;
	border-width: 15px 0 15px 25px;
}*/
@media screen and (max-width:667px){
	.TikTok li span.TikToktit{
		margin-top: 5%;
	}
	.TikTok li {
		width: 95%;
		margin: 0 auto;
	}
	.TikTok li,.TikTok li:nth-child(n+4){
		margin: 0 0 15px 0;
	}
	.TikTok li p{
		margin: 5px 0 0 0;
	}
	.TikTokR {
		width: 100%;
		margin: 0 auto;
	}
 .TikTokRBox{
 	 flex-direction: column;/* 積み重なるように配置 */
	}
	.order1 {
	order: 1;/*上から1番目に表示*/
	}
	.order2 {
  	order: 2;/*上から2番目に表示*/
	}
	.order2 img {
		margin: 20px 0 0 0;
	}
	.order3 {
  	order: 3;/*上から3番目に表示*/
	}
	.order4 {
  	order: 4;/*上から4番目に表示*/
	}
}
/*2023 3月号 トッピングソース*/
.coatingsauce_topTit{
	text-align: left;
	color: #e48600;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 8px 0 8px 0;
	display:block;
}
.coatingsauceBox {
	display: flex;
	justify-content:space-between;
	border-top: #603813 2px dotted;
}
.coatingsauce_usage{
	font-size: 1.3rem;
	text-align: left;
	color:#603813;
	display:block;
	margin: 5px 0 5px 0;
}
.menuCol2 li .coatingsauceTxt {
	width: 68%;
	font-size: 1.1rem;
	text-align: left;
	display: inline-block;
}
.menuCol2 li .coatingsauceImg {
	margin: 8px 0 0 0;
	width: 30%;
}
/*2023 5月号 彩りスムージー*/
.smoothie_topTit{
	text-align: left;
	color: #e48600;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 8px 0 8px 0;
	display:block;
}
.smoothie_txt {
	display: flex;
	padding: 10px 0 0 0;
	border-top: #603813 2px dotted;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	color:#603813;
}
/*2023 6月号 飲食店向けアプリ*/
.app_topTit{
	text-align: center;
	color: #603813;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 8px 0 8px 0;
	display:block;
}
.menuCol3 li .appTxt {
	color: inherit;
	font-size: 1.1rem;
	font-weight: inherit;
	text-align: left;
	display: inline-block;
}
@media screen and (max-width:667px){
		.app_topTit{
		font-size: 1.2rem;
		line-height: 1.2em;
	}
}
/*2023 8月号 CIフリーザー*/
.productIntro {
	width: 100%;
	display: inline-block;
	justify-content: space-between;
}
.productIntro li {
	width: 97%;
}
.productIntro li img{
	width: 100%;
}
.productIntroTit {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin: 5px 0 5px 0;
	height: 42px;
	padding: 8px 0;
	color: #cc7505;
}
.productIntroTit + img {
	margin: -6px 0 6px 0;	
}
.productIntroTit span{
	font-size: 1.2rem;
	line-height: 1.4rem;
	display: block;
	margin: -5px 0 0 0;
}
@media screen and (max-width:667px){
	.productIntro {
		display: block;
	}
	.productIntro li {
		width: 100%;
	}
	.productIntro li:not(:last-child) {
		margin: 0 0 30px 0;
	}
	.productIntroTit {
		height: auto;
		padding: 0 0 0 0;
		margin: 8px 0 3px 0;
	}
	.productIntroTit span {
		margin: 0 0 0 0;
	}
}