@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6;
	font-size: 16px;
	background: url("../img/bg_body.jpg") center repeat-y;
}
.wrap_all {
	xmargin-bottom: -121px;
}
.wrap_all ul {
	padding-left: 0px;
}

.mb_10 {
	margin-bottom: 10px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_40 {
	margin-bottom: 40px;
}
.sp_only {
	display: none;
}
#main_content {
	position: relative;
	width: auto;
	height: 750px;
	overflow: hidden;
}


#serious_content {
	position: relative;
	width: 50%;
	height: 750px;
	float: left;
	background: #2a0145 url("../img/bg_serious.jpg") top left no-repeat;
	overflow: hidden;
}
#serious_content .mitsuyoshi_serious {
	position: absolute;
	top: 50px;
	right: -80px;
}
#serious_content .btn_serious {
	position: absolute;
	top: 190px;
	right: 340px;
	animation: btn_serious_anim 3s linear infinite;
}
@keyframes btn_serious_anim {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(10px) }
  66.66667% { transform: translateY(10px) }
  100% { transform: translateY(0) }
}
#serious_content .btn_serious a img {
	transform: scale(1, 1);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#serious_content .btn_serious a:hover img {
	transform: scale(1.1, 1.1);
}

#free_content {
	position: relative;
	width: 50%;
	height: 750px;
	float: right;
	background: #560001 url("../img/bg_free.jpg") top right no-repeat;
	overflow: hidden;
}
#free_content .mitsuyoshi_free {
	position: absolute;
	top: 100px;
	left: -530px;
}
#free_content .btn_free {
	position: absolute;
	top: 250px;
	left: 340px;
	animation: btn_free_anim 3s linear infinite;
}
@keyframes btn_free_anim {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-10px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }
}
#free_content .btn_free img {
	transform: scale(1, 1);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
#free_content .btn_free img:hover {
	transform: scale(1.1, 1.1);
}


#main_content #sega_60_logo {
	position: absolute;
	width: 120px;
	top: 220px;
	left: calc(50% - 60px);
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

#main_content #sega_60_logo img {
	width: 100%;
	height: auto;
}
#main_content #title_logo {
	position: absolute;
	width: 646px;
	top: 370px;
	left: calc(50% - 323px);
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
#main_content #title_logo img {
	width: 100%;
	height: auto;
}


#txt_area {
	width: 100%;
	xheight: 200px;
	bottom: 0px;
	background: url("../img/bg_blue2-min.png") bottom center;
}

/* end */
.end {
	padding: 20px 20px;
	background: #13218f;
    text-align: center;
	color: #FFF;
}

/* sns */
.sns {
	padding-top: 40px;
	width: 100%;
}
.sns ul {
	display: flex;
	justify-content: center;
}
.sns ul li {
	margin-left: 10px;
	margin-right: 10px;
}
.sns ul li a img {
	transform: scale(1.0, 1.0);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
	border: 2px solid #FFF;
	border-radius: 10px;
}
.sns ul li a:hover img {
	transform: scale(1.1, 1.1);
}

#txt_area #txt_box {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 180px;
	color: #fff;
}
.details {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.btn_carta {
    text-align: center;
	margin-bottom: 50px;
}
.btn_carta a {
	display: inline-block;
	background: #0082ca;
	color: #fff;
	padding: 20px 40px;
	text-decoration: none;
	transform: scale(1, 1);
    -webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s;
}
.btn_carta a:hover {
	transform: scale(1.1, 1.1);
}
.btn_carta .btn_txt {
	font-size: 18px;
	font-weight: bolder;
}
.btn_carta .btn_pdf {
	height: 24px;
	vertical-align: middle;
}
.btn_carta .btn_pdf img {
	height: 24px;
	width: auto;
}

h3 {
	color: #0082ca;
	font-size: 22px;
	font-weight: bolder;
	margin-bottom: 20px;
	position: relative;
}
h3 .circle {
	width: 164px;
	height: 161px;
	background: url("../img/h3_bg.png");
	position: absolute;
	top: -50px;
	left: -50px;
}
h3 .h3_txt {
	position: relative;
}
h4 {
	font-weight: bolder;
	margin-bottom: 10px;
}
#howto {
	position: relative;
	margin-bottom: 30px;
    display: flex;
	justify-content: space-between;
}
#howto li.howto_box {
	background: #fff url("../img/flow_bg.png") no-repeat left top;
	padding: 2% 2%;
	border: 6px solid #0082ca;
	width: 32%;
}
#howto li.howto_box img.howto_no {
	width: 60px;
	height: auto;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#howto li.howto_box img.howto_img {
	width: 100%;
	height: auto;
}

#about_carta_area {
	width: 100%;
	background-image: url("../img/bg_blue.png");
	background-position: center top;
	background-repeat: no-repeat;
	padding: 180px 0px 60px;
}
.about_carta_box {
	width: 1000px;
	padding-top: 30px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	overflow: hidden;
}
.about_carta_box h3 {
	color: #FFF;
}
.about_carta_img {
	float: left;
	width: 350px;
}
.about_carta_txt {
	float: right;
	width: 580px;
}
.atten_area {
	background: #ccc;
	width: 100%;
	padding: 30px 0px 60px;
}
.atten_box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #ccc;
	xpadding: 20px 40px;
}
.atten_li li {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 12px;
}

/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:1200px) {
.wrap_all {
	width: 1200px;
}
#main_content {
	position: relative;
	width: 1200px;
	xheight: 900px;
	overflow: hidden;
}
}


/*-----------------------------------------------------	*/
/*	for - 700px以下の記述　*/
/*-----------------------------------------------------	*/

@media screen and (max-width:700px) {
.sp_only {
	display: inline-block;
}	

.wrap_all {
	width: 100%;
}
#main_content {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 120%;
	overflow: hidden;
}
#serious_content,
#free_content {
	padding-bottom: 150%;
	overflow: hidden;
}
#free_content .mitsuyoshi_free {
	position: absolute;
	top: 3%;
	width: 340%;
	left: -160%;
}
#free_content .btn_free {
	position: absolute;
	top: 33%;
	left: 25%;
	width: 70%;
}
#serious_content .mitsuyoshi_serious {
	position: absolute;
	top: 1%;
	width: 160%;
	right: -20%;
}
#serious_content .btn_serious {
	position: absolute;
	top: 32%;
	right: 25%;
	width: 70%;
}
#free_content .mitsuyoshi_free img,
#free_content .btn_free img,
#serious_content .mitsuyoshi_serious img, 
#serious_content .btn_serious img {
	width: 100%;
	height: auto;
}
	
#main_content #sega_60_logo {
	width: 26%;
	top: 25%;
	left: calc(50% - 13%);
}
#main_content #title_logo {
	width: 96%;
	top: 65%;
	left: calc(50% - 48%);
}
#txt_area {
    background: url("../img/bg_blue2-min.png") bottom left;
}
	
.sns ul li {
	margin-left: 5px;
	margin-right: 5px;
}
	
#txt_area #txt_box {
	width: 96%;
	padding-bottom: 100px;
}
.details {
	width: 96%;
}
	
#howto {
	position: relative;
	margin-bottom: 30px;
    display: block;
	justify-content: flex-start;
}
#howto li.howto_box {
	background: #fff url("../img/flow_bg.png") no-repeat left top;
	padding: 2% 2%;
	border: 6px solid #0082ca;
	width: 100%;
	margin-bottom: 20px;
}
	
.about_carta_box {
	width: 96%;
}
.about_carta_img {
	float: none;
	width: 100%;
	text-align: center;
}
.about_carta_img img {
	max-width: 100%;
	height: auto;
}
.about_carta_txt {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.atten_box {
	width: 85%;
}
}