@charset "UTF-8";


body {
  background: #000;
}

/*花火大会*/
.hanabi2018 a {
	text-decoration: none;
	color: #fff;
}
.hanabi2018 a:hover {
	color: #e4d7ff;
}
.hanabi2018 img {
	z-index: 2;
}


/*フォント*/
.hanabi2018 .yumincho {
	font-family: "Yu Mincho", "YuMincho";
}
.hanabi2018 .koburina {
	font-family: "Koburina Gothic W3 JIS2004", YuGothic, sans-serif;
}
.hanabi2018 .yugothic {
	font-family: "yu Gothic";
}
.hanabi2018 {
	background-color: #0d1c2c;
	overflow-wrap: break-word;
	word-wrap: break-word;
}


/*花火大会　メインビジュアル*/
.hanabi2018-container {
	width: 100%;
	height: 650px;
	background: #020308;
}
.hanabi2018-wrap {
	max-width: 1280px;
	height: 650px;
	margin: auto;
	background: url(../images/rainbow2018/hanabi2018-mainvrbg.png) right bottom no-repeat;
}
.hanabi2018-inner .comments {
	font-size: 1.2rem;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
}
.hanabi2018-inner {
	width: 1180px;
	height: inherit;
	margin: auto;
	position: relative;
}

@media screen and (max-width: 768px) {
.hanabi2018-wrap {
    height: 100vh;
	background: url(../images/rainbow2018/hanabi2018-mainvrbg-sp.png) top no-repeat,  #020308;
	background-size: cover;
}
.hanabi2018-container {
	height: auto;
}
}
@media screen and (max-width: 320px) {
.hanabi2018-wrap {
    height: calc(100vh - 80px);
}
}

@media screen and (max-width: 980px) {
.hanabi2018-inner {
	width: 100%;
}
}
.hanabi2018-mainvr {
	width: 475px;
	padding: 98px 0 0 94px;
}
.hanabi2018-mv-caption {
	color: #787a8a;
	margin: 20px;
	position: absolute;
	bottom: 0;
  text-shadow:0px 0px 6px #030508;
}


@media screen and (max-width: 768px) {
.hanabi2018-mainvr {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}
.hanabi2018-mainvr img {
    width: calc(100% - 50px);
    margin: 25px 25px 0 25px;
}
.hanabi2018-mv-caption {
	bottom: 90px;
}
}
.hanabi2018-maintext {
	margin-top: 35px;
	padding: 20px 0 10px 0;
	text-align: center;
	background-color: rgba(238,238,238,0.2);
	color: #fff;
}
.hanabi2018-maintext .month {
	font-size: 2.4rem;
	font-weight: bold;
	font-feature-settings : "palt" 1;
	-webkit-font-feature-settings : "palt" 1;
	-mos-font-feature-settings : "palt" 1;
	-ms-font-feature-settings : "palt" 1;
}
.hanabi2018-maintext .month span {
	font-size: 3.4rem;
  letter-spacing: -0.2rem;
}
.hanabi2018-maintext .day {
	font-size: 2.3rem;
	font-weight: bold;
	font-feature-settings : "palt" 1;
}
.hanabi2018-maintext .day .day-blue {
	background-color: #3f76c7;
	padding: 5px;
	border-radius: 50%;
	line-height: 1;
	margin: 0 2px;
	display: inline-block;
}


@media screen and (max-width: 768px) {
.hanabi2018-maintext {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100%;
	background-color: rgba(4,6,10,0.75);
	margin-top: 0;
	padding: 10px 0 15px 0;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
}
.hanabi2018-maintext .month {
	font-size: 1.5rem;
}
.hanabi2018-maintext .month span {
	font-size: 2.1rem;
}
.hanabi2018-maintext .day {
	font-size: 1.4rem;
}
}


/*アンカーリンク*/
.hanabi2018-nav {
	height: 92px;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 1.4rem;
	font-family: yu Gothic;
}


@media screen and (max-width: 980px) {
.hanabi2018-nav {
	padding: 0 15px;
}
}
.hanabi2018-nav ul {
	height: inherit;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.hanabi2018-nav li {
	padding: 0 30px;
	position: relative;
	text-align: center;
}


@media screen and (max-width: 980px) {
.hanabi2018-nav li {
	padding: 0 25px;
}
}
.hanabi2018-nav li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	height: 13px;
	border-left: 1px solid #fff;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(30deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(30deg);
	transform: translateX(-50%) translateY(-50%) rotate(30deg);
	z-index: 1;
}
.hanabi2018-nav li:first-of-type::before {
	content: none;
}
.hanabi2018-nav li:first-of-type {
	padding-left: 0;
}
.hanabi2018-nav li:last-of-type {
	padding-right: 0;
}
.hanabi2018-nav li a {
	display: block;
	height: 92px;
	line-height: 92px;
	box-sizing: border-box;
	position: relative;
}
.hanabi2018-nav li a.line2 {
	display: block;
	height: 92px;
	line-height: 23px;
	padding: 25px 0 0 0;
}
.hanabi2018-nav li a.line2-tab {
	padding: 0;
}


@media screen and (max-width: 980px) {
.hanabi2018-nav li a.line2-tab {
	line-height: 23px;
	padding: 25px 0 0 0;
}
}
.hanabi2018-nav li a:hover::after {
	content: "";
	width: 36px;
	height: 18px;
	background: url(../images/rainbow2018/hanabi2018-icon-hover.png) no-repeat;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
	transition-property: all;
	transition: 0.3s linear;
}


@media screen and (max-width: 768px) {
.hanabi2018-nav {
	height: auto;
	border-bottom: none;
	font-size: 1.2rem;
	padding: 0;
}
.hanabi2018-nav ul {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #69727c;
	border-bottom: 1px solid #69727c;
}
.hanabi2018-nav li {
	padding: 0;
	width: 50%;
	float: left;
	border-top: 1px solid #69727c;
	box-sizing: border-box;
}
.hanabi2018-nav li::before {
	content: none;
}
.hanabi2018-nav li:first-of-type {
	width: 100%;
	border-top: none;
}
.hanabi2018-nav li:nth-child(3), .hanabi2018-nav li:nth-child(5) {
	border-left: 1px solid #69727c;
}
.hanabi2018-nav li a, .hanabi2018-nav li a.line2-tab, .hanabi2018-nav li a.line2 {
	height: 46px;
	padding: 8px 0 0 0;
	line-height: 1.37;
    -webkit-transition: none;
    transition: none;
}
.hanabi2018-nav li a:hover::after {
	content: none;
}
}
.hanabi2018-content {
	font-family: "Yu Gothic", "YuGothic";
}
.hanabi2018-content h2 {
	font-family: "Yu Mincho", "YuMincho";
	font-weight: normal;
}
.hanabi2018-content .content-no1 {
	margin-top: 110px;
	margin-bottom: 50px;
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.hanabi2018-content .content-no1 h2 {
	font-size: 2.8rem;
	line-height: 5.6rem;
	letter-spacing: 0.1rem;
}
.hanabi2018-content .content-no1 .content-left {
  width: 50%;
	z-index: 3;
	position: relative;
  float: left;
}
.hanabi2018-content .content-no1 .content-right {
  width: calc(50% - 65px);
  padding-left: 65px;
  float: right;
}
.hanabi2018-content .content-no1 .content-right .content-caption {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 4.8rem;
	letter-spacing: 0.08rem;
}


.video{
  position:relative;
  width: 100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}




@media screen and (max-width: 980px) {
.hanabi2018-content .content-no1 .content-right {
	margin-left: 15px;
	margin-right: 15px;
	width: 100%;
}
}

@media screen and (max-width: 768px) {
.hanabi2018-content .content-no1 {
	display: block;
	padding: 55px 15px 0px;
	box-sizing: border-box;
	margin: 0;
}
.hanabi2018-content .content-no1 .content-left img {
	width: 100%;
}
.hanabi2018-content .content-no1 .content-right {
	margin-left: 0;
	margin-top: 30px;
	width: 100%;
}
}

@media screen and (max-width: 767px) {
.hanabi2018-content .content-no1 .content-left {
  width: 100%;
  float: none;
}
.hanabi2018-content .content-no1 .content-right {
  width: 100%;
  padding: 0;
  float: none;
}

.hanabi2018-content .content-no1 .content-right .content-caption {
	line-height: 1.7;
}
}



/*共通タイトル*/
.hanabi2018-ttl {
	color: #dbcbfc;
	padding-bottom: 35px;
	position: relative;
	margin-bottom: 40px;
}
.hanabi2018-ttl::before {
	content: "";
	width: 140px;
	left: 50%;
	bottom: 0;
	height: 1px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	background: linear-gradient(-167deg, #f0c5f6, #c3e9f9);
}
.hanabi2018-ttl img {
	display: block;
	margin: auto;
	width: 107px;
}
.hanabi2018-caption-wrap {
	width: 100%;
	text-align: center;
}
.hanabi2018-caption {
	padding-top: 25px;
	font-size: 1.5rem;
	font-family: Trajan;
	text-align: center;
	display: inline-block;
	margin: auto;
	background: -webkit-linear-gradient(-167deg, #f0c5f6, #c3e9f9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hanabi2018-ttl-text {
	font-size: 2.8rem;
	text-align: center;
}
.hanabi2018-content .content-no2 {
	margin-top: 110px;
	margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
.hanabi2018-content .content-no2 {
	margin-top: 70px;
	margin-bottom: 50px;
}
.hanabi2018-content .content-no1 h2 {
	font-size: 1.7rem;
      text-align: center;
}
.hanabi2018-ttl{
    padding-bottom: 20px;
  }
.hanabi2018-ttl-text {
	font-size: 1.7rem;
	text-align: center;
}
.hanabi2018-caption {
	font-size: 1rem;
  padding-top: 15px;
}
}


/*花火を観ながら楽しめるナイトスポット_リスト*/
.hanabi2018-spot-list {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1.5rem;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.hanabi2018-spot-list li {
	margin-bottom: 40px;
	z-index: 2;
}
.hanabi2018-spot-list::after {
	content: "";
	display: block;
	width: 375px;
}
.hanabi2018-spot-ttl {
	margin-top: 15px;
}
.hanabi2018 .btn-wrap {
	margin: auto;
	z-index: 3;
	position: relative;
}
.hanabi2018 .btn-wrap .btn-white:hover, .hanabi2018 .btn-wrap .btn-black:hover, .hanabi2018 .btn-wrap .btn-sns:hover {
	opacity: 0.8;
	transition-property: all;
	transition: 0.3s linear;
}
.hanabi2018 .btn-wrap .btn-white {
	background-color: #fff;
	color: #0d1c2c;
	font-size: 1.4rem;
	width: 480px;
	line-height: 52px;
	position: relative;
  display: inline-block;
}
.hanabi2018 .btn-wrap .btn-white::before {
	content: "";
	width: 14px;
	height: 11px;
	background-image: url(../images/rainbow2018/hanabi2018-linkbtn.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 29px;
}
.hanabi2018 .btn-wrap .btn-black {
	background-color: #0d1c2c;
	color: #fff;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.04rem;
	width: 480px;
	line-height: 52px;
	position: relative;
  display: inline-block;
}
.hanabi2018 .btn-wrap .btn-black::before {
	content: "";
	width: 18px;
	height: 6px;
	background-image: url(../images/rainbow2018/hanabi2018-linkarrow.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-right: 29px;
}
.hanabi2018 .btn-wrap .btn-sns {
	background: linear-gradient(-167deg, #f0c5f6, #c3e9f9);
	color: #0d1c2c;
	font-size: 1.6rem;
	width: 282px;
	line-height: 52px;
	position: relative;
  display: inline-block;
}
.hanabi2018 .btn-wrap .btn-sns + .btn-sns {
	margin-left: 24px;
}

@media screen and (max-width: 980px) {
.hanabi2018-spot-list {
	margin: 0 15px 40px;
}
.hanabi2018-spot-list li {
	margin-bottom: 20px;
	width: calc(50% - 5px);
}
.hanabi2018-spot-list li img {
	width: 100%;
}
.hanabi2018-spot-ttl {
	margin-top: 10px;
	font-size: 1.4rem;
}
.hanabi2018 .btn-wrap {
	margin: 0;
}
.hanabi2018 .btn-wrap .btn-white, .hanabi2018 .btn-wrap .btn-black {
	width: 100%;
	font-size: 1.3rem;
}
.hanabi2018 .btn-wrap .btn-white {
	width: calc(100% - 30px);
	margin: 0 15px;
}
}

@media screen and (max-width: 768px) {
.hanabi2018 .btn-wrap .btn-sns {
	width: 60%;
}
.hanabi2018 .btn-wrap .btn-sns + .btn-sns {
	margin-left: 0;
	margin-top: 30px;
}
}

@media screen and (max-width: 414px) {
.hanabi2018 .btn-wrap .btn-black.col2-414 {
	line-height: 26px;
	padding: 5px 0;
}
}

@media screen and (max-width: 320px) {
.hanabi2018 .btn-wrap .btn-black.col2-320, .hanabi2018 .btn-wrap .btn-white.col2-320 {
	line-height: 26px;
	padding: 5px 0;
}
}
/*バックナンバー_リスト*/
.hanabi2018-backnumber-list {
}
.hanabi2018-backnumber-list .backnumber-left {
	float: left;
}
.hanabi2018-backnumber-list .backnumber-right {
	float: right;
	position: relative;
	z-index: 3;
}
.hanabi2018 .access-ttl {
	color: #e4d7ff;
	text-align: center;
	margin-bottom: 55px;
	font-size: 1.4rem;
	letter-spacing: 0.04rem;
}
.backnumber-col {
	margin-bottom: 30px;
}
.backnumber-wrap {
	margin-bottom: 30px;
}

@media screen and (max-width: 980px) {
.hanabi2018-backnumber-list .backnumber-left {
	float: none;
}
.hanabi2018-backnumber-list .backnumber-right {
	float: none;
}
.hanabi2018-backnumber-list .backnumber-right img, .hanabi2018-backnumber-list .backnumber-left img {
	width: 100%;
}
.hanabi2018 .backnumber-col {
	width: calc(50% - 5px);
	width: -webkit-calc(50% - 6px);
	float: left;
	margin-bottom: 10px;
}
.hanabi2018 .backnumber-col + .backnumber-col {
	margin-left: 10px;
}
.hanabi2018 .backnumber-col img {
	width: 100%;
}
.hanabi2018 .backnumber-wrap {
	margin-bottom: 10px;
}
}
.hanabi2018 .access-map {
	height: 510px;
	position: relative;
}
.hanabi2018 .access-map::before {
	content: "";
	background: url(../images/rainbow2018/hanabi2018-access-bg.png) no-repeat;
	width: calc(100% - 40px);
	height: 135px;
	position: absolute;
	top: -135px;
	left: 40px;
}

@media screen and (max-width: 980px) {
.hanabi2018 .access-map::before {
	content: none;
/*
	width: 100%;
	left: 0;
	background-size: cover;
*/
}
}
.hanabi2018 .access-map iframe {
	width: 100%;
	height: 510px;
}
.hanabi2018 .access-map-info {
	display: flex;
	background-color: #fff;
	padding: 27px 0;
}
.hanabi2018 .access-map-ttl {
	font-family: "Yu Mincho", "YuMincho";
	font-weight: normal;
	letter-spacing: 0.12rem;
	margin: 0 45px 0 180px;
}
.hanabi2018 .access-map-ttl-public {
	font-family: "Yu Mincho", "YuMincho";
	font-weight: normal;
	letter-spacing: 0.12rem;
	font-size: 2.4rem;
	text-align: center;
}

@media screen and (max-width: 980px) {
.hanabi2018 .access-map-ttl {
	margin: 0 15px;
	min-width: 100px;
}
}

@media screen and (max-width: 768px) {
.hanabi2018 .access-map-ttl-public {
	font-size: 1.7rem;
}
}

@media screen and (max-width: 414px) {
.hanabi2018 .access-map-info {
	display: block;
	padding: 0 15px 40px;
}
.hanabi2018 .access-map-ttl {
	padding: 20px 0;
	margin: 0;
	width: 100%;
}
}
.hanabi2018 .access-map-txt-public {
	text-align: center;
	margin: 20px 0 30px 0;
	line-height: 2.28;
}
.hanabi2018 .access-map-info-col2 {
	background-color: #fff;
	padding: 40px 55px;
	margin-top: 88px;
	width: calc((100% - 4px) / 2);
	box-sizing: border-box;
	float: left;
	position: relative;
}
.hanabi2018 .access-map-info-col2:first-of-type::before {
	content: "";
	width: 115px;
	height: 60px;
	background: #fff;
	border-radius: 60px 60px 0 0;
	left: 50%;
	top: -46px;
	position: absolute;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
}
.hanabi2018 .access-map-info-col2:first-of-type::after {
	content: "";
	width: 34px;
	height: 41px;
	background: url(../images/rainbow2018/hanabi2018-icon-train.png) center center no-repeat;
	left: 50%;
	top: -25px;
	position: absolute;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
}
.hanabi2018 .access-map-info-col2:nth-child(2)::before {
	content: "";
	width: 115px;
	height: 60px;
	background: #fff;
	border-radius: 60px 60px 0 0;
	left: 50%;
	top: -46px;
	position: absolute;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
}
.hanabi2018 .access-map-info-col2:nth-child(2)::after {
	content: "";
	width: 40px;
	height: 38px;
	background: url(../images/rainbow2018/hanabi2018-icon-bus.png) center center no-repeat;
	left: 50%;
	top: -25px;
	position: absolute;
	transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
}
.hanabi2018 .access-map-info-col2 + .access-map-info-col2 {
	margin-left: 4px;
}

@media screen and (max-width: 980px) {
.hanabi2018 .access-map-info-col2 {
	width: 100%;
}
.hanabi2018 .access-map-info-col2 + .access-map-info-col2 {
	margin-left: 0;
}
}

@media screen and (max-width: 414px) {
.hanabi2018 .access-map-info-col2 {
	padding: 40px 15px;
}
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.mb30 {
	margin-bottom: 30px;
}
.hanabi2018 .sns-wrap {
	background-color: rgba(95,127,160,0.2);
	margin: 80px 0 0 0;
	padding: 50px 0 60px 0;
	text-align: center;
}
.hanabi2018 .sns-ttl {
	color: #fff;
	font-family: "Yu Mincho", "YuMincho";
	margin-bottom: 40px;
}
.hanabi2018 .btn-sns-icon {
	vertical-align: middle;
	margin-right: 10px;
	width: auto;
	width: -moz-fit-content;
}
.hanabi2018-event-table {
	color: #fff;
	max-width: 1000px;
	margin: auto;
}
.hanabi2018-event-table tr {
	border-bottom: 1px solid #a9b2bb;
}
.hanabi2018-event-table tr:last-of-type {
	border-bottom: none;
}
.hanabi2018-event-table tr th {
	min-width: 150px;
	font-weight: normal;
}
.hanabi2018-event-table tr td {
	padding-left: 62px;
	border-left: 1px solid #a9b2bb;
}
.hanabi2018-event-table tr th, .hanabi2018-event-table tr td {
	padding-top: 29px;
	padding-bottom: 29px;
}

@media screen and (max-width: 980px) {
.hanabi2018-event-table {
	width: calc(100% - 30px);
	padding: 0 15px;
	box-sizing: border-box;
}
}

@media screen and (max-width: 768px) {
.hanabi2018-event-table tr th {
	min-width: 100px;
}
.hanabi2018-event-table tr td {
	padding-left: 15px;
	max-width: 70%;
}
.hanabi2018-event-table tr th, .hanabi2018-event-table tr td {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.hanabi2018-event-list {
	color: #fff;
	max-width: 1000px;
	margin: auto;
}
.hanabi2018-event-list > li::after {
	content: "";
	display: block;
	clear: both;
}
.hanabi2018-event-list > li {
	border-bottom: 1px solid #a9b2bb;
	margin: 14px 0;
	font-size: 1.4rem;
	line-height: 2.28rem;
}

.hanabi2018-event-list > li a {
    text-decoration: underline;
}
.hanabi2018-event-list > li a:hover {
    text-decoration: none;
}
.hanabi2018-event-list > li i {
    font-size: 2rem;
    display: inline;
    vertical-align: sub;
}

.hanabi2018-event-list .list-ttl {
	min-width: 150px;
	float: left;
	text-align: center;
	margin-bottom: 14px;
	padding: 14px 0;
}
.hanabi2018-event-list .list-contents {
	float: left;
	width: calc(100% - 151px);
	border-left: 1px solid #a9b2bb;
	box-sizing: border-box;
	margin-bottom: 14px;
	padding: 14px 0 14px 62px;
}
.hanabi2018-event-list .list-contents .ttl {
	font-weight: bold;
}

@media screen and (max-width: 980px) {
.hanabi2018-event-list {
	width: calc(100% - 30px);
	padding: 0;
	box-sizing: border-box;
}
}

@media screen and (max-width: 768px) {
.hanabi2018-event-list .list-ttl {
	min-width: 100px;
}
.hanabi2018-event-list .list-contents {
	width: calc(100% - 101px);
	margin-bottom: 14px;
	padding: 14px 0 14px 14px;
}
}
.br-tab-none {
	display: block;
}
.br-sp {
	display: none;
}
.br-sp375 {
	display: none;
}
.br-sp320 {
	display: none;
}
.br-tab {
	display: none;
}


/*タブレットで切り替え*/
@media screen and (max-width: 980px) {
.br-tab {
	display: block;
}
.br-tab-none {
	display: none;
}
}

@media screen and (max-width: 414px) {
.br-sp {
	display: block;
}
}

@media screen and (max-width: 375px) {
.br-sp375 {
	display: block;
}
}

@media screen and (max-width: 320px) {
.br-sp320 {
	display: block;
}
}


/*背景_花火*/
.hanabi2018 #section5 {
	margin-bottom: 130px;
}
.hanabi2018 #section1, #section2, #section3, #section4, #section5 {
	position: relative;
}
.hanabi2018 #section1 img.obj, #section3 img.obj, #section5 img.obj {
	position: absolute;
}
.hanabi2018 #section1 img.obj.obj1 {
	top: 0px;
	margin-left: calc(100% - 200px);
	width: 167px;
	transform: rotate(3.54deg);
	animation: anime1 4s linear 0s infinite normal;
}
.hanabi2018 #section1 img.obj.obj2 {
	top: 413px;
	margin-left: calc(70% - 108px);
	width: 108px;
	transform: rotate(-23.95deg);
	animation: anime1 4s linear 1s infinite normal;
}
.hanabi2018 #section1.obj.obj-border1::before {
	content: "";
	width: 500px;
	height: 1px;
	top: 750px;
	left: -240px;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section1.obj.obj-border1::after {
	content: "";
	width: 500px;
	height: 1px;
	top: 580px;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section2::before {
	content: "";
	width: 500px;
	height: 1px;
	top: -50px;
	left: -240px;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section2::after {
	content: "";
	width: 500px;
	height: 1px;
	top: -120px;
	left: -100px;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section3::before {
	content: "";
	width: 260px;
	height: 1px;
	top: -500px;
	right: 0px;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section3::after {
	content: "";
	width: 400px;
	height: 1px;
	top: -500px;
	right: 0%;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section4::before {
	content: "";
	width: 500px;
	height: 1px;
	top: 40px;
	left: -300px;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section4::after {
	content: "";
	width: 200px;
	height: 1px;
	top: -70px;
	left: 20px;
	border-top: 1px solid #e4d7ff;
	transform: rotate(-45deg);
	opacity: 0.2;
	position: absolute;
}
.hanabi2018 #section3 img.obj.obj1 {
	top: -130px;
	margin-left: calc(90% - 177px);
	width: 177px;
	transform: rotate(3.54deg);
	animation: anime1 4s linear 0s infinite normal;
}
.hanabi2018 #section3 img.obj.obj2 {
	top: 10px;
	margin-left: calc(80% - 91px);
	width: 91px;
	transform: rotate(-23.95deg);
	animation: anime1 4s linear 1s infinite normal;
}
.hanabi2018 #section3 img.obj.obj3 {
	top: -60px;
	margin-left: 50px;
	width: 107px;
	transform: rotate(3.54deg);
	animation: anime1 4s linear 0s infinite normal;
}
.hanabi2018 #section3 img.obj.obj4 {
	top: 70px;
	margin-left: 150px;
	width: 83px;
	transform: rotate(-23.95deg);
	animation: anime1 4s linear 1s infinite normal;
}
.hanabi2018 #section3 img.obj.obj5 {
	top: -60px;
	margin-left: 50px;
	width: 107px;
	transform: rotate(3.54deg);
	animation: anime2 4s linear 0s infinite normal;
}
.hanabi2018 #section3 img.obj.obj6 {
	top: 70px;
	margin-left: 150px;
	width: 83px;
	transform: rotate(-23.95deg);
	animation: anime2 4s linear 1s infinite normal;
}
.hanabi2018 #section5 img.obj.obj1 {
	top: -80px;
	margin-left: 20px;
	width: 215px;
	transform: rotate(3.54deg);
	animation: anime1 4s linear 0s infinite normal;
}
.hanabi2018 #section5 img.obj.obj2 {
	top: 10px;
	margin-left: calc(80% - 140px);
	width: 140px;
	transform: rotate(-23.95deg);
	animation: anime1 4s linear 1s infinite normal;
}


/*花火の点滅*/
@keyframes anime1 {
 0% {
transform: scale(0);
}
 20% {
transform: scale(0);
}
 40% {
transform: scale(1);
}
 80% {
transform: scale(1.05);
opacity: 1;
}
 100% {
transform: scale(1.08);
opacity: 0;
}
}

/*花火回転*/
@keyframes anime2 {
 0% {
transform: rotate(0);
}
 100% {
transform: rotate(360deg);
}
}

@media screen and (max-width: 768px) {
.hanabi2018 #section1 img.obj.obj1 {
	display: none;
}
.hanabi2018 #section3 img.obj.obj1 {
	display: none;
}
}

@media screen and (max-width: 414px) {
.hanabi2018 #section1.obj.obj-border1::after {
	content: none;
}
.hanabi2018 #section2::after {
	content: none;
}
.hanabi2018 #section3 img.obj.obj4 {
	display: none;
}
}


/*新東京丸*/
.ship{
  background: #fff;
}

.ship a{
  text-decoration: none;
}

.ship-wrap{
	width: 100%;
	height: 640px;
	margin: auto;
	background: url(../images/ship_tokyomaru/ship-mainvr.png) right bottom no-repeat;
  background-size: cover;
}

.ship-inner {
	width: 1180px;
	height: inherit;
	margin: auto;
	position: relative;
}

.ship-mainvr{
  position: absolute;
  right: 0;
  top: 30px;
}

.ship-nav ul {
    height: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  padding: 35px 0;
}

.ship-nav li:first-of-type {
    padding-left: 0;
}

.ship-nav li {
    padding: 0 30px;
    position: relative;
    text-align: center;
  color: #0099e3;
  font-size: 1.6rem;
}

.ship-nav li a {
    display: block;
    box-sizing: border-box;
    position: relative;
}

.ship-nav li + li{
  border-left: 1px solid #67a2e4;
}

.ship-nav-arrow{
  vertical-align: middle;
  margin-left: 20px;
}

.ship #section1{
	background: url(../images/ship_tokyomaru/ship_section1_bg.png) center no-repeat;
  background-size: cover;
}

.ship .section1-wrap{
  margin: auto;
}

.ship .section1-inner{
  text-align: center;
  padding: 130px 0;
}

.ship .section1-content{
  width: 600px;
  height: 475px;
  padding: 50px 45px 55px;
  display: inline-block;
  background: rgba(255,255,255);
  z-index: 2;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.ship .section1-content::after{
    content: "";
/*    background: rgba(255,255,255,0.9);*/
  width: 600px;
  height: 475px;
  border-bottom: 20px solid rgba(255,255,255,0.9);
  border-right: 20px solid rgba(255,255,255,0.9);
    position: absolute;
    top: 0;
  left: 0;
    z-index: 1;
}
.ship .section1-content::before{
    content: "";
/*    background: rgba(255,255,255,0.9);*/
  width: 600px;
  height: 475px;
  border-top: 20px solid rgba(255,255,255,0.9);
  border-left: 20px solid rgba(255,255,255,0.9);
    position: absolute;
    top: -20px;
  left: -20px;
    z-index: 1;
}

.ship .ship-ttl{
  font-size: 3.8rem;
  color: #005cc2;
  font-family: "ten-mincho", "serif";
  font-weight: normal;
	background: -webkit-linear-gradient(-175deg, #0068dc, #00ade6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.ship .ship-ttl span{
  font-size: 3.4rem;
}


.ship .section1-content-text{
  font-size: 1.5rem;
  line-height: 2.1;
  margin-top: 30px;
}

.ship .section1-content-text .text + .text{
  margin-top: 40px;
}

.ship-ttl-option{
    margin-top: 10px;
    vertical-align: top;
}

.ship .ttl-wrap{
  text-align: center;
  margin:120px 0 75px;
}

.ship #section2{
  margin-bottom: 50px;
  position: relative;
}

.ship #section2::before{
  content:"";
  position: absolute;
  width: 240px;
  height: 240px;
  background: linear-gradient(#f0c5f6, #c3e9f9);
  background: -webkit-linear-gradient(#f0c5f6, #c3e9f9);
  transform:rotate(-45deg);
}

.ship .ship-gallery{
  width: 1180px;
  margin:auto;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  flex-wrap: -moz-wrap;
  flex-wrap: -ms-wrap;
  justify-content: space-between;
}

.gallery-min{
  flex-direction: column;
  display: flex;
   display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
}

.gallery-space{
  margin-top: 16px;
}


/* 中止等の告知 */

.att-area {
  padding: 30px 30px 0;
  background: #000;
}

.att-area-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px;
  background: rgba(255,0,0,0.2);
  color: #fff;
  box-sizing: border-box;
}

.att-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.att-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}


@media screen and (max-width: 980px) {
.att-area {
  margin-top: 50px;
}
}

@media screen and (max-width: 767px) {
.att-area {
  padding: 30px 30px 0;
  background: #000;
}

.att-area-inner {
  padding: 20px;
}

.att-ttl {
  font-size: 1.4rem;
}

.att-txt {
  font-size: 1.2rem;
}
}
