@charset "utf-8";

.caption01 {
	color: #fff;
	font-size: 62.5%;
	line-height: 1.15;
	text-align: center;
  padding: 0.3em 0.5em 0.3em 0.5em;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.caption01-Left {
	left: 0;
}
.caption01-Right {
	right: 0;
}
.caption01.fix01 {
	color: #333;
	background: rgba(255,255,255,0.75);
}
.caption01.fix02 {
  text-align: right;
	background: transparent;
  opacity: 0.8;
}
.caption01.fix03 {
	color: #333;
	background: transparent;
  opacity: 0.6;
}
.caption01.fix04 {
	color: #333;
	background: transparent;
  left: calc(5% + 0em);
  bottom: 1em;
}
.caption01.fix05 {
	color: #333;
	background: transparent;
  left: calc(60% + 0em);
  bottom: 1em;
}
.caption01.fix10 {
  right: 50%;
}

.sec3,
.sec2,
.sec1 {
  font-family: "游明朝", YuMincho, 'Yu Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	padding:120px 0 200px 0!important;
}
.sec_main {
  height: 1000px;
	background-image:url(../images/campaign/main_bg.jpg);
}
.smartphone .sec_main {
  background-image:url(../images/campaign/main_bg_sp.jpg);
  background-size: 110% auto;
  background-position: top center;
}
.sec_main h3 {
  top: 225px;
}
.sec_main .scroll {
  top: 580px;
}
.sec1 .bg {
}
.sec1 .bg:after {
	/*background:#f3f7fd;*/
  /*background: linear-gradient(to right,#111,#333,#111);*/
  background: linear-gradient(to right,#0e0c0c,#353434,#0e0c0c);
}
.sec1 .bg:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec1 a {
  display: block;
  transition: 0.4s;
}
body:not(.smartphone) .sec1 a:hover {
  opacity: 0.6;
  transition: 0.4s;
}
.sec1 a .bnr01 {
  display: block;
  width: 94%;
  max-width: 1040px;
  margin: 0 auto;
  position: absolute;
  top: -114px;
  left: 0;
  right: 0;
  z-index: 100;
}
.sec1 .inner01 {
  max-width: 535px;
  padding: 2em 2.5em;
  margin: 175px auto 100px;
  box-sizing: border-box;
  /*background: #444;*/
  border: 1px solid rgba(255,255,255,0.5);
  position: relative;
}
.sec1 .inner01:after {
  display: none;
  content: '';
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 17px 15px 0 15px;
  border-color: #444 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  z-index: 100;
}
.sec1 .inner01:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  margin: 0 auto;
  background: #333;
  border-top: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  bottom: -11px;
  z-index: 100;  
}
.sec1 .inner01 ul {
}
.sec1 .inner01 ul li {
  color: #aaa;
  font-size: 112.5%;
  font-weight: 600;
}
.sec1 .inner01 ul li:not(:last-child) {
  margin-bottom: 0.5em;
}
.sec1 .inner01 ul li i {
  font-size: 125%;
  margin-right: 0.75em;
}
.sec1 .inner02 {
  max-width: 1200px;
  /*background: #fff;*/
}
.sec1 .inner02 .txtWrap01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6em 3em;
  box-sizing: border-box;
  border-top: 1px solid rgba(255,255,255,0.85);
  border-bottom: 1px solid rgba(255,255,255,0.85);
}
.sec1 .inner02 .txtWrap01 .left {
  /*width: 48%;*/
  width: 100%;
  margin-bottom: 6em;
}
.sec1 .inner02 .txtWrap01 .left .txt01 {
  color: #eee;
  font-size: 125%;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 3;
}
.sec1 .inner02 .txtWrap01 .right {
  /*width: 50%;*/
  width: 100%;
}
.sec1 .inner02 .txtWrap01 .right .img01 {
  display: block;
  width: 559px;
  margin: 0 auto;
}
.sec1 .inner03 {
  padding-top: 6em;
}
.sec1 .inner03 p.ttl01 {
  color: #fff;
  font-size: 112.5%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
.sec1 .inner03 p a.tel {
  pointer-events: none;
  margin-bottom: 1.25em;
}
.smartphone .sec1 .inner03 p a.tel {
  pointer-events: auto;
}



/*.sec1 .inner03 p a {
  display: block;
  height: 69px;
  margin-top: 6em;
  overflow: hidden;
}
.sec1 .inner03 p a img {
  display: block;
  margin: -1px auto 0;
}*/
.sec2 {
  padding-bottom: 150px !important;
}
.sec2 .bg {
}
.sec2 .bg:after {
  background: linear-gradient(to right,#111420,#242836,#111420);
}
.sec2 .bg:before {
  display: none;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.sec2 .inner01 {
  padding: 2em 0;
  margin: 100px auto 0;
  box-sizing: border-box;
  position: relative;
}
.sec2 .inner01 ul {
  margin-bottom: 7.5em;
}
.sec2 .inner01 ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #eee;
}
.sec2 .inner01 ul li:not(:last-child) {
  margin-bottom: 12em;
}
.sec2 .inner01 ul li .left {
  width: 46%;
}
.sec2 .inner01 ul li .left .ttl01 {
  font-size: 300%;
  padding-bottom: 0.15em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #fff;
}
.sec2 .inner01 ul li .left .txt01 {
  font-size: 125%;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
.sec2 .inner01 ul li .left .txt02 {
  color: #ccc;
  font-size: 93.75%;
  line-height: 2;
}
.sec2 .inner01 ul li .right {
  width: 46.5%;
  max-width: 480px;
  position: relative;
}
.sec2 .inner01 ul li .right .img01 {
  display: block;
  width: 100%;
}
.sec2 .inner01 ul li.box01 .left .ttl01 {
  color: #73c9e3;
}
.sec2 .inner01 ul li.box01 .left .ttl01 {
  border-color: #73c9e3;
}
.sec2 .inner01 ul li.box02 {
  flex-direction: row-reverse;
}
.sec2 .inner01 ul li.box02 .left .ttl01 {
  color: #9b90b8;
  text-align: right;
  border-color: #9b90b8;
}
.sec2 .inner01 ul li.box02 .left .txt01 {
  text-align: right;
}
.sec2 .inner01 ul li.box03 .left .ttl01 {
  color: #6ebe7b;
}
.sec2 .inner01 ul li.box03 .left .ttl01 {
  border-color: #6ebe7b;
}

@media (min-width: 768px) { 
}

