﻿@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(43, 127, 213,0.4);
}

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 {
}

.pl-mainvisual__head {
    height: 62vw;
    position: relative;
    overflow: hidden;
    background-image: url("/special/award/img/pattern.png");
    background-repeat: repeat;
    background-size: 90px 90px;
    background-color: #17194C
}

.pl-mainvisual__head h1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-image: url("/special/award/img/front-hero-sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    text-align: center;
}

.pl-mainvisual__head h1::before {
    content: "";
    width: 28%;
    height: 100%;
    display: inline-block;
    z-index: 40;
    position: absolute;
    top: 6%;
    left: 2%;
    background: url("/special/award/img/onpara-logo.png");
    background-size: auto auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.pc-mvtit { display: inline-block; }
.sp-mvtit { display: none; }

@media only screen and (max-width: 640px) {
.pc-mvtit { display: none; }
.sp-mvtit { display: inline-block; position: absolute; bottom: 60px; left: 0px; }
}

.front-hero__bg {
    width: 100%;
    margin-top: 30vw;
    -webkit-filter: drop-shadow(0 0 2px #000);
}

.pl-mainvisual__months {
    padding: 6px 9px;
    font-size: 14px;
    display: inline-block;
    color: #FFFFFF;
    background-color: #d0b870;
    border-radius: 5px;
    position: absolute;
    top: 52vw;
    left: 3%;
    line-height: 1;
}

.pl-mainvisual__lead {
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 3%
}

.pl-mainvisual__lead br {
    display: none;
}

.pl-wrapper {
    width: -webkit-calc(100% - 8%);
    width: calc(100% - 8%);
    margin: 0 auto;
}

/*-------------------------------------------------
 ナビ
-------------------------------------------------*/
.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;
}

.pl-wrapper__toc__title {
    padding: 8px 12px;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #17194C;
}

.pl-wrapper__toc__navi {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16)
}

.pl-wrapper__toc__navi li img {
    display: none;
}

.pl-wrapper__toc__navi a {
    color: #17194C;
    padding: 8px 0 8px 12px;
    text-align: left;
    font-weight: normal;
    position: relative;
    display:block;
}

.pl-wrapper__toc__navi a::after {
    content: '';
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #17194C;
    border-right: solid 2px #17194C;
    position: absolute;
    top: 30%;
    right: 8%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pl-wrapper__toc__navi .button__wrapper {
    display: none;
}

.pl-wrapper__toc__navi li {
    position: relative;
    width: 100%;
    padding: 2px 0;
    border-bottom: solid 1px #E2E2E2;
}

/*-------------------------------------------------
 コンテンツ１～５位
-------------------------------------------------*/
.pl-content {
    width: -webkit-calc(100% - 3%);
    width: calc(100% - 3%);
    margin: 20px auto;
    padding: 10px 0;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.pl-content__wrapper__left {
    margin-bottom: 60px;
}

.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;
    width: -webkit-calc(100% - 6%);
    width: calc(100% - 6%);
    margin: 0 auto;
}

.pl-content__header__title {
    font-family: YuMincho;
    font-size: 20px;
    font-weight: bold;
    color: #17194C;
    margin: 4px 0;
}

.pl-content__header__area p {
    display: inline-block;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #17194C;
    border-radius: 4px;
}

.pl-content__images {
    margin-bottom: 40px;
}

.button__wrapper {
    text-align: center;
    width: -webkit-calc(100% - 6%);
    width: calc(100% - 6%);
    margin: 0 auto;
}

.button__catch {
    margin-bottom: 6px;
    font-size: 16px;
    color: #fe0000;
    font-weight: 900;
    line-height: 1.2;
}

a.button__link {
    width: 100%;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    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: 4px 0 4px 10px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    border-left: solid 4px #17194C;
    margin-bottom: 10px;
}

.pl-content__comment__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 12px;
    width: -webkit-calc(100% - 6%);
    width: calc(100% - 6%);
    margin: 0 auto
}

.pl-content__comment__box:not(:first-of-type) {
    margin-top: 24px;
}

.pl-content__comment__avatar {
    margin-right: 14px;
    width: 100px
}

.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: 14px
}

.pl-content__comment__list li {
    position: relative;
    padding-left: 1.25em;
}

.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 {
    text-align: right;
    width: -webkit-calc(100% - 8%);
    width: calc(100% - 8%);
    margin: 10px auto
}

.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: 5px;
}

.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;
}

.pl-content__images__movie {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding-top: 56%
}

.pl-content__images__movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.pl-content__images__movie iframe + .cbox-wrapper {
    margin-top: 20px;
}


/* colorbox */

#colorbox {
    margin: 0 auto;
    height: auto !important;
    width: 100% !important;
    outline: none;
}

.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: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    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");
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: #000;
    background-repeat: no-repeat;
    padding: 4px;
    background-position: center;
}

#cboxWrapper {
    position: relative;
}

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: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden
}

#cboxClose::before, #cboxClose::after {
    content: '';
    margin: 0 auto;
    margin-top: 0px;
    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;
}

#colorbox * {
    outline: none;
}

#colorbox *:focus {
    outline: none;
}





/* Archives box */

.arch-content {
	width: calc(94% - 3%);
	margin: 40px auto 0 auto;
	padding: 3%;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
	font-feature-settings : "palt";
}

.arch-box{display: block; margin: 0 auto; 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; margin: .8em auto 0 auto; padding: .2em .5em;}
.arch-box h3 a {color: #17194c; position: absolute; line-height: 2.5em; 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);
}



/* ショート動画用のサイズ調整 */
.pl-content__images__movie.short-video {
    width: 60%;          /* 横幅を60%にして少し小さくする */
    margin: 0 auto 20px; /* 真ん中に寄せて、下に隙間を作る */
    padding-top: 0;       /* 元のpadding調整を打ち消す */
    height: auto;         /* 元の height: 0; を打ち消す */
    aspect-ratio: 9 / 16; /* ショート動画の比率（縦長）を直接指定 */
}

/* もともとの動画設定を少し上書き */
.pl-content__images__movie {
    position: relative;
    height: 0;           /* 高さをpaddingで制御するため0に */
}