@charset "UTF-8";

/*
**************************************************************************
*	toto worldcup style.css
**************************************************************************/

/* Reset - reset YUI
   ----------------------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* Base
   ----------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: -apple-system, blinkMacSystemFont, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro W3, 'メイリオ', Meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.6;
	color: #000000;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
body {
	position: relative;
	font-size: 2.4rem;
}
a {
	outline: none;
	color: #000000;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
img {
	vertical-align: bottom;
	max-width: 100%;
}

@media (max-width: 1143px) {
img {
	width: 100%;
	max-width: none;
}
}

@media (max-width: 767px) {
body {
	font-size: 1.2rem;
}
}


/* module Parts
   ----------------------------------------------------------------- */
.m-tab {
	display: none;
}
.m-sp {
	display: none;
}
.m-pc {
	display: block;
}
.m-cfx:after {
	content: "";
	display: table;
	clear: both;
}
.m-box_inr {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
}
.m-bg_color {
	background-color: #ffd800;
}
.m-over img {
	transition: transform .1s ease;
}
.m-over:hover img {
	-webkit-transform: scale(.98);
	transform: scale(.98);
}
.m-section {
	padding-top: 70px;
	padding-bottom: 20px;
}
.m-sec_title {
	text-align: center;
	margin-bottom: 40px;
}
.m-center {
	text-align: center;
}


@media (max-width: 1143px) {
.m-pc {
	display: none;
}
.m-sp {
	display: none;
}
.m-tab {
	display: block;
}
.m-box_inr {
	width: 708px;
}
.m-over:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
}

@media (max-width: 767px) {
.m-pc {
	display: none;
}
.m-tab {
	display: none;
}
.m-sp {
	display: block;
}
.m-box_inr {
	width: 92%;
	margin: 0 auto;
}
.m-section {
	padding-top: 35px;
	padding-bottom: 10px;
}
.m-sec_title {
	margin-bottom: 20px;
}
}


/* visual
	 ----------------------------------------------------------------- */
.visual-btn_wrap {
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 67.81132%;
	left: 43.5%;
	transform: translateX(-50%);
	width: 850px;
	margin: 0 auto;
}
.visual-button {
	display: block;
	width: 405px;
}
.visual-default {
	background-image: url(/system/files/landing/toto/assets_20201215/images/visual_02.png),
					  url(/system/files/landing/toto/assets_20201215/images/visual_bg.png);
	background-repeat: no-repeat;
	background-position: center top, right center;
	background-size: auto 100%;
	animation: fadeIn 2s cubic-bezier(1, 0, 0.2, 0.8) 0s 1 normal;
	-webkit-animation: fadeIn 2s cubic-bezier(1, 0, 0.2, 0.8) 0s 1 normal;
}
@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0}
	100% {opacity: 1}
}
.visual-default .visual-title {
	margin: 0 -70px;
}

@media (max-width: 1143px) {
.visual .m-box_inr {
	width: 768px;
}
.visual-btn_wrap {
	position: static;
	display: block;
	transform: translateX(0);
	left: 50%;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 29px;
}
.visual-button {
	width: 91.6%;
	margin: 0 auto;
}
.visual-button +.visual-button {
	margin-top: 16px;
}
.visual-default {
	background-image: url(/system/files/landing/toto/assets_20201215/images/visual_bg.png);
	background-position: right center;
	background-size: auto 100%;
}
.visual-default .visual-title {
	margin: 0 0;
}
}

@media (max-width: 767px) {
.visual .m-box_inr {
	width: 100%;
}
.visual-default {
	background-position: 135% 0;
	background-size: auto 51%;
}
}


/* carryover
   ----------------------------------------------------------------- */
.visaul-carryover {
	display: none;
	background-image: url(/system/files/landing/toto/assets_20201215/images/carryover_bg.png);
	background-position: center center;
	background-size: cover;
	max-width: 1400px;
	margin: 0 auto;
}
.visaul-carryover .visual-title {
	margin: 0 0;
}
.visaul-carryover-btn_wrap {
	position: absolute;
	display: flex;
	justify-content: space-between;
	top: 75.81132%;
	left: 52.5%;
	transform: translateX(-50%);
	width: 950px;
	margin: 0 auto;
}
.visaul-carryover-btn_wrap .visual-button {
	width: 460px;
}
.carryover-box {
	position: absolute;
	z-index: 1;
	top: 51.71698%;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	width: 93%;
	padding-bottom: 12%;
	background-image: url(/system/files/landing/toto/assets_20201215/images/carryover_01.png);
	background-size: 100% 100%;
}
.carryover-num {
	position: absolute;
	background-size: 100% 1000%;
	background-image: url(/system/files/landing/toto/assets_20201215/images/carryover_02.png);
	bottom: 9.14286%;
	padding-top: 10.35303%;
	width: 7.77605%;
}
.carryover-num.num00 {
	display: none;
}
.carryover-num.num01 {
	left: 0.7776049766718507%;
}
.carryover-num.num02 {
	left: 17.57387247278383%;
}
.carryover-num.num03 {
	left: 25.97200622083981%;
}
.carryover-num.num04 {
	left: 34.68118195956454%;
}
.carryover-num.num05 {
	left: 43.2348367029549%;
}
.carryover-num.num06 {
	left: 59.40902021772939%;
}
.carryover-num.num07 {
	left: 67.80715396578538%;
}
.carryover-num.num08 {
	left: 76.51632970451011%;
}
.carryover-num.num09 {
	left: 85.06998444790047%;
}
.carryover-button {
	position: absolute;
	top: 79.23711%;
	left: 3.35%;
	width: 93.3%;
	display: block;
}
.carryoverBtn-image {
	position: absolute;
	display: block;
	bottom: 13.16216%;
	transform: scale(1) !important;
}
.carryoverBtn-image.img01 {
	transform: scale(1) translateX(-50%) !important;
	left: -3%;
	bottom: -35px;
	width: 21.51576%;
	pointer-events: none;
}
/*
.carryoverBtn-image.img02 {
	right: -2.95906%;
	width: 20.47160%;
	pointer-events: none;
}
*/

@media (max-width: 1143px) {
.visaul-carryover {
	background-image: none;
}
.visaul-carryover .visual-title {

}
.visaul-carryover-btn_wrap {
	position: static;
	display: block;
	transform: translateX(0);
	left: 50%;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 29px;
}
.visaul-carryover-btn_wrap .visual-button {
	width: 91.6%;
	margin: 0 auto;
}
.carryover-box {
	top: 58.1651%;
	left: 50%;
	width: 92.1875%;
	padding-bottom: 12.11186%;
}
.carryover-button {
	top: 83.7654%;
	left: 8.333333%;
	width: 83.33333%;
}
.carryoverBtn-image {
	bottom: 11.16216%;
}

.carryoverBtn-image.img01 {
	left: 20.64094%;
	bottom: 0;
	width: 27.11576%;
	max-width: 162px;
}
}

@media (max-width: 425px) {
	.carryover-box {
		top: 56.4651%;
		left: 50%;
		width: 92.1875%;
		padding-bottom: 12.11186%;
	}
	}


/* news
   ----------------------------------------------------------------- */
.news {
	font-weight: bold;
	line-height: 1.5;
	color: #ffffff;
	background-color: #000000;
}
.news-text {
	padding: 65px 0;
}

@media (max-width: 1143px) {
}

@media (max-width: 767px) {
.news-text {
	padding: 15px 0 17px;
}
.news-text img {
	width: 100%;
}
}


/* basicinfo
   ----------------------------------------------------------------- */
.basicinfo.non-news {
	padding-top: 30px;
}
.basicinfo-box {
	margin-bottom: 3px;
}
.basicinfo-box:last-child {
	margin-bottom: 0;
}
.basicinfoBox-title {
	margin-bottom: 30px;
}
.basicinfoBox-lead {
	margin-bottom: 30px;
}
.basicinfo-player {
	border: 4px solid #000000;
	border-radius: 10px 10px;
	padding: 4px 4px;
	box-shadow: 0 4px 0 #000000;
}
.basicinfo-player .toggle-button {
	position: relative;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 13px 70px 9px 25px;
}
.basicinfo-player .toggle-button:after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
	border-top: 16px solid #000000;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid transparent;
}
.basicinfo-player .toggle-button.active {
	color: #ffffff;
	background-color: #000000;
}
.basicinfo-player .toggle-button.active:after {
	transform: rotate(180deg);
	top: calc(50% - 23px);
	border-top-color: #ffffff;
}
.basicinfo-player .toggle-box {
	display: none;
}
.basicinfoPlayer-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-color: #ffffff;
	padding: 0 12px 25px;
}
.basicinfoPlayer-list li {
	width: calc(50% - 24px);
	background-color: #f3f3f3;
	margin: 25px 12px 0 12px;
}
.basicinfoPlayer-list .name {
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: bold;
	padding: 8px 20px 5px;
	background-color: #000000;
}
.basicinfoPlayer-list dl {
	padding: 16px 20px;
	font-size: 1.8rem;
}
.basicinfoPlayer-list dt {
	float: left;
	font-weight: bold;
	padding: 4px 0;
}
.basicinfoPlayer-list dd {
	margin-left: 110px;
	padding: 4px 0;
}

@media (max-width: 1143px) {
}

@media (max-width: 767px) {
.basicinfo.non-news {
	padding-top: 15px;
}
.basicinfo-box {
	margin-bottom: 0;
}
.basicinfoBox-title {
	margin-bottom: 15px;
}
.basicinfoBox-lead {
	margin-bottom: 15px;
}
.basicinfo-player {
	border-width: 2px;
	border-radius: 6px 6px;
	padding: 2px 2px;
	box-shadow: 0 2px 0 #000000;
}
.basicinfo-player .toggle-button {
	font-size: 1.5rem;
	padding: 13px 40px 9px 15px;
}
.basicinfo-player .toggle-button:after {
	top: calc(50% - 5px);
	right: 20px;
	border-top-width: 12px;
	border-right-width: 8px;
	border-bottom-width: 12px;
	border-left-width: 8px;
}
.basicinfo-player .toggle-button.active:after {
	top: calc(50% - 17px);
}
.basicinfoPlayer-list {
	display: block;
	padding: 15px 15px;
}
.basicinfoPlayer-list li {
	width: 100%;
	margin: 0 0 15px;
}
.basicinfoPlayer-list .name {
	font-size: 1.2rem;
	padding: 8px 15px 5px;
}
.basicinfoPlayer-list dl {
	padding: 8px 15px;
	font-size: 1.1rem;
}
}


/* champion
   ----------------------------------------------------------------- */

@media (max-width: 1143px) {
}

@media (max-width: 767px) {
}


/* team
	 ----------------------------------------------------------------- */
.team.m-section {
	padding-top: 40px;
}
.team-box {
	margin-bottom: 50px;
}
.team-box:last-child {
	margin-bottom: 0;
}
.league-league {
	border-radius: 10px 10px;
	padding: 4px 4px;
}
.league-league .title-toggle-button {
	position: relative;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
}
.league-league .title-toggle-button:after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
	width: 30px;
	height: 30px;
	background-image: url(/system/files/landing/toto/assets_20201215/images/league-arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.league-league .title-toggle-button.active:after {
	transform: rotate(180deg);
	top: calc(50% - 18px);
	background-image: url(/system/files/landing/toto/assets_20201215/images/league-arrow.png);
}
.league-league .title-toggle-box {
	display: none;
}
.team-team {
	border: 4px solid #000000;
	border-radius: 10px 10px;
	padding: 4px 4px;
	box-shadow: 0 4px 0 #000000;
}
.team-team .toggle-button {
	position: relative;
	display: block;
	font-size: 2.4rem;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
	padding: 13px 70px 9px 25px;
}
.team-team .toggle-button:after {
	content: "";
	position: absolute;
	top: calc(50% - 7px);
	right: 30px;
	border-top: 16px solid #000000;
	border-right: 10px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 10px solid transparent;
}
.team-team .toggle-button.active {
	color: #ffffff;
	background-color: #000000;
}
.team-team .toggle-button.active:after {
	transform: rotate(180deg);
	top: calc(50% - 23px);
	border-top-color: #ffffff;
}
.team-team .toggle-box {
	display: none;
}
.teamTeam-inner {
	background-color: #ffffff;
	padding: 25px 12px;
}
.teamTeam-table {
	width: 100%;
	box-sizing: border-box;
	font-size: 1.5rem;
	border-bottom: 2px solid #000000;
	margin-top: 30px;
}
.teamTeam-table:first-child {
	margin-top: 0;
}
.teamTeam-table th {
	color: #ffffff;
	text-align: center;
	padding: 6px 0;
	box-sizing: border-box;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	background-color: #000000;
}
.teamTeam-table th.title {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}
.teamTeam-table td {
	text-align: center;
	padding: 8px 0;
	box-sizing: border-box;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	width: 50%;
}
.teamTeam-table tr:nth-child(2n) {
	background-color: #f3f3f3;
}

@media (max-width: 1143px) {
	.team.m-section {
		padding-top: 20px;
	}
	.league-league .title-toggle-button:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5%;
		width: 3%;
		height: 100%;
		background-position: center center;
		transform: translateY(-50%);
	}
	.league-league .title-toggle-button.active:after {
		top: 50%;
		height: 100%;
		background-image: url(/system/files/landing/toto/assets_20201215/images/league-arrow.png);
		background-position: center center;
		transform: rotate(180deg) translateY(50%);
	}
}

@media (max-width: 767px) {
.team-box {
	margin-bottom: 30px;
}
.team-team {
	border-width: 2px;
	border-radius: 6px 6px;
	padding: 2px 2px;
	box-shadow: 0 2px 0 #000000;
}
.team-team .toggle-button {
	font-size: 1.5rem;
	padding: 13px 40px 9px 15px;
}
.team-team .toggle-button:after {
	top: calc(50% - 5px);
	right: 20px;
	border-top-width: 12px;
	border-right-width: 8px;
	border-bottom-width: 12px;
	border-left-width: 8px;
}
.team-team .toggle-button.active:after {
	top: calc(50% - 17px);
}
.teamTeam-inner {
	background-color: #ffffff;
	padding: 25px 12px;
}
.teamTeam-table {
	font-size: 1.0rem;
	border-bottom-width: 1px;
	margin-top: 15px;
}
.teamTeam-table:first-child {
	margin-top: 0;
}
.teamTeam-table th {
	padding: 6px 15px;
	font-size: 1.1rem;
	border-left-width: 1px;
	border-right-width: 1px;
}
.teamTeam-table th.title {
	font-size: 1.2rem;
	border-bottom-width: 1px;
}
.teamTeam-table td {
	padding: 8px 15px;
	border-left-width: 1px;
	border-right-width: 1px;
}
.teamTeam-table tr td:first-child {
	width: 60%;
}
}
@media (max-width: 320px) {
	.league-league .title-toggle-button:after {
		top: 56%;
	}
	.league-league .title-toggle-button.active:after {
		top: 56%;
	}
}


/* oversea
   ----------------------------------------------------------------- */
.oversea {
	padding-bottom: 70px;
}

.oversea .buyway-list span {
	display: block;
	text-align: right;
	font-size: 1.1rem;
	margin-top: 10px;
}

.oversea .buyway-list li{
	position: relative;
}

.oversea .buyway-list .buyway-button02 {
	position: absolute;
	top: 24%;
	right: 4.3%;
}

@media (max-width: 1143px) {
	.oversea .buyway-list .buyway-button02 {
		position: absolute;
		top: 54%;
		left: 6.3%;
		width: 87.5%;
	}
}

@media (max-width: 767px) {
.oversea {
	padding-bottom: 20px;
}
}


/* lineup
   ----------------------------------------------------------------- */
.lineup-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}
.lineup-note {
	font-size: 1.2rem;
	margin-bottom: 30px;
}
.lineup-note li {
	display: inline-block;
}

@media (max-width: 1143px) {
.lineup-list {
	display: block;
}
.lineup-list li {
	margin-top: 26px;
}
.lineup-list li:first-child {
	margin-top: 0;
}
.lineup-note {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.lineup-list li {
	margin-top: 13px;
}
.lineup-note {
	font-size: 0.9rem;
}
}


/* buyway
   ----------------------------------------------------------------- */
.buyway-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.buyway-list.enjoy{
	display: block;
}
.enjoy-btn_wrap {
	position: absolute;
	top: 27%;
	right: 4%;
	width: 434px;
}
.enjoy-btn01+.enjoy-btn01 {
	display: block;
	margin-top: 12px;
}
.howtobuyRandom-title {
	margin-bottom: 25px;
	padding-top: 40px;
}
.howtobuyRandom-body {
	position: relative;
}
.howtobuyRandom-btn {
	position: absolute;
	top: 78.4%;
	right: 7%;
	width: 620px;
	display: flex;
	justify-content: space-between;
}

.buyway-item{
	margin-top: 17px;
}

@media (max-width: 1143px) {
.buyway-list {
	display: block;
}
.buyway-list li {
	margin-top: 30px;
}
.buyway-list li:first-child {
	margin: 20px 0 10px;
}
.enjoy-btn_wrap {
	position: absolute;
	top: 54%;
	right: 50%;
	transform: translateX(50%);
	width: 87.5%;
	margin: 0 auto;
}
.buyway-item{
	margin-top: 12px;
}
.howtobuyRandom-title {
	padding-top: 60px;
}
.howtobuyRandom-btn {
	position: absolute;
	top: 75.7%;
	right: 50%;
	transform: translateX(50%);
	width: 87%;
	display: block;
}
.howtobuyRandom-btn_item + .howtobuyRandom-btn_item {
	display: block;
	margin-top: 5%;
}
}

.buyway-list .buyway-caption {
	margin-bottom:9px;
}

@media (max-width: 767px) {
.buyway-list li {
	margin-top: 15px;
}
.howtobuyRandom-title {
	margin-bottom: 12px;
	padding-top: 30px;
}
}

.buyway-list .buyway-caption {
	margin-bottom:12px;
}


/* m-buy
   ----------------------------------------------------------------- */
.m-buy {
	padding-top: 40px;
	padding-bottom: 40px;
}
.m-buy-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media (max-width: 1143px) {
.m-buy-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0;
}
.m-buy-list li {
	width: 48.87005%;
	margin-bottom: 14px;
}
.m-buy-list li:last-child {
	width: 100%;
}
}

@media (max-width: 767px) {
.m-buy {
	padding-top: 20px;
	padding-bottom: 20px;
}
.m-buy-list li {
	margin-bottom: 7px;
}
}


/* aim
   ----------------------------------------------------------------- */
.aim-btn {
	width: 490px;
	margin: 70px auto 59px;
}
@media (max-width: 1143px) {
.aim-body {
	margin-left: -2.82486%;
}
.aim-btn {
	width: 92%;
	margin: 30px auto 30px;
}
}

@media (max-width: 767px) {
}


/* place
   ----------------------------------------------------------------- */
.place-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}
.place-list li {
	position: relative;
}
.place-button01,
.place-button02 {
	position: absolute;
	top: 45.74067%;
	left: 9.10494%;
	width: 81.79012%;
}
.placeLink-list {
	position: absolute;
	top: 46.75835%;
	left: 4.012345%;
	width: 91.97531%;
	display: flex;
	flex-wrap: wrap;
}
.placeLink-list li {
	width: 50%;
	padding: 0 2.01342% 2.5%;
	box-sizing: border-box;
}
.placeLink-list li:first-child {
	width: 100%;
}

@media (max-width: 1143px) {
.place-list {
	display: block;
	margin-bottom: 23px;
}
.place-list > li {
	margin-top: 50px;
}
.place-list > li:first-child {
	margin-top: 0;
}
.place-button01 {
	top: 72.13439%;
	left: 6.35593%;
	width: 87.0057%;
}
.place-button02 {
	top: 55.52632%;
	left: 6.35593%;
	width: 87.0057%;
}
.placeLink-list {
	top: 52.48227%;
	left: 5.437855%;
	width: 89.12429%;
}
.placeLink-list li {
	width: 33.333333%;
	padding: 0 1.18859% 1.73211%;
}
.placeLink-list li:first-child {
	width: 100%;
}
}

@media (max-width: 767px) {
.place-list > li {
	margin-top: 25px;
}
}


/* contents
   ----------------------------------------------------------------- */
.contents-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.contents-list .pops {
	margin-bottom: 10px;
}

@media (max-width: 1143px) {
.contents-list {
	display: block;
}
.contents-list li {
	margin-top: 40px;
}
.contents-list li:first-child {
	margin-top: 0;
}
}

@media (max-width: 767px) {
.contents-list li {
	margin-top: 20px;
}
.contents-list .pops {
	margin-bottom: 5px;
}
}

/* confirm
   ----------------------------------------------------------------- */
.confirm_wrap {
	position: relative;
}
.confirm_img {
	width: 800px;
	margin: 0 auto;
}
.confirm_btn01 {
	position: absolute;
	top: 27.9%;
	left: 22.5%;
}
.confirm_btn02 {
	position: absolute;
	top: 27.9%;
	left: 59%;
}
.confirm_btn03 {
	position: absolute;
	top: 83.9%;
	left: 58%;
}

@media (max-width: 1143px) {
	.confirm_img {
		width: 100%;
	}
	.confirm_btn01 {
		display: block;
		width: 86.5%;
		top: 16.6%;
		left: 50%;
		transform: translateX(-50%);
	}
	.confirm_btn02 {
		display: block;
		width: 86.5%;
		top: 36.8%;
		left: 50%;
		transform: translateX(-50%);
	}
	.confirm_btn03 {
		display: block;
		width: 86.5%;
		top: 93.2%;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 767px) {

}


/* member
   ----------------------------------------------------------------- */
.member-body {
	margin-bottom: 10px;
}
.member-note {
	font-size: 1.2rem;
	margin-bottom: 15px;
}
.member-note li {
	display: inline-block;
}
.member-detail_btn {
	margin-bottom: 60px;
}

@media (max-width: 1143px) {
.member-note {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.member-detail_btn {
	margin-bottom: 23px;
}
}

@media (max-width: 767px) {
.member-note {
	font-size: 0.9rem;
	margin-bottom: 10px;
}
}


/* social
   ----------------------------------------------------------------- */
.social {
	padding-top: 0;
	padding-bottom: 40px;
}
.social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social-list li {
	width: 44px;
	margin: 0 11px;
}

@media (max-width: 1143px) {
.social {
	padding-top: 0;
	padding-bottom: 45px;
}
}

@media (max-width: 767px) {
.social {
	padding-top: 0;
	padding-bottom: 25px;
}
}


/* infomation
   ----------------------------------------------------------------- */
.infomation {
	padding-top: 64px;
}
.infomation-bnr + .infomation-bnr {
	margin-top: 83px;
}
.infomation  .m-sec_title {
	margin-bottom: 30px;
}

@media (max-width: 1143px) {
.infomation {
	padding-top: 70px;
}
.infomation-bnr + .infomation-bnr {
	margin-top: 33px;
}
.infomation  .m-sec_title {
	margin-bottom: 20px;
}
}

@media (max-width: 767px) {
.infomation {
	padding-top: 54px;
}
}


/* footer
   ----------------------------------------------------------------- */
.footer-pagetop {
	padding-top: 20px;
	margin-bottom: 42px;
}
.pagetop-button {
	display: inline-block;
	width: 108px;
	transition: opacity .2s ease;
}
.pagetop-button:hover {
	opacity: 0.8;
}
.footer-box01 {
	border-top: 1px solid #656363;
}
.footer-list {
	padding: 30px 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.footer-list > div {
	padding: 0 20px;
	border-left: 1px solid #cccccc;
}
.footer-list > div:first-child {
	border-left: none;
}
.footer-contact {
	border-top: 1px solid #e6e6e6;
}
.footer-contact dl {
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	padding: 20px 0 14px;
}
.footer-contact dt {
	margin-bottom: 4px;
	color: #ca0813;
}
.footer-contact span {
	display: inline-block;
}
.footer-copyright p {
	text-align: center;
	font-size: 1.2rem;
	padding: 11px 0 10px;
}

@media (max-width: 1143px) {
.footer {
	padding-bottom: 160px;
}
.footer-pagetop {
	padding-top: 50px;
	margin-bottom: 70px;
}
.pagetop-button {
	width: 166px;
}
.pagetop-button:hover {
	opacity: 1;
}
.footer-list {
	margin: 0 -20px;
}
.footer-contact {
	border-top: none;
}
.footer-contact .m-box_inr {
	border-top: 1px solid #e6e6e6;
}
.footer-contact dl {
	font-size: 1.8rem;
	padding: 20px 0 16px;
}
.footer-contact span {
	text-decoration: underline;
}
.footer-copyright p {
	font-size: 1.8rem;
	padding: 12px 0 11px;
}
}

@media (max-width: 767px) {
.footer {
	padding-bottom: 79px;
}
.footer-pagetop {
	padding-top: 20px;
	margin-bottom: 35px;
}
.pagetop-button {
	width: 83px;
}
.footer-list {
	padding: 15px 0;
	margin: 0 -10px;
}
.footer-list > div {
	padding: 0 10px;
}
.footer-contact dl {
	font-size: 1.2rem;
	padding: 10px 0 8px;
}
.footer-contact span {
	display: none;
}
.footer-contact a {
	display: inline-block;
	text-decoration: underline;
}
.footer-copyright p {
	font-size: 0.9rem;
	padding: 7px 0 5px;
}
}


/* navi
   ----------------------------------------------------------------- */
.navi {
	position: fixed;
	z-index: 10;
	top: 50%;
	right: 0;
	padding: 3px 0 3px 3px;
	background-color: #000000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.navi-title {
	font-size: 0;
}
.navi-list li {
	margin-top: 3px;
	background-color: #ffffff;
}
.navi-list li a {
	transition: opacity .2s ease;
}
.navi-list li a:hover {
	opacity: 0.8;
}

@media (max-width: 1143px) {
.navi {
	top: auto;
	bottom: 0;
	padding: 0 0;
	width: 100%;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.navi-title {
	width: 94px;
	margin: 0 auto;
}
.navi-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.navi-list li {
	margin-top: 0;
	width: 20%;
	padding: 0 2px;
	box-sizing: border-box;
	background-color: transparent;
}
.navi-list li:first-child {
	padding-left: 0;
}
.navi-list li:last-child {
	padding-right: 0;
}
.navi-list li a {
	display: block;
	overflow: hidden;
	text-align: center;
	background-color: #ffffff;
}
.navi-list li .m-pc{
	display: none;
}
.navi-list li:last-child a {
	background-color: #6cad2f;
}
.navi-list li a:hover {
	opacity: 1;
}
.navi-list li a img {
	width: 149px;
}
}

@media (max-width: 767px) {
.navi-title {
	width: 48px;
}
.navi-list li {
	padding: 0 1px;
}
.navi-list li a img {
	width: 73px;
}
}

/* purchase
   ----------------------------------------------------------------- */
.purchase{
	margin: 0 auto;
	padding-top: 22px;
	text-align: center;
}
@media (max-width: 1143px) {
.purchase .m-box_inr{
	width: 92%;
	max-width: 708px;
}
}
