@charset "UTF-8";
/*
* T-connect
* main.css
*
* @date 2016-10-04
*/
html,
body {
	height: 100%;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

pre,
textarea {
	overflow: auto;
}

[hidden],
audio:not([controls]),
template {
	display: none;
}

details,
main,
summary {
	display: block;
}

input[type=number] {
	width: auto;
}

input[type=search] {
	-webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

progress {
	display: inline-block;
}

small {
	font-size: 75%;
}

sub,
sup {
	position: relative;
	vertical-align: baseline; 
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

img {
	border: 0; 
	max-width: 100%;
	height: auto;
}

button,
input,
select,
textarea {
	min-height: 1.5em;
	color: inherit;
	font-family: inherit; 
	font-weight: inherit;
	font-style: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 

	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0; 
	border: 0;
}

input {
	line-height: normal;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

ol,
ul {
	list-style: none;
}

select {
	   -moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

fieldset {
	border: 0;
}

html {
	font-size: 16px;
}

body {
	background-color: #fff;
	word-wrap: break-word; 
	color: #fff;
	font-family: "PT Serif", "serif", YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6875;

	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: underline; 
	color: #333;
}

a:hover,
a:active {
	text-decoration: none;
}

a[href^="tel:"] {
	cursor: text; 
	text-decoration: none;
}

::-moz-selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #036eb8;
	color: #fff;
	text-shadow: none;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	overflow: hidden;
	clip: rect(0 0 0 0);
	position: absolute;
	margin: -1px;
	padding: 0;
	border: 0;
	width: 1px; 
	height: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	overflow: visible;
	clip: auto;
	position: static;
	margin: 0;
	width: auto; 
	height: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

.mt-0 {
	margin-top: 0px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-15 {
	margin-top: 15px !important;
}

.mb-15 {
	margin-bottom: 15px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.align-center {
	text-align: center !important;
}

.align-left {
	text-align: left !important;
}

.align-right {
	text-align: right !important;
}

/* --------------------------------
  override
-------------------------------- */
.slick-dots {
	bottom: -32px;
	font-style: normal;
}

.slick-dots li button:before {
	opacity: 1;
	color: #88b4e0; 
	font-size: 12px;
}

.slick-dots li {
	margin: 0;
	width: 17px;
	height: 17px;
}

.slick-dots li.slick-active button:before {
	opacity: 1; 
	color: #fff;
}

/* --------------------------------
  Components
-------------------------------- */
.wrapper {
	overflow: hidden;
	margin: 0 auto; 
	max-width: 375px;
}

.main {
	opacity: 0;
}
.main.is-show {
	opacity: 1;
	transition: opacity 0.4s ease;
}

.js-obj {
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

/* globalHeader ---------------- */
.globalHeader {
	position: relative;
	height: 50px;
	background: #fff;
}
.globalHeader > .inner {
	overflow: hidden;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	max-width: 375px;
	height: 50px;
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	background: #fff;
}

.globalHeader_logo {
	float: left;
}
.globalHeader_logo a {
	display: block;
	padding: 10px 24px;
}

.globalHeader_menu {
	float: right;
	width: 50px;
	height: 100%;
	background: #f2f2f2;
}

/* links ---------------- */
.link:not(:first-child) {
	margin: 10px 0 0;
}

/* btns ---------------- */
.btns {
	margin: 10px 0 0;
	letter-spacing: -0.3em;
}

.btn {
	display: inline-block;
	margin: 0 3px;
	letter-spacing: normal;
}

/* pagetop ---------------- */
.pagetop {
	position: absolute;
	z-index: 100;
	right: 20px;
	bottom: 30px;
}

/* container ------------------- */
.container {
	position: fixed;
	z-index: 1;
	top: 0;
	margin: 50px 0 0;
	width: 100%;
	max-width: 375px;
	height: 460px;
	text-align: center;
	font-style: italic;

	-webkit-backface-visibility: hidden;

	        backface-visibility: hidden;
}
.container.container-last {
	height: 758px;
}

.container_title {
	padding: 33px 0 8px;
	font-size: 42px;
	font-weight: bold;
}

.container_title02 {
	padding: 6px 0; 
	font-size: 35px;
}

.container_subTitle {
	font-size: 28px;
	line-height: 1.25;
}

.container_lead {
	padding: 18px 0;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.junctionView .container_lead {
	background: #0db5da;
}
.offLineMap .container_lead {
	background: #1168c0;
}

.container_txt {
	font-size: 19px;
	line-height: 1.53;
}

/* convertion area --------------------- */
.convertion {
	height: 460px;
	background: #d10929 url(../img/convertion_bg.png) 50% 0 no-repeat;
	background-size: 375px 460px;
}
.convertion.convertion-01 {
	padding: 68px 0 0;
	height: 530px;
}
.convertion.convertion-02 {
	padding: 42px 0 0;
	height: 520px;
}
.convertion.convertion-03 {
	padding: 24px 0 0;
}
.convertion .btns {
	margin-top: 5px;
}

.convertion_arw {
	position: relative;
	margin: 0 auto 33px;
	padding: 2px 0 3px;
	width: 295px;
	background: #fff;
	color: #d10929;
	font-size: 17px;
}
.convertion_arw:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	top: auto;
	right: 0;
	bottom: 0;
	bottom: -19px;
	left: 0;
	margin: auto;
	width: 46px;
	height: 20px;
	background: url(../img/convertion_arw.png) 0 0 no-repeat;
	background-size: 46px 20px;
}

.convertion_note {
	margin: 20px 0 0;
	font-size: 15px;
}
.convertion_note.convertion_note-ex {
	margin-top: 10px;
}
.convertion-03 .convertion_note {
	margin-top: 10px;
}
.convertion-03 .convertion_note + .convertion_note {
	margin-top: 0px;
}
.convertion_note a {
	text-decoration: underline; 
	color: #fff;
}
.convertion_note sup {
	display: inline-block;
	text-decoration: none;
}

.convertion_txt {
	position: relative;
	margin: 53px auto 20px;
	width: 318px;
	height: 75px;
}
.convertion-02 .convertion_txt {
	margin-top: 30px;
}
.convertion-03 .convertion_txt {
	margin-top: 20px;
}
.convertion_txt span {
	display: block;
	position: absolute;
	top: 0; 
	left: 0;
}
.convertion_txt .txt {
	z-index: 3;
}
.convertion_txt .border {
	overflow: hidden;
	z-index: 2;
	top: 29px;
	left: -7px;
	width: 323px;
	height: 49px;
}
.convertion_txt .border img {
	position: absolute;
	top: 0;
	left: 0;
	width: 323px;
	max-width: 323px;
	height: auto;
}
.convertion_txt .arrow {
	z-index: 4; 
	top: 50px;
	left: 97px;
}

/* --------------------------------
  .cover
-------------------------------- */
.cover {
	background: #fdbc17 url(../img/cover_bg.png) 50% 0 repeat-y;
	background-size: 375px 7px;
}
.cover > .inner {
	overflow: hidden; 
	position: relative;
	width: 375px;
	height: 460px;
}

.cover_img {
	position: absolute;
	z-index: 1;
}
.cover_img.cover_img-01 {
	top: 14px;
	left: 25px;
}
.cover_img.cover_img-02 {
	top: 160px;
	left: 23px;
}
.cover_img.cover_img-03 {
	top: 306px;
	left: 22px;
}
.cover_img.cover_img-04 {
	top: 0;
	left: 0;
}
.cover_img.cover_img-05 {
	top: 0;
	right: 0;
	width: 135px;
	height: 233px;
}
.cover_img.cover_img-05 img {
	position: absolute;
	top: 0;
	left: 0;
}
.cover_img.cover_img-06 {
	top: 303px;
	right: -41px;
	width: 269px;
	height: 157px;
}
.cover_img.cover_img-06 img {
	position: absolute;
	top: 0;
	left: 0;
}

.cover_lead {
	position: absolute;
	top: 100px;
	left: 41px;
	text-align: left;
	font-size: 21px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.39;
}

.cover_title {
	position: absolute;
	top: 257px;
	left: 37px;
}

.cover_txt {
	position: absolute;
	top: 317px;
	left: 42px;
	width: 134px;
	height: 118px;
}
.cover_txt img {
	position: absolute;
	top: 0;
	left: 0;
}

.change_02 {
	display: none;
}

.cover_ribon {
	position: absolute;
	top: 59px;
	left: 0;
}

.cover_scroll {
	position: absolute;
	z-index: 10; 
	bottom: 25px;
	left: 40px;
}

/* --------------------------------
  .junction
-------------------------------- */
.junction {
	background: #0db5da;
	background-size: 375px 114px;
}
.junction .container_title {
	position: relative;
	z-index: 2;
}
.junction .container_title .first {
	display: inline-block;
}
.junction .container_title .flip {
	display: inline-block;
	opacity: 0; 
	position: absolute;
	right: 0;
	left: 0;
}
.junction .container_icon {
	opacity: 0;
	position: relative;
	z-index: 1;
	background: url(../img/junction_img_02.png) 50% 0 no-repeat;
	background-size: 295px auto;
}
.junction .container_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/junction_bg.png) 50% 0 repeat-y;
	background-size: 375px auto;
}

/* --------------------------------
  .map
-------------------------------- */
.map {
	background: #1168c0;
}
.map .container_title {
	position: relative;
	top: -4px;
	margin-bottom: 25px;
	height: 85px;
}
.map .container_title .first {
	display: inline-block;
}
.map .container_title .flip {
	display: inline-block;
	opacity: 0;
	position: absolute;
	right: 0;
	left: 0;
	font-size: 36px;
	line-height: 1;
}
.map .container_icon {
	opacity: 0; 
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 295px;
	height: 295px;
}
.map .container_icon span {
	display: inline-block; 
	position: absolute;
	top: 0;
	left: 0;
}
.map .container_icon .second {
	opacity: 0;
	z-index: 2;
}
.map .container_icon .third {
	opacity: 0;
	z-index: 3;
}
.map .container_icon .four {
	opacity: 0;
	z-index: 4;
}
.map .container_icon .five {
	opacity: 0;
	z-index: 5;
}
.map .container_obj {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.map .container_bg {
	overflow: hidden; 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 375px;
}
.map .container_bg img {
	display: inline-block;
	max-width: 1500px;
}

/* --------------------------------
  .junctionView
-------------------------------- */
.junctionView {
	height: 995px;
	background: #002d4a;
}
.junctionView > .inner {
	padding: 110px 0 0;
	height: 931px;
	background: url(../img/junctionview_bg_top.jpg) 50% 0 no-repeat, url(../img/junctionview_bg_bottom.jpg) 50% 100% no-repeat;
	background-size: 375px 385px, 375px 385px;
}

.junctionView_section {
	margin: 55px 0 0;
}

.junctionView_txt01 {
	margin: 40px 0 0;
	font-size: 20px;
	line-height: 1.45;
}

.junctionView_txt02 {
	margin: 10px 0 45px; 
	font-size: 18px;
	line-height: 1.61;
}

/* --------------------------------
  .offLineMap
-------------------------------- */
.offLineMap {
	height: 951px;
	background: #39342c;
}
.offLineMap > .inner {
	padding: 95px 0 0;
	height: 869px;
	background: url(../img/offlinemap_bg.jpg) 50% 0 no-repeat;
	background-size: 375px 869px;
}

.offLineMap_section {
	margin: 18px 0 0;
}

.offLineMap_txt01 {
	margin: 83px 0 0;
	font-size: 20px;
	line-height: 1.75;
}

.offLineMap_txt02 {
	margin: 16px 0 45px;
	font-size: 19px;
	line-height: 1.53;
}

.container_ico_offline {
	margin: 0 auto;
	width: 60px;
	height: 60px;
	background: url(../img/offlinemap_ico.png) 50% 0 no-repeat;
	background-size: 60px auto;
}
.container_ico_offline.is-active {
	-webkit-animation: offlineIconSprite 1.5s 1s steps(3) forwards;
	        animation: offlineIconSprite 1.5s 1s steps(3) forwards;
}

@-webkit-keyframes offlineIconSprite {
	0% {
		background-position: 50% 0;
	}
	100% {
		background-position: 50% -180px;
	}
}

@keyframes offlineIconSprite {
	0% {
		background-position: 50% 0;
	}
	100% {
		background-position: 50% -180px;
	}
}

/* --------------------------------
  .otherFunctions
-------------------------------- */
.otherFunctions {
	overflow: hidden; 
	background: #1168c0;
}

.otherFunctions_title {
	padding: 44px 0 18px; 
	font-size: 20px;
	line-height: 1.4;
}

.otherFunctions_sections {
	margin: auto; 
	width: 375px;
}

.otherFunctions_section {
	float: left;
	font-size: 12px;
	font-style: normal;
	line-height: 1.33;
}
.otherFunctions_section > .inner {
	position: relative;
	margin: auto;
	padding: 0 5px; 
	width: 222px;
	height: 269px;
	background: #094082 url(../img/otherFunctions_section_bg.png) 50% 0 no-repeat;
	background-size: 222px 45px;
}
.otherFunctions_section > .inner figure {
	margin: 0 0 12px;
}
.otherFunctions_section > .inner figure img {
	display: inline;
}

.otherFunctions_section_title {
	display: table-cell;
	padding: 10px 0;
	width: 212px;
	height: 68px;
	text-align: center; 
	vertical-align: middle;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3;
}

/* --------------------------------
  .notOnlyThis
-------------------------------- */
.notOnlyThis {
	background: #fdbc17;
	color: #1168c0;
}

.notOnlyThis_title {
	display: inline-block;
	position: relative;
	margin: 45px 0 41px;
	font-size: 27px;
	line-height: 1;
}
.notOnlyThis_title:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	bottom: -4px;
	left: 0;
	left: -34px;
	margin: auto;
	width: 22px;
	height: 29px;
	background: url(../img/notonlythis_title_before.png) 0 0 no-repeat;
	background-size: 22px 29px;
}
.notOnlyThis_title:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	right: -34px;
	bottom: 0;
	bottom: -4px;
	margin: auto;
	width: 22px;
	height: 29px;
	background: url(../img/notonlythis_title_after.png) 0 0 no-repeat;
	background-size: 22px 29px;
}
.notOnlyThis_title span {
	display: block;
	font-size: 15px;
}

.notOnlyThis_section {
	position: relative;
	margin: auto;
	padding: 31px 0 0;
	width: 294px;
	background: #1168c0;
	font-size: 14px;
	line-height: 1.43;
}
.notOnlyThis_section:not(:first-child) {
	margin-top: 30px;
}
.notOnlyThis_section > .inner {
	padding: 30px 0 15px; 
	background: #fff;
}
.notOnlyThis_section img {
	position: absolute;
	top: -20px;
	right: 0;
	left: 0;
	margin: auto;
}

.notOnlyThis_section_title {
	margin: 0 0 2px;
	font-size: 23px;
	line-height: 1.02;
}

/* --------------------------------
  .footer
-------------------------------- */
.footer {
	padding: 39px 0 100px;
	background: #404040;
}

.copyright {
	padding: 25px 0;
	font-size: 9px;
	font-style: normal;
	line-height: 1.444;
}

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}