﻿@charset "utf-8";




/* global
------------------------------------------------*/
#myfilstpc-2017-summer {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese","Lucida Grande", "segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: 200;
	color: #000;
	letter-spacing: 0.001em;
	line-height: 1.4;
	background: #fff;
}

#myfilstpc-2017-summer * {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
			 -o-box-sizing: border-box;
					box-sizing: border-box;
}

#myfilstpc-2017-summer .wrap {
	width: 980px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#myfilstpc-2017-summer a {
	-webkit-transition:all 0.3s ease-in-out;
	   -moz-transition:all 0.3s ease-in-out;
	     -o-transition:all 0.3s ease-in-out;
	        transition:all 0.3s ease-in-out;
}
#myfilstpc-2017-summer a:hover {
	opacity:0.75;
}



/* keyvisual
------------------------------------------------*/
#keyvisual {
	text-align: center;
}


/* nav
------------------------------------------------*/
#myfilstpc-2017-summer nav {
	margin-top: 1px;
}

#myfilstpc-2017-summer nav li {
	position: relative;
	width: 49.5%;
	height: 48px;

	font-size: 1.1rem;
	font-size: 18px\9;
	line-height: 48px;
	color: #fff;

	background: #fbb2b3;
	background: -moz-linear-gradient(top, #fbb2b3 0%, #faafb0 100%);
	background: -webkit-linear-gradient(top, #fbb2b3 0%, #faafb0 100%);
	background: linear-gradient(to bottom, #fbb2b3 0%, #faafb0 100%);

	-webkit-border-radius: 6px;
		 -moz-border-radius: 6px;
					border-radius: 6px;

	-webkit-box-shadow: 0px 4px 0px 0px #e6919b;
		 -moz-box-shadow: 0px 4px 0px 0px #e6919b;
					box-shadow: 0px 4px 0px 0px #e6919b;
}

#myfilstpc-2017-summer nav li:first-child + li {
	margin: 0 0.3% 0.3%;
}


#myfilstpc-2017-summer nav li.cs {
	background: #d0d0d0;
	-webkit-box-shadow: 0px 4px 0px 0px #b3b3b3;
		 -moz-box-shadow: 0px 4px 0px 0px #b3b3b3;
					box-shadow: 0px 4px 0px 0px #b3b3b3;
	cursor: default;
}
#myfilstpc-2017-summer nav li:after {
	position: absolute;
	width: 1px;
	height: 52px;
	left: 0;
	top: 0;
	content: '';
	background: #fff;
}
#myfilstpc-2017-summer nav li:first-child:after {
	content: none;
}

#myfilstpc-2017-summer nav a {
	display: block;
	position: relative;
	padding-right: 34px;
	line-height: 48px;
	color: #fff;
	text-decoration: none;
}
#myfilstpc-2017-summer nav a:after {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 10px;
	top: 50%;
	margin-top: -12px;
	content: '';
	background: url(../img/ico-arrow.png) no-repeat center center;
}



/* localnav
------------------------------------------------*/
#localnav {
	margin: 25px 0 35px;
}

#localnav ul {
	border-left: 1px solid #f793a8;
	border-top: 1px solid #f793a8;
}
#localnav li {
	width: 25%;
	height: 38px;
	border-right: 1px solid #f793a8;
	border-bottom: 1px solid #f793a8;
}

#localnav a {
	display: block;
	position: relative;
	padding-right: 30px;
	font-size: 0.9rem;
	font-size: 11.7px\9;
	line-height: 38px;
	color: #000;
	text-decoration: none;
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
}
#localnav a:after {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 10px;
	top: 50%;
	margin-top: -10px;
	content: '';
	background: url(../img/ico-tri_p.png) no-repeat center center;
}
#localnav a:hover {
	color: #fff;
	background: #fbb2b3;
	opacity: 1;
}
#localnav a:hover:after {
	background: url(../img/ico-tri_w.png) no-repeat center center;
}



/* top-pc-list
------------------------------------------------*/
#top-pc-list > ul > li {
	margin-bottom: 35px;
	padding-bottom: 35px;
}
#top-pc-list > ul > li:after {
	content:""; 
	display:block; 
	clear:both;
}

#top-pc-list .list-left {
	float: left;
	width: 320px;
}
#top-pc-list .list-right {
	float: right;
	width: 640px;
	color: #333;
}

#top-pc-list .list-left dt {
	margin-bottom: 10px;
}
#top-pc-list .list-left dd:after {
	content:""; 
	display:block; 
	clear:both;
}
#top-pc-list .list-left dd ul.ctr {
	float: left;
	/*width: 200px;*/
	text-align: left;
}
#top-pc-list .list-left dd ul.ctr li {
	position: relative;
	margin: 0 0 10px 10px;
	overflow: hidden;
}
#top-pc-list .list-left dd ul.ctr li:first-child,
#top-pc-list .list-left dd ul.ctr li:first-child + li + li + li,
#top-pc-list .list-left dd ul.ctr li:first-child + li + li + li + li + li + li {
	margin-left: 0;
}
#top-pc-list .list-left dd ul.ctr li:hover:after,
#top-pc-list .list-left dd ul.ctr li.active:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	border: 4px solid #b5b5b5;
}

#top-pc-list .list-left dd div {
	display: block;
	float: right;
	font-size: 10px;
}
#top-pc-list .list-left dd div a {
	text-decoration: none;
}
#top-pc-list .list-left dd p.mv {
	width: 70px;
	height: 80px;
	margin: 0 auto 5px;
	padding-top: 10px;
	text-align: center;
	background: url(../img/top-list-ico-movie-bg.png) no-repeat center top;
}
#top-pc-list .list-left dd p.mv span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 7px;
	padding: 0;
	overflow: hidden;
}


#top-pc-list .list-left dd ul.ctr li img,
#top-pc-list .list-left dd p img {
	-webkit-transition:all 0.3s ease-in-out;
	   -moz-transition:all 0.3s ease-in-out;
	     -o-transition:all 0.3s ease-in-out;
	        transition:all 0.3s ease-in-out;
}
#top-pc-list .list-left dd ul.ctr li:hover img,
#top-pc-list .list-left dd ul.ctr li.active img,
#top-pc-list .list-left dd p:hover img {
	-webkit-transform: scale(1.2, 1.2);
		 -moz-transform: scale(1.2, 1.2);
			-ms-transform: scale(1.2, 1.2);
					transform: scale(1.2, 1.2);
}

#top-pc-list .list-right h2 {
	margin-bottom: 25px;
	font-size: 2.25rem;
	font-size: 29.25px\9;
	font-weight: 200;
	color: #000;
}
#top-pc-list .list-right ul.detail {
	margin-bottom: 15px;
}
#top-pc-list .list-right ul.detail li {
	margin-bottom: 5px;
	padding-left: 1.0rem;
	text-indent: -1.0rem;
	font-size: 0.9rem;
}
#top-pc-list .list-right ul.detail li:before {
	content: "■";
	color: #b5b5b5;
	padding-right: 4px;
}

#top-pc-list .list-right ul.caution  {
	margin-bottom: 15px;
	font-size: 0.75rem;
	font-size: 10px\9;
}
#top-pc-list .list-right ul.caution li {
	padding-left: 1.9rem;
	text-indent: -1.9rem;
}
#top-pc-list .list-right ul.caution li.mrgL1rem {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}

#top-pc-list .list-right h3 {
	margin-bottom: 30px;
	font-size: 1.6rem;
	font-size: 20px\9;
	font-weight: 500;
}

#top-pc-list .list-right ul.ctr li {
	width: 220px;
	margin: 0 10px;
}
#top-pc-list .list-right ul.ctr li:first-child {
	width: 300px;
}



/* prize
------------------------------------------------*/
#prize {
	width: 100%;
	margin: 60px 0;
	text-align: center;
}



/* office-premium
------------------------------------------------*/
#office-premium {
	margin: 60px 0;
}

#office-premium h2 {
	margin-bottom: 20px;
	font-size: 2.4rem;
	font-size: 32.5px\9;
	font-weight: 600;
	color: #eb6100;
	text-align: center;
}
#office-premium h2 + p {
	margin-bottom: 50px;
	font-size: 1.5rem;
	font-size: 19.5px\9;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

#office-premium .detail:after {
	content:""; 
	display:block; 
	clear:both;
}

#office-premium .detail .detail-left {
	float: left;
	width: 450px;
}
#office-premium .detail .detail-right {
	float: right;
	width: 450px;
}

#office-premium .detail h3 {
	position: relative;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 1.125rem;
	font-size: 14.625px\9;
	font-weight: 400;
	text-align: center;
	color: #eb6100;
	border: 1px solid #eb6100;
}
#office-premium .detail h3:before {
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #eb6100;
	position: absolute;
	left: 224px;
	bottom: -20px;
}
#office-premium .detail h3:after {
	content: "";
	display: inline-block;
	border: 9px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: 225px;
	bottom: -18px;
}
#office-premium .detail h4 {
	padding: 10px;
	margin-bottom: 10px;
	font-size: 1.125rem;
	font-size: 14.625px\9;
	font-weight: 400;
	text-align: center;
	color: #eb6100;
	border-top: 1px solid #eb6100;
	border-bottom: 1px solid #eb6100;
}
#office-premium .detail h5 {
	font-size: 1.125rem;
	font-size: 14.625px\9;
	font-weight: 400;
	color: #000;
	padding: 15px 0;
}

#office-premium .detail hr {
	width: 100%;
	height: 1px;
	margin: 25px 0;
	border: none;
	background: #eb6100;
}

#office-premium .detail .box {
	margin-bottom: 25px;
}
#office-premium .detail .box:after {
	content:""; 
	display:block; 
	clear:both;
}

#office-premium .detail .box .imgunit {
	float: left;
	width: 132px;
	margin-right: 18px;
	font-size: 0;
	line-height: 0;
}
#office-premium .detail .box .textunit {
	float: right;
	width: 300px;
}
#office-premium .detail .box .textunit p {
	font-size: 1.0rem;
	line-height: 1.9;
	color: #333;
}
#office-premium .detail .box .textunit p.stxt {
	margin-top: 10px;
	font-size: 0.75rem;
	font-size: 10px\9;
	line-height: 1.4;
	color: #333;
}
#office-premium .detail .box .textunit p.indenttxt {
	margin-top: 10px;
	font-size: 0.9375rem;
	color: #333;
	line-height: 1.4;
}
#office-premium .detail .box .textunit p.indenttxt span {
	display: block;
	padding-top: 2px;
}
#office-premium .detail .box .textunit p.indenttxt a {
	padding: 0 20px 0 14px;
	color: #0063cf;
	background: url(../img/ico-link-blank.png) no-repeat scroll right center, url(../img/ico-link-arrow.gif) no-repeat scroll left center;
}

#office-premium .detail .box_365 .textunit {
	float: left;
	width: 360px;
	margin-top: 10px;
	margin-right: 10px;
}

#office-premium .detail .box_365 .imgunit {
	float: right;
	width: 74px;
	margin: 0;
}



/* stoa
------------------------------------------------*/
#stoa-expert {
	margin-top: 30px;
}
#stoa-expert h2 {
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.9;
	border-bottom: 3px solid #8cc64b;
}

#stoa-expert .clearfix .stoa-ex-left,
#stoa-expert .clearfix .stoa-ex-right {
	width: 475px;
	text-align: center;
	border: 1px solid #dedfe5;
}
#stoa-expert .clearfix .stoa-ex-left {
	float: left;
}
#stoa-expert .clearfix .stoa-ex-right {
	float: right;
}
#stoa-expert .clearfix dt {
	padding: 5px 0;
	font-size: 1.05rem;
	font-weight: 500;
	background: #dedfe5;
	border-bottom: 1px solid #dedfe5;
}
#stoa-expert .clearfix + p {
	margin-top: 15px;
	text-align: center;
}

#stoa-list {
	margin-top: 50px;
}
#stoa-list h2 {
	margin-bottom: 30px;
	padding-bottom: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	border-bottom: 3px solid #8cc64b;
}

#stoa-list table {
	width: 100%;
}
#stoa-list th {
	width: 25%;
	padding: 10px 0;
	text-align: center;
	font-weight: 400;
	background: #fbb1b2;
	border: 1px solid #dedfe5;
}
#stoa-list td {
	padding: 10px;
	text-align: center;
	font-weight: 400;
	border: 1px solid #dedfe5;
}
#stoa-list td:first-child {
	text-align: left;
}

#stoa-list td span {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../img/stoa-list-check.png) no-repeat center center;
}



/* point
------------------------------------------------*/
#main-movie {
	margin-top: 30px;
}
#main-movie h2 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #0078d7;
}
#main-movie h2 + p {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
}

#main-movie .anchorbtn {
	width: 490px;
	margin: 30px auto;
}

#main-movie #movie-description p.ttl {
	position: relative;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-size: 1.0rem;
	font-size: 16px\9;
	font-weight: 500;
	border-left: 5px solid #0078d7;
}
#main-movie #movie-description p.ttl:after {
	position: absolute;
	width: 100%;
	height: 3px;
	left: -5px;
	bottom: -10px;
	content: '';
	background: #ccc;
}
#main-movie #movie-description p.ttl + p {
	font-size: 1.0rem;
	font-size: 16px\9;
}


#movie-list {
	margin-top: 20px;
}
#movie-list ul {
	margin-top: 30px;
	text-align: left;
}
#movie-list ul li {
	width: 233px;
	margin: 0 16px 20px 0;
}
#movie-list ul li:nth-child(4n){
	margin-right: 0;
}
#movie-list ul li:first-child + li + li + li,
#movie-list ul li:first-child + li + li + li + li + li + li + li,
#movie-list ul li:first-child + li + li + li + li + li + li + li + li + li + li + li,
#movie-list ul li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
	margin-right: 0\9;
}

#movie-list dt {
	padding: 5px 0;
	color: #fff;
	text-align: center;
	background: #0078d7;
}
#movie-list dd {
	position: relative;
}

#movie-list dd a {
	color: #000;
	text-decoration: none;
}
#movie-list dd p.thmb {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background: #000;
}
#movie-list dd p.thmb img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.6;
	-webkit-transition:all 0.3s ease-in-out;
	   -moz-transition:all 0.3s ease-in-out;
	     -o-transition:all 0.3s ease-in-out;
	        transition:all 0.3s ease-in-out;
}
#movie-list dd a:hover img {
	opacity: 1;
	-webkit-transform: scale(1.06, 1.06);
		 -moz-transform: scale(1.06, 1.06);
			-ms-transform: scale(1.06, 1.06);
					transform: scale(1.06, 1.06);
}

#movie-list dd p.thmb:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: 'coming soon';
	font-weight: 400;
	text-align: center;
	line-height: 100px;
	color: #fff;
}
#movie-list dd a p.thmb:after {
	content: '';
	background: url(../img/point-movie-ico-play-s.png) no-repeat center center;
}

#movie-list dd p.text {
	margin-top: 5px;
	font-size: 12.5px;
	font-size: 0.78rem;
}


#feature h2 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	color: #0078d7;
}
#feature h2 + p {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

#feature h3 {
	position: relative;
	margin-bottom: 25px;
	font-size: 1.4rem;
	font-size: 18.2px\9;
	font-weight: 400;
	color: #0063cf;
}
#feature h3.hello {
	padding-left: 70px;
}
#feature h3.hello:before {
	position: absolute;
	width: 54px;
	height: 46px;
	left: 0;
	top: -4px;
	content: '';
	background: url(../img/point-feature-ico-hello.png) no-repeat center center;
}

#feature hr {
	width: 100%;
	height: 1px;
	margin: 35px 0;
	background: #c3c3c3;
	border: none;
}

#feature #ft-keyvisual:after {
	content:""; 
	display:block; 
	clear:both;
}
#feature #ft-keyvisual p {
	float: left;
	width: 700px;
}
#feature #ft-keyvisual ul {
	float: right;
	width: 260px;
}

#feature .box {
	margin-bottom: 35px;
}
#feature .box:after {
	content:""; 
	display:block; 
	clear:both;
}
#feature .box .list-left {
	width: 380px;
	float: left;
}
#feature .box .list-right {
	width: 560px;
	float: right;
}

#feature .box p {
	margin-top: 25px;
	font-size: 1.0rem;
	line-height: 1.9;
	color: #333;
}
#feature .box h3 + p {
	margin-top: 0;
}

#feature .box ul.caution  {
	margin-top: 15px;
	font-size: 0.75rem;
	font-size: 10px\9;
}
#feature .box ul.caution li {
	padding-left: 1.9rem;
	text-indent: -1.9rem;
}

#feature .box ul.ctr {
	margin-top: 25px;
	text-align: left;
}
#feature .box ul.ctr li {
	width: 300px;
	margin-right: 30px;
}
#feature .box ul.ctr li.w225 {
	width: 225px;
}
#feature .box ul.ctr li.w630 {
	width: 630px;
}
#feature .box ul.ctr li p {
	margin-top: 10px;
	font-size: 0.9rem;
	font-size: 12px\9;
	line-height: 1.5;
}



/* point:modal
------------------------------------------------*/
#modal_contents {
	position: relative;
	margin: 0 auto;
	padding: 0;
}

#modal_contents * {
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	-o-box-sizing      : border-box;
	-ms-box-sizing     : border-box;
	box-sizing         : border-box;
}

.remodal-wrapper {
	width: 100%;
}
.remodal {
	width: 60%;
}
#movie-player {
	width: 100%;
}
#mdl-close {
	position: absolute;
	right: -50px;
	top: -50px;
	cursor: pointer;
}



/* pagetopbtn
------------------------------------------------*/
#myfilstpc-2017-summer .pagetopbtn {
	width: 490px;
	margin: 60px auto;
}



/* btn
------------------------------------------------*/
#myfilstpc-2017-summer .btn {
	width: auto;
	height: 60px;

	-webkit-transition: all 0.2s ease-in-out;
		 -moz-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
}

#myfilstpc-2017-summer .btn:hover {
	opacity: 0.75;
}

#myfilstpc-2017-summer .btn a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 24px;
	font-size: 1.0rem;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	color: #fff;
	z-index: 10;
}
#myfilstpc-2017-summer .btn a:after {
	position: absolute;
	width: 24px;
	height: 24px;
	right: 20px;
	top: 50%;
	margin-top: -12px;
	content: '';
	background: url(../img/ico-arrow.png) no-repeat center center;
}

#myfilstpc-2017-summer .btn.btn-col-g {
	background: #b8e685;
	background: -moz-linear-gradient(top, #b8e685 0%, #b2db83 100%);
	background: -webkit-linear-gradient(top, #b8e685 0%, #b2db83 100%);
	background: linear-gradient(to bottom, #b8e685 0%, #b2db83 100%);

	-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
					border-radius: 8px;
	-webkit-box-shadow: 0px 4px 0px 0px #85ab5b;
		 -moz-box-shadow: 0px 4px 0px 0px #85ab5b;
					box-shadow: 0px 4px 0px 0px #85ab5b;
}
#myfilstpc-2017-summer .btn.btn-col-p {
	background: #fbb2b3;
	background: -moz-linear-gradient(top, #fbb2b3 0%, #faafb0 100%);
	background: -webkit-linear-gradient(top, #fbb2b3 0%, #faafb0 100%);
	background: linear-gradient(to bottom, #fbb2b3 0%, #faafb0 100%);

	-webkit-border-radius: 8px;
		 -moz-border-radius: 8px;
					border-radius: 8px;
	-webkit-box-shadow: 0px 4px 0px 0px #e6919b;
		 -moz-box-shadow: 0px 4px 0px 0px #e6919b;
					box-shadow: 0px 4px 0px 0px #e6919b;
}
#myfilstpc-2017-summer .btn.btn-col-w {
	background: #fff;
	border: 1px solid #7fb641;
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
					border-radius: 10px;
	-webkit-box-shadow: 0px 2px 0px 0px #7fb641;
		 -moz-box-shadow: 0px 2px 0px 0px #7fb641;
					box-shadow: 0px 2px 0px 0px #7fb641;
}
#myfilstpc-2017-summer .btn.btn-col-w a {
	color: #7fb641;
}

#myfilstpc-2017-summer .btn.btn-col-w_p {
	background: #fff;
	border: 1px solid #fab0b1;
	-webkit-border-radius: 10px;
		 -moz-border-radius: 10px;
					border-radius: 10px;
	-webkit-box-shadow: 0px 2px 0px 0px #fab0b1;
		 -moz-box-shadow: 0px 2px 0px 0px #fab0b1;
					box-shadow: 0px 2px 0px 0px #fab0b1;
}
#myfilstpc-2017-summer .btn.btn-col-w_p a {
	color: #000;
}

#myfilstpc-2017-summer .btn.btn-brd-sq {
	-webkit-border-radius: 0;
		 -moz-border-radius: 0;
					border-radius: 0;
}


#myfilstpc-2017-summer .btn.btn-anchor a:after {
	background: url(../img/ico-arrow-anchor.png) no-repeat center center;
}
#myfilstpc-2017-summer .pagetopbtn .btn a:after {
	background: url(../img/ico-arrow-top.png) no-repeat center center;
}