@charset "UTF-8";
/*-------------------------------------------------------------------
 *
 * File Name   : common.css
 *
-------------------------------------------------------------------*/

/*===================================================================
  init
===================================================================*/
.flex {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
 -ms-flex-wrap: wrap;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.flex-only {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
}
.flex-center {
 -webkit-justify-content: center; /* Safari */
 justify-content: center;
}
.flex-space-around {
 -webkit-justify-content: space-around; /* Safari */
 justify-content: space-around;
}
.table-cell {
 display: table-cell;
 vertical-align: middle;
}
.notSans {
 font-family: "Noto Sans JP", "メイリオ", "Meiryo";
}
.d-none {
 display: none;
}
/* 箇条書きリスト */
.txtList > li {
 padding-left: 1em;
 text-indent: -1em;
}
.txtList > li::before {
 content: "\0030fb" /* &middot; */;
}
/* 箇条書きリスト */

/* select */
select::-ms-expand {
 display: none;
}
/* select */

/*===================================================================
  body
===================================================================*/
body {
 background: #fff;
 font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3",
  "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic",
  "sans-serif";
 font-size: 100%;
 line-height: 1.4;
 vertical-align: baseline;
 color: #000;
 position: relative;
}
a:hover {
 opacity: 0.7;
}
.contentInr {
 width: 1000px;
 max-width: 100%;
 margin: 0 auto;
}
.contentSubInr {
 padding: 0 32px;
}

/*===================================================================
  wrapper
===================================================================*/
#wrapper {
 display: block;
 padding-top: 91px;
}
@media screen and (max-width: 767px) {
 #wrapper {
  padding-top: 14%;
 }
}

/*===================================================================
  header
===================================================================*/
header {
 width: 100%;
 position: absolute;
 z-index: 1000;
 background: #000;
}
header h1 {
 background: #fff;
 float: left;
}
.headerInr {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}
.headerInr .logo {
 width: 177px;
}
.headerInr ul.gNavi {
 display: flex;
 width: 800px;
 justify-content: space-between;
 font-size: 14px;
 float: right;
}
.headerInr ul.gNavi li a {
 color: #fff;
}
.headerInr .pcSubMenu {
 display: flex;
 float: right;
}
.headerInr .pcSubMenu .pcSubMenuInr {
 display: flex;
 width: 210px;
 margin: 15px 0;
 justify-content: space-between;
 align-items: center;
 font-size: 12px;
}
.headerInr .pcSubMenu .pcSubMenuInr a {
 color: #fff;
}
header .headerInr .pcSubMenu .fanBtn {
 display: block;
 width: 110px;
 padding: 5px 30px 5px 8px;
 background: #fff;
 color: #c7221e;
 transition: all 0.2s;
 position: relative;
}
header .headerInr .pcSubMenu .fanBtn:hover {
 opacity: 1;
 background: #c7221e;
 color: #fff;
 transition: all 0.2s;
}
.headerInr .pcSubMenu .fanBtn::after {
 content: "";
 display: inline-block;
 width: 12px;
 height: 10px;
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 right: 0.7em;
 z-index: 10;
 background: url(/teans/redcruisers/common/images/icon_window_off.png);
}
.headerInr .pcSubMenu .fanBtn:hover::after {
 background: url(/teans/redcruisers/common/images/icon_window_on.png);
}
.headerInr .spMenu {
 display: none;
 overflow-x: hidden;
}

/*===================================================================
  pageTtl
===================================================================*/
.pageTtlInr {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 padding: 69px 0;
 color: #fff;
 font-size: 34px;
 font-weight: bold;
}

/*===================================================================
  yearLink
===================================================================*/
.yearLink {
 margin-bottom: 15px;
 text-align: right;
}
.year-label {
 display: inline-block;
 position: relative;
}
.year-label select {
 min-height: 36px;
 font-size: 20px;
 border: none;
 background: #e7e7e7;
 position: relative;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
 border-radius: 0;
 padding: 3px 42px 3px 18px;
}
.year-label::after {
 display: block;
 content: " ";
 position: absolute;
 top: 50%;
 right: 7px;
 margin-top: -5px;
 border-width: 8px 5px 0 5px;
 border-style: solid;
 border-color: #000000 transparent transparent;
 pointer-events: none;
}

/*===================================================================
  breadcrumb
===================================================================*/
.breadcrumb {
 margin-top: 5px;
 margin-bottom: 30px;
 padding: 0 5px;
}
.breadcrumbList li,
.breadcrumbList a {
 display: inline-block;
 vertical-align: middle;
 font-size: 12px;
}
.breadcrumbList a:hover {
 text-decoration: underline;
}
.breadcrumbList li:after {
 content: ">";
 display: inline-block;
 font-size: 12px;
 vertical-align: middle;
 margin-left: 5px;
}
.breadcrumbList li:last-child:after {
 display: none;
}

/*===================================================================
  anc
===================================================================*/
.ancList {
 margin-bottom: 30px;
}
.ancList li a {
 display: inline-block;
 padding: 0 25px;
 vertical-align: middle;
}
.ancList li:first-child a {
 padding-left: 0;
 border-right: 1px solid #ccc;
}
.ancList li a::after {
 content: "";
 display: inline-block;
 width: 8px;
 height: 8px;
 margin: 0 0 5px 10px;
 border-top: 2px solid #000;
 border-right: 2px solid #000;
 -webkit-transform: rotate(135deg);
 transform: rotate(135deg);
 vertical-align: middle;
}
/*===================================================================
	ttl
===================================================================*/
.ttlLv3 {
 margin-bottom: 15px;
 padding: 15px 30px;
 font-size: 20px;
 color: #fff;
 background: #c7221e;
}
.ttlLv4 {
 margin-bottom: 15px;
 padding-left: 12px;
 border-left: 4px solid #c7221e;
 font-size: 18px;
}

@media screen and (max-width: 767px) {
 /*===================================================================
		header
	===================================================================*/
 .headerInr h1 {
  width: 28%;
 }
 .headerInr .logo {
  width: 100%;
 }
 /*===================================================================
	  pageTtl
	===================================================================*/
 .pageTtlInr {
  padding: 34.5px 10px;
  font-size: 24px;
 }
 /*===================================================================
	  breadcrumb
	===================================================================*/
 .breadcrumb {
  width: 100%;
  padding: 0 10px;
 }

 /*===================================================================
		ttl
	===================================================================*/
 .ttlLv3 {
  padding: 10px 15px;
  font-size: 18px;
 }
 .ttlLv4 {
  font-size: 16px;
 }

 .spMenu {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  overflow-y: scroll;
  margin: 0;
  padding-top: 0;
  border-bottom: 1px solid #ccc;
  text-align: right;
  display: none;
  overflow: auto;
  z-index: 99;
 }
 .spMenu h1 {
  background: #fff;
  position: relative;
  z-index: 100;
 }
 .menu {
  margin-left: auto;
  padding: 2.4% 3.48%;
  width: 15%;
 }
 .menuTrigger,
 .menuTrigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
 }
 .menuTrigger {
  position: relative;
  width: 7.562vw;
  height: 7.78vw;
 }
 .menuTrigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.7825vw;
  background-color: #fff;
  border-radius: 0;
 }
 .menuTrigger span:nth-of-type(1) {
  top: 1vw;
 }
 .menu.sp.open span:nth-of-type(1) {
  top: 4vw;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 .menuTrigger span:nth-of-type(2) {
  top: 3.9987vw;
 }
 .menu.sp.open span:nth-of-type(2) {
  opacity: 0;
 }
 .menuTrigger span:nth-of-type(3) {
  bottom: 0;
 }
 .menu.sp.open span:nth-of-type(3) {
  bottom: 3vw;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }
 .spMenu .gNavi {
  background: #fff;
  text-align: left;
 }
 .spMenu .gNavi li a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  position: relative;
 }
 .spMenu .gNavi li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.8em;
  width: 0.8em;
  height: 0.8em;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
 }
 .spMenu .gNavi li a.sitemap,
 .spMenu .gNavi li a.fanBtn {
  display: block;
  width: 50%;
  float: left;
  background: #fff;
  text-align: center;
  border-bottom-width: 0;
 }
 .spMenu .gNavi li a.sitemap {
  border-right: 1px solid #ccc;
 }
 .spMenu .gNavi li a.fanBtn {
  background: #c7221e;
  color: #fff;
 }
 .spMenu .gNavi li a.sitemap::after,
 .spMenu .gNavi li a.fanBtn::after {
  border-width: 0;
 }
 .spMenu .gNavi li a.fanBtn::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0.7em;
  z-index: 10;
  background: url(/teans/redcruisers/common/images/icon_window_on.png) no-repeat;
  -webkit-transform: rotate(0);
  transform: rotate(0);
 }
 /*===================================================================
	  anc
	===================================================================*/
 .ancList {
  padding: 0 10px;
 }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
 .headerInr {
  padding: 0 10px;
 }
 .headerInr ul.gNavi {
  width: 70%;
 }
 .headerInr ul.gNavi li a {
  font-size: 14px;
 }
}

/*===================================================================
  footer
===================================================================*/
footer {
 border-top: 1px solid #ccc;
 text-align: center;
}
footer .footerBnr {
 display: flex;
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
 padding: 30px 0;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
}
footer .footerBnr li {
 margin: 10px 0;
 padding: 0 5px;
}
footer .mainFooter {
 color: #fff;
 background: #000;
 padding: 25px 0 24px;
 text-align: center;
 font-size: 14px;
 line-height: 1.4;
}
@media screen and (max-width: 767px) {
 footer .footerBnr {
  width: 83.703%;
 }
 footer .footerBnr::after {
  content: "";
  display: block;
  clear: both;
 }
 footer .footerBnr li {
  width: 50%;
  margin-bottom: 20px;
  text-align: center;
 }
 footer .footerBnr li a img {
  width: auto;
  max-width: 100%;
  vertical-align: middle;
 }
 footer .mainFooter {
  font-size: 2.60756vw;
 }
}
/*===================================================================
  a
===================================================================*/
a {
 color: #333;
 text-decoration: none;
 outline: none;
}
a:link,
a:visited {
 color: #333;
 text-decoration: none;
}
a:hover,
a:active {
 color: #333;
 text-decoration: none;
}

/*===================================================================
  img
===================================================================*/
img {
 vertical-align: bottom;
}

/*===================================================================
  Main img
===================================================================*/
.main-img {
 position: relative;
}
.main-img img {
 width: 100%;
}
.main-img h2 {
 position: absolute;
 font-size: 60px;
 font-size: 3.955172vw;
 top: 50%;
 margin-top: -41.5px;
 margin-top: -2.73566vw;
 padding: 0 26px;
 color: #fff;
}
.main-area {
 background: #eb0a1e;
 position: relative;
}
.main-area-bg-top {
 width: 100%;
 position: absolute;
 top: 0;
 left: 0;
}
.main-area-bg-top img {
 width: 100%;
}
.main-area-bg-bot {
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
}
.main-area-bg-bot img {
 width: 100%;
}

/*===================================================================
    news
===================================================================*/
.newsEventArea {
 padding: 32px 64px;
 background: #eee;
}
.newsEventArea .newsEventInr .ttlLv2 {
 font-size: 36px;
 margin-bottom: 1em;
 text-align: center;
 position: relative;
 color: #000;
}

.newsEventArea .newsEventInr .ttlLv2::before {
 content: "";
 position: absolute;
 left: 50%;
 bottom: -10px;
 display: inline-block;
 width: 90px;
 height: 4px;
 -moz-transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
 transform: translateX(-50%);
 background: #c7221e;
}
.newsEventArea .moreBtn {
 display: block;
 width: 256px;
 margin: 0 auto;
 padding: 15px 30px;
 border: 2px solid #c7221e;
 color: #c7221e;
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 position: relative;
 transition: all 0.2s;
}
.newsEventArea .moreBtn::after {
 content: "";
 display: inline-block;
 width: 12px;
 height: 12px;
 border-right: 2px solid #c7221e;
 border-bottom: 2px solid #c7221e;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 position: absolute;
 top: 50%;
 right: 20px;
 margin-top: -5px;
}
.newsEventArea .moreBtn:hover {
 opacity: 1;
 color: #fff;
 background: #c7221e;
 transition: all 0.2s;
}
.newsEventArea .moreBtn:hover::after {
 border-right-color: #fff;
 border-bottom-color: #fff;
}
.newsList {
 margin-bottom: 50px;
}
.newsList dl {
 margin-bottom: 30px;
}
.newsList dt.date {
 display: table;
 margin-bottom: 10px;
}
.newsList dt span:first-child {
 width: 95px;
}
/* tag */
.newsList a:hover dd.text {
 text-decoration: underline;
}
.newsList a:hover .newsList .tag {
 text-decoration: none;
}
.newsList .tag {
 padding: 2.5px 10px;
 font-size: 12px;
 font-weight: bold;
}
.newsList .tag.newsMark {
 color: #fff;
 background: #c7221e;
}
.newsList .tag.newsMark:after {
 content: "NEWS";
 display: inline-block;
}
.newsList .tag.eventMark {
 color: #fff;
 background: #c7221e;
}
.newsList .tag.eventMark:after {
 content: "EVENT";
 display: inline-block;
}
/* tag */

@media screen and (max-width: 767px) {
 .main-img h2 {
  top: 60%;
  padding: 0 3.48%;
  font-size: 8.3442vw;
 }
 .year-label select {
  font-size: 16px;
 }
}

/*===================================================================
    pc sp 画像切り替え
===================================================================*/
.sp {
 display: none !important;
}
/*===================================================================
    pc sp 画像切り替え media
===================================================================*/
@media screen and (max-width: 767px) {
 .pc {
  display: none !important;
 }
 .sp {
  display: block !important;
 }
}

/*===================================================================
    pageTop media
===================================================================*/
.pageTop {
 display: block !important;
 width: 63px;
 height: 64px;
 background: url(/teans/redcruisers/common/images/img_pegetop.png) no-repeat
  center;
 position: fixed;
 bottom: 10px;
 right: 10px;
 cursor: pointer;
 z-index: 98;
}
.pageTop:hover {
 opacity: 0.7;
}
@media screen and (max-width: 767px) {
 .contentSubInr {
  padding: 0 15px;
 }
 .pageTop {
  display: block !important;
  width: 63px;
  height: 64px;
  background: url(/teans/redcruisers/common/images/img_pegetop.png) no-repeat
   center;
  position: fixed;
  bottom: 85px;
  right: 0;
  cursor: pointer;
  z-index: 98;
  -webkit-background-size: 70%;
  background-size: 70%;
 }
}
