@charset "UTF-8";

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

 style.css

 Copyright (C) Ichizu

 individual layout
------------------------------------------------*/

/* root
================================================================================*/

:root {
	--color-blue: #0082cd;
	--color-blue-dark: #165f98;
	--color-red: #e50012;
	--color-red-dark: #a80e20;
	--color-green: #009c45;
	--color-green-dark: #006934;
	--color-hover: #fff100;
	--color-hover-light: #fffdda;
	--color-warning: #f00;
}

/*================================================================================

home

================================================================================*/

/* main
================================================================================*/

/* wrap
------------------------------------------------*/

.home .wrap {
	padding: 60px 0;
}

/* mainVisual
================================================================================*/

.mainVisual {
	position: relative;
	width: 100%;
	margin: 0 0 60px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.mainImg {
	position: relative;
}

.mainImg img {
	width: 100%;
}

.mainImg:after {
	content: "";
	z-index: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), color-stop(40%, rgba(0, 0, 0, 0)));
	background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
}

.mainTxt {
	z-index: 10;
	position: relative;
	/* position: absolute;
	bottom: 0;
	left: 0;
	right: 0; */
	margin: -90px auto 0;
	padding: 0 0 60px;
	text-align: center;
}

.mainCopy {
	margin: 0 0 40px;
	color: #fff;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-weight: bold;
	font-size: 4.2rem;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

.subCopy {
	margin: 0 0 20px;
	font-weight: bold;
	font-size: 2.4rem;
}

.mainCount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	max-width: 720px;
	margin: 0 auto;
}

.mainCount li {
	width: 49%;
	border: 1px solid #333;
	color: #333;
	text-align: center;
}

.mainCount li .num {
	padding-right: 4px;
	font-weight: bold;
	font-size: 2.4rem;
}

.specialInfo {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px;
	background: linear-gradient(135deg, #E9FFFD 0%, #FEF1E1 100%) no-repeat 50% 50% / 100% 100%;
	text-align: center;
}

.specialInfo dt {
	margin-bottom: 20px;
	color: #333;
	font-weight: 700;
	font-size: 2.4rem;
}

.specialInfo dd p:first-child {
	font-size: 1.8rem;
}

/* youtube
================================================================================*/

/* wrap
------------------------------------------------*/

.home .wrap.movie {
	margin: 0;
	padding: 30px;
	background: #f7f7f7;
}

/* h
------------------------------------------------*/

.home .movie h2 {
	position: relative;
	margin: -40px 0 30px;
	color: #e50012;
	color: var(--color-red);
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-weight: bold;
	font-size: 3.0rem;
	text-align: center;
}

.home .movie h2:before {
	content: "";
	display: block;
	margin: 0 auto 5px;
	width: 100px;
	height: 23px;
	background: url(/img/youtube/youtube_logo.png) no-repeat center top;
	background-size: 100px auto;
}

/* movieList
------------------------------------------------*/

.movieList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 30px;
}

.movieList li {
	position: relative;
	overflow: hidden;
	width: 24.5%;
}

.movieList li .youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.movieList li .player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.movieList li .thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}

.movieList li .thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	margin: auto;
	background: url(/img/youtube/arrow.png) no-repeat center center;
    background-size: 50px 35px;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.movieList li .thumb:hover:after {
    background: url(/img/youtube/arrow_on.png) center center no-repeat;
    background-size: 50px 35px;
}

/* news
================================================================================*/

/* h
------------------------------------------------*/

.news h2 {
	margin-bottom: 40px;
}

.news h2 > span {
	font-family: Candara, sans-serif;
	font-size: 4.6rem;
	line-height: 1;
	white-space: nowrap;
}

.news h2 span .jp {
	display: block;
	margin: 10px 0 0;
	color: #111;
	font-weight: bold;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.0rem;
}

/* slider
------------------------------------------------*/

/*slick setting*/

.slick-prev:before,
.slick-next:before {
    color: #000 !important;
}

.slick-dots {
	z-index: 10 !important;
	bottom: -30px !important;
}

.slick-slide {
    margin: 5px;
}

/* homeAbout
================================================================================*/

/* wrap
------------------------------------------------*/

.home .homeAbout {
	z-index: 0;
	position: relative;
	padding: 240px 0 140px;
	background: url(/about/img/index_title_bg.jpg) repeat-x top center;
	background-size: auto 300px;
}

.homeAbout .inner {
	max-width: 720px;
	text-align: center;
}

/* h
------------------------------------------------*/

.homeAbout h2 {
	position: relative;
	margin: 0 0 60px;
	padding-top: calc( 200px * 538 / 600 + 30px );
	color: #111;
	font-weight: bold;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 4.0rem;
}

.homeAbout h2 rt {
	font-size: 1.2rem;
}

.homeAbout h2:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 200px;
	height: calc( 200px * 538 / 600 );
	margin: 0 auto;
	background: url(/common_img/logo_s.png) no-repeat top center;
	background-size: 200px auto;
}

/* homeAboutOutline
------------------------------------------------*/

.homeAbout .homeAboutOutline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 10;
	position: relative;
	margin: 0 auto;
}

.homeAboutNegai {
	width: 48%;
	min-height: 240px;
	color: #111;
	font-size: 1.8rem;
	text-align: left;
	line-height: 3;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

.homeAboutMember {
	width: 48%;
}

.homeAboutMember h3 {
	margin: 0 0 20px;
	padding: 5px;
	border: 1px solid #666;
	line-height: 1;
}

.homeAboutMember ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.homeAboutMember ul li {
	width: 31%;
	color: #111;
}

.homeAboutMember ul li div {
	margin: 0;
	text-align: center;
}

.homeAboutMember ul li div img {
	width: 100%;
}

.homeAboutMember ul li .relationship {
	margin: 0 0 5px;
	padding: 4px;
	color: #fff;
	line-height: 1;
}

.homeAboutMember ul li:first-of-type .relationship {
	background: #0082cd;
	background: var(--color-blue);
}

.homeAboutMember ul li:nth-of-type(2) .relationship {
	background: #e50012;
	background: var(--color-red);
}

.homeAboutMember ul li:last-of-type .relationship {
	background: #009c45;
	background: var(--color-green);
}

/* homeDonRadio
================================================================================*/

/* wrap
------------------------------------------------*/

.home .homeDonRadio {
	position: relative;
	margin: 0;
	padding: 0 0 80px;
	background: linear-gradient(135deg, #E9FFFD 0%, #FEF1E1 100%) no-repeat 50% 50% / 100% 100%;
}

.homeDonRadio .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 90%;
	max-width: 960px;
	margin-bottom: 0;
}

.homeDonRadio .inner > div {
	position: relative;
	width: 48%;
	margin: -40px 0 0;
	padding: 80px 40px 40px;
	text-align: center;
}

.homeDonRadio .inner > div .circle {
	overflow: hidden;
	width: 140px;
	height: 140px;
	margin: -20px auto 30px;
	border-radius: 70px;
}

/* h
------------------------------------------------*/

.homeDonRadio .inner > div h2 {
	margin: 0 0 30px;
	font-weight: bold;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 3.0rem;
}

/* homeDon
------------------------------------------------*/

.homeDonRadio .inner > div.homeDon {
	background: #fff url(/img/don_bg.jpg) no-repeat top center;
	background-size: 100% auto;
}

.homeDonRadio .inner > div.homeDon h2 {
	color: #009c45;
	color: var(--color-green);
}

/* homeRadio
------------------------------------------------*/

.homeDonRadio .inner > div.homeRadio {
	background: #fff url(/img/radio_bg.jpg) no-repeat top center;
	background-size: 100% auto;
}

.homeDonRadio .inner > div.homeRadio h2 {
	color: #0082cd;
	color: var(--color-blue);
}

.homeDonRadio .inner > div.homeRadio .circle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #0082cd;
	background: var(--color-blue);
}

.homeDonRadio .inner > div.homeRadio .circle a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px 0 0;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1.4;
}

.homeDonRadio .inner > div.homeRadio .circle a:before {
	content: "";
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	width: 70%;
	margin: 0 auto;
	border-top: 1px solid #fff;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.homeDonRadio .inner > div.homeRadio .circle a:after {
	content: "こちらから";
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #fff;
	font-size: 1.4rem;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.homeDonRadio .inner > div.homeRadio .circle a:hover,
.homeDonRadio .inner > div.homeRadio .circle a:hover:after {
	color: #fff100;
	color: var(--color-hover);
}

.homeDonRadio .inner > div.homeRadio .circle a:hover:before {
	border-color: #fff100;
	border-color: var(--color-hover);
}

/* homeBlog
================================================================================*/

/* wrap
------------------------------------------------*/

.home .homeBlog {
	padding: 120px 0 80px;
}

.homeBlog .inner {
	position: relative;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

/* h
------------------------------------------------*/

.homeBlog h2 {
	position: relative;
	margin-bottom: 60px;
}

.homeBlog h2 > span {
	font-family: Candara, sans-serif;
	font-size: 4.6rem;
	line-height: 1;
	white-space: nowrap;
}

.homeBlog h2 span .jp {
	display: block;
	margin: 10px 0 0;
	color: #111;
	font-weight: bold;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.0rem;
}

/* homeBlogIllust
------------------------------------------------*/

.homeBlogIllust {
	position: absolute;
	top: -160px;
	left: 0;
	right: 0;
	width: 260px;
	margin: 0 auto;
}

/* homeBlogList
------------------------------------------------*/

.homeBlogList {
	margin: -5% 0 60px;
}

.homeBlogList li {
	width: 30%;
	margin: 5% 0 0;
}

.homeBlogList li .blogImg {
	position: relative;
	overflow: hidden;
	margin: 0 0 20px;
}

.homeBlogList li .blogImg:after {
	content: "";
	display: block;
	padding-top: calc( 100% / 3 * 2 );
}

.homeBlogList li .blogImg img {
    position: absolute;
    width: 100%;
    height: 100%;
	-o-object-fit: cover;
	object-fit: cover; /* トリミング */
}

.homeBlogList li a:hover .blogImg img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.homeBlogList li .blogDate {
	margin: 0 0 10px;
	color: #999;
}

.homeBlogList li .blogCtg {
	margin: 0 0 5px;
}

.homeBlogList li .blogTitle {
	color: #111;
}

/* footer
================================================================================*/

.home .footer {
	padding-top: 0;
}

/*================================================================================

message

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.message .title {
	min-height: 538px;
	background: url(/message/img/title_bg_01.jpg) no-repeat left center,
				url(/message/img/title_bg_02.jpg) no-repeat right center;
	background-size: auto 538px;
}

.message .title .negai {
	position: absolute;
	top: 300px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0 auto;
	color: #111;
	font-size: 1.8rem;
	text-align: left;
	line-height: 3;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

/* h
------------------------------------------------*/

.message h2 {
	margin-bottom: 80px;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 3.6rem;
}

.message h2 .pc,
.message h2 .tb {
	display: inline;
}

/* mission
================================================================================*/

.mission .inner {
	max-width: 960px;
	text-align: center;
}

.missionList {
	display: inline-block;
	counter-reset: mission;
	margin: -20px 0 0;
	text-align: center;
}

.missionList li {
	position: relative;
	margin: 20px 0 0;
	padding: 0 0 10px 50px;
	border-bottom: 1px solid #eee;
	font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 1.8rem;
    text-align: left;
}

.missionList li:before {
	counter-increment: mission;
	content: counter(mission)'.';
	position: absolute;
	top: -10px;
	left: 0;
	padding-right: 10px;
	color: #0082cd;
	color: var(--color-blue);
	font-weight: 700;
	font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 3.0rem;
}

.missionList li:nth-of-type(3n+1):before {
	color: #009c45;
	color: var(--color-green);
}

.missionList li:nth-of-type(3n+2):before {
	color: #e50012;
	color: var(--color-red);
}

/* たまごはちみつしおあじ
================================================================================*/

.rule .inner {
	position: relative;
	max-width: 960px;
	text-align: center;
}

.ruleSubTitle {
    position: relative;
	display: inline-block;
	margin: 0 0 10px;
	font-size: 1.8rem;
    padding: 10px 20px;
    background: #fff100;
    background: var(--color-hover);
    color: #0082cd;
    color: var(--color-blue);
    font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 2.4rem;
	line-height: 1;
}

.ruleSubTitle:before {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -14px;
    border: 14px solid transparent;
    border-top-color: #fff100;
    border-top-color: var(--color-hover);
}

.ruleList {
	display: inline-block;
	margin: -40px 0 0;
	text-align: center;
}

.ruleList dt {
	position: relative;
	margin: 40px 0 0;
	padding: 0;
	color: #0082cd;
	color: var(--color-blue);
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.4rem;
    text-align: left;
}

.ruleList dt:nth-of-type(3n+1) {
	color: #009c45;
	color: var(--color-green);
}

.ruleList dt:nth-of-type(3n+2) {
	color: #e50012;
	color: var(--color-red);
}

.ruleList dt:first-letter {
	display: inline-block;
	margin: 0 4px 0 0;
	padding: 4px 8px;
	background: #0082cd;
	background: var(--color-blue);
	color: #fff;
	border-radius: 50%;
}

.ruleList dt:nth-of-type(3n+1):first-letter {
	background: #009c45;
	background: var(--color-green);
}

.ruleList dt:nth-of-type(3n+2):first-letter {
	background: #e50012;
	background: var(--color-red);
}

.ruleList dd {
	position: relative;
	margin: 10px 0 0;
	padding: 0 0 0 60px;
    text-align: left;
}

.ruleEgg {
	position: absolute;
	top: 180px;
	left: 10px;
}

.ruleEgg img {
	width: 60px;
	height: auto;
}

.ruleHunny {
	position: absolute;
	top: 500px;
	right: 20px;
}

.ruleHunny img {
	width: 100px;
	height: auto;
}

.ruleSalt {
	position: absolute;
	bottom: 100px;
	right: -30px;
}

.ruleSalt img {
	width: 100px;
	height: auto;
}

/* reason
================================================================================*/

.reasonImg {
	margin: 40px 0 0;
	text-align: center;
}

.reasonImg  img {
	width: 320px;
	height: auto;
}

/* linkWrap
================================================================================*/

.linkWrap .inner .col3 li {
	position: relative;
}

.linkWrap .inner .col3 li a {
	display: block;
}

.linkWrap .inner .col3 li .linkImg {
	position: relative;
}

.linkWrap .inner .col3 li .linkImg:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(22, 0, 0, 0.6);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.linkWrap .inner .col3 li a:hover .linkImg:before {
	background: rgba(0, 0, 0, 0);
}

.linkWrap .inner .col3 li a .linkTitle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	margin: 0 auto;
	color: #fff;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.4rem;
	line-height: 1.4;
	text-align: center;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.linkWrap .inner .col3 li a:hover .linkTitle {
	color: rgba( 255, 255, 255, 0 );
}

.linkWrap .inner .col3 li a .btn {
	display: inline-block;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	width: 60%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 30px;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.linkWrap .inner .col3 li a .btn:after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-family: 'Material Icons';
	line-height: 1;
	white-space: nowrap;
	content: "keyboard_arrow_right";
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.linkWrap .inner .col3 li.linkAbout a:hover .btn {
	background: #e50012;
	background: var(--color-red);
}

.linkWrap .inner .col3 li.linkDon a:hover .btn {
	background: #009c45;
	background: var(--color-green);
}

.linkWrap .inner .col3 li.linkRadio a:hover .btn {
	background: #0082cd;
	background: var(--color-blue);
}

.linkWrap .inner .col3 li a:hover .btn:after {
	right: 4px;
}

/*================================================================================

about common

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.about .title {
	padding: 140px 0 0;
	background: url(/about/img/title_bg.jpg) repeat-x top center;
	background-size: auto 200px;
}

/* pageLink
------------------------------------------------*/

.about.index .pageLink .navIndex a:before,
.about.index .pageLink .navIndex a:after,
.about.live .pageLink .navLive a:before,
.about.live .pageLink .navLive a:after,
.about.voice .pageLink .navVoice a:before,
.about.voice .pageLink .navVoice a:after,
.about.request .pageLink .navRequest a:before,
.about.request .pageLink .navRequest a:after,
.about.history .pageLink .navHistory a:before,
.about.history .pageLink .navHistory a:after,
.about.book .pageLink .navBook a:before,
.about.book .pageLink .navBook a:after {
	width: 48%;
}

/*================================================================================

about index

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.about.index .title {
	padding: 240px 0 0;
	background: url(/about/img/index_title_bg.jpg) repeat-x top center;
	background-size: auto 300px;
}

/* h
------------------------------------------------*/

.about.index h2 .pc,
.about.index h2 .tb {
	display: inline;
}

/* movie
================================================================================*/

.about .movie .inner {
	padding: 80px 0 0;
	background: url(/common_img/bg_square.svg) repeat-x left top;
	background-size: 30px auto;
	text-align: center;
}

.about .movie h2 {
	position: relative;
	margin: 0 0 60px;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 3.0rem;
	text-align: center;
}

.about .movie h2:after {
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 23px;
	background: url(/img/youtube/youtube_logo.png) no-repeat center top;
	background-size: 100px auto;
}

/* movieList */

.about .movieList {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin-top: -2%;
}

.about .movieList li {
	width: 48%;
	margin: 2% 0 0;
	padding: 30px;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 10px;
}

.about .movieList li .youtube {
	-webkit-box-shadow: 0 0 0 1px #e50012;
	box-shadow: 0 0 0 1px #e50012;
	-webkit-box-shadow: 0 0 0 1px var(--color-red);
	box-shadow: 0 0 0 1px var(--color-red);
}

.about .movieList li dl {
	margin: 40px 0 0;
}

.about .movieList li dt {
	margin: 0 0 20px;
	color: #333;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-weight: bold;
	font-size: 2.0rem;
}

.about .movieList li dd {
	padding: 0.2em 0.5em;
	background: linear-gradient(#eee 1px, transparent 1px);
	background-size: auto 2.5em;
	line-height: 2.5em;
	text-align: left;
}

/* member
================================================================================*/

.index .member .inner {
	max-width: 840px;
}

.index .member .lead {
	margin-bottom: 60px;
	color: #111;
	font-size: 1.8rem;
	text-align: center;
}

.index .member h2 {
	margin: 0 0 60px;
	padding: 10px;
	border: 1px solid #666;
	font-size: 2.4rem;
	line-height: 1;
	text-align: center;
}

.about .member ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 60px;
}

.about .member ul li {
	width: 30%;
	color: #111;
	text-align: center;
}

.about .member ul li div {
	margin: 0 0 0px;
}

.about .member ul li div img {
	width: 100%;
}

.about .member ul li p {
	margin: 0;
}

.about .member ul li .relationship {
	margin: 0 0 5px;
	padding: 4px;
	color: #fff;
	line-height: 1;
}

.about .member ul li:first-of-type .relationship {
	background: #0082cd;
	background: var(--color-blue);
}

.about .member ul li:nth-of-type(2) .relationship {
	background: #e50012;
	background: var(--color-red);
}

.about .member ul li:last-of-type .relationship {
	background: #009c45;
	background: var(--color-green);
}

.about .member ul li .nickname {
	margin: 20px 0;
	color: #333;
	font-weight: bold;
	font-size: 2.0rem;
	line-height: 1.6;
}

.about .member ul li .nickname span {
	display: block;
	font-size: 1.6rem;
}

.about .member a.snsIcon {
	width: 36px;
	height: 36px;
	border-radius: 18px;
}

/* linkContact
================================================================================*/

.linkContact .inner {
	max-width: 840px;
	background: url(/about/img/link_contact.jpg) no-repeat center top;
	background-size: 100% auto;
}

.linkContact .inner > a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 30px 0;
	background: rgba(22, 0, 0, 0.6);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.linkContact .inner > a:hover {
	background: rgba(0, 0, 0, 0);
}

.linkContact a .linkContactTxt {
	z-index: 10;
	width: 80%;
	margin: 0 auto;
	padding: 20px 0 0;
	border-top: 1px solid #fff;
	color: #fff;
	text-align: center;
}

.linkContact a:hover .linkContactTxt {
	border-top: 1px solid  rgba( 255, 255, 255, 0 );
	color: rgba( 255, 255, 255, 0 );
}

.linkContact a .linkTitle {
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 3.0rem;
}

.linkContact a .priceInfo {
	margin: 0 0 30px;
}

.linkContact a .priceInfo dt {
	font-size: 1.8rem;
}

.linkContact a .btn {
	display: inline-block;
	position: relative;
	width: 80%;
	margin: 0 auto;
	padding: 10px;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	letter-spacing: 0;
	border-radius: 30px;
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
}

.linkContact a .btn:after {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-family: 'Material Icons';
	font-size: 2.4rem;
	line-height: 1;
	white-space: nowrap;
	content: "keyboard_arrow_right";
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.linkContact a:hover .btn {
	background: #e50012;
	background: var(--color-red);
}

.linkContact a:hover .btn:after {
	right: 4px;
}

/*================================================================================

about live

================================================================================*/

/* infoWrap
================================================================================*/

.live .infoWrap .answer {
	color: #0082cd;
	color: var(--color-blue);
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.0rem;
	text-align: center;
}

.live .infoWrap .liveImg {
	margin: 0 0 60px;
}

/*================================================================================

about voice

================================================================================*/

/* voiceList
================================================================================*/

#loopList .loopSingle {
	position: relative;
	padding: 40px;
	border: 3px solid #0082cd;
	border: 3px solid var(--color-blue);
	border-radius: 20px;
}

#loopList .loopSingle:nth-of-type(3n+2) {
	border: 3px solid #e50012;
	border: 3px solid var(--color-red);
}

#loopList .loopSingle:nth-of-type(3n+3) {
	border: 3px solid #009c45;
	border: 3px solid var(--color-green);
}

#loopList .loopSingle:before,
#loopList .loopSingle:after { /* 三角 */
	content: '';
	border: 14px solid transparent;
	position: absolute;
	left: 20%;
}

#loopList .loopSingle:before { /* 線になる部分 */
	border-top-color: #0082cd;
	border-top-color: var(--color-blue); /* 吹き出しの線の色と同じ色 */
	bottom: -31px;
}

#loopList .loopSingle:nth-of-type(3n+2):before { /* 線になる部分 */
	border-top-color: #e50012;
	border-top-color: var(--color-red); /* 吹き出しの線の色と同じ色 */
}

#loopList .loopSingle:nth-of-type(3n+3):before { /* 線になる部分 */
	border-top-color: #009c45;
	border-top-color: var(--color-green); /* 吹き出しの線の色と同じ色 */
}

#loopList .loopSingle:after { /* 地の部分 */
	border-top-color: #fff; /* 吹き出しの背景色と同じ色 */
	bottom: -27px;
}

#loopList .loopSingle .loopNum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -30px;
	right: 40px;
	width: 100px;
	height: 100px;
	background: #0082cd;
	background: var(--color-blue);
	color: #fff;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 1.8rem;
	text-align: center;
	border-radius: 50px;
}

#loopList .loopSingle:nth-of-type(3n+2) .loopNum {
	background: #e50012;
	background: var(--color-red);
}

#loopList .loopSingle:nth-of-type(3n+3) .loopNum {
	background: #009c45;
	background: var(--color-green);
}

#loopList .loopSingle .loopNum p {
	line-height: 1.4;
}

#loopList .loopSingle .loopHeader {
	margin: 0 0 40px;
	color: #0082cd;
	color: var(--color-blue);
}

#loopList .loopSingle:nth-of-type(3n+2) .loopHeader {
	color: #e50012;
	color: var(--color-red);
}

#loopList .loopSingle:nth-of-type(3n+3) .loopHeader {
	color: #009c45;
	color: var(--color-green);
}

#loopList .loopSingle .loopTitle {
	display: block;
	margin: 0 0 10px;
	padding: 0 120px 0 0;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 2.4rem;
}

#loopList .loopSingle .loopFrom {
	margin: 0;
    font-size: 1.8rem;
}

/* page nation
------------------------------------------------*/

.wp-pagenavi {
	margin: 30px 0 60px;
	text-align: center;
}

.wp-pagenavi a {
	margin: 0 8px 0 0;
	padding: 5px 10px;
	border: 1px solid #009c45;
	border: 1px solid var(--color-green);
	text-decoration: none;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	background: #fff;
	color: #009c45;
	color: var(--color-green);
	text-decoration: none;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	border: 1px solid #009c45;
	border: 1px solid var(--color-green);
	background: #fff100;
	background: var(--color-hover);
	text-decoration: none;
}

.wp-pagenavi .current {
	margin: 0 8px 0 0;
	padding: 5px 10px;
	border: 1px solid #009c45;
	border: 1px solid var(--color-green);
	background: #009c45;
	background: var(--color-green);
	color: #fff;
}

/*================================================================================

about history

================================================================================*/

/* allHistory
================================================================================*/

.allHistory .inner {
	max-width: 1200px;
}

.allHistory .inner .col3 {
	display: none;
}

.allHistory table {
	margin-bottom: 40px;
}

.allHistory table thead th:not(:first-of-type) {
	width: 30%;
	padding-bottom: 150px;
	background-image: url(/common_img/kuma.png);
	background-repeat: no-repeat;
	background-position: center bottom 20px;
	background-size: auto 120px;
	color: #0082cd;
	color: var(--color-blue);
	font-weight: bold;
	font-size: 2.0rem;
	text-align: center;
}

.allHistory table thead th:nth-of-type(3) {
	background-image: url(/common_img/don.png);
	color: #e50012;
	color: var(--color-red);
}

.allHistory table thead th:nth-of-type(4) {
	background-image: url(/common_img/mikko.png);
	color: #009c45;
	color: var(--color-green);
}

.allHistory table tbody th {
	text-align: center;
}

.allHistory table tbody th:first-of-type {
	font-weight: bold;
}

.allHistory table tbody tr:nth-of-type(odd) {
	display: none;
}

.allHistory table tbody th:not(:first-of-type) {
	padding: 12px 10px;
	background: #0082cd;
	background: var(--color-blue);
	color: #fff;
	line-height: 1.4;
}

.allHistory table tbody th:nth-of-type(3) {
	background: #e50012;
	background: var(--color-red);
}

.allHistory table tbody th:nth-of-type(4) {
	background: #009c45;
	background: var(--color-green);
}

.historyEnd {
	color: #111;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.4rem;
	text-align: center;
}

/*================================================================================

don common

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.don .title {
	padding: 140px 0 0;
	background: url(/don/img/title_bg.jpg) repeat-x top center;
	background-size: auto 200px;
}

.don .title .titleTxt:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background: url(/common_img/don.jpg) no-repeat top center;
    background-size: 160px auto;
	border-radius: 80px;

}

/* pageLink
------------------------------------------------*/

.don .pageLink li a:before,
.don .pageLink li a:after {
	border-bottom: 3px solid #009c45;
	border-bottom: 3px solid var(--color-green);
}

.don.index .pageLink .navIndex a:before,
.don.index .pageLink .navIndex a:after,
.don.voice .pageLink .navVoice a:before,
.don.voice .pageLink .navVoice a:after {
	width: 48%;
}

/*================================================================================

don index

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.don.index .title {
	min-height: 720px;
	padding: 240px 0 0;
	background: url(/don/img/index_title_bg.jpg) repeat-x top center;
	background-size: auto 300px;
}

.don.index .title .negai {
	position: absolute;
	top: 540px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-height: 10em;
	margin: 0 auto;
	color: #111;
	font-size: 1.8rem;
	text-align: left;
	line-height: 3;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

/* h
------------------------------------------------*/

.about.index h2 .pc,
.about.index h2 .tb {
	display: inline;
}

/* donInfo
================================================================================*/

.don .donInfo .inner {
	max-width: 840px;
	padding: 80px 0 0;
	background: url(/common_img/bg_square.svg) repeat-x left top;
	background-size: 30px auto;
}

.donIllust {
	position: absolute;
	top: -100px;
	right: 8%;
	width: 99px;
}

.donYoutube {
	width: 80%;
	margin: 60px auto;
	padding-top: calc( 80% / 560 * 315 );
	position: relative;
	top: 0;
	left: 0;
}

.donYoutube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.donFaq {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.donFaq > div {
	width: 47%;
}

.donFaq > div dt {
	position: relative;
	margin: 0 0 30px;
	padding: 0 0 10px 24px;
	border-bottom: 1px dashed #009c45;
	border-bottom: 1px dashed var(--color-green);
	color: #009c45;
	color: var(--color-green);
	font-weight: bold;
	font-size: 1.8rem;
}

.donFaq > div dt:before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #009c45;
	color: var(--color-green);
	font-size: 1.8rem;
}

.donFaq > div dd {
	margin: 0 0 30px 30px;
}

.donFaq > div dd:last-of-type {
	margin-bottom: 0;
}

.donFaq > div dd ul {
	list-style: disc;
	margin: 0 0 30px;
	padding-left: 2em;
}

/* member
================================================================================*/

.donProfile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.donProfileImg {
	width: 42%;
}

.donProfileTxt {
	width: 50%;
}

/*================================================================================

don voice

================================================================================*/

/* loopList
================================================================================*/

.don.voice #loopList .loopSingle .loopHeader {
	margin-bottom: 30px;
}

.don.voice #loopList .loopSingle .loopTitle {
	margin: 0;
	padding: 0;
}

.don.voice #loopList .loopSingle .donVoiceSubject {
	margin-top: 30px;
	padding: 4px 8px;
	background: #f7f7f7;
	color: #0082cd;
	color: var(--color-blue);
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-weight: bold;
	font-size: 1.4rem;
}

.don.voice #loopList .loopSingle:nth-of-type(3n) .donVoiceSubject {
	color: #009c45;
	color: var(--color-green);
}

.don.voice #loopList .loopSingle:nth-of-type(3n+2) .donVoiceSubject {
	color: #e50012;
	color: var(--color-red);
}

/*================================================================================

radio common

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.radio .title .titleTxt {
	padding-top: 0;
}

.radio .title .titleTxt:before {
	display: none;
}

/* pageLink
------------------------------------------------*/

.radio .pageLink li a:before,
.radio .pageLink li a:after {
	border-bottom: 3px solid #0082cd;
	border-bottom: 3px solid var(--color-blue);
}

.radio.index .pageLink .navIndex a:before,
.radio.index .pageLink .navIndex a:after,
.radio.archive .pageLink .navArchive a:before,
.radio.archive .pageLink .navArchive a:after,
.radio.form .pageLink .navForm a:before,
.radio.form .pageLink .navForm a:after {
	width: 48%;
}

/*================================================================================

radio index

================================================================================*/

/* main
================================================================================*/

/* wrap
------------------------------------------------*/

.radio.index .wrap .inner {
	max-width: 840px;
}

/* lead
------------------------------------------------*/

.radio.index .lead {
	text-align: center;
}

/* h
------------------------------------------------*/

.radio h2 {
	margin-bottom: 80px;
}

.radio h2.centerLine.doubleLine span {
    font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 3.0rem;
}

/* radioAccepting
================================================================================*/

.radioAccepting {
	text-align: center;
}

.infoWrap.radioAccepting .inner h2 {
	font-size: 2.4rem;
}

.radio .radioBtn {
	margin-bottom: 60px;
	text-align: center;
}

.radio .btn.radioBtn a {
    padding: 30px 100px;
    border: 2px solid #0082cd;
    border: 2px solid var(--color-blue);
	background: #0082cd;
	background: var(--color-blue);
    color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
    border-radius: 60px;
	-webkit-box-shadow: rgba(170, 170, 170, 0.3) 0 0 2px 1px;
	box-shadow: rgba(170, 170, 170, 0.3) 0 0 2px 1px;
}

.radio .btn.radioBtn a:hover {
    background: #fff100;
    background: var(--color-hover);
    color: #0082cd;
    color: var(--color-blue);
}

.radio .btn.radioBtn a:after {
    color: #fff;
    font-size: 3.0rem;
}

.radio .btn.radioBtn a:hover:after {
    color: #0082cd;
    color: var(--color-blue);
}

.radioAccepting .checkList {
	display: inline-block;
}

.radioAccepting .checkList li {
	text-align: left;
    color: #0082cd;
    color: var(--color-blue);
}

/* radioLatest
================================================================================*/

.radioLatest .inner {
	max-width: 840px;
}

/* loopList
------------------------------------------------*/

.radioLatest #loopList {
	margin-bottom: 60px;
}

.radioLatest #loopList .loopSingle {
	padding: 60px;
}

.radio .loopHeader p {
	margin-bottom: 20px;
}

.radio .loopHeader .loopTitle {
	display: inline-block;
	margin-right: 20px;
	font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 2.4rem;
}

.radio .loopHeader .radioDate {
	font-size: 2.0rem;
}

.radio .loopContent {
	margin: 0 0 40px;
}

.radio #loopList .loopSingle .loopFrom {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 1.8rem;
}

.radio .radioBgm {
	margin-top: 20px;
	padding: 20px 0 0;
	border-top: 1px dashed #0082cd;
	border-top: 1px dashed var(--color-blue);
}

.radio .radioBgm dt {
	margin: 0 0 10px;
	color: #0082cd;
	color: var(--color-blue);
	font-size: 1.8rem;
}

.radio .radioBgm  li {
	position: relative;
	margin: 2px 0 0;
	padding: 0 0 0 20px;
}

.radio .radioBgm .bgmList li:before {
	content: "♪";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

/*================================================================================

radio archive

================================================================================*/

/* radioLatest
================================================================================*/

/* voiceList
------------------------------------------------*/

.radio.archive .loopHeader .loopTitle {
	display: block;
	margin: 0 0 20px;
}

.radio.archive .loopSingle:nth-of-type(3n+2) .radioBgm {
	border-top: 1px dashed #e50012;
	border-top: 1px dashed var(--color-red);
}

.radio.archive .loopSingle:nth-of-type(3n+3) .radioBgm {
	border-top: 1px dashed #009c45;
	border-top: 1px dashed var(--color-green);
}

.radio.archive .loopSingle:nth-of-type(3n+2) .radioBgm dt {
	color: #e50012;
	color: var(--color-red);
}

.radio.archive .loopSingle:nth-of-type(3n+3) .radioBgm dt {
	color: #009c45;
	color: var(--color-green);
}

/*================================================================================

radio form

================================================================================*/

/* formWrap
================================================================================*/

.formWrap .inner {
	max-width: 840px;
}

/* h
------------------------------------------------*/

@-webkit-keyframes vertical {
    0% { -webkit-transform:translateY(-10px); transform:translateY(-10px); }
  100% { -webkit-transform:translateY(  0px); transform:translateY(  0px); }
}

@keyframes vertical {
    0% { -webkit-transform:translateY(-10px); transform:translateY(-10px); }
  100% { -webkit-transform:translateY(  0px); transform:translateY(  0px); }
}

.formWrap h3 {
	margin: 0 0 30px;
	text-align: center;
}

.formWrap h3 span {
	display: inline-block;
	position: relative;
	padding: 10px 60px;
	background: #fff100;
	background: var(--color-hover);
	color: #0082cd;
	color: var(--color-blue);
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.4rem;
	-webkit-animation: vertical 1s ease-in-out infinite alternate;
	animation: vertical 1s ease-in-out infinite alternate;
}

.formWrap h3 span:before { /* 三角の部分 */
	content: "";
	position: absolute; /* 位置固定 */
	bottom: -28px; /* 線幅の2倍 */
	left: 50%;
	margin-left: -14px; /* 線幅だけずらす */
	border: 14px solid transparent; /* 線幅の設定 */
	border-top-color: #fff100;
	border-top-color: var(--color-hover); /* 吹き出しの地と同じ色 */
}

.formWrap .required {
	margin: 0 0 10px;
	font-size: 1.4rem;
	text-align: right;
}

.formWrap .required span {
	display: inline-block;
	margin-right: 4px;
    color: #e50012;
    color: var(--color-red);
}

/* lead
------------------------------------------------*/

.formWrap .lead {
	max-width: 840px;
	margin-bottom: 60px;
	padding: 40px;
	background: #f7f7f7;
	text-align: center;
	border-radius: 20px;
}

.formWrap .lead .checkList {
	display: inline-block;
}

.formWrap .lead .checkList {
	color: #0082cd;
	color: var(--color-blue);
	text-align: left;
}

.formWrap .lead .reply {
	color: #009c45;
	color: var(--color-green);
	font-size: 2.0rem;
	text-align: center;
}

/* inputArea
================================================================================*/

.inputArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 0;
    padding: 0;
}

.inputArea:last-of-type {
    border-bottom: 1px solid #eee;
}

.inputArea dt {
    position: relative;
    width: 30%;
    margin: 0;
    padding: 20px 30px;
    border-top: 1px solid #eee;
    color: #0082cd;
    color: var(--color-blue);
}

.inputArea dt span {
    position: absolute;
    top: 23px;
    right: 30px;
	color: #e50012;
	color: var(--color-red);
	line-height: 1;
}

.inputArea dd {
    width: 70%;
    margin: 0;
    padding: 20px 30px 20px 60px;
    border-top: 1px solid #eee;
}

.inputArea [type="text"],
.inputArea [type="tel"],
.inputArea [type="email"],
.inputArea textarea {
	width: 100%;
}

.inputArea .note {
	margin-left: 1.2em;
	text-indent: -1em;
	margin-bottom: 20px;
	color: #e50012;
	color: var(--color-red);
	font-size: 1.4rem;
}

input#post {
    width: 200px;
}

.btnArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 60px;
    padding: 0;
}

/*  error
================================================================================*/

.errorList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 0 0 40px;
	padding: 30px;
	border: 1px dashed #f00;
	border: 1px dashed var(--color-warning);
	color: #f00;
	color: var(--color-warning);
	text-align: center;
}

.errorList dt {
	width: 100%;
	margin: 0 0 20px;
	font-weight: bold;
}

.errorList ul {
	list-style: disc;
	padding-left: 30px;
	text-align: left;
}

.inputArea em {
	color: #f00;
	color: var(--color-warning);
	font-size: 1.2rem;
}

/*================================================================================

performance

================================================================================*/

/* main
================================================================================*/

/* pageLink
------------------------------------------------*/

.performance .pageLink {
	margin: 30px auto 0;
}

/* wrap
------------------------------------------------*/

.performance .wrap .inner {
	max-width: 840px;
}

/* schedule
================================================================================*/

#schedule iframe {
	height: 600px;
}

#schedule h2 {
	margin-bottom: 80px;
	text-align: center;
}

#schedule h2 span {
    font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 3.0rem;
}

/* lead
================================================================================*/

.performance .lead {
	max-width: 840px;
	margin: 0 auto 80px;
	text-align: center;
}

.performance .lead .btn a {
	padding: 15px 100px;
}

/* priceWrap
================================================================================*/

.priceWrap {
	text-align: center;
}

.priceWrap .col2 {
	margin-bottom: 20px;
}

.priceWrap .col2 dl dt {
	margin: 0 0 5px;
	padding: 8px 10px;
	background: #e50012;
	background: var(--color-red);
	color: #fff;
	line-height: 1;
}

.priceWrap .col2 li:last-of-type dl dt {
	background: #009c45;
	background: var(--color-green);
}

.priceWrap .col2 dl dd {
	background: #f7f7f7;
	color: #e50012;
	color: var(--color-red);
	font-size: 3.6rem;
}

.priceWrap .col2 dl dd span {
	font-size: 2.0rem;
}

.priceWrap .col2 li:last-of-type dl dd {
	color: #009c45;
	color: var(--color-green);
}

.priceReason {
	text-align: left;
}

/*================================================================================

magazine

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.magazine .title {
	padding: 30px 0;
	background: url(/magazine/img/title_bg.jpg) no-repeat top center;
    background-size: 100% auto;
}

.magazine .title .titleTxt {
	margin: 0;
	padding-top: 0;
}

.magazine .title .titleTxt img {
	display: block;
	margin: 0 auto;
}

.magazine .title .titleTxt img:first-of-type {
	margin-bottom: 20px;
}

.magazine .title .titleTxt:before {
	display: none;
}

/* laad
------------------------------------------------*/

.magazine .lead {
	max-width: 600px;
	margin: 0 auto 80px;
}

/* magazineSample
================================================================================*/

.magazineSample {
	position: absolute;
	top: 300px;
	left: 6%;
}

/* magazineLatestWrap
================================================================================*/

.magazineLatestWrap .inner {
	max-width: 960px;
	padding: 60px;
	background: #f7f7f7;
	border-radius: 20px;
}

.magazineLatest {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.magazineLatest .magazineLatestTxt {
	width: 46%;
}

.magazineLatest .magazineLatestTxt h2 {
	margin: 0 0 20px;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.4rem;
}

.magazineLatest .magazineLatestTxt .magazineTitle {
	margin: 0;
	color: #333;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.4rem;
}

.magazineLatest .magazineLatestTxt .magazineDate {
	margin-bottom: 20px;
}

.magazineLatest .magazineLatestTxt .magazineContents {
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
	font-size: 1.4rem;
}

.magazineLatest .magazineLatestImg {
	width: 48%;
	text-align: center;
}

.magazineLatest .magazineLatestImg .thumbnail {
	margin-bottom: 20px;
}

.magazineLatest .magazineLatestImg .btn {
	margin: 10px 0 0;
}

.magazineLatest .magazineLatestImg .induce {
	font-size: 1.4rem;
}

.magazineLatest .magazineLatestImg .induce a,
.magazineLatest .magazineLatestImg .induce a:before {
	color: #e50012;
	color: var(--color-red);
}

/* .magazineLatest .magazineLatestImg .induce a:hover {
	text-decoration: underline;
}
.magazineLatest .magazineLatestImg .induce a:hover:before {
	text-decoration: none;
} */

.magazineLatestVol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: -10px;
	right: 60px;
	width: 100px;
	height: 100px;
	background: url(/magazine/img/title_bg.jpg) no-repeat top center;
    background-size: cover;
	color: #fff;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 1.8rem;
	text-align: center;
	border-radius: 50px;
}

.magazineLatestVol p {
	line-height: 1.4;
	-webkit-transform: rotate( 10deg );
	transform: rotate( 10deg );
}

/* magazineList
================================================================================*/

.magagineListWrap .inner {
	max-width: 960px;
}

.magazineList {
	margin-top: -8%;
}

.magazineList .magazineSingle {
	width: 22%;
	margin: 8% 0 0;
}

.magazineList .magazineSingle:nth-of-type(4n+3):last-of-type {
    margin-right: calc( 22% + 4% );
}

.magazineList .magazineSingle:nth-of-type(4n+2):last-of-type {
    margin-right: calc( ( 22% + 4% ) * 2 );
}

.magazineList .magazineSingle .magazineTitle {
	margin: 0;
	color: #333;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	text-align: center;
}

.magazineList .magazineSingle .magazineTitle span {
	display: inline-block;
	margin-left: 10px;
	font-size: 2.0rem;
}

.magazineList .magazineSingle .magazineDate {
	margin-bottom: 10px;
	text-align: center;
}

.magazineList .magazineSingle .btn {
	margin: 10px auto 0;
	text-align: center;
}

.magazineList .magazineSingle .btn a {
	padding: 10px 50px;
	border-radius: 20px;
}

.magazineList .magazineSingle .induce {
	font-size: 1.4rem;
}

.magazineList .magazineSingle .induce a,
.magazineList .magazineSingle .induce a:before {
	color: #e50012;
	color: var(--color-red);
}

/* .magazineList .magazineSingle .induce a:hover {
	text-decoration: underline;
}
.magazineList .magazineSingle .induce a:hover:before {
	text-decoration: none;
} */

/*================================================================================

magazine single

================================================================================*/

/* main
================================================================================*/

/* wrap
------------------------------------------------*/

.magazine.single .wrap .inner {
	max-width: 840px;
	text-align: center;
}

.magazine.single .magazineTitle {
	margin: 0;
	color: #333;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.4rem;
}

.magazine.single .magazineTitle span {
	display: block;
	margin: 0;
	font-size: 3.0rem;
}

.magazine.single .magazineContent {
	max-width: 600px;
	margin: 0 auto;
}

.magazine.single .btn {
	margin-top: 30px;
}

/* スライダー調整
================================================================================*/

/* .magazine.single div#n2-ss-6 #n2-ss-6-arrow-next {
    padding: 2px;
	background: rgba(0, 0, 0, 0.3);
} */

.magazine.single .nextend-arrow-previous,
.magazine.single .nextend-arrow-next {
	position: relative;
}

.magazine.single .nextend-arrow-previous:before,
.magazine.single .nextend-arrow-next:before {
	display: block;
	z-index: 100;
	position: absolute;
	top: 9px;
	left: 0;
	width: 46px;
	text-align: center;
	color: #fff;
	font-size: 1.0rem;
}

.magazine.single .nextend-arrow-previous:before {
	content: 'GO';
}

.magazine.single .nextend-arrow-next:before {
	content: 'BACK';
}

/*================================================================================

media

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

/* .media .title {
	padding: 220px 0 0;
    background: url(/media/img/title_bg.jpg) no-repeat top center;
    background-size: auto 200px;
}
.media .title .titleTxt {
	padding-top: 0;
}
.media .title .titleTxt:before {
	display: none;
} */

/* wrap
------------------------------------------------*/

.media .wrap .inner {
	max-width: 840px;
}

/* leadWrap
================================================================================*/

.media .leadWrap .inner {
	text-align: center;
}

.media .leadWrap .btn {
	margin-bottom: 20px;
}

.media .leadWrap dl {
	color: #009c45;
	color: var(--color-green);
}

.media .leadWrap dt span {
	font-size: 2.4rem;
}

/* loopList
================================================================================*/

.media #loopList .loopSingle:before,
.media #loopList .loopSingle:after {
	display: none;
}

.media #loopList .loopSingle {
	margin-bottom: 60px;
    padding: 0 60px 60px;
}

.media #loopList .loopSingle .mediaDate {
	margin: 0 0 30px;
}

.media #loopList .loopSingle .mediaDate span {
	display: inline-block;
	padding: 10px 20px;
	background: #0082cd;
	background: var(--color-blue);
	color: #fff;
	line-height: 1;
	border-radius: 0 0 10px 10px;
}

.media #loopList .loopSingle:nth-of-type(3n+2) .mediaDate span {
	background: #e50012;
	background: var(--color-red);
}

.media #loopList .loopSingle:nth-of-type(3n+3) .mediaDate span {
	background: #009c45;
	background: var(--color-green);
}

.media #loopList .loopTitle {
	margin-bottom: 60px;
	padding: 0;
    font-size: 2.4rem;
	line-height: 1.6;
}

.media #loopList .loopContent {
	padding: 0 40px;
}

.media #loopList .mediaName {
	margin-top: 20px;
	padding: 0 40px;
	font-size: 1.4rem;
	text-align: right;
}

/* mediaEnd
================================================================================*/

.mediaEnd {
    color: #009c45;
    color: var(--color-green);
    font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 2.0rem;
    text-align: center;
}

/*================================================================================

sponsor

================================================================================*/

/* main
================================================================================*/

/* pageLink
------------------------------------------------*/

.sponsor .pageLink {
	margin: 30px auto 0;
}

/* h
------------------------------------------------*/

.sponsor h2 {
	margin-bottom: 80px;
}

.sponsor h2 > span {
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 3.0rem;
	line-height: 1;
}

.sponsor h3 {
	margin: 0 0 40px;
	text-align: center;
}

.sponsor h3 span {
	display: inline-block;
	padding: 10px 80px;
	border: 1px solid #0082cd;
	border: 1px solid var(--color-blue);
	color: #0082cd;
	color: var(--color-blue);
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 2.0rem;
}

/* lead
------------------------------------------------*/

.sponsor .lead {
	margin: 0 0 80px;
	text-align: center;
}

/* sponsorElem
------------------------------------------------*/

.sponsor .wrap .sponsorElem {
	max-width: 960px;
	margin: 0 auto 100px;
}

.sponsor .wrap .sponsorElem:last-of-type {
	margin-bottom: 0;
}

/* sponsorLead
================================================================================*/

.sponsor .wrap .sponsorLead {
	max-width: 960px;
	margin: 0 auto;
}

.sponsor .sponsorLead h2 {
	margin: 0 0 60px;
    color: #0082cd;
    color: var(--color-blue);
	font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 3.0rem;
    text-align: center;
}

.sponsor .sponsorLead .col2 {
	margin-bottom: 40px;
}

.sponsor .sponsorLead .checkList {
	padding-top: 10px;
}

.sponsor .sponsorLead .checkList li {
	padding-bottom: 10px;
	color: #009c45;
	color: var(--color-green);
}

.sponsor .sponsorLead .checkList li:before {
	color: #009c45;
	color: var(--color-green);
}

/* sponsorInfo
================================================================================*/

/* sponsorList
------------------------------------------------*/

.sponsor #sponsorInfo .sponsorList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 80px;
}

.sponsor #sponsorInfo .sponsorList li {
	width: 25%;
	padding: 20px;
	text-align: center;
}

.sponsor #sponsorInfo .sponsorList li:nth-of-type(4n+3):last-of-type {
    margin-right: 25%;
}

.sponsor #sponsorInfo .sponsorList li:nth-of-type(4n+2):last-of-type {
    margin-right: 50%;
}

.sponsor #sponsorInfo .sponsorList li .thumbnail {
	max-width: 240px;
	margin: 0 0 20px;
	text-align: center;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.sponsor #sponsorInfo .sponsorList li a:hover .thumbnail {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sponsor #sponsorInfo .sponsorList li dt {
	margin: 0 0 5px;
	padding: 0 0 5px;
	border-bottom: 1px dashed #ddd;
}

.sponsor #sponsorInfo .sponsorList li .position {
	margin-bottom: 2px;
	font-size: 1.4rem;
}

.sponsor #sponsorInfo .sponsorList li .name {
	color: #0082cd;
	color: var(--color-blue);
}

.sponsor #sponsorInfo .sponsorList li .btn {
	margin-top: 20px;
}

.sponsor #sponsorInfo .sponsorList li .btn a {
	padding: 10px 40px;
	font-size: 1.4rem;
}

/* sponsorListBnr
------------------------------------------------*/

.sponsor #sponsorInfo .sponsorListBnr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: calc( -4% / 3 ) 0 80px;
}

.sponsor #sponsorInfo .sponsorListBnr li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24%;
	margin: calc( 4% / 3 ) 0 0;
	text-align: center;
}

.sponsor #sponsorInfo .sponsorListBnr li:nth-of-type(4n+3):last-of-type {
    margin-right: calc( 24% + 4% / 3 );
}

.sponsor #sponsorInfo .sponsorListBnr li:nth-of-type(4n+2):last-of-type {
    margin-right: calc( 48% + ( 4% / 3) * 2 );
}

/* sponsorListTxt
------------------------------------------------*/

.sponsor #sponsorInfo .sponsorListTxt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: calc( -4% / 3 ) 0 0;
}

.sponsor #sponsorInfo .sponsorListTxt li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 24%;
	margin: calc( 4% / 3 ) 0 0;
	padding: 6px 10px;
	background: #f7f7f7;
	text-align: center;
}

.sponsor #sponsorInfo .sponsorListTxt li:nth-of-type(4n+3):last-of-type {
    margin-right: calc( 24% + 4% / 3 );
}

.sponsor #sponsorInfo .sponsorListTxt li:nth-of-type(4n+2):last-of-type {
    margin-right: calc( 48% + ( 4% / 3) * 2 );
}

/* guideline
================================================================================*/

/* benefits
------------------------------------------------*/

.sponsor #guideline .benefits table,
.sponsor #guideline .benefits table th,
.sponsor #guideline .benefits table td {
	border: 1px solid #ddd;
	text-align: center;
}

.sponsor #guideline .benefits table.pc.tb {
	display: table;
}

.sponsor #guideline .benefits table {
	table-layout: fixed;
}

.sponsor #guideline .benefits table thead th {
	background: #0082cd;
	background: var(--color-blue);
	color: #fff;
}

.sponsor #guideline .benefits table tbody th {
	padding: 4px 15px;
	background: #eee;
}

.sponsor #guideline .benefits table tbody td {
	border-top: none;
	vertical-align: top;
}

.sponsor #guideline .benefits table tbody td.num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	border: none;
	border-bottom: 1px solid #ddd;
}

.sponsor #guideline .benefits table tbody tr:last-of-type td.num {
	border: none;
}

.sponsor #guideline .benefits table tbody td.num p {
	width: 80px;
	margin: 0 10px 0 0;
	color: #0082cd;
	color: var(--color-blue);
}

.sponsor #guideline .benefits table tbody td ul {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	list-style: disc;
    margin: 0;
    padding-left: 1.4em;
}

.sponsor #guideline .benefits table tbody td ul li {
	text-align: left;
}

/* flow
------------------------------------------------*/

.sponsor #guideline .flow {
	counter-reset: flowstep;
	max-width: 840px;
}

.sponsor #guideline .flow section {
	position: relative;
	margin: 0 0 60px;
	padding: 40px;
	background: #f7f7f7;
	border-radius: 10px;
}

.sponsor #guideline .flow section:last-of-type {
	margin-bottom: 0;
}

.sponsor #guideline .flow section:not(:last-of-type):after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -20px;
	border-top: 20px solid #009c45;
	border-top: 20px solid var(--color-green);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.sponsor #guideline .flow section h4 {
	counter-increment: flowstep;
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 14px 50px;
	border-bottom: 1px dashed #0082cd;
	border-bottom: 1px dashed var(--color-blue);
	color: #333;
    font-size: 1.8rem;
}

.sponsor #guideline .flow section h4:before {
    content: counter(flowstep);
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 30px;
    margin: 0;
    padding: 0;
    background: #0082cd;
    background: var(--color-blue);
    color: #fff;
    font-size: 1.8rem;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
}

.sponsor #guideline .flow section .col2 {
	max-width: 600px;
	margin: 0 auto;
}

.sponsor #guideline .flow section dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	max-width: 600px;
	margin: 0 auto 30px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
}

.sponsor #guideline .flow section dt {
	margin: 0 40px 0 0;
}

/* outline
================================================================================*/

.sponsor #outline {
	padding-bottom: 0;
}

.sponsor #outline .circleList {
	display: inline-block
}

.sponsor #outline .circleList li {
	text-align: left;
}

.sponsor #outline table {
	max-width: 720px;
	margin: 0 auto;
	border-top: 1px solid #eee;
}

.sponsor #outline table th {
	color: #0082cd;
	color: var(--color-blue);
}

.sponsor #outline .manager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 60px 0 0;
}

.sponsor #outline .manager div {
	width: 30%;
}

.sponsor #outline .manager div:nth-of-type(2) {
	width: 40%;
}

/*================================================================================

sponsor single

================================================================================*/

/* main
================================================================================*/

/* title
------------------------------------------------*/

.sponsor.single .title .titleTxt {
	color: #ec469c;
}

/* h
------------------------------------------------*/

.sponsor.single h1 {
	margin: 0 0 20px;
	font-family: "丸フォーク M",	"Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
	font-size: 3.0rem;
	line-height: 1;
	text-align: center;
}

/* wrap
================================================================================*/

.sponsorRepresentative {
	margin: 0 0 40px;
	text-align: center;
}

.sponsorRepresentative .name {
	color: #0082cd;
	color: var(--color-blue);
	font-size: 2.4rem;
}

.sponsorImg {
	margin: 0 0 40px;
	text-align: center;
}

.sponsorProfile {
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}

/*================================================================================

contact

================================================================================*/

/* main
================================================================================*/

/* wrap
------------------------------------------------*/

.contact .inner {
	max-width: 840px;
	margin: 0 auto;
}

/* h
------------------------------------------------*/

.contact h2 {
	margin-bottom: 60px;
}

.contact h2#contactForm {
	margin: 80px 0 40px;
}

.contact h2.centerLine.doubleLine {
    font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 3.0rem;
}

/* lead
------------------------------------------------*/

.formWrap.contactWrap .lead {
	padding: 0;
	background-color: transparent;
}

/* contactTel
================================================================================*/

.contactTel {
	max-width: 700px;
	margin: 0 auto 80px;
	padding: 30px 40px;
	border: 2px solid #009c45;
	border: 2px solid var(--color-green);
	text-align: center;
	border-radius: 20px;
}

.contactTel dt {
	margin: -50px 0 30px;
	color: #009c45;
	color: var(--color-green);
    font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 2.0rem;
    text-align: center;
}

.contactTel dt span {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
}

.contactTel .tel {
    margin: 0 0 10px;
    color: #009c45;
    color: var(--color-green);
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 1;
}

.contactTel .tel .time {
	display: inline-block;
	margin-left: 20px;
	font-size: 2.0rem;
}

.contactTel .indent1em {
	font-size: 1.4rem;
}

/* inputArea
================================================================================*/

.contact .inputArea dt {
    color: #009c45;
    color: var(--color-green);
}

.contact .inputArea label {
    display: inline-block;
	margin:  0 30px 10px 0;
}

.contact [type="text"],
.contact [type="tel"],
.contact [type="email"],
.contact textarea,
.contact select {
    border: 1px solid #009c45;
    border: 1px solid var(--color-green);
}

.contact [type="radio"] {
    border: 1px solid #009c45;
    border: 1px solid var(--color-green);
}

.contact [type="radio"]:after {
	background-color: #009c45;
	background-color: var(--color-green);
}

.contact [type="submit"] {
    border: 1px solid #009c45;
    border: 1px solid var(--color-green);
    background: #009c45;
    background: var(--color-green);
}

.contact [type="submit"]:hover,
.contact [type="submit"]:active {
	background: #fff100;
	background: var(--color-hover);
	color: #009c45;
	color: var(--color-green);
}

.contact [type="submit"].fix {
	background: #fff;
	color: #009c45;
	color: var(--color-green);
}

.contact [type="submit"].fix:hover,
.contact [type="submit"].fix:active {
	background: #ddd;
}

.inputArea input.reason {
	display: inline-block;
	width: 220px;
	margin-left: 10px;
}

.contact .inputArea.contactConfirm {
	border-bottom: 1px solid #eee;
}

.contact .addTitle {
	margin: 60px auto;
	text-align: center;
}

.contact .addTitle span {
    display: inline-block;
    padding: 10px 80px;
    border: 1px solid #009c45;
    border: 1px solid var(--color-green);
    color: #009c45;
    color: var(--color-green);
    font-family: "丸フォーク M", "Maru Folk Medium", "Yu Gothic",Meiryo, sans-serif;
    font-size: 2.0rem;
}

/*================================================================================

privacy

================================================================================*/

/* main
================================================================================*/

/* wrap
------------------------------------------------*/

.privacy .wrap .inner {
	max-width: 840px;
	margin: 0 auto;
}

/* privacyTxt
================================================================================*/

.privacy .privacyTxt {
	margin: 60px 0 0;
	padding: 0 0 60px;
	border-bottom: 1px dashed #ddd;
}

.privacy .privacyTxt:first-of-type {
	margin-top: 0;
	padding-top: 60px;
	border-top: 1px dashed #ddd;
}

.privacy .privacyTxt dt {
	margin: 0 0 20px;
	font-weight: bold;
}

.privacy .privacyTxt .aboutCookie dt {
	margin: 0 0 10px;
	font-size: 1.4rem;
}

.privacy .privacyTxt .aboutCookie dd {
	font-size: 1.4rem;
}

/*================================================================================

error404

================================================================================*/

/* wrap
================================================================================*/

.error404 .wrap {
	padding: 60px 0 120px;
}

.error404 .inner {
	text-align: center;
}