@charset "UTF-8";
#header {
  position: fixed;
  z-index: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  background: none;
	top: 0;
}

#header::before {
	background-color: rgba(0, 117, 194, 0.9);
	bottom: 0;
	content: "";
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	right: 0;
	top: 0;
}

@supports not (mix-blend-mode: multiply) {
  #header {
    background-color: rgba(0, 117, 194, 0.9);
  }
}
#gnavi h2 {
  color: #fff;
	right: 405px;
}

#gnavi .gnavi_inner > ul li a {
  color: #fff;
}

#gnavi {
  position: relative;
}
#gnavi .access {
  position: absolute;
  top: 8px;
  right: 146px;
  left: auto;
  bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
}
#gnavi .language {
  position: absolute;
  top: -30px;
  right: 0;
  border: 1px solid #fff;
  border-top: 0;
}
#gnavi .language a, #gnavi .language span {
  display: inline-block;
  padding: 40px 4px 5px;
  width: 40px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  transition: all .3s;
  text-decoration: none;
}
#gnavi .language li {
  line-height: 160%;
  font-size: 14px;
  float: left;
  transition: color .3s, background-color .3s;
}
#gnavi .language li.current, #gnavi .language li:hover {
  background-color: #fff;
}
#gnavi .language li.current a, #gnavi .language li.current span, #gnavi .language li:hover a, #gnavi .language li:hover span {
     color: #0075c2;
}

@media all and (min-width: 641px) {
  #gnavi .gnavi_inner > ul > li > a::after {
    background: #fff;
  }

  #gnavi .gnavi_inner li li a {
    background: #fff;
    color: #333;
  }

  #gnavi .gnavi_inner > ul li ul li {
    background: #fff;
    /*サブメニューの背景色*/
  }

  #gnavi .gnavi_inner > ul li ul li:hover,
  #gnavi .gnavi_inner > ul li ul li a:hover {
    color: #fff;
    background: #0075c2;
    /*ホバー時のサブメニューの背景色*/
  }

  #gnavi .access {
    border: 2px solid #fff;
    right: 128px;
  }
  #gnavi .access a {
    color: #fff;
  }
  html[lang="ja"] #gnavi .access {
    right: auto;
    left: 705px;
  }
}
@media all and (max-width: 640px) {
  #headerSP {
    position: relative;
    width: 100%;
  }

  #header {
		bottom: 1px;
		max-height: 22.1vmin;
		padding: 5px 0;
		position: fixed;
  }

	#gnavi {
		max-height: 18.4vmin;
    position: relative;
  }
  #gnavi h1 {
    width: 130px;
  }
  #gnavi h2 {
		border-top: 1px solid rgba(255, 255, 255, 0.5);
		bottom:-11vmin;
		font-size: 20px;
		left: 0;
		padding-top: 2vmin;
		position: absolute;
		right: 0;
		text-align: center;
  }
  #gnavi h2 span {
    font-size: 100%;
  }
  #gnavi .language {
    position: absolute;
    bottom: auto;
    top: -5px;
    right: 36px;
		left: auto;
  }
	#gnavi .language a, #gnavi .language span {
		color: rgba(255,255,225,.8);
    padding: 8px 0 6px;
    text-align: center;
    width: 2em;
  }
  #gnavi .language li {
    font-size: 14px;
	}
	#gnavi .language li.current,
	#gnavi .language li:hover {
		border: 1px solid #fff;
		background-color: #fff ;
	}
	#gnavi .language li.current a, #gnavi .language li.current span, #gnavi .language li:hover a, #gnavi .language li:hover span {
		color: #0075c2;
	}
}
/*-----------------------------------------
CONTENTS
*/
#contents {
  padding-top: 0;
  line-height: 1.5;
}
@media all and (min-width: 641px) {
	#contents {
		margin: 75px auto 0;
		font-size: inherit;
	}
}
@media all and (max-width: 640px) {
	#contents {
		padding-top: 20%;
		font-size: 14px;
		line-height: 1.5;
	}
}
#mainvisual #bxSlider li {
	z-index: -5;
}
#mainvisual #bxSlider li > div {
	padding-top: 450px;
	position: relative;
}
#mainvisual #bxSlider li h2 {
	background-color: rgba(0,0,0,.4);
	padding: 20px;
	text-align: center;
	width: 100%;
}
#mainvisual #bxSlider li h2 img {
	margin: 0 auto;
}
#mainvisual .bx-controls .bx-pager {
	left: 0;
	margin: 0 auto;
	right: -57%;
}
#mainvisual #bxSlider li.slid_01 {
	background: url(../img/top/mv_bg_pc.jpg) no-repeat center center;
	background-size: cover;
}
#mainvisual #bxSlider li.slid_02 {
	background: url(../img/top/mv_bg02_pc.jpg) no-repeat center center;
	background-size: cover;
}

/*20170928*/
.bx-wrapper {
	margin-bottom: -75px!important;
	margin-top: -1px!important;
}

	
@media all and (min-width: 641px) {
	/* DIRECTION CONTROLS (NEXT / PREV) */
	.bx-wrapper .bx-prev {
		left: 0;
		background: url('../img/top/bxSlider_left.png') no-repeat;
	}
	.bx-wrapper .bx-next {
		right: 0;
		background: url('../img/top/bxSlider_right.png') no-repeat;
	}
	.bx-wrapper .bx-controls-direction a {
		height: 70px;
		outline: 0;
		position: absolute;
		text-indent: -9999px;
		top: 30%;
		width: 50px;
		z-index: 9999;
	}
}

.sec_01 dl,
.sec_03 dl {
	padding-bottom: 2%;
}
.sec_01 dl dt {
  float: left;
  color: #0075c2;
  font-weight: bold;
}
.sec_03 dl dt {
  color: #0075c2;
  font-weight: bold;
}
.sec_01 dl dt {
  width: 10em;
}
.sec_01 dl dt ~ dt,
.sec_03 dl dt ~ dt {
  margin-top: 10px;
}
.sec_01 dl dd {
  padding-left: 11em;
}
.sec_01 dl dd ~ dd,
.sec_03 dl dd ~ dd {
  margin-top: 10px;
}
html[lang="ja"] .sec_01 dl dd,
html[lang="ja"] .sec_03 dl dd {
  padding-left: 7em;
}

.sec_02 {
  font-size: 16px;
}
.sec_02 .logo {
  margin-bottom: 50px;
  padding-bottom: 50px;
  position: relative;
  text-align: center;
}
.sec_02 .logo:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  width: 200px;
  height: 2px;
  background-color: #ddd;
}

.sec_03 {
  font-size: 16px;
}
.sec_01 .pickup_list,
.sec_03 .pickup_list {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}

.sec_01 > [class*="inner"],
.sec_02 > [class*="inner"],
.sec_03 > [class*="inner"] {
  max-width: 660px;
}

.sec_01 .title_01,
.sec_02 .title_01,
.sec_03 .title_01 {
  text-align: center;
}

.sec_04 .title_01 {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.sec_04 .sub_title_01 {
  border-left: 5px solid #0075c2;
  color: #333;
  font-weight: bold;
  padding-left: 2%;
}
.sec_04 ul {
  margin-bottom: 5%;
}
.sec_04 ul li {
  float: left;
  text-align: center;
}
.sec_04 ul li a {
  color: #333;
}
.sec_04 .platinum ul li,
.sec_04 .gold ul li {
	margin-left: 4.3%;
	width: 30.4%;
}
.sec_04 .silver ul li {
	margin-left: 2.4%;
	width: 23.2%;
}
.sec_04 .bronze ul li {
  margin-left: 1.4%;
	width: 18.8%;
}
.sec_04 ul li:nth-child(1) {
  margin-left: 0;
}
.sec_04 .silver ul li:nth-child(5) {
  margin-left: 0;
}
@media all and (max-width: 640px) {
	.badge {
		top: 12vmin;
		width: auto;

	}
	.badge p {
		float: right;
	}
	.badge a {
		right: 0;
		width: 21vmin;
	}
	#mainvisual #bxSlider_sp {
		margin-top: -10%;
		padding-top: 10%;
		z-index: -5;
	}
	#mainvisual .bx-wrapper .bx-pager {
		display: none;
	}
	/* DIRECTION CONTROLS (NEXT / PREV) */
	#mainvisual .bx-wrapper .bx-prev {
		left: 2%;
		background: url('../img/top/bxSlider_left_sp.png') no-repeat;
	}
	#mainvisual .bx-wrapper .bx-next {
		right: 2%;
		background: url('../img/top/bxSlider_right_sp.png') no-repeat;
	}
	#mainvisual .bx-wrapper .bx-controls-direction a {
		/*20170928*/
		/*bottom: 32%;*/
		bottom: 28%;
		height: 25px;
		top: auto;
		width: 16px;
		z-index: 1;
	}

  .sec_01 dl dt,
  .sec_03 dl dt {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
  .sec_01 dl dt ~ dt,
  .sec_03 dl dt ~ dt {
    margin-top: 2.3%;
  }
  html[lang="ja"] .sec_01 dl dt,
  html[lang="ja"] .sec_03 dl dt {
    width: auto;
  }
  .sec_01 dl dd,
  .sec_03 dl dd {
    padding-left: 0;
  }
  .sec_01 dl dd ~ dd,
  .sec_03 dl dd ~ dd {
    margin-top: 0;
  }
  html[lang="ja"] .sec_01 dl dd,
  html[lang="ja"] .sec_03 dl dd {
    padding-left: 0;
  }

  .sec_02 {
    font-size: 15px;
  }
  .sec_02 .logo {
    margin-bottom: 7.8%;
    padding-bottom: 7.8%;
  }
  .sec_02 .logo:after {
    width: 30%;
    height: 2px;
  }
  .sec_02 .logo img {
    max-width: 50%;
  }

  .sec_03 {
    font-size: 15px;
  }
  .sec_03 .pickup_list {
    margin-top: 4.6%;
    padding-top: 4.6%;
  }
  .sec_03 .pickup_list dt {
    font-size: 17px;
    margin-bottom: 2px;
  }

  .sec_01 > [class*="inner"],
  .sec_02 > [class*="inner"],
  .sec_03 > [class*="inner"] {
    max-width: 100%;
  }
  
  .sec_04 ul li {
    margin: 0 auto;
  }
  .sec_04 .silver ul li,
  .sec_04 .bronze ul li {
    word-break: break-all;
  }
}

@media all and (min-width: 641px) {
	.preserve-3d {
		transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
	}
	.back {
		width: 100%;
		height: 150px;
		background: #0075c2;
		background-size: cover;
		padding: 5px;
	}
	.button_base {
		font-size: 20px;
		position: relative;
		top: 50%;
		left: 50%;
		margin-top: -25px;
		margin-left: -200px;
		width: 400px;
		height: 50px;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-user-select: none;
		cursor: default;
	}
	.button_base:hover {
		cursor: pointer;
	}
	/* ### ### ### 03 */
	.skewed_slide_in {
		overflow: hidden;
		border: #fff solid 2px;
	}
	.skewed_slide_in div {
		position: absolute;
		text-align: center;
		width: 100%;
		height: 50px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px;
	}
	.skewed_slide_in div:nth-child(1) {
		color: #fff;
	}
	.skewed_slide_in div:nth-child(2) {
		background-color: #fff;
		width: 430px;
		transition: all 0.2s ease;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transform: translate(-450px, 0px) skewX(-30deg);
		-webkit-transform: translate(-450px, 0px) skewX(-30deg);
		-moz-transform: translate(-450px, 0px) skewX(-30deg);
	}
	.skewed_slide_in div:nth-child(3) {
		left: -400px;
		transition: left 0.2s ease;
		-webkit-transition: left 0.2s ease;
		-moz-transition: left 0.2s ease;
	}
	.skewed_slide_in div:nth-child(3) a {
		color: #0075c2;
		display: block;
		text-decoration: none;
	}
	.skewed_slide_in:hover div:nth-child(2) {
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		transform: translate(-15px, 0px) skewX(-30deg);
		-webkit-transform: translate(-15px, 0px) skewX(-30deg);
		-moz-transform: translate(-15px, 0px) skewX(-30deg);
	}
	.skewed_slide_in:hover div:nth-child(3) {
		left: 0px;
		transition: left 0.30000000000000004s ease;
		-webkit-transition: left 0.30000000000000004s ease;
		-moz-transition: left 0.30000000000000004s ease;
	}
}
@media all and (max-width: 640px) {
	.back {
		width: 100%;
		height: 150px;
		background: #0075c2;
		padding: 5px;
	}
	.button_base {
		font-size: 186%;
		position: relative;
		top: 35%;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 80%;
		text-align: center;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-user-select: none;
		cursor: default;
		border: 2px solid #fff;
	}
	.button_base a {
		color: #fff;
		display: block;
		text-decoration: none;
	}
}