@charset "UTF-8";
/*sassを使用して制作*/
/****************************************************

コンパス及びディスプレイ設定

*****************************************************/
/*compass読み込み*/
/*ベースファイル読み込み*/
*
	position: relative;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote,
q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
/* nav
-------------------------------------*/
.header {
  background-color: #0f152f;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  margin: auto;

}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #0f152f;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
 color:white;
}

.header li a:hover {
  background-color: #f39c4f;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
 
}

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
  
}

.header .menu-icon .navicon {
  background: #f39c4f;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #f39c4f;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
	main {
		padding-top: 10px;
		background-color: #FFFFFF;
	}
}
@media (max-width: 767px) {
	main {
		padding-top: 60px;
	}
}


/* common
-------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	line-height: 160%;
	line-height: 1.6;
}
a img {
	border: 0px;
	vertical-align: bottom;
}
a,
area {
	outline: none;
}
option {
	padding: 0 5px 0 0;
}

a.anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden;
}
a.anchor2 {
    display: block;
    position: relative;

    visibility: hidden;
}

h1 {
	font-size:20px !important;
	text-align: center!important;
	
}

p.center {
	text-align: center!important;
	
}

.button-arrow{
	text-decoration: none;
	width: 205px;
	height: 38px;
	background: url(../img/button.png) no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	margin: 0 auto;
}
.button-arrow:hover{
	opacity: 0.8;
}
.button-arrow p{
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-size: 15px;
	color: #fff;
	padding-left: 26px;
	padding-top: 10px;
}


/* title
-------------------------------------*/
/* character setting
-------------------------------------*/

strong {
	font-weight: 800;
}
em {
	font-style: normal;
	font-weight: normal;
}
address {
	font-style: normal;
}
/* list
-------------------------------------*/

ul {
	list-style-type: none;
}
ol {
	padding: 0 10px 8px 20px;
}
ol li {
	padding: 0 0 8px 0px;
}
ul.disc {
	list-style-type: disc;
	padding: 5px 0 5px 20px;
}
/* table
-------------------------------------*/

table, th, td {
	padding: 3px;
}
caption {
	text-align: left;
}
/* align
-------------------------------------*/

.alnleft {
	text-align: left !important;
}
.alncenter {
	text-align: center !important;
}
.alnright {
	text-align: right !important;
}
.fltleft {
	float: left;
	margin: 0;
	padding: 0;
}
.fltright {
	float: right;
	margin: 0;
	padding: 0;
}
/* font-size
-------------------------------------*/

.txtxxsmall {
	font-size: xx-small;
}
.txtxsmall {
	font-size: x-small;
}
.txtsmall {
	font-size: 80%;
}
.txtsmaller {
	font-size: 70%;
}
.txtxxlarge {
	font-size: xx-large;
}
.txtxlarge {
	font-size: x-large;
}
.txtlarge {
	font-size: 120%;
}
.txtlarger {
	font-size: 130%;
}
.txtmed {
	font-size: medium;
}
.txt09 {
	font-size: 9px;
}
.txt10 {
	font-size: 10px;
}
.txt11 {
	font-size: 11px;
}
.txt12 {
	font-size: 12px;
}
.txt13 {
	font-size: 13px;
}
.txt14 {
	font-size: 14px;
}
.txt15 {
	font-size: 15px;
}
.txt16 {
	font-size: 16px;
}
.txt17 {
	font-size: 17px;
}
.txt18 {
	font-size: 18px;
}
.txt19 {
	font-size: 19px;
}
.txt20 {
	font-size: 20px;
}
.txt21 {
	font-size: 21px;
}
.txt22 {
	font-size: 22px;
}
.txt23 {
	font-size: 23px;
}
.txt24 {
	font-size: 24px;
}
.txt25 {
	font-size: 25px;
}
.txt26 {
	font-size: 26px;
}
.txt80 {
	font-size: 80%;
}
.txt90 {
	font-size: 90%;
}
.txt110 {
	font-size: 110%;
}
.txt120 {
	font-size: 120%;
}
.txt130 {
	font-size: 130%;
}
.txt140 {
	font-size: 140%;
}
.txt150 {
	font-size: 150%;
}
/* color
-------------------------------------*/

.clrred {
	color: #e22231;
}
.clrblue {
	color: #12B5B2;
}
.clryellow {
	color: #ddb410;
}
.clrorange {
	color: #fe501a;
}
.clrorange2 {
	color: #F39219;
}
.clrgreen {
	color: #0C3;
}
.clrpink {
	color: #FF999C;
}
.clrbrown {
	color: #a87c1c;
}
.clrwhite {
	color: #FFF;
}
.clr333 {
	color: #333;
}
.clr666 {
	color: #666;
}
.clr999 {
	color: #999;
}
.clrCCC {
	color: #CCC;
}
.clrpurple {
	color: #896795;
}
.clrkeiei {
	color: #103c70;
}
.clrjinbun {
	color: #9e0a0f;
}
.clrshinri {
	color: #9e0a0f;
}
.clrkyouiku {
	color: #6a3f76;
}
.clrsports {
	color: #109359;
}
.clrkanri {
	color: #de702d;
}
/* background
-------------------------------------*/

.bg01 {
	background: #F8FBFD;
}
.bg02 {
	background: #ADDBFA;
}
.bg03 {
	background: #DEF0FB;
}
.bg04 {
	background: #FEF9E9;
}
.bg05 {
	background: #D3F1A0;
}
.bg06 {
	background: #f8d9d8;
}
.bg07 {
	background: #A0A9F1;
}
.bg08 {
	background: #e50112;
	color: #fff;
}
.bg09 {
	background: #FDE297;
}
.bg10 {
	background: #EFEFEF;
}
.bg11 {
	background: #F4F4F4;
}
.bg12 {
	background: #EEEEDC;
}
.bg13 {
	background: #F6F6EE;
}
.bg14 {
	background: #776655;
}
.bg15 {
	background: #EDF3FE;
}
.bg16 {
	background: #F9F9F9;
}
.bg17 {
	background: #7161C4;
}
.bg18 {
	background: #2ABE0F;
	color: #fff;
}
.bg19 {
	background: #FF0B0B;
}
.bg20 {
	background: #FFB82B;
}
.bg21 {
	background: #7CA20A;
}
.bgfff {
	background: #FFF;
}
.bgccc {
	background: #ccc;
}
.bgkeiei {
	background: #103c70;
}
.bgjinbun {
	background: #9e0a0f;
}
.bgshinri {
	background: #9e0a0f;
}
.bgkyouiku {
	background: #6a3f76;
}
.bgsports {
	background: #109359;
}
.bgkanri {
	background: #de702d;
}
/* float
-------------------------------------*/
/*clear*/

.clear {
	clear: both;
	font-size: 1px;
}
/*margin,padding
------------------------------------*/

.mt0 {
	margin-top: 0 !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mt45 {
	margin-top: 45px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt55 {
	margin-top: 55px !important;
}
.mt60 {
	margin-top: 60px !important;
}
.mt65 {
	margin-top: 65px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb45 {
	margin-bottom: 45px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb55 {
	margin-bottom: 55px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb65 {
	margin-bottom: 65px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.pt0 {
	padding-top: 0 !important;
}
.pt5 {
	padding-top: 5px !important;
}
.pt10 {
	padding-top: 10px !important;
}
.pt15 {
	padding-top: 15px !important;
}
.pt20 {
	padding-top: 20px !important;
}
.pt25 {
	padding-top: 25px !important;
}
.pt30 {
	padding-top: 30px !important;
}
.pb0 {
	padding-bottom: 0 !important;
}
.pb5 {
	padding-bottom: 5px !important;
}
.pb10 {
	padding-bottom: 10px !important;
}
.pb15 {
	padding-bottom: 15px !important;
}
.pb20 {
	padding-bottom: 20px !important;
}
.pb25 {
	padding-bottom: 25px !important;
}
.pb30 {
	padding-bottom: 30px !important;
}
.pl0 {
	padding-left: 0 !important;
}
.pl5 {
	padding-left: 5px !important;
}
.pl10 {
	padding-left: 10px !important;
}
.pl15 {
	padding-left: 15px !important;
}
.pl20 {
	padding-left: 20px !important;
}
.pl25 {
	padding-left: 25px !important;
}
.pl30 {
	padding-left: 30px !important;
}
.pr0 {
	padding-right: 0 !important;
}
.pr5 {
	padding-right: 5px !important;
}
.pr10 {
	padding-right: 10px !important;
}
.pr15 {
	padding-right: 15px !important;
}
.pr20 {
	padding-right: 20px !important;
}
.pr25 {
	padding-right: 25px !important;
}
.pr30 {
	padding-right: 30px !important;
}
/*--------------------------------------------------------------------------
*/
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここから） */

.clearbox,
.clearfix {
	min-height: 1px;
}
.clearbox:after,
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearbox,
.clearfix {
	display: inline-table;
}
/* Mac IE には適用させない \*/

* html .clearbox,
* html .clearfix {
	height: 1px;
}
.clearbox, .clearfix {
	display: block;
}
/* */
/* floatさせたボックスが親ボックスの外にはみ出す現象を回避（ここまで） */
/*--------------------------------------------------------------------------
*/
/*----上へ戻る----*/
/*.gotop{
	padding:10px 0 20px 0;

}
.contents .gotop p{
	clear:both;
	text-align:right;
	background:url(../img/bg_gotop.gif) no-repeat right 5px;
	padding:0 15px 0 0px;
}
.gotop p a:hover{

}*/

.marginauto {
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
.valntop {
	vertical-align: top;
}
.valnmiddle {
	vertical-align: middle;
}
.valnbottom {
	vertical-align: bottom;
}
.indent {
	text-indent: -10000px;
}
.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
}
.fontmincho {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/*----ディスプレイ----*/

.none {
	display: none;
}
.block {
	display: block;
}
.inline {
	display: inline;
}
.cap,
.contents .cap {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3;
	margin: 0 0 0 10px;
}
.cap2,
.contents .cap2 {
	padding-left: 2em;
	text-indent: -2em;
}
.contents .cap,
.contents .cap2 {
	margin: 0 0 0 10px;
	padding-bottom: 2px;
}
.weight400 {
	font-weight: 400;
}
.weight800 {
	font-weight: 800;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	/*	transition-property: all;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	transition: 0.3s linear;
  */
}
/*端末のサイズ設定*/


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
@media (max-width: 567px) {
	html, body, div, span, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	abbr, address, cite, code,
	del, dfn, em, img, ins, kbd, q, samp,
	small, strong, sub, sup, var,
	b, i,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section, summary,
	time, mark, audio, video {
		font-size: 98%;
	}
}
/*color*/
/* 付与するベンダープレフィックス*/
/* background-size*/

@media (max-width: 567px) {
	.img_half {
		height: 127px;
		width: 127px;
	}
	.img_half img {
		-ms-interpolation-mode: bicubic;
		max-width: 127px;
		max-height: 127px;
	}
	* html body .img_half img {
		width: expression(this.width > this.height ? "127px": "auto");
		height: expression(this.width < this.height ? "127px": "auto");
	}
}
.clrpink {
	color: #e9556e;
}
.clrblue {
	color: #1f60a9;
}
.switch {
	visibility: hidden;
}
@media (min-width: 768px) {
	.sponly {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.sponly {
		display: block !important;
			
	} 
	.anchor, .anchor2{
		display: block;
		position: relative;
		top: -55px;
		visibility: hidden;
	}
}
@media (min-width: 768px) {
	.pconly {
		display: block !important;
	}
}
@media (max-width: 767px) {
	.pconly {
		display: none !important;
	}
}
.w300 {
	width: 300px;
}
@media (max-width: 767px) {
	.w300 {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.txt200 {
		display: inline-block;
		font-size: 250%;
	}
}
@media (max-width: 767px) {
	.txt200 {
		font-size: 150%;
	}
}
.mtb30 {
	margin-top: 30px;
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.mtb30 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
a {
	color: #32aeda;
	outline: none;
	text-decoration: underline;
}
a:hover,
a:focus {
	color: #32aeda;
}
a:hover {
	text-decoration: none;
}
input,
select,
textarea {
	padding: 5px;
}
input,
textarea {
	border: 1px solid #ccc;
}
input[type=radio],
input[type=checkbox] {
	margin: 0 5px 0 0;
}
img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 767px) {
	.img_contents{
		padding: 0 7px;
	}
	.leftbox {
		display: block;
		margin: 0 auto;
		padding: 0px 0;
		text-align: center;
	}
	.rightbox {
		display: block;
		margin: 0 auto;
		padding: 0px 0;
		text-align: center;
	}
}
@media (min-width: 768px) {
	.img_contents{
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.c02 .img_contents{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
	}
	.leftbox {
		flex-basis: 55%;
		padding: 0;
	}
	.rightbox {
		flex-basis: calc(45% - 30px);
		padding: 0 0 0 30px;
	}
	.c02 .leftbox {
		flex-basis: calc(45% - 30px);
		padding: 0 30px 0 0;
	}
	.c02 .rightbox {
		flex-basis: 55%;
		padding: 0;
	}
	.leftbox p,
	.rightbox p{
		line-height: 2;
	}
}
.lbox {
	float: left;
}
.rbox {
	float: right;
}
.module {
	margin: 0 0 40px 0;
}
@media (max-width: 767px) {
	.module {
		margin: 0 0 30px 0;
	}
}
.module20 {
	width: 860px;
	margin: 0 auto 40px auto;
}
@media (max-width: 767px) {
	.module20 {
		width: auto;
		margin: 0 auto 30px auto;
	}
}
.line01 {
	border-top: 1px dotted #1f60a9;
	width: auto;
	margin: 20px auto 40px;
}
@media (max-width: 767px) {
	.line01 {
		margin: 10px 15px;
	}
}
.box01 {
	background: #e1f6fa;
	padding: 30px;
	/*font-size: 90%;*/
}
@media (max-width: 767px) {
	.box01 {
		padding: 10px;
	}
}
/*ヘッダ
------------------------------------------------*/
/*---------------------------------------
	footer
---------------------------------------*/

#footer {
	text-align: center;
	border-top: 1px solid #3b4758;
	background-color: #343a4c;
}
@media (max-width: 767px) {
	#footer {
		padding-top: 10px;
	}
}
@media (min-width: 768px) {
	#footer {
		padding: 30px 0;
	}
}
@media (max-width: 767px) {
	#footer img {
		width: 100px;
	}
}
.copyright {
	color: #b8bccc;
	padding: 8px 0;
}
@media (max-width: 767px) {
	.copyright {
		padding: 5px 10px 10px 10px;
		font-size: 90%;
	}
}
/*レイアウト
------------------------------------------------*/

.contents.contents-s{
	max-width: 1200px;
}
#wrap {
	background: #FFFFFF;
}
@media (max-width: 767px) {
	#wrap {
		font-size: 90% !important;
	}
}
.mainimg {
	text-align: center;
	margin-top: -20px;
}
@media (max-width: 767px) {
	.mainimg {
		margin-top: -5px;
	}
}
.mainVisualbox {
	position: relative;
	background: #000;
}
.mainVisualbox .layer01 {
	z-index: 3;
	position: relative;
}
@media (min-width: 768px) {
	.mainVisualbox .layer01 {
		width: 960px;
		height: 748px;
		margin: 0 auto;
	}
}
.mainVisualbox .layer01 .logo {
	position: absolute;
	top: 35px;
	left: 0;
}
@media (max-width: 767px) {
	.mainVisualbox .layer01 .logo {
		top: 10px;
		left: 10px;
		width: 120px;
	}
}
.mainVisualbox .layer01 .copy {
	position: absolute;
	top: 85px;
	right: 34px;
}
@media (max-width: 767px) {
	.mainVisualbox .layer01 .copy {
		top: 10px;
		right: 10px;
		width: 84px;
	}
}
.mainVisualbox .layer02 {
	z-index: 2;
	width: 100%;
	background: url(../img/img_mask.png) 0 0 repeat;
	position: relative;
}
@media (min-width: 768px) {
	.mainVisualbox .layer02 {
		/*			height: 748px;
				margin-top: -748px;
	*/
	}
}
.mainVisualbox .layer03 {
	z-index: 1;
	position: relative;
}
@media (min-width: 768px) {
	.mainVisualbox .layer03 {
		margin: 0 auto;
		margin-top: -748px;
	}
}
#copy {
	/*	@include mqSP{
		background: url(../img/bg_copy_sp.png) no-repeat 95% 100%;
		-webkit-background-size: 159px 141px;
		background-size: 159px 141px;
	}
  */
}
.content-thin{
	padding: 0 20px;
}
@media (min-width: 768px) {
	.content-thin{
		padding: 0;
	}
}
@media (min-width: 768px) {
	#copy {
		background: url(../img/bg_copy.png) no-repeat 50% 35px;
		text-align: center;
		padding-bottom: 60px;
	}
}
#copy p {
	padding-top: 60px;
}
@media (max-width: 767px) {
	#copy p {
		padding: 30px 0 5px 0;
	}
}
.gaiyo {
	color: #000;
	text-align: left;
	
}
@media (min-width: 768px) {
	.gaiyo {
		width: 600px;
		margin: 40px auto 0;
	}
	.gaiyo dl {
		margin-bottom: 10px;
		width: 600px;
	}
	.gaiyo dl dt {
		float: left;
		width: 110px;
	}
	.gaiyo dl dd {
		float: left;
		width: 490px;
	}
}
@media (max-width: 767px) {
	.gaiyo {
		font-size: 12px;
		margin: 20px auto 20px;
		line-height: 1.4;
	}
	.gaiyo dl {
		position: relative;
		padding: 5px 0;
	}
	.gaiyo dl dt {
		position: absolute;
		width: 90px;
	}
	.gaiyo dl dd {
		margin-left: 90px;
		width: auto;
	}
}
#contents {
	color: #fff;
	padding-bottom: 10px;
}

#contents .artist {
	color: lightblue;
	padding-top: 5px;
	font-size: 11px;
	text-align: left;
	
	
	border-radius: 5px;
	margin-left: 2px;
	margin-right: 5px;
	padding-top: 5px;
	
}
@media (min-width: 768px) {
	#contents {
		background: #0D1128 url(../img/bg_pc.jpg) no-repeat 50% 0;
		height: auto;
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	#contents {
		margin-top: 60px;
		background: #0D1128 url(../img/bg_pc.jpg) no-repeat 50% 0;
		
		}
}
@media (min-width: 768px) {
	#contents .contents_inn {
		max-width: 700px;
		width: 90%;
		margin: 100px auto 0;
		padding-top: 100px;
	}
}
@media (min-width: 1000px) {
	#contents .contents_inn {
		max-width: 1000px;
		width: 90%;
		margin: 100px auto 0;
		padding-top: 100px;
	}
}
@media (min-width: 1400px) {
	#contents .contents_inn {
		max-width: 1200px;
		width: 90%;
		margin: 100px auto 0;
		padding-top: 100px;
	}
}
.ttl_img {
	display: block;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.ttl_img {
		margin: 10px auto;
		width: 280px;
	}
}
.c01, .c02, .c03, .c04, .c05 {
	opacity: 0;
	padding-top: 30px;
	position: relative;
}
.c01.js-contents_show,
.c02.js-contents_show,
.c03.js-contents_show,
.c04.js-contents_show,
.c05.js-contents_show {
	animation-name: animation-contents_show;
	animation-duration: 0.8s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
}
@keyframes animation-contents_show {
	0% {
		opacity: 0;
		padding-top: 30px;
	}
	100% {
		opacity: 1;
		padding-top: 0;
	}
}


@media (min-width: 768px) {
	.c02,
	.c04,
	.c01,
	.c03,
	.c05 {
		margin-bottom: 170px;
	}
	/*
	.c01 .rightbox,
	.c03 .rightbox,
	.c05 .rightbox {
		padding: 0 0 0 10px;
		width: calc( 45% - 10px );
	}
	.c01 .leftbox,
	.c03 .leftbox,
	.c05 .leftbox {
		width: 55%;
		box-sizing: border-box;
		margin-left: -40px;
	}
	*/
}
@media (max-width: 767px) {
	.c02,
	.c04,
	.c01,
	.c03,
	.c05 {
		margin-bottom: 75px;
		margin-top: 0;
	}
	.c02 .leftbox,
	.c04 .leftbox,
	.c01 .rightbox,
	.c03 .rightbox,
	.c05 .rightbox {
		text-align: left;
		margin: 10px 5px 0;
	}
}
@media (min-width: 768px) {
	.movie,
	.movie2 {
		max-width: 960px;
		margin: 100px auto 0;
		width: 100%;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
	}
}
@media (max-width: 767px) {
	.movie,
	.movie2 {
		margin-top: 60px;
	}
}
.movie .ttl,
.movie2 .ttl {
	text-align: center;
	margin: 0px auto 40px;
}
@media (max-width: 767px) {
	.movie .ttl,
	.movie2 .ttl {
		margin: 10px auto 20px;
	}
}
@media (max-width: 767px) {
	.movie iframe,
	.movie2 iframe {
		width: 100%;
		height: 160px;
	}
}
@media (min-width: 400px) {
	.movie iframe,
	.movie2 iframe {
		width: 100%;
		height: 240px;
	}
}
@media (min-width: 600px) {
	.movie iframe,
	.movie2 iframe {
		width: 100%;
		height: 320px;
	}
}
@media (min-width: 768px) {
	.movie iframe,
	.movie2 iframe {
		max-width: 800px;
		height: 450px;
		border: 2px solid #000;
		width: 100%;
		/*
				width: 460px;
				height: 240px;
	*/
	}
}
.movie p,
.movie2 p {
	text-align: center;
	color: #fff;
	margin: 0 0 15px 0;
	padding: 0 !important;
}
.movie .note,
.movie2 .note {
	border: 1px solid #596980;
	padding: 15px;
	margin: 20px auto 40px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
@media (min-width: 768px) {
	.movie .note,
	.movie2 .note {
		width: 700px;
	}
}
@media (max-width: 767px) {
	.movie .note,
	.movie2 .note {
		margin: 0 auto 40px;
	}
}
.movie .note dt,
.movie2 .note dt {
	text-align: center;
}
@media (max-width: 767px) {
	.movie .note dt,
	.movie2 .note dt {
		margin: 0 auto 7px;
		width: 100px;
	}
}
@media (min-width: 768px) {
	.movie .note dt,
	.movie2 .note dt {
		display: inline-block;
		width: 100px;
	}
}
.movie .note dd,
.movie2 .note dd {
	color: #c5cfdb;
	font-size: 85%;
	text-align: left;
}
@media (min-width: 768px) {
	.movie .note dd,
	.movie2 .note dd {
		display: inline-block;
		width: 565px;
		margin-left: 20px;
		vertical-align: super;
	}
}
@media (min-width: 768px) {
	.movie2 iframe {
		width: 460px;
		height: 240px;
	}
}
.special{
	margin-top: 100px;
	padding-bottom: 95px;
	color: #FFFFFF;
	}
.special h2, .special h3{
	text-align: center;
	
}
.special .special_box-left{
	padding: 0 45px;
	margin-bottom: 40px;
	text-align: center;
}
.special h2{
	width: 200px;
	margin: 0 auto 25px;
}
.special h3{
	font-size: 15px;
	margin-bottom: 30px;
}

.special p {
	padding-top: 10px;
}
.special_box-right .top-text{
	text-align: center;
	
	margin-bottom: 30px;
}
.under-text{
	color: #66bbcc;
	font-size: 14px;
	font-weight: bold;
	width: 450px;
    margin: 0 auto 20px;
    text-align: left;

}
.special_box-right ul li{
	display: inline-block;
	font-size: 13px;
	min-width: 110px;
}
.special_box-right ul{
	width: 237px;
	margin: 0 auto 35px;
}
.special_box-right .top-list li:nth-of-type(2){
	clear: both;
}
.special_box-right .top-list li:nth-child(3),
.special_box-right .top-list li:nth-child(4){
	margin-top: 15px;
}
.special_box-right .button-arrow{
	text-decoration: none;
	width: 205px;
	height: 38px;
	background: url(../img/button.png) no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	margin: 0 auto;
}
.special_box-right .button-arrow:hover{
	opacity: 0.8;
}
.special_box-right .button-arrow p{
	color: #fff;
	font-size: 12px;
	padding-left: 26px;
	padding-top: 10px;
}
.special .btn01-sub{
	text-decoration: none;
}
@media (min-width: 768px) {
	.special{
		margin-top: 95px;
	}
	.special h2{
		margin-bottom: 45px;
		width: 189px;
	}
	.special h3{
		margin-bottom: 70px;
		font-size: 24px;
	}
	.special_inn{
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
	}
	.special_box{
		margin: 0 auto;
		text-align: center;
	}
	.special .special_box-left{
		display: inline-block;
		font-size: 0;
		width: 55%;
		padding: 0;
	}
	.special_box-right{
		display: inline-block;
		margin-left: 4%;
		text-align: left;
		vertical-align: top;
		width: 40%;
	}
	.special_box-right .img-border{
		margin: 15px 0 10px;
	}
	.special_box-right .top-text{
		font-size: 14px;
		margin-bottom: 0;
		text-align: left;
	}
	.special_box-right .under-text{
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: #66bbcc;
		margin-left: 0;
	}
	.special_box-right .top-list{
		margin: 10px auto 20px 0;
		text-align: left;
	}
	.special_box-right ul li{
		display: inline-block;
		font-size: 14px;
	}
	.special_box-right .top-list li:nth-child(3),
	.special_box-right .top-list li:nth-child(4){
		margin-top: 5px;
	}
	.special_box-right .button-arrow{
		text-decoration: none;
		width: 100%;
		height: 50px;
		background: url(../img/button.png) no-repeat;
		background-position: left center;
		background-size: contain;
		display: block;
		margin: 0;
	}
	.special_box-right .button-arrow p{
		color: #fff;
		font-size: 16px;
		padding-left: 38px;
		padding-top: 12px;
	}
}
@media (min-width: 1000px) {
	
	.special .special_box-left{
		display: inline-block;
		font-size: 0;
		width: 454px;
	}
	.special_box-right{
		display: inline-block;
		margin-left: 60px;
		text-align: left;
		vertical-align: top;
		margin-top: 0;
	}
	.special_box-right .img-border{
		margin: 35px 0 25px;
	}
	.special_box-right .top-text{
		font-size: 14px;
		margin-bottom: 0;
		text-align: left;
	}
	.special_box-right .under-text{
		font-size: 14px;
		font-weight: bold;
		color: #66bbcc;
		margin-left: 0;
	}
	.special_box-right .top-list{
		margin: 25px auto 45px 0;
		text-align: left;
	}
	.special_box-right ul li{
		display: inline-block;
	
	}
	.special_box-right .top-list li:nth-child(3),
	.special_box-right .top-list li:nth-child(4){
		margin-top: 15px;
	}
	.special_box-right .button-arrow{
		text-decoration: none;
		width: 277px;
		height: 50px;
		background: url(../img/button.png) no-repeat;
		background-position: left center;
		display: block;
		margin: 0;
	}
	.special_box-right .button-arrow p{
		color: #fff;
		font-size: 16px;
		padding-left: 38px;
		padding-top: 12px;
	}
}


@media (min-width: 768px) {
	.main-visual-wrap {
		text-align: center;
		padding-top: 60px;
		
	}
}
.copy img {
	margin: 0 auto;
}
.copy p{
	color: #fff;
	font-size: 12px;
	margin: 65px auto 30px;
}
@media (min-width: 400px) {
	.copy p{
		width: 25em;
	}
}

.story{
	margin-top: 100px;
	margin-bottom: 95px;
	padding-bottom: 40px;
	padding-top:40px;
	color: white;
	background: url(../img/bg_story.png) no-repeat;
	background-position: center;
	background-size: cover;

	}
.story h2, .story h3{
	padding-top: 20px;
	text-align: center;
}
.story .story_box-left{
	padding: 0 45px;
	margin-bottom: 40px;
	text-align: center;
}
.story h2{
	width: 200px;
	margin: 0 auto 25px;
}
.story h3{
	font-size: 15px;
	margin-bottom: 30px;
}
.story p{
	font-size: 15px;
	margin-bottom: 30px;
}
.story .title {
	font-size: 15px;
	margin-bottom: 20px;
}

.story_box-right .top-text{
	text-align: center;
	
	margin-bottom: 30px;
}
.story_box-right .under-text{
	color: #66bbcc;
	font-size: 14px;
	font-weight: bold;
	width: 237px;
    margin: 0 auto 20px;
    text-align: left;

}
.story_box-right ul li{
	display: inline-block;
	font-size: 13px;
	min-width: 110px;
}
.story_box-right ul{
	width: 237px;
	margin: 0 auto 35px;
}
.story_box-right .top-list li:nth-of-type(2){
	clear: both;
}
.story_box-right .top-list li:nth-child(3),
.story_box-right .top-list li:nth-child(4){
	margin-top: 15px;
}
.story_box-right .button-arrow{
	text-decoration: none;
	width: 205px;
	height: 38px;
	background: url(../img/button.png) no-repeat;
	background-position: left center;
	background-size: contain;
	display: block;
	margin: 0 auto;
}
.story_box-right .button-arrow:hover{
	opacity: 0.8;
}
.story_box-right .button-arrow p{
	color: #fff;
	font-size: 12px;
	padding-left: 26px;
	padding-top: 10px;
}
@media (min-width: 768px) {
	.story{
		margin-top: 95px;
	}
	.story h2{
		margin-bottom: 45px;
		width: 189px;
	}
	.story h3{
		margin-bottom: 70px;
		font-size: 24px;
	}
	.story p{
		margin-left: 100px;
		margin-right: 100px;
	}
	.story_inn{
		max-width: 1200px;
		width: 90%;
		margin: 0 auto;
	}
	.special_box{
		margin: 0 auto;
		text-align: center;
	}
	.story .special_box-left{
		display: inline-block;
		font-size: 0;
		width: 55%;
		padding: 0;
	}
	.story_box-right{
		display: inline-block;
		margin-left: 4%;
		text-align: left;
		vertical-align: top;
		width: 40%;
	}
	.story_box-right .img-border{
		margin: 15px 0 10px;
	}
	.storyl_box-right .top-text{
		font-size: 14px;
		margin-bottom: 0;
		text-align: left;
	}
	.story_box-right .under-text{
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		color: #66bbcc;
		margin-left: 0;
	}
	.story_box-right .top-list{
		margin: 10px auto 20px 0;
		text-align: left;
	}
	.story_box-right ul li{
		display: inline-block;
		font-size: 14px;
	}
	.story_box-right .top-list li:nth-child(3),
	.story_box-right .top-list li:nth-child(4){
		margin-top: 5px;
	}
	.story_box-right .button-arrow{
		text-decoration: none;
		width: 100%;
		height: 50px;
		background: url(../img/button.png) no-repeat;
		background-position: left center;
		background-size: contain;
		display: block;
		margin: 0;
	}
	.story_box-right .button-arrow p{
		color: #fff;
		font-size: 16px;
		padding-left: 38px;
		padding-top: 12px;
	}
}
@media (min-width: 1000px) {
	}
	.story .special_box-left{
		display: inline-block;
		font-size: 0;
		width: 454px;
	}
	.story_box-right{
		display: inline-block;
		margin-left: 60px;
		text-align: left;
		vertical-align: top;
		margin-top: 0;
	}
	.story_box-right .img-border{
		margin: 35px 0 25px;
	}
	.story_box-right .top-text{
		font-size: 14px;
		margin-bottom: 0;
		text-align: left;
	}
	.story_box-right .under-text{
		font-size: 14px;
		font-weight: bold;
		color: #66bbcc;
		margin-left: 0;
	}
	.story_box-right .top-list{
		margin: 25px auto 45px 0;
		text-align: left;
	}
	.story_box-right ul li{
		display: inline-block;
	
	}
	.story_box-right .top-list li:nth-child(3),
	.story_box-right .top-list li:nth-child(4){
		margin-top: 15px;
	}
	.story_box-right .button-arrow{
		text-decoration: none;
		width: 277px;
		height: 50px;
		background: url(../img/button.png) no-repeat;
		background-position: left center;
		display: block;
		margin: 0;
	}
	.story_box-right .button-arrow p{
		color: #fff;
		font-size: 16px;
		padding-left: 38px;
		padding-top: 12px;
	}
}

@media (min-width: 1200px) {
	.story {
		background-color: #f39c4f;
	}
}


.campaign {
	font-size: 0;
	line-height: 0;
	
}
.campaign h2 {
		width: 200px;
	    margin: 0 auto 25px;
}
.campaign .ttl {
	text-align: center;
}
.campaign .hdg-img{
	display: block;
}
@media (max-width: 767px) {
	.campaign{
		margin-top: 60px !important;
		padding: 40px 0 60px!important;
		
	}
	.campaign .hdg-img{
		margin: 0 auto 40px;
		width: 67px;
	}

}
@media (min-width: 768px) {
	.campaign{
		margin-top: 100px;
		padding: 60px 0 150px;
		
	}
	.campaign .hdg-img{
		margin: 0 auto 50px;
		width: 134px;
		
	}
}

.campaign ul {
	text-align: center;
}
.campaign ul li {
	display: inline-block;
	margin: 0 5px;
	width: 220px;
}
@media (max-width: 767px) {
	.campaign ul li{
		display: block;
		margin: 0 auto;
		padding: 5px 0;
		width: 200px;
	}
}
@media (min-width: 1000px) {
	.campaign ul li{
		width: auto;
	}
}

.layer00 {
	position: absolute;
	z-index: 6;
	width: 960px;
	height: 600px;
	top: 10%;
	left: 50%;
	margin-left: -480px;
}

.img_contents{
	margin: 30px 0 0;
}






/* kadomatsu */
.kadomatsu .btn01-sub{
	text-decoration: none;
}
.kadomatsu .header__logo{
	padding: 50px 0 0;
}
.kadomatsu .contents{
	color: #fff;
}
.kadomatsu h1{
	padding: 50px 0 40px;
	font-size: 36px !important;
	text-align: center;
}
.kadomatsu h2{
	padding: 50px 0 0;
	font-size: 28px;
	text-align: center;
}
.kadomatsu .mainimg{
	text-align: center;
}
.kadomatsu .lead{
	padding: 30px 0 0;
}
.kadomatsu .kikan{
	padding: 30px 0 0;
}
.kadomatsu .img-lst02-col3{
	padding: 10px 0 80px;
}
.kadomatsu .img-lst02-col3 .img-lst-img{
	text-align: center;
}
.kadomatsu .img-lst02-col3 .img-lst-txt{
	word-break: break-all;
}
.kadomatsu .img-lst02-col3 a{
	color: #fff;
}


@media (max-width: 767px) {
	.kadomatsu main {
		padding-top: 20px;
	}
	.kadomatsu .header__logo{
		width: 86px;
		padding: 0;
	}
	.kadomatsu h1{
		padding: 25px 0 20px;
		font-size: 26px !important;
	}
	.kadomatsu h2{
		padding: 30px 0 0;
		font-size: 20px;
	}
	.kadomatsu .lead{
		padding: 15px 0 0;
	}
	.kadomatsu .kikan{
		padding: 15px 0 0;
	}
	.kadomatsu .img-lst02-col3{
		padding: 10px 0 40px;
	}
}
.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}<!--囲み枠デザイン -->
.waku{  
border: 1px #ccc solid;
padding: 20px;
box-shadow: 0 2px 3px 0 #ddd;
background: #fff;
font-size: 90%;
}



.akari_imgcontents01 > div{
	margin: 30px 0 0;
}
.akari_box01 {
	margin: 60px 0 20px;
	padding: 20px 110px;
	border-radius: 4px;
	background: #fff;
	color: #333;
}
@media (max-width: 767px) {
	.akari_imgcontents01 > div{
		margin: 15px 0 0;
	}
	.akari_box01 {
		margin: 30px 0 10px;
		padding: 10px 10px;
	}

}
