@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif !important;
}

.main {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:10px;
}

p {
  margin-bottom:15px;
  font-size:14px;
  line-height:1.6;
}

hr {
  margin-bottom:15px;
}

h1,h2,h3,h4,h5 {
	margin:15px 0;
	padding:0;
}

h3 {
  font-size:16px;
  line-height:26px;
}

h5 {
	font-size:14px;
	line-height:26px;
}
	
h1.entry-title {
	background:#000;
	color:#fff;
	font-size:18px;
	line-height:1.6;
	padding:8px 6px;
}

h2.texthw2 {
	background:#6d0000;
	color:#fff;
	font-size:18px;
	line-height:1.6;
	padding:8px 6px;
}

h3.texthw {
	color:#000;
	font-size:16px;
	line-height:26px;
	padding:0 2px;
	border-bottom:2px dotted #000;
}

h3.todoufukenLabel {
	margin:30px 0 15px !important;
	padding:8px 6px;
	color:#000;
	font-size:16px;
	line-height:1.6;
	font-weight:bold;
	background:#ddd;
}

h3.monthLabel {
	margin:10px 0 0 0;
	padding:5px 10px 3px;
	color:#000;
	line-height:26px;
	font-size:115%;
	font-weight:bold;
	background:#ddd;
}

#centercolumn h4,
#maincolumn h4 {
	border-left:5px solid #fa0;
	color:#5A3D1D;
	font-size:16px;
	line-height:26px;
	padding:0 0 0 10px;
	margin:0 0 20px;
}

.whiteBG {
	clear:both;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:14px;
	line-height:1.6;
}

.entrydate {
  font-size:12px;
  font-weight:bold;
  color:#ffaa00;
  text-decoration:none;
  white-space:nowrap;
  vertical-align:baseline;
}

.galleryList .icons,
.learnList .icons {
	float:none;
	margin-left:160px;
}

.masterList .icons {
	float:none;
	margin-left:80px;
}

dl.detailList {
	clear:both;
	margin:0;
	padding:0;
	line-height:1.6em;
	background:rgba(255,255,255,0.9);
	border-top:1px dotted #999;
	font-size:14px;
    line-height:1.6;
}

dl.detailList dt {
	margin:0;
	padding:0.8em 0 0.8em 10px;
	width:14em;
	font-weight:bold;
}

dl.detailList dd {
	margin:-3.2em 0 0 0;
	padding:0.8em 0 0.8em 15em;
	border-bottom:1px dotted #999;
}

dl.detailList2 {
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.6em;
	background:rgba(255,250,200,0.9);
	border-top:1px dotted #999;
	font-size:14px;
    line-height:1.6;
}

dl.detailList2 dt {
	margin:0;
	padding:0.8em 0 0.7em 10px;
	width:4.5em;
	font-weight:bold;
}

dl.detailList2 dd {
	margin:-3.1em 0 0 0;
	padding:0.8em 10px 0.7em 6em;
	border-bottom:1px dotted #999;
}

dl.detailList3 {
	clear:both;
	margin:0;
	padding:0;
	line-height:1.6em;
	background:rgba(255,255,255,0.9);
	border-top:1px dotted #999;
	font-size:14px;
    line-height:1.6;
}

dl.detailList3 dt {
	margin:0;
	padding:0.8em 0 0.8em 10px;
	width:8em;
	font-weight:bold;
}

dl.detailList3 dd {
	margin:-3.2em 0 0 0;
	padding:0.8em 0 0.8em 9em;
	border-bottom:1px dotted #999;
}

@media screen and (min-width: 740px) {

h1,h2,h3,h4,h5 {
	clear:both;
	margin:0 0 15px 0;
	padding:0;
}
	
h5 {
	font-size:14px;
	line-height:26px;
}
	
h1.entry-title {
	background:#000;
	margin-top:20px;
	color:#fff;
	font-size:20px;
	line-height:1.6;
	padding:10px 8px;
}

h2.texthw2 {
	background:#6d0000;
	color:#fff;
	font-size:20px;
    line-height:1.6;
	padding:10px 8px;
}

h3.texthw {
	color:#000;
	font-size:16px;
	line-height:26px;
	padding:0 2px;
	border-bottom:2px dotted #000;
}

h3.h3-article,
h3.todoufukenLabel {
	clear:both;
	margin:30px 0 20px !important;
	padding:8px;
	color:#000;
	line-height:1.6;
	font-size:18px;
	font-weight:bold;
	background:#ddd;
}

h3.monthLabel {
	margin:10px 0 0 0;
	padding:5px 10px 3px;
	color:#000;
	line-height:1.3em;
	font-size:115%;
	font-weight:bold;
	background:#ddd;
}

#centercolumn h4,
#maincolumn h4 {
	border-left:5px solid #fa0;
	color:#5A3D1D;
	font-size:18px;
	line-height:30px;
	padding:0 0 0 10px;
	margin:0 0 30px;
}

.entrydate {
  font-size:14px;
}

dl.detailList {
	clear:both;
	margin:0;
	padding:0;
	line-height:1.6em;
	background:rgba(255,255,255,0.9);
	border-top:1px dotted #999;
	font-size:16px;
	line-height:1.6;
}

dl.detailList dt {
	margin:0;
	padding:0.8em 0 0.8em 10px;
	width:14em;
	font-weight:bold;
}

dl.detailList dd {
	margin:-3.2em 0 0 0;
	padding:0.8em 0 0.8em 15em;
	border-bottom:1px dotted #999;
}

dl.detailList2 {
	clear:both;
	margin:0 0 10px 0;
	padding:0;
	line-height:1.6em;
	background:rgba(255,250,200,0.9);
	border-top:1px dotted #999;
	font-size:16px;
    line-height:1.6;
}

dl.detailList2 dt {
	margin:0;
	padding:0.8em 0 0.8em 10px;
	width:8em;
	font-weight:bold;
}

dl.detailList2 dd {
	margin:-3.2em 0 0 0;
	padding:0.8em 10px 0.8em 9em;
	border-bottom:1px dotted #999;
}

dl.detailList3 {
	clear:both;
	margin:0;
	padding:0;
	line-height:1.6em;
	background:rgba(255,255,255,0.9);
	border-top:1px dotted #999;
	font-size:16px;
    line-height:1.6;
}

dl.detailList3 dt {
	margin:0;
	padding:0.8em 0 0.8em 10px;
	width:8em;
	font-weight:bold;
}

dl.detailList3 dd {
	margin:-3.2em 0 0 0;
	padding:0.8em 0 0.8em 9em;
	border-bottom:1px dotted #999;
}

}


.video-container,
.instagram-container,
.facebook-container {
  clear: both;
  max-width: 1050px;
  margin: 0 auto 20px;
}

.video-container .video {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.entry-content {
  margin-bottom: 0;
}

.header {
  background: #000;
}

#footer {
  background:#000;
}


@media screen and (min-width: 740px) {

p {
  margin-bottom:20px;
  font-size:16px;
}

.main {
  padding:20px;
}

.wrap {
  width: 1200px;
}

.article h3 {
  width:auto;
  height:auto;
  padding:30px 0 10px;
  border:none;
  border-bottom:dotted 1px #000;
  margin:0 0 20px;
  font-size:20px;
  line-height:1.6;
  font-weight:bold;
  color:#215e11;
}

.hissu {
  display: inline-block;
  width: 50px;
  height: 24px;
  background: #f44336;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
}

}

@media screen and (max-width: 480px){

.logo-header img {
  width: 140px;
}

.logo-image {
  padding: 10px 0 5px;
}

.article h3 {
  width:auto;
  height:auto;
  padding:20px 0 5px;
  border:none;
  border-bottom:dotted 1px #000;
  margin:0 0 10px;
  font-size:16px;
  line-height:1.6;
  font-weight:bold;
  color:#215e11;
}

.article p {
  font-size:14px;
  line-height:1.6;
}

.hissu {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #f44336;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}

}

main #magazine-cont,
main #topics-cont,
main #gallery-cont,
main #archive-cont,
main #master-cont,
main #guide-cont,
main #event-cont,
main #book-dvd-cont {
  width:780px;
  height:auto;
  overflow:hidden;
  padding:19px;
  border:solid 1px #ddd;
}

.whiteBG {
	clear:both;
	background:rgba(255,255,255,0.9);
	padding:19px;
	border:1px solid #ddd;
	position:relative;
	overflow:hidden;
	font-size:16px;
}

#topics-cont h4 {
  border-left:5px solid #fa0;
  color:#5A3D1D;
  font-size:18px;
  line-height:30px;
  padding:0 0 0 10px;
  margin-bottom:20px;
}

#topics-cont img.alignnone {
  display:block;
  margin:0 auto;
}


/* 道場ガイド */

#guide-cont .dojo_image {
  width:auto;
  margin:0 0 10px;
}

#guide-cont .dojo_text {
  width:auto;
}

#guide-cont .google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    margin: 0 auto;
}

#guide-cont .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#book-dvd-cont .youtube,
#guide-cont .youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin:0 0 20px;
}
#book-dvd-cont .youtube iframe,
#guide-cont .youtube iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 740px) {

#guide-cont .dojo_image,
#event-cont .dojo_image {
  float:right;
  width:320px;
  margin:0 0 20px 10px;
}

#guide-cont .dojo_text {
  float:float;
  width:auto;
}

#guide-cont .google-map {
  width:500px;
  height:auto;
  padding-bottom:40%;
  margin:20px auto;
}

#guide-cont .google-map iframe {
  width:500px;
  height:333px;
}

}


/* ギャラリー */

ul.galleryPhoto {
	margin:0 0 0 -10px;
	padding:0;
	clear:both;
}

ul.galleryPhoto li {
	width:125px;
	height:150px;
	margin:0 0 10px 10px;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}

ul.galleryPhoto li a {
	margin:0 0 0 0;
	float:left;
	width:125px;
	height:150px;
	display:block;
	background:top center no-repeat;
}

.galleryMorebtn {
	background:#a1a1a1;
	color:#fff;
	text-align:center;
	cursor:pointer;
	clear:both;
	margin-bottom:10px;
	text-decoration:none !important;
}

.galleryMorebtn:hover {
	background:#cccccc;
	color:#fff !important;
	text-decoration:none !important;
}

.galleryMorebtn span {
	font-size:10px;
}

ul.galleryPhotoMore {
	margin:0 0 0 -10px;
	padding:0;
	clear:both;
}

ul.galleryPhotoMore li {
	width:80px;
	height:80px;
	margin:0 0 10px 10px;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}

ul.galleryPhotoMore li a {	
	margin:0 0 0 0;
	float:left;
	width:80px;
	height:80px;
	display:block;
	background:top center no-repeat;
}

#gallery-cont .youtube {
  clear: both;
  width: 100%;
  position: relative;
  pointer-events: auto;
  margin:0 0 20px;
}
#gallery-cont .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 740px) {

ul.galleryPhoto {
	margin:0 0 0 -10px;
	padding:0;
	clear:both;
}

ul.galleryPhoto li {
	width:125px;
	height:150px;
	margin:0 0 10px 10px;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}

ul.galleryPhoto li a {
	margin:0 0 0 0;
	float:left;
	width:125px;
	height:150px;
	display:block;
	background:top center no-repeat;
}

.galleryMorebtn {
	background:#a1a1a1;
	color:#fff;
	text-align:center;
	cursor:pointer;
	clear:both;
	margin-bottom:10px;
	text-decoration:none !important;
}

.galleryMorebtn:hover {
	background:#cccccc;
	color:#fff !important;
	text-decoration:none !important;
}

.galleryMorebtn span {
	font-size:10px;
}

ul.galleryPhotoMore {
	margin:0 0 0 -10px;
	padding:0;
	clear:both;
}

ul.galleryPhotoMore li {
	width:80px;
	height:100px;
	margin:0 0 10px 10px;
	padding:0;
	list-style:none;
	float:left;
	overflow:hidden;
}

ul.galleryPhotoMore li a {
	margin:0 0 0 0;
	float:left;
	width:80px;
	height:100px;
	display:block;
	background:top center no-repeat;
}

#gallery-cont .youtube {
  clear: both;
  width: 100%;
  position: relative;
  pointer-events: auto;
  margin:0 0 20px;
}
#gallery-cont .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

}


/* 秘伝資料室 */

@media screen and (min-width: 740px) {

#archive-cont .archivebody .image {
	float:left;
	margin-right:15px;
}
	
#archive-cont .archivebody .text {
	overflow:auto;
}
	
#archive-cont .archivebody h3 {
	font-size:136%;
	line-height:1.4em;
	margin:0 0 0px 0;
}
	
#archive-cont .archivebody .shuzai {
	border-bottom:1px dotted #aaa;
	padding-bottom:5px;
	margin-bottom:10px;
}
	
.btn-form {
	display:block;
	width:400px;
	height:50px;
	background:#d70000;
	border-radius:25px;
	margin: 12px auto;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:50px;
	text-align:center;
	text-decoration:none;
}

.btn-form:hover {
	opacity:0.6;
	color:#fff;
}

}


/* 達人・名人 */

.thumb3 {
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
    justify-content:center;
}

.thumb3 a {
	margin:0 0 0 5px;
}

.thumb3 img {
	width:100%;
}

.thumb3 br {
	display:none;
}

.thumb4 {
	width:auto;
	height:auto;
	overflow:hidden;
	margin:0;
	display:flex;
    justify-content:center;
}

.thumb4 a {
	margin:0 0 0 5px;
}

.thumb4 img {
	width:100%;
}

.thumb4 br {
	display:none;
}

@media screen and (min-width: 740px) {

#master-cont .archivebody .image {
	float:left;
	margin-right:15px;
}
	
#master-cont .archivebody .text {
	overflow:auto;
}
	
#master-cont .archivebody h3 {
	font-size:136%;
	line-height:1.4em;
	margin:0 0 0px 0;
}
	
#master-cont .archivebody .shuzai {
	border-bottom:1px dotted #aaa;
	padding-bottom:5px;
	margin-bottom:10px;
}

.thumb4 {
	margin:20px 0 0;
}
	
}

/* 月刊秘伝 */



@media screen and (min-width: 740px) {

#magazine-cont .cover {
	float:left;
	width:192px;
	margin-bottom:10px;
	text-align:center;
}

#magazine-cont .cover img {
	width:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}

#magazine-cont .cover-new {
	float:left;
	width:300px;
	margin-bottom:10px;
	text-align:center;
}

#magazine-cont .cover-new img {
	width:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}

#magazine-cont .mokuji {
  
}
#magazine-cont .mokuji li {
  font-size:14px;
  line-height:26px;
  margin:0 0 10px 0;
}

#magazine-cont .outline {
	float:right;
	width:500px;
}

#magazine-cont .outline .number {
	float:none;
	color:#333;
	margin-bottom:10px;
}

#magazine-cont .outline .btns {
	margin-bottom:15px;
	overflow:hidden;
}

#magazine-cont .outline p {
	width:fit-content;
	float:left;
}

#magazine-cont .outline .btns a {
	float:left;
}

#magazine-cont .soldout {
  display:inline-block;
  width:auto;
  height:24px;
  margin:0 10px 0 0;
  font-size:14px;
  font-weight:bold;
  color:#f44336;
  line-height:24px;
}

#magazine-cont a.bn {
  display:inline-block;
  width:120px;
  height:24px;
  background:#142272;
  border-radius:12px;
  margin:2px 0 0 2px;
  font-size:13px;
  font-weight:bold;
  color:#fff;
  line-height:24px;
  text-align:center;
  text-decoration:none;
}

#magazine-cont .outline h5 {
	margin-bottom:5px;
	font-size:16px;
}

#magazine-cont .outline ul {
	height:auto;
    overflow:hidden;
	margin-bottom:10px;
}

#magazine-cont .outline li {
	font-size:14px;
	line-height:1.6;
}

#magazine-cont .outline dl {
	margin-bottom:20px;
}

#magazine-cont .outline dt {
	font-weight:bold;
	font-size:16px;
	line-height:1.6;
}

#magazine-cont .outline dd {
	padding: 0.8em 0 0.8em 6em;
	font-size:16px;
	line-height:1.6;
}

#magazine-cont .outline .price {
}

#magazine-cont .tokushu {
	clear:both;
	padding:20px 0 20px 10px;
	font-size:16px;
    line-height:1.6;
}

#magazine-cont .tokushu h3 {
	border-left:5px solid #fa0;
	padding:3px 10px 0;
	font-size:18px;
	line-height:1.6;
}

#magazine-cont .body {
	clear:both;
	padding:20px 0 20px 10px;
	font-size:14px;
    line-height:26px;
}

#magazine-cont .body p,
#magazine-cont .other p{
	margin-bottom:0.5em;
}

#magazine-cont .float_image1 {
	float:left;
	padding:0 10px 0 0;
}

#magazine-cont .float_image1 img {
	width:300px;
}

#magazine-cont .float_image2 {
	float:right;
	padding:0 0 0 10px;
}

#magazine-cont .float_image2 img {
	width:300px;
}

#magazine-cont .sponsor li {
	float:left;
	width:215px;
}

#magazine-cont .whiteBG {
	margin-top:10px;
}

#magazine-cont .relate-link {
  clear:both;
  width:400px;
  height:auto;
  overflow:hidden;
  margin:20px auto;
}

#magazine-cont .relate-link a {
  display:block;
  padding:16px 6px;
  background:#ffc107;
  border-radius:6px;
  font-size:15px;
  font-weight:bold;
  text-align:center;
}

#magazine-cont h4 {
	border-left:5px solid #fa0;
	color:#5A3D1D;
	font-size:18px;
	line-height:30px;
	padding:0 0 0 10px;
	margin:0 0 30px !important;
}

#magazine-cont .lead {
	overflow:auto;
	font-size: 16px;
    line-height: 1.6;
}

}


/* BOOK・DVD */

#book-dvd-cont .float_image1 {
  width:auto;
  height:auto;
  overflow:hidden;
}

#book-dvd-cont .float_image1 img {
  width:260px;
}

#book-dvd-cont .float_text {
  width:auto;
  height:auto;
  overflow:hidden;
}

@media screen and (min-width: 740px) {

#book-dvd-cont .cover {
	float:left;
	width:192px;
	margin-bottom:10px;
	text-align:center;
}

#book-dvd-cont .cover img {
	width:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}

#book-dvd-cont .cover-new {
	float:left;
	width:300px;
	margin:0 0 40px;
	text-align:center;
}

#book-dvd-cont .cover-new img {
	width:100%;
	border:1px solid #ddd;
	box-sizing:border-box;
}

#book-dvd-cont .mokuji {
  
}
#book-dvd-cont .mokuji li {
  font-size:14px;
  line-height:26px;
  margin:0 0 10px 0;
}

#book-dvd-cont .outline {
	float:right;
	width:500px;
}

#book-dvd-cont .outline-new {
	float:right;
	width:380px;
	margin:0 0 40px;
}

#book-dvd-cont .outline .number {
	float:none;
	color:#333;
	margin-bottom:10px;
}

#book-dvd-cont .outline .btns {
	margin-bottom:15px;
	overflow:hidden;
}

#book-dvd-cont .outline p {
	width:fit-content;
	float:left;
}

#book-dvd-cont .outline .btns a {
	float:left;
}

#book-dvd-cont .soldout {
  display:inline-block;
  width:auto;
  height:24px;
  margin:0 10px 0 0;
  font-size:14px;
  font-weight:bold;
  color:#f44336;
  line-height:24px;
}

#book-dvd-cont a.bn {
  display:inline-block;
  width:120px;
  height:24px;
  background:#142272;
  border-radius:12px;
  margin:2px 0 0 2px;
  font-size:13px;
  font-weight:bold;
  color:#fff;
  line-height:24px;
  text-align:center;
  text-decoration:none;
}

#book-dvd-cont .outline h5 {
	margin-bottom:5px;
	font-size:16px;
}

#book-dvd-cont .outline ul {
	height:auto;
    overflow:hidden;
	margin-bottom:10px;
}

#book-dvd-cont .outline li {
	font-size:14px;
	line-height:1.6;
}

#book-dvd-cont .outline dl {
	margin-bottom:20px;
}

#book-dvd-cont .outline dt {
	font-weight:bold;
	font-size:16px;
	line-height:1.6;
}

#book-dvd-cont .outline dd {
	padding: 0.8em 0 0.8em 6em;
	font-size:16px;
	line-height:1.6;
}

#book-dvd-cont .outline .price {
}

#book-dvd-cont .tokushu {
	clear:both;
	padding:20px 0 20px 10px;
	font-size:16px;
    line-height:1.6;
}

#book-dvd-cont .tokushu h3 {
	border-left:5px solid #fa0;
	padding:3px 10px 0;
	font-size:18px;
	line-height:1.6;
}

#book-dvd-cont .body {
	clear:both;
	padding:20px 0 20px 10px;
	font-size:14px;
    line-height:26px;
}

#book-dvd-cont .body p,
#book-dvd-cont .other p{
	margin-bottom:0.5em;
}

#book-dvd-cont .float_image1 {
	float:left;
	padding:0 10px 0 0;
}

#book-dvd-cont .float_image1 img {
	width:300px;
}

#book-dvd-cont .float_image2 {
	float:right;
	padding:0 0 0 10px;
}

#book-dvd-cont .float_image2 img {
	width:300px;
}

#book-dvd-cont .float_text {
	float:right;
	width:340px;
	height:auto;
	overflow:hidden;
}

#book-dvd-cont .sponsor li {
	float:left;
	width:215px;
}

#book-dvd-cont .whiteBG {
	margin-top:10px;
}

#book-dvd-cont .relate-link {
  clear:both;
  width:400px;
  height:auto;
  overflow:hidden;
  margin:20px auto;
}

#book-dvd-cont .relate-link a {
  display:block;
  padding:16px 6px;
  background:#ffc107;
  border-radius:6px;
  font-size:15px;
  font-weight:bold;
  text-align:center;
}

#book-dvd-cont h4 {
	border-left:5px solid #fa0;
	color:#5A3D1D;
	font-size:18px;
	line-height:30px;
	padding:0 0 0 10px;
	margin:0 0 30px !important;
}

#book-dvd-cont .lead {
	overflow:auto;
	font-size: 16px;
    line-height: 1.6;
}

}


/* 行事ガイド */

@media screen and (min-width: 740px) {

#event-cont h2 {
	clear:both;
	margin:30px 0 20px !important;
	padding:8px;
	color:#000;
	line-height:1.6;
	font-size:18px;
	font-weight:bold;
	background:#ddd;
}
	
}


.price-wrap {
  font-size:22px;
  font-weight:bold;
}

.item-cta {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:30px 0 0;
}

.item-cta li {
  display:block;
  width:240px;
  padding:8px 10px;
  background-color:#e91e63;
  border-radius:100px;
  margin:0 auto 10px;
}

.item-cta li.btn-buy {
  background:url(https://webhiden.jp/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_w.png) right 10px center no-repeat;
  background-color:#e91e63;
}

.item-cta li.btn-soldout {
  background-color:#ddd;
}

.item-cta li.bgor {
  background:url(https://webhiden.jp/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_w.png) right 10px center no-repeat;
  background-color:#ff9800;
}

.item-cta li.bgbl {
  background:url(https://webhiden.jp/wp/wp-content/themes/cocoon-child-master/img/linkicon_more_w.png) right 10px center no-repeat;
  background-color:#3f51b5;
}

.item-cta li a {
  display:block;
  font-size:16px;
  line-height:1.6;
  color:#fff !important;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
}

.item-cta li span {
  display:block;
  font-size:16px;
  color:#666;
  font-weight:bold;
  text-align:center;
}

.item-cta li.btn-buy:hover {
  opacity:0.6;
}

.profile-text b {
  display:block;
  font-size:17px;
}


#form-cont {
  width:auto;
  height:auto;
  overflow:hidden;
}

#form-cont h1 {
  clear:both;
  width:auto;
  height:auto;
  background:#000;
  padding:15px 10px;
  margin:0 auto 15px;
  font-size:20px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
}

#form-cont h2 {
  clear:both;
  width:auto;
  height:auto;
  border-top:solid 2px #215e11;
  border-bottom:solid 2px #215e11;
  padding:8px 10px;
  margin:30px auto 15px;
  font-size:18px;
  line-height:1.6;
  font-weight:bold;
  color:#215e11;
}

#form-cont h5 {
  font-size:14px;
}

#form-cont dl {
  width:auto;
  margin:15px 0 30px;
}

#form-cont dt {
  width:auto;
  font-size:14px;
  font-weight:bold;
  color:#215e11;
}

#form-cont dd {
  margin-inline-start:0;
  margin:5px 0 0;
}

#form-cont dd.half {
  width:50%;
}

#form-cont span.wpcf7-list-item {
    display: block;
    margin: 0 0 0.5em 1em;
}

#form-cont .hissu {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #e77676;
  border-radius: 4px;
  font-family:"Lato", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

#form-cont .note {
  display: block;
  margin: 5px 0 0;
  font-family:"Lato", sans-serif;
  font-size: 12px;
  color: #e77676;
}

#form-cont textarea,
#form-cont input[type="text"],
#form-cont input[type="tel"],
#form-cont input[type="email"],
#form-cont select {
  width:100%;
  box-sizing:border-box;
  padding:10px;
  border:solid 1px #999;
  border-radius:5px;
  margin:8px 0 0 0;
  font-family:"Lato", sans-serif;
  font-size:14px;
  line-height:24px;
}

#form-cont .half input[type="text"] {
  width:30%;
  margin:8px 5px 0 0;
}

.wpcf7-radio {
  display:block;
  margin:8px 0 0 0;
}

#form-cont input[type=checkbox],
#form-cont input[type=radio] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin: 5px;
}

#form-cont input[type="file"] {
 margin:10px 0 0;
}


.wpcf7-list-item-label {
   font-size:14px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	font-weight: bold !important;
}

#form-cont .btn-submit {
  text-align:center;
}

.wpcf7-submit {
    display: block;
    -webkit-appearance: none;
    background: #ff5722;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    width: 280px;
    height: 40px;
    margin:0 auto;
    font-family:"Lato", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.wpcf7-submit:hover {
  opacity:0.6;
}

#form-cont .video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#form-cont .video iframe {
  width: 100%;
  height: 100%;
}

footer.form-footer {
  width:100%;
  height:40px;
  background:#215e11;
}

footer.form-footer .copy {
    clear: both;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 640px) {

#form-cont {
  width:940px;
  height:auto;
  overflow:hidden;
  margin:0 auto;
}

#form-cont h1 {
  padding:20px 15px;
  margin:0 auto 25px;
  font-size:26px;
}

#form-cont h2 {
  border-top:solid 3px #215e11;
  border-bottom:solid 3px #215e11;
  padding:10px 15px;
  margin:50px auto 25px;
  font-size:22px;
}

#form-cont h5 {
  font-size:16px;
}

#form-cont dl {
  margin:20px 0 40px;
}

#form-cont dt {
  display:table-cell;
  clear:left;
  float:left;
  width:35%;
  font-size:16px;
  font-weight:bold;
  color:#215e11;
}

#form-cont dd {
  display:table-cell;
}

#form-cont dd.half {
  width:50%;
}

#form-cont span.wpcf7-list-item {
    display: block;
    margin: 0 0 0.5em 1em;
}

#form-cont .hissu {
  display: inline-block;
  width: 40px;
  height: 20px;
  background: #e77676;
  border-radius: 4px;
  font-family:"Lato", sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
}

#form-cont .note {
  display: block;
  margin: 5px 0 0;
  font-family:"Lato", sans-serif;
  font-size: 14px;
  color: #e77676;
}

#form-cont textarea,
#form-cont input[type="text"],
#form-cont input[type="tel"],
#form-cont input[type="email"],
#form-cont select {
  width:100%;
  padding:10px;
  border:solid 1px #999;
  border-radius:5px;
  margin:0;
  font-family:"Lato", sans-serif;
  font-size:16px;
  line-height:28px;
}

#form-cont .half input[type="text"] {
  width:20%;
  margin:0 5px 0 0;
}

#form-cont input[type=checkbox],
#form-cont input[type=radio] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    margin: 5px;
}

#form-cont input[type="file"] {
 margin:0;
}

.wpcf7-list-item-label {
   font-size:16px !important;
}

span.wpcf7-not-valid-tip {
	font-size: 12px !important;
	font-weight: bold !important;
}

#form-cont .btn-submit {
  text-align:center;
}

.wpcf7-submit {
    -webkit-appearance: none;
    background: #ff5722;
    border: none !important;
    border-radius: 6px;
    cursor: pointer;
    width: 300px;
    height: 60px;
    font-family:"Lato", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

}


#mv {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0;
  background:#c3d600;
}

#mv img {
  width:100%;
}

.bbaward .text-wrap {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:10px 0 20px;
}

.bbaward .lead {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0 0 20px;
}

.bbaward .point ul {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0;
  list-style-type:none;
}

.bbaward .point li {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0 0 10px;
}

.bbaward .point .image {
  width:220px;
  height:auto;
  overflow:hidden;
  margin:0 auto 10px;
  line-height:0;
}

.bbaward .point img {
  width:220px;
  height:auto;
  overflow:hidden;
}

#web-form .bbaward .point h3 {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  font-size: 18px;
  color: #d11d10;
  padding: 0;
  margin:15px 0 0;
}

.bbaward .num {
  display:inline-block;
  width:25px;
  height:25px;
  background: #d11d10;
  border-radius:100px;
  margin:0 5px 5px 0;
  font-size: 16px;
  line-height:25px;
  font-weight:bold;
  color: #fff;
  text-align:center;
}

.bbaward .column {
  width:auto;
  height:auto;
  overflow:hidden;
  border:solid 2px #ff9800;
  border-radius:6px;
  padding:10px 10px 0;
  margin:0 0 10px;
}

#web-form .bbaward .column h3 {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: dotted 1px #ff9800;
  font-size: 16px;
  color: #ff9800;
  padding: 0 0 5px;
  margin:0 0 10px;
}

#web-form b.wred {
  font-size:17px;
  color: #d11d10;
}

#web-form b.red {
  color: red;
}

#web-form b.black {
  font-size:110%;
  color: #000;
}

#web-form .bbaward .note {
  color: #000;
}

.bbaward .right-image {
  width:auto;
  height:auto;
  overflow:hidden;
}

.bbaward .left-image {
  width:auto;
  height:auto;
  overflow:hidden;
}

.bbaward .right-image img,
.bbaward .left-image img {
  display:block;
  width:auto;
  margin:0 auto;
}

.bbaward .right-text {
  width:auto;
  height:auto;
  overflow:hidden;
}

.bbaward .left-text {
  width:auto;
  height:auto;
  overflow:hidden;
}

.bbaward .inner-box {
  width:auto;
  height:200px;
  overflow:auto;
  border:solid 1px #999;
  padding:10px 10px 0;
}

@media screen and (min-width: 640px) {

#mv img {
  display:block;
  max-width:1366px;
  margin:0 auto;
}

.bbaward .lead p {
  clear:both;
  margin:0 0 20px;
}

.bbaward .point ul {
  width:auto;
  height:auto;
  overflow:hidden;
  padding:0;
  margin:0;
  list-style-type:none;
}

.bbaward .point li {
  float:left;
  width:300px;
  height:auto;
  overflow:hidden;
  margin:0 20px 0 0;
}

.bbaward .point li:last-child {
  margin:0 0 0 0;
}

.bbaward .point .image {
  width:300px;
  height:169px;
  overflow:hidden;
  margin:0 0 20px;
}

.bbaward .point img {
  width:300px;
  height:auto;
  overflow:hidden;
}

#web-form .bbaward .point h3 {
  font-size:22px;
}

.bbaward .num {
  width:35px;
  height:35px;
  font-size: 18px;
  line-height:35px;
}

.bbaward .column {
  border-radius:4px;
  padding:20px 20px 0;
  margin:0 0 30px;
}

#web-form .bbaward .column h3 {
  border-bottom: dotted 1px #ff9800;
  font-size: 20px;
  color:#ff9800;
  padding: 0 0 5px;
  margin:0 0 15px;
}

.bbaward .right-image {
  float:right;
  width:300px;
  height:auto;
  overflow:hidden;
  margin:0 0 20px;
}

.bbaward .left-image {
  float:left;
  width:300px;
  height:auto;
  overflow:hidden;
}

.bbaward .right-text {
  float:right;
  width:620px;
  height:auto;
  overflow:hidden;
}

.bbaward .left-text {
  float:left;
  width:620px;
  height:auto;
  overflow:hidden;
}

#web-form b.wred {
  font-size:22px;
  color: #d11d10;
}

}


#anchor {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:0;
}

#anchor ul {
  display:flex;
  justify-content:space-between;
  flex-direction:row;
  flex-wrap:wrap;
  list-style-type:none;
  padding:0;
  margin:0;
}

#anchor li {
  width:32.5%;
  height:30px;
  margin:0 0 5px;
}

#anchor ul a {
  display:block;
  background-color:#215e11;
  border-radius:4px;
  font-size:12px;
  line-height:30px;
  font-weight:bold;
  color:#fff !important;
  text-align:center;
  text-decoration:none;
}

#anchor ul a:hover {
  opacity:0.6;
}

#anchor li:last-child a {
  background-color:#ff5722;
}

@media screen and (min-width: 640px) {

#anchor {
  margin:50px 0 0;
}

#anchor ul {
  display:flex;
  justify-content:space-between;
}

#anchor li {
  width:16%;
  height:50px;
}

#anchor ul.col5 li:nth-child(5n) {
  margin:0 0 10px 0;
}

#anchor ul a {
  display:block;
  font-size:14px;
  line-height:50px;
}

}


.anchor {
  padding-top:40px;
  margin-top:-40px;
}

@media screen and (min-width: 640px) {

.anchor {
  padding-top:90px;
  margin-top:-90px;
}

}


#article-cont {
  width:auto;
  height:auto;
  overflow:hidden;
  margin:10px 10px 0;
  text-align:left;
}

#article-cont h1 {
  clear:both;
  width:auto;
  height:auto;
  background:#000;
  padding:10px;
  margin:0 auto 15px;
  font-size:20px;
  line-height:1.6;
  font-weight:bold;
  color:#fff;
}

#article-cont h2 {
  clear:both;
  width:auto;
  height:auto;
  border-top:solid 2px #215e11;
  border-bottom:solid 2px #215e11;
  padding:8px 10px;
  margin:30px auto 15px;
  font-size:18px;
  line-height:1.6;
  font-weight:bold;
  color:#215e11;
}

@media screen and (min-width: 640px) {

#article-cont {
  width:940px;
  height:auto;
  overflow:hidden;
  margin:100px auto 0;
}

#article-cont h1 {
  padding:20px 15px;
  margin:0 auto 25px;
  font-size:26px;
}

#article-cont h2 {
  border-top:solid 3px #215e11;
  border-bottom:solid 3px #215e11;
  padding:10px 15px;
  margin:50px auto 25px;
  font-size:22px;
}

.item-cta li a {
  font-size:18px;
}

}


.due {
  font-size:16px;
  line-height:1.6;
  font-weight:bold;
  color:#ff5722;
  text-align:center;
  text-decoration:underline;
}

@media screen and (min-width: 640px) {

.due {
  font-size:18px;
}

}


.notice {
  padding:0 10px 20px;
  font-size:12px;
  line-height:1.6;
}

@media screen and (min-width: 640px) {

.notice {
  padding:0 15px 30px;
  font-size:14px;
}

}


.image-wrap {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
  margin:10px auto;
}

.image-wrap img {
  width:100%;
}

@media screen and (min-width: 640px) {

.image-wrap {
  margin:0 auto 15px;
}

}


.dojoList .photo {
  float:left;
  width:30%;
  height:auto;
  display:block;
}

.dojoList .photo img {
  width:100%;
}

.dojoList .list-textbox {
  float:right;
  width:68%;
  height:auto;
}

@media screen and (min-width: 640px) {

.dojoList .photo {
  width:150px;
}

.dojoList .list-textbox {
  width:550px;
}

}


.bnr-wrap {
  width:260px;
  height:auto;
  overflow:hidden;
  margin:10px auto;
}

.bnr-wrap img {
  display:block;
  width:100%;
  margin:0 auto;
}

@media screen and (min-width: 640px) {

.bnr-wrap {
  width:auto;
  margin:20px auto;
}

.bnr-wrap img {
  width:auto;
  max-width:740px;
}

}


.textonly a {
  font-size:18px !important;
}

.textonly .txt {
  float:none !important;
  width:100% !important;
  text-align:center !important;
}


.bnr-sticky-rec {
  width:300px;
  height:auto;
  line-height:0;
  text-align:center;
  position:fixed;
  bottom:10px;
  left:10px;
  z-index:9999;
}

.bnr-sticky-rec ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

.bnr-sticky-rec li {
  line-height:0;
}

.bnr-sticky-rec a {
  -webkit-tap-highlight-color:inherit;
}

.bnr-sticky-rec a:hover {
  opacity:0.8;
}

.bnr-sticky-rec img {
  width:100%;
}

.bnr-sticky-rec .btn-close {
  float:right;
  display:block;
  width:24px;
  height:24px;
  background:#000;
  border-radius:100px;
  font-size:20px;
  line-height:24px;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
}

.bnr-sticky-rec .btn-close:hover {
  opacity:0.6;
}

@media screen and (min-width: 640px) {

.bnr-sticky-rec {
  display:block;
  width:300px;
  position:fixed;
  bottom:10px;
  left:0;
  right:0;
  z-index:9999;
}

.bnr-sticky-rec ul {
  list-style-type:none;
  padding:0;
  margin:0;
}

}


#cta-box ul {
  list-style-type:none;
  padding:0;
  margin:0 0 15px;
  display:flex;
  justify-content:space-evenly;
}

#cta-box img {
  margin:0;
}

#cta-box .big {
  font-size:16px;
  text-align:center;
}

#cta-box .small {
  font-size:14px;
  text-align:center;
}

@media screen and (min-width: 640px) {

#cta-box .big {
  font-size:18px;
}

#cta-box .small {
  font-size:12px;
}

}


.cont-wrap {
  clear:both;
  width:auto;
  height:auto;
  overflow:hidden;
}


.modal-dialog {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 1rem);
}


*, ::after, ::before {
  box-sizing: initial !important;
}

input {
  box-sizing: border-box !important;
}


.entrybody iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}
