@charset "UTF-8";
.wrapper {
	padding-top: 60px;
}
/* --------------------
Object - Project
---------------------*/
/* メインビュー */
.p-mainview {
	position: relative;
}
.p-mainview__images {
	width: 100%;
	height: 0;
	padding-bottom: 138.66667%;
	position: relative;
	overflow: hidden;
}
.p-mainview__images:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0F1435;
	opacity: 0.2;
	z-index: 2;
}
.p-mainview__images > li {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1.5s;
	transition-duration: 1.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.p-mainview__images > li > img {
	max-width: none;
	position: absolute;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 6.5s;
	transition-duration: 6.5s;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}
.p-mainview__images > li.active > img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.p-mainview__images > li.fade {
	opacity: 1;
}
.p-mainview__wrapper {
	width: 100%;
	max-width: 1050px;
	height: 0;
	margin: 0 auto;
	padding-bottom: 138.66667%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}
.p-mainview__wrapper > p {
	position: absolute;
	bottom: 48px;
	left: 6.4%;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.025em;
	line-height: 1.3125;
	color: #fff;
}
.p-mainview__eventlink {
	position: absolute;
	bottom: -20px;
	right: 0;
	z-index: 3;
}
.p-mainview__eventlink > a {
	width: 220px;
	height: 40px;
	padding-left: 25px;
	position: relative;
	font-weight: bold;
}
.p-mainview__eventlink > a:after {
	display: block;
	height: 16px;
	position: absolute;
	top: 0;
	left: 20px;
	font-size: 16px;
	line-height: 40px;
}
@keyframes scroller_animation {
	0% {
		opacity: 0;
		bottom: 80px;
		transform: scaleY(0);
	}
	10% {
		opacity: 1;
		bottom: 0;
		transform: scaleY(1);
	}
	90% {
		opacity: 1;
		bottom: 0;
		transform: scaleY(1);
	}
	100% {
		opacity: 0;
		bottom: 0;
		transform: scaleY(0);
	}
}
.p-mainview__scroller {
	display: none;
	width: 65px;
	margin: auto;
	position: absolute;
	bottom: -40px;
	left: 0;
	right: 0;
}
.p-mainview__scroller > a {
	display: block;
	width: 65px;
	height: 105px;
	position: relative;
	text-align: center;
	font-weight: bold;
	color: #fff;
	overflow: hidden;
}
.p-mainview__scroller > a > span {
	display: block;
	width: 1px;
	height: 80px;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	animation: scroller_animation 3s ease-out infinite;
	transform-origin: bottom;
}
.p-mainview__scroller > a > span:before, .p-mainview__scroller > a > span:after {
	content: "";
	display: block;
	width: 1px;
	height: 40px;
}
.p-mainview__scroller > a > span:before {
	background-color: #fff;
}
.p-mainview__scroller > a > span:after {
	background-color: #065D42;
}
/* セクション */
.p-home-section__lead {
	margin-top: 35px;
}
.p-home-section__lead .c-title-l2 {
	margin-bottom: 15px;
}
.p-home-section__image {
	margin-top: 35px;
}
.p-home-section__image > a {
	display: block;
}
.p-home-section--store .p-home-section__image {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.p-home-section__image--separate {
    align-items: center;
    -webkit-align-items: center;
	background: #fff;
	border: 1px solid #3d7a68;
	display: flex;
    display: -webkit-flex;
	height: 100px;
    justify-content: center;
    -webkit-justify-content: center;
	overflow: hidden;
	width: calc( 50% - 2px );
}
.p-home-section .c-btn {
	margin: 30px auto 0;
}
.p-home-section .c-tabcontent {
	margin-top: 55px;
}
.p-home-section .c-tabcontent__contents_wrapper {
	margin-top: 25px;
}
.p-home-section .p-banner {
	margin-top: 60px;
}
.p-home-section--gray {
	background-color: #e8e8e8;
}
.p-home-section--beginners {
	background: url(../../img/top_renewal/home/beginners_bg.jpg) no-repeat center top;
	background-size: cover;
}
.p-home-section--school .c-tabcontent {
	margin-top: 35px;
}
.p-home-section--school .c-tabcontent__contents_wrapper {
	margin-top: 30px;
}
.p-home-section--school .c-tabcontent__content > ul {
	border-top: 1px solid #ccc;
}
.p-home-section--store {
	background: url(../../img/top_renewal/home/store_bg_sp.jpg) no-repeat center top;
	background-size: cover;
}
.p-home-section--green .c-wrapper {
	z-index: 1;
}
.p-home-section--green .c-title-l1 {
	position: relative;
}
.p-home-section--green .p-banner {
	position: relative;
	z-index: 1;
}
.p-home-section--yamapos {
	background: url(../../img/top_renewal/home/yamapos_bg.jpg) no-repeat center top;
	background-size: cover;
}

/* スライダー */
.p-home-slider .c-article, .p-home-slider .c-rectbanner {
	width: 300px;
	margin-right: 20px;
}
.p-home-slider .c-article:last-child, .p-home-slider .c-rectbanner:last-child {
	margin-right: 0;
}
.p-home-slider .c-article__title, .p-home-slider .c-rectbanner__caption {
	max-height: 3.2em;
	overflow: hidden;
}
.p-home-slider--campaign {
	margin-top: 35px;
}
/* レポートカテゴリーボタン並び */
.p-report-cat {
	margin-top: 20px;
}
.p-report-cat p {
	font-size: 16px;
	font-weight: bold;
}
.p-report-cat ul {
	margin-left: -10px;
}
.p-report-cat ul > li {
	display: inline-block;
	margin-top: 15px;
	margin-left: 10px;
}
/* バナー横並び */
.p-banner ul > li > a {
	display: block;
	font-size: 16px;
}
.p-banner ul > li > a > span {
	display: block;
	margin-top: 10px;
}
.p-banner ul > li + li {
	margin-top: 25px;
}
.p-banner__image {
	overflow: hidden;
}
/* webshop, brands サムネイルリスト */
.p-thumblist {
	margin-top: 45px;
}
.p-thumblist ul {
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.p-thumblist ul > li {
	width: 46.15385%;
	margin-bottom: 15px;
	background-color: #fff;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition-property: box-shadow;
	transition-property: box-shadow;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.p-thumblist ul > li > a {
	display: block;
}
.p-thumblist--bland {
	margin-top: 25px;
}
.p-thumblist--bland ul > li:nth-child(n+11) {
	display: none;
}
.p-thumblist--bland ul > li > a {
	padding: 15px 8%;
	text-align: center;
	font-size: 12px;
	line-height: 1.5;
	color: #222;
}
.p-thumblist--bland ul > li > a > span {
	display: block;
	margin-top: 15px;
}
/* ボタン横並び */
/* ボタン中央配置 */
.p-centerbtn > .c-btn {
	margin-left: auto;
	margin-right: auto;
}
/* sns */
.p-sns {
	margin-top: 50px;
	text-align: center;
}
.p-sns h2 {
	font-size: 16px;
	line-height: 1;
}
.p-sns ul {
	width: 190px;
	margin: 35px auto;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.p-sns ul > li {
	width: 50px;
}
.p-sns ul > li > a {
	display: block;
}
/* コンテンツフッターバナー */
.p-contentfooter-banner {
	margin-top: 50px;
}
.p-contentfooter-banner ul li + li {
	margin-top: 0;
}
/* その他個別 */
#contentsHeading--report {
	padding-top: 55px;
}
.p-mainview + #contentsHeading--report {
	padding-top: 75px;
}
#contentsHeading--bland {
	margin-top: 70px;
}
#contentsHeading--event {
	margin-top: 60px;
}
/* フローティングバナー */
.c-bannertop__wrapper {
	position: relative;
}
.c-bannertop{
	display: none;
	max-width: 300px;
}
.c-bannertop__start {
	bottom: 15px;
	position: fixed;
	right: 15px;
	z-index: 1000;
	animation: banner__animation .5s ease .5s 1 alternate;
	opacity: 0;
	bottom: -380px;
	animation-play-state: paused;
    animation-fill-mode: forwards;
}
.c-bannertop__none {
	animation: bannerclick__animation 1.5s ease 1s 1 alternate;
	animation-play-state: paused;
}
#btn-bannertop__close {
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 35px;
  width: 35px;
  margin-bottom: 10px;
  position: relative;
  float: right;
}
#btn-bannertop__close:before {
    position: absolute;
    display: block;
    top: 47%;
    right: 20% ;
    cursor: pointer;
    width: 60%;
    height: 6%;
    background: #666666;
    color: #666666;
    content: '';
    -moz-transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
}
#btn-bannertop__close:after {
    position: absolute;
    display: block;
    top: 47%;
    right: 20% ;
    cursor: pointer;
    width: 60%;
    height: 6%;
    background: #666666;
    color: #666666;
    content: '';
    -moz-transform: rotate(45deg) !important;
    -webkit-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
}
#bnr-top > img {
	width: 100%;
	max-width: 100%;
}
@keyframes banner__animation {
	0% {
		opacity: 0;
		bottom: -380px;
	}
	100% {
		opacity: 1;
		bottom: 10px;
	}
}
@keyframes bannerclick__animation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@media (max-width: 450px) {
  .c-bannertop{
	max-width: 200px;
  }
}
/* --------------------
Responsive
---------------------*/
@media (min-width: 737px) {
	.wrapper {
		padding-top: 100px;
	}
	.p-mainview__images {
		padding-bottom: 700px;
	}
	.p-mainview__wrapper {
		padding-bottom: 700px;
	}
	.p-mainview__wrapper > p {
		left: 0;
		font-size: 46px;
		letter-spacing: 0.1em;
	}
	.p-mainview__scroller {
		display: block;
	}
	.p-home-section .c-relativebasis {
		min-height: 300px;
	}
	.p-home-section__lead {
		width: 450px;
		margin-top: 60px;
		margin-left: 0;
		margin-right: auto;
	}
	.p-home-section__lead .c-title-l2 {
		margin-bottom: 25px;
	}
	.p-home-section__lead > p {
		font-size: 16px;
	}
	.p-home-section__lead--noimage {
		width: 100%;
	}
	.p-home-section__lead--noimage > p {
		text-align: center;
	}
	.p-home-section__image {
		width: 500px;
		margin-top: 0;
		position: absolute;
		top: 0;
		right: 0;
	}
	.p-home-section .c-btn {
		margin: 55px auto 0 0;
	}
	.p-home-section .c-tabcontent {
		margin-top: 55px;
	}
	.p-home-section--school .c-tabcontent__contents_wrapper {
		margin-top: 46px;
	}
	.p-home-section--school .c-tabcontent__content > ul {
		width: 950px;
		margin: 0 auto;
	}
	.p-home-section--store {
		background-image: url(../../img/top_renewal/home/store_bg_pc.jpg);
	}
	.p-home-section--store .c-relativebasis {
		min-height: 250px;
	}
	.p-home-section--store .p-home-section__lead {
		width: 660px;
	}
	.p-home-section--store .p-home-section__image {
		width: 330px;
	}
	.p-home-slider .c-article, .p-home-slider .c-rectbanner {
		width: 330px;
		margin-right: 30px;
	}
	.p-home-slider .c-article:last-child, .p-home-slider .c-rectbanner:last-child {
		margin-right: 0;
	}
	.p-home-slider--campaign {
		min-height: 400px;
		margin-top: 50px;
	}
	.p-report-cat ul {
		margin: -3em 0 0 12em;
	}
	.p-banner ul {
		width: 100%;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.p-banner ul > li {
		width: 50%;
	}
	.p-banner ul > li + li {
		margin-top: 0;
	}
	.p-thumblist ul > li {
		width: 186px;
	}
	.p-thumblist ul > li:nth-child(n+11) {
		display: block;
	}
	.p-thumblist ul > li:hover {
		box-shadow: 8px 8px 12px 0 rgba(0, 0, 0, 0.1);
	}
	.p-thumblist--bland {
		margin-top: 50px;
	}
	.p-thumblist--bland ul {
		width: 870px;
		margin: 0 auto;
	}
	.p-thumblist--bland ul > li {
		width: 150px;
	}
	.p-parallelbtn {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		max-width: 590px;
		margin: 0 auto;
	}
	#contentsHeading--store .p-parallelbtn {
		margin:0;
		}
	.p-centerbtn > .c-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.p-sns ul > li > a {
		-webkit-transition-property: opacity;
		transition-property: opacity;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
		opacity: 1;
	}
	.p-sns ul > li > a:hover {
		opacity: 0.6;
	}
	.p-contentfooter-banner {
		margin-top: 65px;
	}
	.p-contentfooter-banner ul {
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}
	.p-contentfooter-banner ul > li {
		width: 50%;
	}
	#contentsHeading--report {
		padding-top: 70px;
	}
	.p-mainview + #contentsHeading--report {
		padding-top: 90px;
	}
}
@media (max-width: 374px) {
	.p-home-slider .c-article, .p-home-slider .c-rectbanner {
		width: 250px;
	}
}

/*----20191227追加　NEWSリンク効果---*/
.news_link_decoration {
	font-size: 16px;
	text-decoration: underline;
}
.news_link_decoration:hover {
	text-decoration: none !important;
}
