@charset "utf-8";
/* CSS Document */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, interview, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
body {
	line-height: 1;
	color:#fff;
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents ul, li {
	list-style-type: none;
	list-style: none !important;
	margin: 0;
	padding: 0;
}
#contents h4 {
	color: #000;
}

@media (min-width: 768px) {
* {
}
.pc {
	display: block;
	margin-right:auto;
	margin-left:auto;
}
.sp {
	display: none;
}
body {
	overflow-x: auto !important;
	min-width: 1000px;
	position: relative;
	background:#F2F2F2;
}
#contents {
	font-family: "roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	position: relative;
	min-width: 1100px;
}
#contents *{
	font-family: "roboto", "noto sans jp", "メイリオ", "Meiryo", "ヒラギノ角ゴ pro w3", "ms pgothic", sans-serif;
}
#contents p {
	margin: 0;
	font-size: 16px;
}
/*-- 

	  font-family: "Oswald", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
 --*/
/* _________________________________________*/

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

.wrap{
    width:1200px;
    margin:0 auto;
}

.contents_inner{
    width:1200px;
    margin:auto;
}

.contents_inner p{
	color:#fff;
}
/* ----------------------------------
head
---------------------------------- */

#head h1{
	margin:0;
}
#intro{
	background:#ffffff;
	padding:60px 0 100px;
}
#change img{
	position:relative;
	top:-30px;
}
#comic{
	background:#51719B;
	padding:60px 0 60px;
}
#comic .btn_detail{
	margin:30px 0 0;
}
#comic .btn_detail a{
	display:inline-block;
	border:solid 1px #fff;
	color:#fff;
	padding:10px 40px;
	border-radius:30px;
	transition: all 0.2s;
}
#comic .btn_detail a:hover{
	background:#fff;
	color:#51719B;
	
}


/* ----------------------------------
entry
---------------------------------- */

#entry{
	padding:60px 0 60px;
}

#entry .entry_menu{
	margin:10px 0 0;
}
#entry .entry_menu a{
	display:inline-block;
	margin:0 -15px;
	transition: all 0.2s;
}
#entry .entry_menu a:hover {
	opacity:0.7;
}

#entry .entry_model{
	padding:0 0 60px;
}
#entry .entry_model .h{
	padding:60px 0 0;
}

#entry .info_wrap{	
	margin:80px 0 10px;
}
#entry .info_wrap a{
display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	align-items: center;
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	gap:0;
}
#entry .info_wrap .info{
	width:500px;
}
#entry .info_wrap .info .copy{
	font-size:20px;
	color:#444;
	margin:0 0 30px;
}
#entry .info_wrap .info .rubi{
	font-size:12px;
	color:#666;
}
#entry .info_wrap .info .name{
	font-size:65px;	
	    font-family: "oswald", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
		line-height:1 !important;
}
#entry .info_wrap .info .price{
	font-size:26px;
	margin:30px 0 0;
	color:#666;
	
}
#entry .info_wrap .info .price span{
	font-size:15px;
}
#entry .info_wrap .info .btn_detail{
	font-size:16px;
	margin:30px 0 0;
	transition: all 0.2s;
}
#entry .info_wrap .info .btn_detail span{
	background:#29abe2;
	color:#fff;
	padding:10px 40px;
	border-radius:20px;
	transition: all 0.2s;
}
#entry .info_wrap a:hover .info .btn_detail span{
	opacity:0.7;	
}
#entry .info_wrap .pic {
	width:350px;
	transition: all 0.2s;
	margin:0;
}
#entry .info_wrap a:hover .pic{
	transform:scale(1.1);
	transform-origin:center center;
	
}

#entry .entry_model .compare{
	padding:60px 0 0;
}
#entry h3{
	font-size:22px;
	margin:0  0 30px;
}
/* ----------------------------------
lineup
---------------------------------- */

#entry .entry_lineup{
		display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction:row;
	-webkit-flex-wrap: wrap;
	flex-wrap:wrap;
	align-items: center;
	align-items:flex-start;
	align-items: stretch;/*-- 高さをそろえる --*/
	justify-content: space-between;/*-- 両端揃え --*/
	justify-content: left;/*-- 左揃え --*/
	justify-content: center;/*-- 中央揃え --*/
	gap:30px;
	margin:0 0 140px;
}
#entry .entry_lineup .item{
	width:220px;
	background:#fff;
	padding:20px 10px 10px;
	position:relative;
}
#entry .entry_lineup .item a{
	display:block;
}
#entry .entry_lineup .item a:hover .img{
	transform:scale(1.1);
	transform-origin:center center;
	
}
#entry .entry_lineup .item .copy{
	font-size:12px;
	color:#888;
}
#entry .entry_lineup .item .img{
	width:140px;
	transition: all 0.2s;
	margin:0 auto;
}
#entry .entry_lineup .item .name{
	font-size:23px;	
	    font-family: "oswald", "Roboto", "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
}
#entry .entry_lineup .item .price{
	font-size:16px;
	margin:5px 0 0;
	color:#29abe2;
	
}
#entry .entry_lineup .item .price span{
	font-size:11px;
}
#entry .entry_lineup .item .btn_detail{
	font-size:12px;
	margin:15px 0 20px;
	transition: all 0.2s;
}
#entry .entry_lineup .item a:hover  .btn_detail{
	opacity:0.7;
}
#entry .entry_lineup .item .btn_detail span{
	background:#29abe2;
	color:#fff;
	padding:7px 20px;
	border-radius:20px;
}
#entry .entry_lineup .item .feature {
	background:#f7f7f7;
	padding:15px 10px;
	border-radius:10px;
}
#entry .entry_lineup .item .feature p{
	font-size:11px;
	color:#4d4d4d;
	line-height:2.2;
	
}
#entry .entry_lineup .item .upgrade{
	position:absolute;
	bottom:-110px;
	left:150px;
	width:145px;
	z-index:2;
	
}
#entry .entry_lineup .item  .triangle {
    position: absolute;
	top:0;
	left:0;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #29abe2;
  }

#entry .entry_lineup .item  .label {
    position: absolute;
    top: 15px;
    left: -4px;
    font-size: 11px;
	font-weight:normal;
    color: #fff;
    transform: rotate(-45deg);
  }

/* ----------------------------------
osusume
---------------------------------- */

#osusume{
	margin:0 0 0;
    padding:100px 0;
    background:   url("../img/bg_osusume.jpg");
	background-position:center center;
	background-size:cover;
}

#osusume h2{
    color:#fff;
	font-size:36px;
	letter-spacing:0.04em;
	font-weight:bold;
}
#osusume h2 span{
    color:#fff;
	font-size:23px;
	padding-bottom:10px;
	letter-spacing:0.04em;
}
#osusume .item_wrap{
    width:1200px;
    margin:60px auto 0;
    display:grid;
    grid-template-columns:repeat(3,1fr);
	gap:40px;
}

#osusume .item{
	background:#fff;
    padding:0 0 30px;
	        filter: drop-shadow(0 15px 25px rgba(0,0,0,0.3));
}

#osusume h3{
	padding:30px 0 25px;
	margin:0;
	font-size:20px;
	font-weight:bold;
}
#osusume .exp{
    padding:0 30px 0;
    font-size:14px;
	color:#666;
}
#osusume .caution{
    padding:10px 30px 0px;
    font-size:12px;
	color: #999;
}


/* ----------------------------------
more
---------------------------------- */

#more{
	margin:100px 0 0;
	background-position:center center;
	background-size:cover;
}

#more h2{
    margin-bottom:20px;
	font-size:30px;
	color:#000;
	letter-spacing:0.04em;
	font-weight:bold;
}
#more .item_wrap{
    width:1200px;
    margin:50px auto 0;
    display:grid;
    grid-template-columns:repeat(2,1fr);
	gap:40px;
}

#more .item{
	background:#fff;
    padding:0 0 0;
	        filter: drop-shadow(0 15px 15px rgba(0,0,0,0.1));
}
#more .item a{
	display:block;
	margin:0;
	transition: all 0.2s;
}
#more .item a:hover{
	background:rgba(41,171,226,0.1);
}
#more .item a .pic{
	position:relative;
	overflow:hidden;
}
#more .item a .pic img{
	transition: all 0.2s;
}
#more .item a:hover .pic img{
	transform:scale(1.05);
	transform-origin:center center;
}
#more h3{
	padding:40px 0;
	margin:0;
	font-size:20px;
	background-image:url(../img/arr_r.png);
	background-repeat:no-repeat;
	background-size:12px auto;
	background-position:right 70px center;
	transition: all 0.2s;
}


#more .exp{
    padding:0 30px 0;
    font-size:14px;
	color:#666;
}
#more .caution{
    padding:10px 30px 0px;
    font-size:12px;
	color: #999;
}


/* ----------------------------------
store
---------------------------------- */

#store{
	margin:100px 0 100px;
	background-position:center center;
	background-size:cover;
}

#store h2{
    margin-bottom:20px;
	font-size:30px;
	color:#000;
	letter-spacing:0.04em;
	font-weight:bold;
}
#store .item_wrap{
    width:1200px;
    margin:50px auto 0;
    display:grid;
    grid-template-columns:repeat(3,1fr);
	gap:40px;
}

#store .item{
	background:#fff;
    padding:0 0 0;
	        filter: drop-shadow(0 15px 15px rgba(0,0,0,0.1));
}
#store .item a{
	display:block;
	margin:0;
	transition: all 0.2s;
}
#store .item a:hover{
	background:rgba(41,171,226,0.1);
}
#store .item a .pic{
	position:relative;
	overflow:hidden;
}
#store .item a .pic img{
	transition: all 0.2s;
}
#store .item a:hover .pic img{
	transform:scale(1.05);
	transform-origin:center center;
}
#store h3{
	padding:40px 0;
	margin:0;
	font-size:20px;
	background-image:url(../img/arr_r.png);
	background-repeat:no-repeat;
	background-size:12px auto;
	background-position:right 50px center;
	transition: all 0.2s;
}
#store .exp{
    padding:0 30px 0;
    font-size:14px;
	color:#666;
}
#store .caution{
    padding:10px 30px 0px;
    font-size:12px;
	color: #999;
}
}
#entry .entry_model.run .info_wrap .info .btn_detail span{
	background:#ff9971;
}
#entry .entry_lineup.run .item .price{
	color:#ff9971;
	
}
#entry .entry_lineup.run .item .btn_detail span{
	background:#ff9971;
}
#entry .entry_lineup.run .item  .triangle {
    border-left-color:#ff9971;
  }
  
  
  
#entry .entry_model.out .info_wrap .info .btn_detail span{
	background:#7ab474;
}
#entry .entry_lineup.out .item .price{
	color:#7ab474;
	
}
#entry .entry_lineup.out .item .btn_detail span{
	background:#7ab474;
}
#entry .entry_lineup.out .item  .triangle {
    border-left-color:#7ab474;
  }
  
#contents .footnote {
	  margin:0 0 40px;
  }
#contents .footnote p{
	  font-size:12px;
	  color:#666;
  }