﻿
@charset "utf-8";
/* CSS Document */

#contents_wrap {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none
}
a:link {
    color: #384682;
}
a:hover {
    opacity: 0.8;
}

a:hover, a:active, a:focus {
      text-decoration: none;
}

a, button {
    outline: none;
}

a:focus {
    outline: none;
}

header#pageHead {
    z-index: 1;
    position: relative;
    background: #FFFFFF;
}

#wrapper {
    margin: 0 auto;
}

#flrOnpara .pageTop{
    position: relative
}

#flrOnpara .pageTop a, #flrOnpara .pageTop a:hover {
    position: absolute;
    top: -40px;
    margin: 0 auto;
}

#contents_wrap {
    background-image: url("/special/award/img/bg.png");
    padding-bottom: 100px;
}

#contents_wrap .maintenance {
    margin-bottom: 60px;
}

/*-------------------------------------------------
 メインビジュアル
-------------------------------------------------*/
.pl-mainvisual {
    position: relative;
    height: 500px;
}

.pl-mainvisual__head {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 0
}

.pc-mvtit { display: inline-block; }
.sp-mvtit { display: none; }

@media only screen and (max-width: 599px) {
.pc-mvtit { display: none; }
.sp-mvtit { display: inline-block; }
}


.pl-mainvisual__head::before {
    content: "";
    background-image: url("/special/award/img/front-hero.png");
    background-repeat: no-repeat;
    position: absolute;
    height: 800px;
    width: 1450px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    z-index: -1;
}

.pl-mainvisual__head h1 {
    margin: 0px auto;
    max-width: 930px;
    padding-top: 50px;
    position: relative;
}

.pl-mainvisual__head h1::before {
    content: "";
    width: 170px;
    height: 150px;
    display: inline-block;
    z-index: 41;
    position: absolute;
    top: 20px;
    left: 168px;
    background: url("/special/award/img/onpara-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.pl-mainvisual__lead {
    width: 930px;
    color: #FFFFFF;
    text-shadow: 0px 0px 3px #000;
    line-height: 2;
    font-size: 16px;
    position: absolute;
    margin: 0 auto;
    top: 320px;
    left: 0;
    right: 0;
}

.pl-mainvisual__months {
    width: 930px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 154px
}

.pl-mainvisual__months span {
    color: #FFFFFF;
    background-color: #d0b870;
    border-radius: 5px;
    font-size: 18px;
    display: inline-block;
    margin-left: 182px;
    padding: 6px 8px;
    line-height: 1;
}

.pl-wrapper {
    width: 930px;
    margin: 0 auto;
    position: relative;
}

/*-------------------------------------------------
 ナビ
-------------------------------------------------*/
.pl-wrapper__toc {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16)
}
.pl-wrapper__toc h2, .pl-wrapper__toc a {
    font-size: 14px;
    font-weight: bold;
    margin:0;
}

.pl-wrapper__toc__title {
    padding: 4px 12px;
    color: #FFFFFF;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #17194C;
}

.pl-wrapper__toc__navi {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
            align-items: stretch;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FFFFFF;
    padding: 10px 14px;
    margin:0;
}

.pl-wrapper__toc__navi a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding-bottom: 50px;
    text-align: center;
    color: #17194C;
    position: relative;
    line-height: 1.4;
}

.pl-wrapper__toc__navi img {
    margin-bottom: 4px;
    width: 100%;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
}

.pl-wrapper__toc__navi .button__wrapper a.button__link{
    width: 100%;
    font-size: 14px;
}

.pl-wrapper__toc__navi li {
    position: relative;
    width: 100%;
    list-style:none;
}

.pl-wrapper__toc__navi li + li {
    margin-left: 14px;
}

ul{
  padding-left:0;
}
/*-------------------------------------------------
 コンテンツ１～５位
-------------------------------------------------*/
.pl-content {
    width: 100%;
    margin-top: 40px;
    padding: 28px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.pl-content__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
}

.pl-content__header__title {
    font-family: YuMincho;
    font-size: 28px;
    font-weight: 900;
    color: #17194C;
}

.pl-content__header__area {
    margin-bottom: 5px
}

.pl-content__header__area p {
    display: inline-block;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #17194C;
    border-radius: 4px;
}

.pl-content__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.pl-content__wrapper__left,
.pl-content__wrapper__right {
    width: 425px;
    position: relative;
}

.pl-content__images {
    padding-bottom: 110px;
}

.pl-content__images__movie {
    margin-bottom: 20px;
}

.button__wrapper {
    position: absolute;
    text-align: center;
    bottom: 0;
    width: 100%;
}

.button__catch {
    margin-bottom: 6px;
    font-size: 18px;
    color: #fe0000;
    font-weight: 900;
    line-height: 1.2;
}

a.button__link {
    width: -webkit-calc(100% - 20%);
    width: calc(100% - 20%);
    margin: 0 auto;
    padding: 10px 0;
    display: block;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
    background-color: #fb9900;
    border-radius: 3px;
    border-bottom: 6px solid #fec260;
}

.pl-content__comment + .pl-content__comment {
    margin-top: 20px;
}

.pl-content__comment__headline {
    padding-left: 16px;
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    border-left: solid 4px #17194C;
}

.pl-content__comment__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 12px
}

.pl-content__comment__box:not(:first-of-type) {
    margin-top: 24px;
}

.pl-content__comment__avatar {
    margin-right: 20px
}

.pl-content__comment__avatar img {
    width: 90px;
    height: auto;
}

.pl-content__comment__avatar p {
    margin-top: 4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.pl-content__comment__avatar p span {
    font-size: 8px;
}

.pl-content__comment__text {
    width: 100%;
    position: relative;
    padding: 14px 20px;
    border: solid 1px #E2E2E2;
    border-radius: 4px;
    line-height: 1.6;
    font-size: 14px
}

.pl-content__comment__text::before, .pl-content__comment__text::after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    right: 100%;
    top: 30%;
    border: solid transparent;
}

.pl-content__comment__text::before {
    border-right-color: #E2E2E2;
    border-width: 11px;
    margin-top: -11px;
}

.pl-content__comment__text::after {
    border-right-color: #FFFFFF;
    border-width: 10px;
    margin-top: -10px;
}

.pl-content__comment__list {
    font-size: 16px;
    font-weight: 900
}

.pl-content__comment__list li {
    position: relative;
    padding-left: 1.25em;
    list-style:none;
}

.pl-content__comment__list li span {
    position: absolute;
    left: 0;
}

.pl-content__comment__list li:not(:last-of-type) {
    margin-bottom: 4px;
}

.pl-content__text-link {
    margin: 20px 0 0 110px
}

.pl-content__text-link a {
    display: inline-block;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 900;
    padding-right: 1.5em;
    border-bottom: 1px solid #384682;
    position: relative;
}

.pl-content__text-link a + .pl-content__text-link__note {
    margin-top: 10px;
}

.pl-content__text-link a::after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 1px #17194c;
    border-right: solid 1px #17194c;
    position: absolute;
    top: 4px;
    right: 0.25em;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.pl-content__text-link a:hover {
    border-bottom: 1px solid #5088ED;
}

.pl-content__text-link a:hover::after {
    border-top: solid 1px #5088ED;
    border-right: solid 1px #5088ED;
}

iframe + .cbox-wrapper {
    margin-top: 20px;
}

/* colorbox */
.cbox-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}

.cboxElement {
    display: block;
    width: 32%;
    position: relative;
    background-color: #17194c
}

.cboxElement img {
    width: 100%;
    padding: 2px;
    background-color: #17194c;
}

.cboxElement img:hover {
    opacity: 1;
}

.cboxElement:hover {
    opacity: 1;
}

.cboxElement::after {
    content: "";
    background-image: url("/special/award/img/ico-zoom.png");
    background-color: #17194c;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    padding: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

#cboxWrapper {
    position: relative;
}

#colorbox {
    outline: none;
}

img.cboxPhoto {
    height: auto !important;
    max-width: 600px;
}

#cboxOverlay {
    background: rgba(0,0,0,0.8);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: auto !important;
}

#cboxPrevious, #cboxNext {
    position: absolute;
    top: 50%;
    z-index: 10;
    border-style: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: 100em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(255,255,255,0.6)
}

#cboxPrevious::after, #cboxNext::after {
    content: '';
    position: absolute;
    top: 30%;
    width: 14px;
    height: 14px;
    margin-top: 50%;
    border-top: solid 4px #17194c;
    border-right: solid 4px #17194c;
    margin: 0% auto;
}

#cboxPrevious {
    left: 10px
}

#cboxPrevious::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    left: 5px;
    right: 0;
}

#cboxNext {
    right: 10px
}

#cboxNext::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    left: 0;
    right: 5px;
}

#cboxClose {
    position: absolute;
    top: -60px;
    z-index: 10;
    border-style: none;
    border-radius: 50%;
    text-indent: 100em;
    white-space: nowrap;
    cursor: pointer;
    background-color: rgba(255,255,255,0.6);
    right: -70px;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden
}

#cboxClose::before, #cboxClose::after {
    content: '';
    margin: 0 auto;
    width: 30px;
    height: 4px;
    background: #17194c;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -2px;
}

#cboxClose::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

#cboxClose::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

#cboxTitle, #cboxCurrent {
    visibility: hidden;
    outline: none;
}




/* Archives box */

.arch-content {
	width: 100%;
	margin: 40px auto 0 auto;
	padding: 28px;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	font-feature-settings : "palt";
}

.arch-box{display: flex;margin: 0 auto;justify-content: center; position: relative;}
.arch-content h2{font-size: 1.3em;line-height: 1.4em; font-weight: 900; color: #17194c;margin-bottom: .5em;}
.fa-book-open {margin-right: .4em;color: #7678a6;}

/* BUTTON */

.arch-box h3 {width: 98%; height: 2em; vertical-align: middle; font-size: .9em; -webkit-box-pack:justify; -ms-flex-pack:justify; justify-content:space-between;margin: 0 .5em 0 0;padding: .2em .5em;}
.arch-box h3 last:checked {margin-right: 0;}
.arch-box h3 a {color: #17194c; position: absolute; line-height: 2em; z-index: -1; top: 0; left: 0; right: 0; bottom: 0;}
.arch-box h3 a:hover{color: #fff; display: inline-block;}

/* Sweep To Right */
	.hvr-sweep-to-right {
	text-align: center;
	border: solid 1px #17194c;
	border-radius: 5px;
	color: #17194c;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #17194c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {color: white;}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


