@charset "UTF-8";

/* !Keyframe animations
---------------------------------------------------------- */
@-webkit-keyframes link_arrow_hover {
	0% {right: 0.3em; opacity: 1;}
	40% {right: -0.2em; opacity: 0.1;}
	41% {right: 1.2em; opacity: 0.5;}
	100% {right: 0.3em; opacity: 1;}
}
@keyframes link_arrow_hover {
	0% {right: 0.3em; opacity: 1;}
	40% {right: -0.2em; opacity: 0.1;}
	41% {right: 1.2em; opacity: 0.5;}
	100% {right: 0.3em; opacity: 1;}
}

.arrow-hover {
	position: relative;
}
.arrow-hover:after {
	position: absolute;
	right: 0.3em;
}
.arrow-hover:hover:after {
	-webkit-animation-name: link_arrow_hover;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function: cubic-bezier(0,.95,.27,.96);
	animation-name: link_arrow_hover;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0,.95,.27,.96);
}
/* !HTML5 elements
---------------------------------------------------------- */
html{
	background: #2356A7;
}
body{
	position:relative;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */

body {
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
}
body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
figure,
figcaption {
	margin: 0;
	padding: 0;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset,
img {
	border: 0;
}
img {
	max-width: 100%;
	/* width: 100%;*/
	height: auto;
	vertical-align: top;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 600;
	letter-spacing: 0.04em;
}
q:after,
q:before {
	content: '';
}
a,
input {
	outline: none;
	text-decoration: none;
}
input,
textarea {
	border-radius: 0;
	font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
}
input[type="button"],
input[type="submit"] {
	-webkit-appearance: none;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}
abbr,
acronym {
	border: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
a,
a img,
a p,
a h2
a h3{
	transition:opacity .2s;
}
a:hover,
a:hover img,
a:hover p,
a:hover h2
a:hover h3{
	opacity:0.7;
}

/* !Clearfix
---------------------------------------------------------- */

.clearfix,
#contents,
.section {
	display: block;
	min-height: 1%;
}
.clearfix:after,
#contents:after,
.section:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix,
* html #contents,
* html .section {
	height: 1%;
	/*\*/
	/*/
	height: auto;
	overflow: hidden;
	/**/
}
body * {
	padding: 0;
	margin: 0;
}
.dummy {
	position: absolute;
	top: -9999px;
}
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
main{
	display: block;
	background: #fff;
	transition: opacity .2s, filter .2s;
}
main section{
	overflow-x:hidden;
}
.mainopen main,
.subopen main,
.mainopen footer,
.subopen footer{
	opacity: 0.25;
	-webkit-filter: blur(8px);
	-moz-filter: blur(8px);
	-ms-filter: blur(8px);
	filter: blur(8px);
}
main section .background{
	position: relative;
	top: 0;
	left: 25%;
	width: 50%;
	height: 100%;
	background-size: cover !important;
}
main section .background{
	left: 7.5%;
	width: 85%;
	height: 100%;
}
main section .bottomCurve{
	position: relative;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	overflow: hidden;
	border-bottom-right-radius: 250% 200%;
	border-bottom-left-radius: 250% 200%;
}
main section .bottomCurve{
	width:120%;
	left: -10%;
	border-bottom-right-radius:  60vw 5vw;
	border-bottom-left-radius: 60vw 10vw;

}
main section:nth-child(2n) .bottomCurve{
	border-bottom-right-radius:  60vw 10vw;
	border-bottom-left-radius: 60vw 5vw;
}
main section .bottomCurve.animation{
	animation-name: border-bottom-anm;
	animation-duration: 12s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
main section .ctsInner{
	padding-top:150px;
	padding-bottom: 110px;
}
@keyframes border-bottom-anm {
	0%, 100% {
		border-bottom-right-radius: 250% 120%;
		border-bottom-left-radius: 100% 80%;
	}
	50% {
		border-bottom-right-radius: 100% 80%;
		border-bottom-left-radius: 250% 120%;
	}
}
@keyframes ctsCircle-anm {
	0%, 100% {
		border-top-right-radius: 47% 45%;
		border-top-left-radius: 60% 55%;
		border-bottom-right-radius: 55% 55%;
		border-bottom-left-radius: 47% 50%;
	}
	50% {
		border-top-right-radius: 50% 53%;
		border-top-left-radius: 48% 60%;
		border-bottom-right-radius: 48% 48%;
		border-bottom-left-radius: 60% 45%;
	}
}
@keyframes ctsCircle-anm-rev {
	0%, 100% {
		border-top-right-radius: 60% 55%;
		border-top-left-radius: 47% 45%;
		border-bottom-right-radius: 47% 50%;
		border-bottom-left-radius: 55% 55%;
	}
	50% {
		border-top-right-radius: 48% 60%;
		border-top-left-radius: 50% 53%;
		border-bottom-right-radius: 60% 45%;
		border-bottom-left-radius: 48% 48%;
		transform: translateY(0);
	}
}

.linkArrow{
    border-bottom:#fff 1px solid;
    display:inline-block;
    width: 2em;
    margin-left: 0.4em;
    position:relative;
    transition:margin .1s;
}
.linkArrow:after{
    content:"";
    position:absolute;
    border-bottom:#fff 1px solid;
    display:inline-block;
    width: 0.7em;
    margin-left: 0.6em;
    right:0;
    transform: rotate(37deg);
    transform-origin:100% 0;
}
a:hover .linkArrow{
    margin-left:.75em;
}

/* !Layout
---------------------------------------------------------- */

body {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.ctsInner {
	width: 898px;
	text-align: center;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
p {
	letter-spacing: 0.075em;
	line-height: 1.75;
}
h2 {
	font-size: 2.2em;
	line-height: 1.37;
}
.carousel nav {
	margin: 102px 0;
	font-size: 0;
}
.carousel.noActive nav .next,
.carousel.noActive nav .prev,
.carousel.noActive nav .position {
	top: -99999px;
	position: absolute;
}
.carousel nav .prev,
.carousel nav .next {
	display: inline-block;
	width: 60px;
	height: 0;
	border-top: #2356A7 1px solid;
	margin: 0 80px 0 0;
	opacity:0.6;
	transition: all 0.2s;
	left: 0;
	position: relative;
}
.carousel nav .prev:hover,
.carousel nav .next:hover {
	opacity:1;
}
.carousel nav .prev:hover {
	left: -8px;
}
.carousel nav .next:hover {
	left: 8px;
}

.carousel nav .prev,
.carousel nav .next,
.carousel nav .position {
	position:relative;
	display: inline-block;
	cursor: pointer;
}
.carousel nav .position span {
	display: inline-block;
	width: 51px;
	height: 2px;
	margin: 0 2px;
	background: #2356A7;
	opacity: 0.5;
	position: relative;
}
.carousel nav .position span.current {
	opacity: 1;
	height:3px;
}
.carousel nav .position span:hover {
	opacity: 1;
}
.carousel nav .position span:before,
.carousel nav .prev:before,
.carousel nav .next:before {
	content:"";
	height: 40px;
	width:100%;
	margin-top: -20px;
	position:absolute;
	display:block;
	top:0;
	left:0;
	opacity:0.2;
}
.carousel nav .prev:before,
.carousel nav .next:before {
	width:160%;
	margin-left:-30%;
}
.carousel nav .prev:after,
.carousel nav .next:after {
	border: #2356A7 1px solid;
	content: "";
	width: 21px;
	height: 21px;
	display: block;
	transform-origin: -1px 0;
	transform: rotate(-45deg);
	border-right: 0;
	border-bottom: 0;
}
.carousel nav .next {
	transform: scaleX(-1);
	transform-origin: 100% 0;
}
.carousel a.move{
	display: block;
	pointer-events:none;
	background: #f0f;
}
.boxBtn {
	border: #2356A7 1px solid;
	color: #2356A7;
	width: 500px;
	display: inline-block;
	padding: 0.97em 0;
	font-size: 1.42em;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 600;
	transition: all 0.2s;
}
.boxBtn:hover {
	opacity:1;
}
#ctsNews .boxBtn:hover {
	border-color: #2356A7;
	background-color: #2356A7;
	color: #FFF;
}
.background .boxBtn {
	border: #fff 1px solid;
	color: #fff;
	transition: all 0.2s;
	margin-top: 5em;
}

.background .carousel nav .prev,
.background .carousel nav .next {
	border-top: #fff 1px solid;
}
.background .carousel nav .position span {
	background: #fff;
}
.background .carousel nav .prev:after,
.background .carousel nav .next:after {
	border: #fff 1px solid;
	border-right: 0;
	border-bottom: 0;
}

/*============================
header
============================*/
/*
header {
	width: 100%;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	
	padding-bottom: 20px;
	overflow: hidden;
}
header.fix{
	position:fixed;
	top:-15px;
	background: rgba(35, 86, 167, 0.9);
	animation-name: anime1;
	animation-duration: 0.3s;
	animation-timing-function: cubic-bezier(0.15, 0.8, 0.6, 1);
	animation-delay: 0;
	transition: .3s;
	height:6.5em;
}
.subopen header.fix{
	background:rgba(36, 105, 182, 0);
	position: fixed;
	height: 100vh;
}
@keyframes anime1 {
0% {top:-90px;}
100% {top:-15px;}
}
header .ctsLeft {
	margin: 35px 0 0 2.6%;
	width: 100%;
	white-space: nowrap;
}
*/
header.fix .headLine{
	display:none;
}
header .headLine{
	position: relative;
	color: #f00;
	margin: 0 0 39px 0;
	padding: 10px 2.6%;
	background: #fff;
}
header .headLine:before{
	content:"";
	background:url(../img/icon_important.png) no-repeat;
	background-size:contain;
	width:25px;
	height:25px;
	display:inline-block;
	vertical-align:middle;
	margin-right: 11px;
}
header .headLine p{
	display:inline-block;
	vertical-align:middle;
	letter-spacing: 0.04em;
	font-size: 0.9em;
}
header .headLine a{
	color: #f00;
	font-weight:bold;
}
/*
header .nttpc {
	margin-right: 5.3%;
	margin-right: calc(10vw - 100px);
}
header .mainMenu {
	font-size: 0.9em;
	display: inline-block;
	vertical-align: top;
	margin-top: 8px;
}
header .mainMenu ul {}
header .mainMenu li {
	display: inline-block;
	margin-right: 3.7vw;
	margin-right: calc(9vw - 102px);
	cursor:pointer;
}
header .mainMenu li a{
    padding-bottom: 4px;
    padding-right: 2px;
}
header .mainMenu li:hover a{
	border-bottom:rgba(255, 255, 255, 0.5) 1px solid;
}
.subopen header .mainMenu li.current a {
	border-bottom:#fff 1px solid;
}
header .mainMenu li:last-child {
	margin-right: 0;
}
header .mainMenu a {
	color: #fff;
}
header .mainMenu a:after {
	content: "";
	border: #fff 1px solid;
	width: 0.5em;
	height: 0.5em;
	display: inline-block;
	vertical-align: top;
	margin: 0.3em 0 0 0.6em;
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
	transition: all 0.2s;
}
header .mainMenu li.current a:after {
	transform: rotate(225deg);
	margin-top:0.6em;
}
header .mainMenu li:hover a:after {
	margin-top: 0.5em;
}
header .mainMenu li.current:hover a:after {
	margin-top:0.45em;
}
header .search {
	margin-top: 10px;
	display: inline-block;
	margin-left: 4%;
	margin-left: calc(9vw - 80px);
}
header .search svg {
	width: 16px;
	height: 16px;
}
header .ctsRight {
	position: absolute;
	right: 3.1%;
	top: 77px;
}
header .language {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 32px;
	cursor:pointer;
}
header .spFix {
	display: inline-block;

}
header .language:after {
	content: "";
	border: #fff 1px solid;
	width: 0.4em;
	height: 0.4em;
	display: inline-block;
	vertical-align: top;
	margin: 0.45em 0 0 0.6em;
	transform: rotate(45deg);
	border-left: none;
	border-top: none;
	transition: all 0.2s;
}
header .language:hover ul {
	display: block;
}
header .language:hover:after {
	margin-top: 0.6em;
}
header .language span,
header .language a {
	color: #fff;
}
header .language ul {
	display: none;
	position: absolute;
	top: 1.5em;
}
header .language ul li {

}
header .language ul li a {
}
header .language ul li a:hover {
	text-decoration: underline;
}

header .contact {
	display: inline-block;
	vertical-align: middle;
}
header .spFix a {
	border: 1px solid #FFF;
	border-radius: 25px;
	font-size: 0;
	transition: all 0.3s;
}
header .spFix a:hover {
	border-color: #2356A7;
	background-color: #2356A7;
}
header .contact svg {
	width: 45px;
	height: 45px;
}
header .infomation {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
header .infomation svg {
	width: 45px;
	height: 45px;
}
header .infomation svg:hover {
	font-weight: bold;
}
header.is-search .scroll:before {
	content: none!important;
}
header.is-search .scroll:after {
	content: none!important;
}
header.is-search .ctsLeft {
	transform: scale(1)!important;
}
header.is-search .spFix {
	display: none;
}
*/
/*============================
footer
============================*/
/*
footer {
	position: relative;
	margin: 0 auto;
	background: #2356A7;
	color: #fff;
	padding-bottom: 40px;
	z-index: 5;
}
footer .ctsInner {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 0 3.3%;
}
footer:before {
	content: "";
	top: 0;
	width: 100%;
	height: 116px;
	display: block;
	background: url(../img/top_curve05.png?) no-repeat center;
	pointer-events: none;
	margin-top: -114px;
	background-size: 100% 100%;
	transition:0s;
	width: 112%;
	margin-left: -6%;
	transform: translateX(-50%);
	left: 50%;
	position: relative;
}
footer.current:before {
	transition:3s;
	animation-name: wave2;
	animation-duration: 8s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
footer .bottomLink {
	position: relative;
	padding: 55px 0 51px;
}
footer .bottomLink ul {
	padding: 0;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
footer .bottomLink li {
	font-size: 0.9em;
	display: inline-block;
	margin: 0 2.4em;
	letter-spacing: 0.02em;
	line-height: 3.45;
}
footer .bottomLink li:first-child {
	margin-left:0;
}
footer .bottomLink li:last-child {
	margin-right:0;
}
footer .bottomLink a {
	color: #fff;
}
footer .trademark {
	font-size: 0.7em;
	width: 49%;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	float: left;
	text-align: left;
}
footer .copyright {
	float: right;
	font-size: 0.7em;
	letter-spacing: 0.05em;
}
.trademark_sub {
	text-align:left;
	display:block;
	font-size: 0.7em;
	margin: 0 auto 3em;
	width: 90%;
	max-width: 1020px;
}
*/
/*============================
#openMenu
============================*/
/*
#openMenu {
	color: #fff;
	margin-top: 42px;
	margin-left: 13.2%;
	left: 30px;
	position: relative;
	width: 75%;
	display: none !important;
	max-width: 1103px;
	overflow: hidden;
}
.subopen #openMenu {
	display: block !important;
	height: calc(100vh - 12.6em);
	margin-bottom: 3em;
	overflow-y: auto;
}
#openMenu .scroll{
	padding-right:4%;
}
#openMenu a {
	color: #fff;
}
#openMenu .close {
	position: absolute;
	right: 1.2em;
	top: 0;
	font-weight: 100;
	font-size: 2em;
	padding: 0.2em;
	opacity: 0.5;
	z-index: 1;
}
#openMenu .close:hover {
	opacity:1;
}
#openMenu .menuCts {
	display: none;
	padding-bottom: 0;
	white-space: nowrap;
}
#openMenu .menuCts:nth-child(5) {
	display: block;
}
#openMenu .menuCts h3 {
	border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
	font-weight: normal;
	margin-bottom: 5.6em;
}
#openMenu .menuCts a {
	padding: 1.33em 1em 1.33em 0;
	display: inline-block;
	opacity: 0.75;
    white-space: initial;
}
#openMenu .menuCts a.arrow-hover {
	padding-right: 2.3em;
}
#openMenu .menuCts a:hover {
	opacity: 1;
}
#openMenu .menuCts a:after {
	content: "";
	border: #fff 1px solid;
	width: 0.5em;
	height: 0.5em;
	display: inline-block;
	vertical-align: top;
	margin: 0.6em 0 0px 1.4em;
	transform: rotate(-45deg);
	border-left: none;
	border-top: none;
}
#openMenu .menuCts li a:after {
	
	position: absolute;
	right: 0.3em;
	top:50%;
	margin-top:-0.3em;
}
#openMenu .menuCts li:hover a:after {
	-webkit-animation-name: link_arrow_hover;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function: cubic-bezier(0,.95,.27,.96);
	animation-name: link_arrow_hover;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0,.95,.27,.96);
}
#openMenu .menuCts aside {
	width: 20.8%;
	display: inline-block;
	vertical-align: top;
	margin-top: -2.4%;
	white-space: normal;
}
#openMenu .menuCts aside a {
	opacity: 0.3;
	padding: 1.7em 0;
	display: block;
}
#openMenu .menuCts aside a:hover {
	opacity: 0.7;
}
#openMenu .menuCts aside a.current {
	opacity: 1;
	font-weight: bold;
}
#openMenu .menuCts aside a:after {
	display: none;
}
#openMenu .menuCts li {
	position: relative;
	border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
	width: 45%;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
}
#openMenu .subMenu.index li {
	width: 45%;
}
#openMenu .subMenu.index li:last-child {
	border-bottom:none;
}
#openMenu .subMenu.index li:nth-of-type(odd):nth-last-child(2) {
	border-bottom:none;
}
#openMenu .menuCts li:nth-child(2n) {
	margin-left: 9.2%;
}
#openMenu .menuCts li a {
	opacity: 1;
}
#openMenu .menuCts li:hover a {
	opacity: 1
}
#openMenu .current {
	opacity: 1;
}
#openMenu .subMenu {
	border-left: rgba(255, 255, 255, 0.3) 1px solid;
	width: 78.9%;
	padding-left: 12%;
	display: inline-block;
	vertical-align: top;
	display: none;
}
#openMenu .subMenu.index {
	white-space:normal;
	width: 86.9%;
	padding-left: 7%;
}
#openMenu .subMenu:first-of-type {
	display: inline-block;
}
#openMenu .subMenu h4 {
	padding: 0 0 1.7em;
	line-height: 1;
	border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
}
#openMenu .subMenu ul + h4 {
	margin-top: 5em;
}
#openMenu .subMenu ul {
	white-space: normal;
}
#openMenu .subMenu h5 {
	display:inline-block;
	width:10%;
	vertical-align: top;
	border-top: rgba(255, 255, 255, 0.3) 1px solid;
	line-height: 4em;
	font-weight: normal;
}
#openMenu .subMenu ul.index {
	display:inline-block;
	width:80%;
	border-top: rgba(255, 255, 255, 0.3) 1px solid;
}
#openMenu .subMenu dl {
	white-space: normal;
}
#openMenu .subMenu.thumbnails {
	border-width: 0;
	width: 100%;
	padding: 0;
}
#openMenu .subMenu.thumbnails ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-top: -1.2em;
	margin-left: -1.5em;
	margin-right: -1.5em;
}
#openMenu .subMenu.thumbnails li {
	margin: 0 1.5em;
	border-width: 0;
}
#openMenu .subMenu.thumbnails a {
	padding: 0;
}
#openMenu .subMenu.thumbnails a:after {
	content: none;
}
#openMenu .subMenu.thumbnails a p {
	padding-right: 1em;
	position: relative;
}
#openMenu .subMenu.thumbnails a p:after {
	content: "";
	border: #fff 1px solid;
	width: 0.5em;
	height: 0.5em;
	display: inline-block;
	vertical-align: top;
	margin: -0.2em 0 0px 1.4em;
	border-left: none;
	border-top: none;
	transform: rotate(-45deg);
	position: absolute;
	right: 0.3em;
	top: 50%;
}

#openMenu .subMenu.thumbnails a:hover p:after {
	-webkit-animation-name: link_arrow_hover;
	-webkit-animation-duration: 0.4s;
	-webkit-animation-timing-function: cubic-bezier(0,.95,.27,.96);
	animation-name: link_arrow_hover;
	animation-duration: 0.5s;
	animation-timing-function: cubic-bezier(0,.95,.27,.96);
}

#openMenu .subMenu.thumbnails img {
	width: 100%;
	margin-bottom: 1.3em;
}
*/
/* ==========================================
#sidePos
========================================== */
#sidePos{
	position:fixed;
	z-index: 20;
	top:0;
	right:0;
	margin: 0 20px 0 0;
	height: 100%;
}
#sidePos ul{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#sidePos li{
	height:30px;
	border-left: #2356A7 2px solid;
	opacity: 0.3;
	display:block;
	margin-bottom:5px;
	position: relative;
	cursor:pointer;
}
#sidePos li:before {
	content:"";
	height: 100%;
	width: 35px;
	padding-bottom:5px;
	margin-left: -15px;
	position:absolute;
	display:block;
	top:0;
	left:0;
}
#sidePos li:hover {
	opacity:.8;
}
#sidePos li.current{
	border-left: #2356A7 4px solid;
	opacity:1;
	margin-left: -2px;
}
.mainopen #sidePos,
.subopen #sidePos{
	display:none;
}

@media screen and (max-width: 1200px) {
/*	
	header .mainMenu{}
	header .mainMenu ul{
		width:80%;
		margin-left: 6%;
		margin-top:-1.5%;
		white-space: normal;
	}
	header .mainMenu li{
		margin-right:6%;
		height: 1.65em;
		margin-bottom: 0.6em;
		padding-bottom: 0;
	}
	header .mainMenu li a{
		padding-bottom:1px;
	}
	header .search {
		position:absolute;
		right:0;
		margin-right: 26%;
	}
*/
/*
	#openMenu {
		color:#fff;
		margin-left: 5%;
		left:0;
		width: 89%;
	}
*/
}

@media screen and (min-width: 769px) {
	.forsp {
		display: none !important;
	}
	.carousel li {
		width: 310px !important;
	}
	.carousel .scroll{
		overflow:hidden;
		width: 112%;
		padding-left: 3%;
		margin-left: -3%;
	}
	.carousel.noActive .scroll {
		width: 100%;
	}
}

/* ==========================================
 sp
========================================== */
@media screen and (max-width: 768px) {
	.forpc {
		display: none !important;
	}
	/* !Layout
	---------------------------------------------------------- */
	.ctsInner {
		width: 76.267%;
	}
	main section .ctsInner{
		padding:0;
	}
	main section .bottomCurve{
		border-bottom-right-radius: 50% 2em;
		border-bottom-left-radius: 60% 3.5em;
	}
	main section:nth-child(2n) .bottomCurve{
		border-bottom-right-radius: 60% 3.5em;
		border-bottom-left-radius: 50% 2em;
	}
	@keyframes border-bottom-anm {
		0%, 100% {
			border-bottom-right-radius: 70% 7em;
			border-bottom-left-radius: 30% 4.5em;
		}
		50% {
			border-bottom-right-radius: 30% 4.5em;
			border-bottom-left-radius: 70% 7em;
		}
	}
	p {
		letter-spacing: 0.02em;
		line-height: 1.75;
	}
	h2 {
		font-size: 1.5em;
		line-height: 1.37;
	}
	.carousel nav {
		margin: 23% 0;
		font-size: 0;
		width: 100%;
	}
	.carousel nav .prev,
	.carousel nav .next {
		width: 13%;
		margin: 0 92% -0.7% 0;
	}
	.carousel nav .position span {
		width: 11.3%;
		height: 1.5px;
		margin: 0 2px;
	}
	.carousel nav .prev:after,
	.carousel nav .next:after {
		width: 3.5vw;
		height: 3.5vw;
		transform-origin: -1px 0;
	}
	.carousel nav .position {
		width:100%;
	}
	.carousel nav .next {
		transform-origin: 117% 0;
		margin: -0.2% 0 0 51.7%;
	}
	.boxBtn {
		width: 100%;
		padding: 1em 0;
		font-size: 1em;
		letter-spacing: 0.1em;
		font-weight: 600;
		margin: 0;
	}

	
	/*============================
	header
	============================*/
/*
	header {
		padding-bottom: 4em;
		overflow: visible;
		top: 0 !important;
		background: none !important;
	}
	header.fix {
		position:absolute;
	}
	header .ctsLeft {
		margin: 6.2% 0 0 6.1%;
		width: 100%;
		z-index: 6;
		position: relative;
	}
*/
	header .headLine{
		position: relative;
		background: #fff;
		width:100%;
		top:0;
		left:0;
		margin: 0;
		padding: 0.5em 1em;
	}
	header .headLine:before{
		width:1.5em;
		height:1.5em;
		background-size:contain;
		margin-right: 0.4em;
	}
/*	
	header .nttpc {
		margin-right: 5.3%;
		margin-right: calc(10vw - 100px);
		width: 26%;
		display: block;
		z-index: 1;
		position: relative;
	}
	header .nttpc img{
		width:100%;
	}
	header .mainMenu {
		font-size: 0.9em;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		margin: 3% 0 0 0;
		position: absolute;
		display:none;
	}
	.mainopen .mainMenu {
		display: block;
		position: fixed;
		top: 0;
	}
	.mainopen .mainMenu .bg {
		position:absolute;
		width:100%;
		height: 100vh;
		display:block;
		top: 26vh;
	}
	header .mainMenu ul {
		width: 100%;
		bottom: 6em;
		position:fixed;
		text-align: center;
		margin-left: 0;
		font-size: 1em;
	}
	header .mainMenu div {
		width: 94.5%;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		text-align: right;
		margin-top: 38.6%;
	}
	header .mainMenu div a{
		display:inline-block;
		width: 12.8%;
		vertical-align:top;
		margin-left: 2%;
	}
	header .mainMenu div a img{
		width:100%;
	}
	header .mainMenu li {
		position:relative;
		margin-right: 3.7vw;
		margin: -0.5% 1%;
		width: 28.4%;
		height: 9.2em;
		background: url(../img/bg_mainmenu01_sp.png) no-repeat;
		background-size: contain !important;
	}
	header .mainMenu li:nth-child(2) {
		background: url(../img/bg_mainmenu02_sp.png) no-repeat;
	}
	header .mainMenu li:nth-child(3) {
		background: url(../img/bg_mainmenu03_sp.png) no-repeat;
	}
	header .mainMenu li:nth-child(4) {
		background: url(../img/bg_mainmenu04_sp.png) no-repeat;
	}
	header .mainMenu li:nth-child(5) {
		background: url(../img/bg_mainmenu05_sp.png) no-repeat;
	}
	header .mainMenu li:nth-child(6) {
		background: url(../img/bg_mainmenu06_sp.png) no-repeat;
	}
	
	header .mainMenu li a{
		position:absolute;
		width: 100%;
		top: 48.3%;
		transform: translateY(-50%);
		display:block;
		font-size: 0.9em;
		font-weight: 600;
		line-height: 1.5;
		padding: 3.1em 0;
		border: none !important;
	}
	header .mainMenu li:last-child {
		margin-right: 0;
	}
	header .mainMenu a:after {
		display:none;
	}
	header .mainMenu li:nth-child(n+4) a {
		top: 44.3%;
		transform: translateY(-50%);
	}
	header .mainMenu li:nth-child(n+4):after {
		color:#fff;
		width: 0.5em;
		height: 0.5em;
		margin: 0.3em 0 0 0.6em;
		content: "+";
		transform: rotate(0deg);
		border: none;
		position: absolute;
		bottom: 36%;
		left: 50%;
		font-size: 1.8em;
		font-weight: 100;
		margin: 0 0 0 -4%;
		pointer-events: none;
	}
	header .search {
		margin-top: 0.6%;
	    margin-right: 28.4%;
	    top: 0;
	    width: 3.6%;
	}
	header .search svg{
		width:100%;
		height: 100%;
	}
	.mainopen header .ctsRight,
	.subopen header .ctsRight {
		width: 100%;
	}
	header .ctsRight .close {
		margin: 6.8% 5.3% 0 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 4.7%;
		z-index: 1;
		display: none;
	}
	.mainopen header .ctsRight .close,
	.subopen header .ctsRight .close {
		display:block;
	}
	header .ctsRight .close img{
		width:100%;
	}
	header .spFix{
		position:fixed;
		bottom: 0;
		width: 48.6%;
		right:0;
		margin-bottom: 5.5%;
		z-index: 10;
	}
	header .spFix a{
		border-width: 0;
		width: 11.8vw;
		height: 11.8vw;
		display: inline-block;
		vertical-align: top;
		margin-left: 3.4%;
		-webkit-background-size: cover;
		display: flex;
		float: left;
		align-items: center;
		justify-content: center;
	}
	header .spFix a:hover {
		background-color: transparent;
	}
	header .spFix svg{
		width: 100%;
		height: 100%;
	}
	header .spFix .icon-close {
		display: none;
	}
	header .spFix .icon-burger {
		display: block;
	}
	header .spFix .menu {
		background: url(../img/btn_elastic_circle_1.png) center bottom no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	header .spFix .contact {
		background: url(../img/btn_elastic_circle_2.png) center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	header .spFix .infomation {
		background: url(../img/btn_elastic_circle_3.png) center no-repeat;
		-webkit-background-size: contain;
		background-size: contain;
	}
	.mainopen header{
		position:fixed;
	}
	.mainopen header .search,
	.mainopen header .language,
	.subopen header .search,
	.subopen header .language {
		display:none;
	}
	.mainopen header .icon-close {
		display: block;
	}
	.mainopen header .icon-burger {
		display: none;
	}
	header .spFix a img{
		width:100%;
	}
	header .language:after {
		margin: 0.25em 0 0 0.1em;
		transform: none;
		content: "▼";
		border: none;
		color: #fff;
		font-size: 0.7em;
	}
	header .language:hover:after {
		margin-top: 0.4em;
	}
	header .contact,
	header .infomation {

		margin: 0;
	}
*/
	/*============================
	footer
	============================*/
/*
	footer {
		max-width: 100%;
		padding-bottom: 2rem;
		min-width: 0;
		z-index: 5;
	}
	footer .ctsInner {
		width: 100%;
		padding: 0 40px;
	}
	footer:before {
		background-size: 170% 2.2em;
		height: 2.2em;
		background-position: 48% top;
		margin-top: 0;
		min-width: 0;
	}
	footer .bottomLink {
		padding: 15.7% 0 12.4%;
	}
	footer .bottomLink ul {
		max-width: 98%;
	}
	footer .bottomLink ul.sub {
		border-top:#fff 1px solid;
		margin-top: 12.2%;
		padding-top: 13.6%;
		text-align: left;
	}
	footer .bottomLink ul.sub li{
		width: 42.4%;
		vertical-align: top;
		font-size: 0.8em;
		line-height: 3.6;
	}
	footer .bottomLink ul.sub li:nth-child(2n){
		width: 56%;
	}
	footer .bottomLink li {
		font-size: 0.9em;
		margin: 0;
		letter-spacing: 0.02em;
		line-height: 4;
		width: 100%;
		text-align: left;
	}
	footer .bottomLink a {
	}
	footer .trademark {
		font-size: 0.7em;
		width: 99%;
		text-align: left;
		white-space: normal;
		margin-bottom: 1em;
		float: none;
	}
	footer .copyright {
		font-size: 0.6em;
		width: 99%;
		white-space: normal;
		letter-spacing: 0.1em;
		float: none;
		display: block;
		text-align: left;
	}
*/
	/*============================
	#openMenu
	============================*/
/*
	#openMenu {
		margin-top: 0;
		margin-left: 0;
		padding: 0 0;
		left: 0;
		width: 100%;
		max-width: 1103px;
		overflow: visible;
		position: fixed;
		top: 0;
		display: none !important;
	}
	.subopen #openMenu {
		display: block !important;
		height: 100%;
	}
	#openMenu .scroll{
		padding: 31% 11.2% 50%;
		width: 100%;
		overflow:scroll;
		overflow-x: hidden;
		box-sizing: border-box;
		height: 100vh;
		-webkit-overflow-scrolling: touch;
	}
	#openMenu .scroll:before {
		content:"";
		position:absolute;
		width: 100%;
		height:0%;
		padding-bottom: 6em;
		margin: -12.8% 0 0 0;
		left: 0;
		background: url(../img/bg_circle_top.png)no-repeat;
		background-size: contain;
		transform-origin:50% 100%;
	}
	#openMenu .scroll:after {
		content:"";
		position:absolute;
		width: 100%;
		height:0%;
		padding-bottom: 6em;
		margin: -3.8% 0 0 0;
		left:0;
		background: url(../img/bg_circle_bottom.png)no-repeat;
		background-size: contain;
		transform-origin:50% 0%;
	}
	.subopen #openMenu .scroll:before,
	.subopen #openMenu .scroll:after {
		animation-name: anime2;
		animation-duration: 0.7s;
		animation-timing-function: cubic-bezier(0.15, 0.8, 0.6, 1);
		animation-delay: 0s;
		opacity: 1;
	}
	@keyframes anime2 {
		0% {transform:scale(1.5);opacity:0}
		50% {transform:scale(1.5);opacity:0}
		100% {transform:scale(1);opacity:1}
	}
	#openMenu *{
		position:relative;
	}
	#openMenu .close {
		opacity: 1;
		right: 3em;
		margin-top: 31.4%;
		font-size: 0.8em;
		padding: 1.8em 0em;
		font-weight: normal;
		opacity: 0;
	}
	#openMenu .close:before {
		content: "";
		border-top: #ffffff 1px solid;
		width: 1.55em;
		height: 1em;
		display: block;
		position:absolute;
		margin: 38.5% 0 0 -105%;
	}
	#openMenu .close:after {
		content: "";
		border: #ffffff 1px solid;
		width: 0.9em;
		height: 0.9em;
		display: block;
		transform-origin: 0 0;
		transform: rotate(-45deg);
		border-right: 0;
		border-bottom: 0;
		position:absolute;
		margin: -36.8% 0 0 -105%;
	}
	#openMenu .menuCts h3 {
		margin-bottom: 2.6em;
		border: none;
		font-weight: 600;
		letter-spacing: 0;
	}
	#openMenu .menuCts h3 a{
		width:85%;
	}
	#openMenu .menuCts a {
		padding: 1.33em 0;
		opacity: 1;
	}
	#openMenu .menuCts a:hover {
		opacity: 1;
	}
	#openMenu .menuCts a:after {
		margin: 0.5em 0 0px 0.8em;
	}
	#openMenu .menuCts a:hover:after {
		margin-left: 0.9em;
	}
	#openMenu .menuCts li a:after {
		right: 0.9em;
		top: 50%;
		margin-top: -0.2em;
	}
	#openMenu .menuCts li:hover a:after {
		right: 0.8em;
	}
	#openMenu .menuCts aside {
		width: 100%;
		margin-top: -2.4%;
		display: block;
		font-size: 0.8em;
		font-weight: 600;
		margin-bottom: 13.8%;
	}
	#openMenu .menuCts aside a {
		opacity: 0.3;
		padding: 0.8em 0 0.7em;
		display: inline-block;
		width: 49%;
		text-align:center;
		border-bottom: #fff 1px solid;
	}
	#openMenu .menuCts aside.sp3clm a {
		width: 32%;
		letter-spacing: .1em;
	}
	#openMenu .menuCts aside a + a {
		margin-left:1%;
	}
	#openMenu .menuCts aside a.current{
		background:rgba(255, 255, 255, 0.7);
		color: #2356A7;
		padding: 0.8em 0;
		border-bottom: none;
	}
	#openMenu .menuCts aside a span{
		display:block;
		font-size:0.8em;
	}
	#openMenu .menuCts li {
		border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
		width: 47.3%;
		height: 3.4em;
	}
	#openMenu .menuCts .spFull li {
		width: 100%;
	}
	#openMenu .menuCts li a {
		opacity: 1;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		font-size: 0.8em;
		line-height: 1.3;
		left: 0.5em;
	}
	#openMenu .menuCts li:nth-child(2n) {
		margin-left: 4.1%;
	}
	#openMenu .subMenu.index li:nth-child(2n) {
		margin-left: 0%;
	}
	#openMenu .menuCts .spFull li:nth-child(2n) {
		margin-left: 0;
	}
	#openMenu .subMenu {
		border-left: none;
		width: 100%;
		padding-left: 0;
		padding-bottom: 3.5em;
	}
	#openMenu .subMenu.index {
		width: 100%;
		padding-left: 0;
		border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
	}
	#openMenu .subMenu h5 {
		width: 15%;
		line-height: 4em;
		font-size: 0.85em;
	}
	#openMenu .subMenu ul.index {
		width: 85%;
	}
	#openMenu .subMenu.index li {
		width: 100%;
	}
	#openMenu .subMenu.index li:nth-of-type(odd):nth-last-child(2) {
		border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
	}
	#openMenu .subMenu h4 {
		padding: 0 0 1.1em;
		line-height: 1;
		border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
		text-align: center;
		font-size: 1.05em;
		font-weight: normal;
	}
	#openMenu .subMenu ul + h4 {
		margin-top: 2.6em;
	}
*/
	/* ==========================================
	#sidePos
	========================================== */
	#sidePos{
		margin: 0 4.6% 0 0;
	}
	#sidePos ul{
		top:45%;
	}
	#sidePos li{
		height: 2.2em;
		border-left: #2356A7 0.15em solid;
		margin-bottom: 0.3em;
	}
	#sidePos li:before {
		height: 100%;
		width: 1.6em;
		padding-bottom:0.3em;
		margin-left: -0.8em;
	}

	#sidePos li:hover {
		opacity:.3;
	}
	#sidePos li.current{
		border-left: #2356A7 0.25em solid;
		margin-left: -0.1em;
		opacity:1;
	}
}
