@charset "utf-8";
@font-face {
    font-family: 'icomoon';
    src: url("/common/icon/fonts/icomoon.eot?gwvhkd");
    src: url("/common/icon/fonts/icomoon.eot?gwvhkd#iefix") format("embedded-opentype"), url("/common/icon/fonts/icomoon.woff2?gwvhkd") format("woff2"), url("/common/icon/fonts/icomoon.ttf?gwvhkd") format("truetype"), url("/common/icon/fonts/icomoon.woff?gwvhkd") format("woff"), url("/common/icon/fonts/icomoon.svg?gwvhkd#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
  }
/*====================================================
   HTML5 display definitions
====================================================*/

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

abbr[title] { border-bottom: 1px dotted; }
strong { font-weight: bold; }
dfn { font-style: italic; }
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; clear:both; }
mark {background: #ff0;color: #000}
code,kbd,pre,samp { font-family: monospace, serif ; font-size: 1em; }
pre { white-space: pre-wrap; }
q { quotes: "\201C" "\201D" "\2018" "\2019"; }
small { font-size: 80%; }
sub,sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
img { border: 0; max-width: 100%; height:auto; }
svg:not(:root) { overflow: hidden; }
figure,figcaption { margin: 0;padding:0; }
table { border-collapse: collapse; border-spacing: 0; }

/*====================================================
size style
====================================================*/
.clear { clear: both!important; }
.hide { display: none; }
.vlnT { vertical-align: top!important; }
.vlnM { vertical-align: middle!important; }
.vlnB { vertical-align: bottom!important; }
.vlnL { vertical-align: baseline!important; }
.fltL { float: left!important; }
.fltR { float: right!important; }
.imgL { float: left; margin: 0 15px 15px 0; }
.imgR { float: right; margin: 0 15px 15px; }

/*====================================================
TEXT
====================================================*/
.gth { font-family: "游ゴシック体", "Yu Gothic", YuGothic,"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.bold { font-weight: bold; }
.red { color: #BB0003; }
.alnR { text-align: right!important; }
.alnL { text-align: left!important; }
.alnC { text-align: center!important; }

/*====================================================
Links
====================================================*/
a {
	background: transparent;
	color: #e70080;
	outline: none;
}
a:focus { outline: none; }
a:active,a:hover { outline: 0; opacity:0.7; }
a:link,a:visited {
	color: #e70080;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a:hover,a:active {
	color: #e70080;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
a img { border-style: none; }

/*====================================================
common hack style
====================================================*/
/* */
.cf:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
/* for IE6,7 */
.cfi {zoom: 1;/display: inline-table;/min-height: 1%; }
/* number bug IE6 */
ul, ol, li { zoom: normal; }
img { vertical-align: bottom; }

/*====================================================
Common
====================================================*/
h1,h2,h3,h4,h5,p {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
ul,li,dl,dt,dd,ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.bold { font-weight: bold; }
.size9 { font-size: 9px; }
.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size15 { font-size: 15px; }
.size16 { font-size: 16px; }
.size17 { font-size: 17px; }
.size18 { font-size: 18px; }
.size19 { font-size: 19px; }
.size20 { font-size: 20px; }
.size21 { font-size: 21px; }
.size22 { font-size: 22px; }
.size23 { font-size: 23px; }
.size24 { font-size: 24px; }
.size25 { font-size: 25px; }
.size26 { font-size: 26px; }
.size27 { font-size: 27px; }
.size28 { font-size: 28px; }
.size29 { font-size: 29px; }
.size30 { font-size: 30px; }
.red { color: #D60003; }

.mb0 { margin-bottom: 0px !important; }
.mb3 { margin-bottom: 3px !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; }

.mt0 { margin-top: 0px !important; }
.mt3 { margin-top: 3px !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; }

.mr0 { margin-right: 0px !important; }
.mr3 { margin-right: 3px !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; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

.ml0 { margin-left: 0px !important; }
.ml3 { margin-left: 3px !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; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb3 { padding-bottom: 3px !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; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }

.pt0 { padding-top: 0px !important; }
.pt3 { padding-top: 3px !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; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }

.pl0 { padding-left: 0px !important; }
.pl3 { padding-left: 3px !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; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }

.pr0 { padding-right: 0px !important; }
.pr3 { padding-right: 3px !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; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }

/*====================================================
Base css
====================================================*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height:100%;
	margin: 0;
}
body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}
#wr {
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
}
#container {
	float: left;
	width: 960px;
	padding: 0 10px;
	margin: 0px;
}
section {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.wrap {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.ctsBox {
	width: 100%;
	margin: 0;
	padding: 0;
}
iframe {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover img {
	opacity: 0.8;
}
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;
}

/*フェードイン アニメーション*/
.fade{
	opacity: 0;
	transform: translate(0,60px);
	-webkit-transform: translate(0,60px);
	transition: .8s;
}
.mv_in{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

/*リンクボタン*/
.btnBox {
    width: 90%;
    text-align: center;
	margin: 25px auto;
}
a.linkBtn {
	border: 1px solid #1068ab;
	color: #1068ab;
	background: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
	max-width: 300px;
	width: 90%;
}
a.linkBtn:hover {
	border: 1px solid #1068ab;
	color: #fff;
	background: #1068ab;
	opacity: 1;
}

/*固定バナー*/
.fixedBnr01,.fixedBnr02 {
	position: fixed;
	top: 50%;
	right: -90px;
    transform: translate(0,-50%);;
	z-index:999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.fixedBnr01 a img,.fixedBnr02 a img {
	background-color: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.fixedBnr01 a:hover img,.fixedBnr02 a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*共通スタイル*/
.halfBox {
	width: 50%;
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
}
.halfBox .txtBox {
	padding: 0 30px;
}

/*====================================================
Header
====================================================*/
header {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    box-sizing: border-box;
    z-index: 9999;
    border-top: 10px solid #e70080;
}
#fixed_header {
    background: #fff;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10px;
    top: -100px;
    text-align: center;
    z-index: 9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#fixed_header.active {
    filter: drop-shadow(0px 0px 5px #000);
    top: 0!important;
}

/* ====================================================
Footer
==================================================== */
footer {
	width: 100%;
	background: #666666;
	color: #fff;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
footer .wrap {
	padding: 0;
}
#copyright {
	text-align: center;
	margin: 0;
    padding: 40px 0;
	width: 100%;
	line-height: 1;
	font-size: 13px;
}

/*slider*/
#slider {
    max-width: 1400px;
    margin: 0 auto 105px;
    box-sizing: border-box;
    padding: 0 540px 0 0;
    position: relative;
}
#slider h1 {
    position: absolute;
    width: 540px;
    right: 0;
    top: 0;
}

/*copy*/
#copy .wrap {
    position: relative;
    max-width: 550px;
}
#copy h2 {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-180%, -42%);
    z-index: 99;
}
#copy p {
    color: #323232;
    font-size: 16px;
    line-height: 2em;
}

/*intro*/
#intro {
    background: #f3f3f3;
    overflow: hidden;
    margin-bottom: 80px
}
#intro:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%,-10%);
    border-style: solid;
    border-width: 200px 2000px;
    border-color: #fff transparent transparent transparent;
}
#intro:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,45%);
    border-style: solid;
    border-width: 200px 2000px;
    border-color: transparent #fff #fff #fff;
}
#intro .wrap {
    padding: 75px 0 100px;
    position: relative;
    z-index: 5;
}
#intro .bnrBox {
    text-align: center;
}
#intro h2 {
    text-align: center;
    margin-top: 55px;
}

/*example*/
#example {
    overflow: hidden;
}
#example .ctsBox {
    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}
#example .ctsBox:last-of-type {
    margin-bottom: 0;
    padding-bottom: 100px;
    border-bottom: none;
}
/*#example h2.examTtl {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.1em;
    position: relative;
    font-weight: 600;
    margin: 0;
    line-height: 1em;
    display: inline-block;
    z-index: 5;
}
#example h2.examTtl.posR {
    margin-left: 30px;
}
#example h2.examTtl:before {
    content: "";
    position: absolute;
    background: #000;
    height: 1px;
    width: 60px;
    top: 50%;
    left: -40px;
    transform: translate(-50%,0);
}*/
#example .pcflL {
    float: left;
}
#example .pcflR {
    float: right;
}
#example p {
    color: #343434;
    font-size: 17px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin: 0;
}
#example .halfBox.pcflL .txtBox {
    padding: 0 40px 0 0;
}
#example .halfBox.pcflR .txtBox {
    padding: 0 0 0 30px;
}
#example a.linkBtn:after {
    content: "";
    width: 52px;
    height: 14px;
    background: url("../images/example_linkbtn_arrow.png");
    background-size: cover;
    right: 0;
    top: 50%;
    transform: translate(60%,-50%);
    position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
#example a.linkBtn:hover:after {
    transform: translate(80%,-50%);
}
/*movie ver*/
#example.movie h3 {
    margin: 100px 0 35px;
}
#example.movie a.linkBtn {
    background: #27282a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    margin: 0 auto 0 0;
    padding: 15px 0;
    max-width: 336px;
    line-height: 1.6em;
    position: absolute;
    left: auto;
    bottom: 115px;
}
#example.movie .imgBox {
    position:relative;
    /* width:100%;
    height:0;
    padding-top:100%; */
    max-width: 500px;
    max-height: 500px;
}
#example.movie iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-width: 500px;
    max-height: 500px;
}
#example.movie .halfBox.pcflR .imgBox:after {
    content: "";
    background: #e70080;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    transform: translate(100%,0);
}
#example.movie .halfBox.pcflL .imgBox:after {
    content: "";
    background: #e70080;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: translate(-100%,0);
}

/*photo ver*/
#example.photo h2 {
    width: 100%;
    text-align: center;
    margin: 0 0 50px;
}
#example.photo h3 {
    margin: 0;
    font-weight: bold;
    font-size: 17px;
}
#example.photo p {
    margin: 0 0 35px;
}
#example.photo p:last-of-type {
    margin: 0;
}
#example.photo a.linkBtn {
    background: #27282a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
    margin: 0 auto;
    padding: 15px 0;
    max-width: 538px;
    width: 90%;
    line-height: 1.6em;
    position: relative;
}
#example.photo .btnBox {
    width: 100%;
    text-align: center;
    margin: 40px auto 0;
    display: inline-block;
}
#example.photo .halfBox_wrap {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#example.photo .halfBox_wrap.img_R {
    flex-direction: row-reverse;
}
#example.photo .txtBox {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
#example.photo .halfBox {
    position: relative;
}
#example.photo .halfBox .txtBox {
    padding: 0 0 0 30px;
}
#example.photo .img_R .halfBox .txtBox {
    padding: 0 40px 0 0;
}
#example.photo ul {
    width: 100%;
    display: inline-block;
    margin: 50px 0 0 0;
}
#example.photo ul li {
    width: 100%;
    display: block;
    margin: 5px 0;
    padding: 0 0 0 10px;
    position: relative;
    box-sizing: border-box;
    color: #343434;
    font-size: 17px;
    line-height: 1.8em;
}
#example.photo ul li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #e90080;
}
#example.photo .imgBox {
    position: relative;
    width: 700px;
    margin-left: -200px;
}
#example.photo .img_R .imgBox {
    margin-left: 0;
}
#example.photo .imgBox.ptn01 {
    height: 400px;
}
#example.photo .imgBox.ptn02 {
    height: 500px;
}

/*information*/
#information {
    z-index: 5;
}
#information .bgiBlue {
    background: #4268b3;
    color: #fff;
}
#information .wrap {
    padding: 60px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#information .ctsLeft {
    float: left;
    width: 53%;
}
#information .ctsLeft h2 {
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
#information .ctsRight {
    float: left;
    width: 47%;
}

/*specialcontents*/
#specialcontents {
    background: #f3f3f3;
    margin-top: -100px;
    padding-top: 100px;
}
#specialcontents .mainVisual {
    margin: 0 0 85px;
    text-align: center;
    background: #fff;
}
#specialcontents .mainVisual img {
    max-width: 1400px;
    width: 100%;
    height: auto;
}
#specialcontents .mainVisual p {
}
#specialcontents .mainVisual h2 {
    background: #015b7d;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 10px;
    margin: 0 0 20px;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    filter: drop-shadow(5px 4px 0px rgba(255,255,255,1));
}
#specialcontents .mainVisual h2:before {
    content: "";
    width: 500px;
    height: 100%;
    background: #015b7d;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,0);
}
#specialcontents .mainVisual h2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(99%,0);
    border-style: solid;
    border-width: 19px 10px;
    border-color: #015b7d transparent transparent #015b7d;
}
#specialcontents .wrap {
    max-width: 670px;
}
#specialcontents h2 {
    color: #fff;
    background: #015b7d;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin: 0 auto 40px;
    padding: 10px;
    text-align: center;
    width: max-content;
    position: relative;
}
#specialcontents h2:before {
    content: "";
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-96%,0);
    border: none;
    background: url("../images/bgi_sc_h2.png") no-repeat;
    background-size: 100% 100%;
}
#specialcontents h2:after {
    content: "";
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(96%,0) rotate(180deg);
    border: none;
    background: url("../images/bgi_sc_h2.png") no-repeat;
    background-size: 100% 100%;
}
#specialcontents h1 {
    color: #fff;
    background: #015b7d;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin: 0 auto 40px;
    padding: 10px;
    text-align: center;
    width: max-content;
    position: relative;
}
#specialcontents h1:before {
    content: "";
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-96%,0);
    border: none;
    background: url("../images/bgi_sc_h2.png") no-repeat;
    background-size: 100% 100%;
}
#specialcontents h1:after {
    content: "";
    width: 5%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(96%,0) rotate(180deg);
    border: none;
    background: url("../images/bgi_sc_h2.png") no-repeat;
    background-size: 100% 100%;
}
/*#specialcontents h2:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-100%,0);
    border-style: solid;
    border-width: 24px 15px;
    border-color: transparent #015b7d #015b7d transparent;
}
#specialcontents h2:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(100%,0);
    border-style: solid;
    border-width: 24px 15px;
    border-color: #015b7d transparent transparent #015b7d;
}*/
#specialcontents .lead {
    color: #55554e;
    font-size: 18px;
    line-height: 1.8em;
    margin: 0 0 80px;
    padding: 0;
    font-weight: 500;
}
#specialcontents .ctsBox {
    border-bottom: 1px dotted #d0d0d0;
    max-width: 670px;
    margin: 0 auto 50px;
    padding: 0 0 50px;
}
#specialcontents .ctsBox:last-of-type {
    margin: 0 auto;
    border-bottom: none;
}
#specialcontents .ctsBox h3 {
    color: #015b7d;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: .5em;
}
#specialcontents .ctsBox p {
    color: #54554f;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    padding: 0 0 0 3em;
    margin: 0;
    position: relative;
}
#specialcontents .ctsBox .name {
    color: #54554f;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 0em;
    position: absolute;
    left: 0;
    top: 0;
}
#specialcontents .ctsBox .name:after {
    content: "：";
}
#specialcontents .imgBox {
    width: 100%;
    display: inline-block;
    margin: 30px 0;
    padding: 0;
}
#specialcontents .imgBox p.cap {
    color: #55554e;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0;
    padding: 0;
    margin: .8em 0 0 0;
}
#specialcontents p.endTxt  {
    color: #55554e;
    font-size: 18px;
    line-height: 1.8em;
    margin: 0 0 100px;
    padding: 0;
    font-weight: 500;
    display: inline-block;
}

/*linkBox*/
.linkBox {
    background: #fff;
}
.linkBox .wrap {
    padding: 90px 0 100px;
    text-align: center;
}
.linkBox h2 {
    display: block;
    text-align: center;
    margin: 0 0 30px;
}
.linkBox a.linkBnr {
    position: relative;
    display: inline-block;
}
.linkBox a.linkBnr:after {
    content: "";
    width: 52px;
    height: 14px;
    background: url(../images/linkbtn_arrow.png);
    background-size: cover;
    right: 0;
    top: 50%;
    transform: translate(30%,-100%);
    position: absolute;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.linkBox a.linkBnr:hover:after {
    transform: translate(40%,-100%);
}
.linkBox a:hover,.linkBox a.linkBnr:hover img {
    opacity: 1;
}

/*facebook*/
.page {
    min-height: 450px;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

.forpc {display: inline-block!important;}
.forsp {display: none!important;}

/*パンくずリスト*/
#topic_path_top a{
    color: #333;
    text-decoration: none;
}
#topic_path_top ol,
#topic_path_top ol li{
    list-style: none;
}

/* ========================================================================================================
   1399px以下
   ========================================================================================================*/
@media screen and (max-width: 1399px) {
    #slider {
        padding: 0 36.8% 0 0;
    }
    #slider h1 {
        width: 38.57%;
    }
    #example.photo .imgBox {
        width: 139%;
        margin-left: -39%;
    }
    #example.photo .imgBox.ptn01,#example.photo .imgBox.ptn02 {
        height: auto;
    }

    /*パンくずリスト*/
    #topic_path_top {
        margin: 0 auto;
        font-size: 0.8rem;
        border-top: 1px solid #e6e6e6;
    }
    #topic_path_top ol {
        padding: 10px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1280px;
        margin: 0 auto;
    }
    #topic_path_top ol li {
        margin: 0 15px 0 0;
    }
    #topic_path_top ol li:not(:last-child)::after {
        position: relative;
        top: 2px;
        margin: 0 0 0 15px;
        content: "\e315";
        font-family: 'icomoon';
        font-size: 1.0rem;
        line-height: 1;
    }
}

/* ========================================================================================================
   1120px以下
   ========================================================================================================*/
@media screen and (max-width: 1120px) {
    #example.photo .imgBox {
        width: 111%;
        margin-left: -11%;
    }
    #example.photo .img_R .halfBox .txtBox {
        padding: 20px 20px 20px 0;
    }
    #example.photo .halfBox .txtBox {
        padding: 20px 0 20px 20px;
    }
}

/* ========================================================================================================
   1110px以下
   ========================================================================================================*/
@media screen and (max-width: 1110px) {
    #example.movie a.linkBtn {
        margin: 30px auto 0 0;
        bottom: auto;
        position: relative;
    }
}

/* ========================================================================================================
   920px以下
   ========================================================================================================*/
@media screen and (max-width: 912px) {
    #copy h2 {
        transform: translate(-120%, -42%);
    }
}
/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
    .wrap {
        width: 100%!important;
        padding-left: 30px!important;
        padding-right: 30px!important;
        box-sizing: border-box;
    }
    #fixed_header {
        padding: 10px;
    }
    #fixed_header img {
        height: 35px;
    }
    #slider {
        margin: 0 auto 30px;
        padding: 0;
    }
    #slider h1 {
        position: relative;
        width: 100%;
    }
    #copy h2 {
        position: relative;
        transform: translate(0%, 0%);
        width: 45%;
        margin: -21% 0 25px 0;
    }
    #copy p {
        font-size: 14px;
        line-height: 1.8em;
    }
    #intro {
        margin-bottom: 30px;
    }
    #intro .wrap {
        padding: 55px 0 90px;
    }
    #intro:before {
        transform: translate(-50%,-10%);
    }
    #intro:after {
        transform: translate(-50%,40%);
    }
    #intro h2 {
        margin-top: 15px;
    }
    #example .halfBox {
        width: 100%;
    }
    #example p {
        font-size: 14px;
        letter-spacing: 0em;
    }
    #example.movie .halfBox.pcflL .txtBox,#example.movie .halfBox.pcflR .txtBox {
        padding: 40px 0 0 0;
    }
    #example.movie a.linkBtn {
        margin: 50px 0 0 0;
        max-width: 100%;
        width: 100%;
        position: relative;
        left: 0;
        bottom: 0;
    }
    #example.movie .halfBox.pcflL .imgBox:after,#example.movie .halfBox.pcflR .imgBox:after {
        content: none;
    }
    #example.movie h3 {
        margin: 0 0 35px 0;
    }
    #example a.linkBtn:after {
        transform: translate(30%,-50%);
    }
    #example a.linkBtn:hover:after {
        transform: translate(30%,-50%);
    }
    /*#example h2.examTtl {
        font-size: 20px;
        display: block;
        text-align: center;
        margin: 0 0 200px;
    }
    #example h2.examTtl:before {
        height: 100px;
        width: 1px;
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%,150%);
    }
    #example h2.examTtl.posR {
        margin-left: 0;
    }*/
    #example .imgBox {
        background: none;
        text-align: center;
    }
    #example.photo .txtBox {
        position: relative;
        top: 0;
        transform: translate(0,0);
        margin: 60px 0;
    }
    #example.photo .btnBox {
        margin: 0 auto;
    }
    #example.photo .halfBox .txtBox,#example.photo .img_R .halfBox .txtBox {
        padding: 0;
    }
    #example .ctsBox {
        margin-bottom: 60px;
        padding-bottom: 60px;
    }
    #example.photo .ctsBox,#example.photo .ctsBox:last-of-type {
        padding-bottom: 50px;
    }
    #example.photo .imgBox {
        width: 100%;
        margin-left: 0;
    }
    #example.photo ul {
        margin: 40px 0 0 0;
    }
    #example.photo ul li {
        font-size: 14px;
    }
    #example.photo ul li:before {
        top: 9px;
    }
    #information .ctsLeft {
        margin: 0 0 40px;
        width: 100%;
    }
    #information .ctsRight {
        width: 100%;
    }
    #information .ctsLeft h2 {
        top: 0;
        transform: translate(0,0);
    }
    #specialcontents {
        background: #f3f3f3;
        margin-top: -55px;
        padding-top: 55px;
    }
    #specialcontents .mainVisual {
        margin: 0 0 60px;
    }
    #specialcontents .lead {
        margin: 0 0 40px;
        font-size: 14px;
    }
    #specialcontents .imgBox p.cap {
        font-size: 13px;
    }
    #specialcontents .ctsBox h3 {
        font-size: 16px;
        letter-spacing: 0;
    }
    #specialcontents .ctsBox p,
    #specialcontents .ctsBox .name,
    #specialcontents p.endTxt {
        font-size: 14px;
        letter-spacing: 0;
    }
    .ctsBox p {
        color: #54554f;
        font-size: 15px;
    }
    #specialcontents .ctsBox {
        margin: 0 auto 50px;
        padding: 0 0 50px;
    }
    .linkBox .wrap {
        padding: 50px 0 50px;
    }
    .linkBox h2 {
        margin: 0 0 15px;
    }
    /*#example.movie .imgBox {
        position: relative;
        width: 100%;
        height: 100%; 
        padding-top: 0; 
    }
    #example.movie iframe {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }*/
    .fixedBnr01, .fixedBnr02 {
        width: 30px;
    }
    #specialcontents h2 {
        padding: 10px 0;
        width: 95%;
        font-size: 15px;
        margin: 0 auto 25px;
    }
    #specialcontents h2:before {
        content: "";
        width: 5%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-96%,0);
        border: none;
        background: url("../images/bgi_sc_h2.png") no-repeat;
        background-size: 100% 100%;
    }
    #specialcontents h2:after {
        content: "";
        width: 5%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        transform: translate(96%,0) rotate(180deg);
        border: none;
        background: url("../images/bgi_sc_h2.png") no-repeat;
        background-size: 100% 100%;
    }
    #copyright {
        font-size: 11px;
    }
    
    .forpc {display: none!important;}
    .forsp {display: inline-block!important;}

    /*パンくずリスト*/
    #topic_path_top {
        margin: 0 auto;
        padding: 0 15px;
        font-size: 0.8rem;
    }
    #topic_path_top ol {
        padding: 0 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    #topic_path_top ol li {
        margin: 0 5px 0 0;
    }
    #topic_path_top ol li:not(:last-child)::after {
        position: relative;
        top: 2px;
        margin: 0 0 0 5px;
        content: "\e315";
        font-family: 'icomoon';
        font-size: 1.0rem;
        line-height: 1;
    }
}
/* ========================================================================================================
   580px以下
   ========================================================================================================*/
@media screen and (max-width: 580px) {
    #copy h2 {
        margin: -23% 0 25px 0;
    }
    
}
/* ========================================================================================================
   321px以下
   ========================================================================================================*/
@media screen and (max-width: 321px) {
    #specialcontents h2 {
        font-size: 4.0vw;
    }
    
}