@charset "UTF-8";
/*--------------------------------------------
 Reset
--------------------------------------------*/
html, body { background: #fff; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; text-align: center; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { padding: 0; margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { height: auto; border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
li { list-style: none; margin-bottom: 5px; }
caption, th { text-align: left; }
li img, dt img, dd img { color: black; vertical-align: bottom; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q::before, q::after { content: ''; }
abbr, acronym { font-variant: normal; border: 0; }
sup { display: inline-block; top: -0.2em; vertical-align: top; }
sub { vertical-align: text-bottom; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
input, textarea, select { *font-size: 100%; }
legend { color:#000; }
/*--------------------------------------------
 Base
--------------------------------------------*/
.clearfix {
  display: inline-block;
}
.clearfix::after {
  content: '・';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
/* Hides from IE-mac \*/
* html.clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
/*--------------------------------------------
 Common
--------------------------------------------*/
html {
  position: relative;
}
body {
  min-width: 1080px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font-size: 18px;
  line-height: 1.81em;
  text-align: center;
  margin: 0;
  background: #f2f9fc;
  overflow: hidden;
}
/* コンテナー
----------------------------------------*/
.container {
  position: relative;
  width: 964px;
  text-align: center;
  margin: 0 auto;
}
.container p {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.75em;
}
/* TOPボタン
----------------------------------------*/
.totop {
  display: inline-block;
  margin: 60px auto;
}
.totop.t1 {
  margin: 86px auto 0;
}
.totop > img {
  display: block;
  margin: 0 auto;
}
/* #bg（背景画像）
----------------------------------------*/
#bg_l1 {
  display: none;
  position: absolute;
  width: 100%;
  height: 7500px;
  background: url(../images/bgc_l1.png) repeat-y center -146px;
  background-size: 100%;
}
#bg_l2 {
  display: none;
  position: absolute;
  width: 100%;
  height: 7500px;
  background: url(../images/bgc_l2.png) repeat-y center -146px;
  background-size: 100%;
}
.sts {
  display: none;
  position: fixed;
  top: 0px;
  left: 0;
  background: #fff;
  z-index: 1;
}
/* #Menu
----------------------------------------*/
#menu {
  position: relative;
  height: 150px;
  background: #fff;
  z-index: 1;
}
#menu > ul {
  display: flex;
  width: 980px;
  font-size: 0;
  white-space: nowrap;
  padding: 27px 0;
  margin: 0 auto;
}
#menu > ul > li {
  height: 96px;
  margin: 0;
  border-right: #bfc7df 1px solid;
}
#menu > ul > li:first-child {
  border-left: #bfc7df 1px solid;
}
#menu > ul > li > a > img {
  position: relative;
  top: -27px
}
/* #Product Menu
----------------------------------------*/
.product_menu {
  position: relative;
  height: 84px;
  background: #9EB2DE;
  z-index: 1;
}
.container + .product_menu {
  margin-top: 100px;
}
.product_menu > ul {
  display: flex;
  width: 980px;
  font-size: 0;
  white-space: nowrap;
  padding: 20px 0;
  margin: 0 auto;
}
.product_menu > ul > li {
  height: 44px;
  margin: 0;
  border-right: #bbc9e8 1px solid;
}
.product_menu > ul > li:first-child {
  border-left: #bbc9e8 1px solid;
}
.product_menu > ul > li > a > img {
  position: relative;
  top: -20px;
}
/* #Bg
----------------------------------------*/
#bg_top,
#bg_bottom {
  position: absolute;
  left: -50%;
  width: 100%;
  height: auto;
  margin-left: 50%;
}
#bg_bottom {
  bottom: 0;
}
/*--------------------------------------------
 #Top（MV）
--------------------------------------------*/
#top {
  display: block;
  position: relative;
  background: #000;
}
/* 背景
----------------------------------------*/
#top .bg {
  position: relative;
  top: 0;
  left: -50%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#top .bg.tv2,
#top .bg.tv3 {
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* コンテンツ
----------------------------------------*/
#top .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
/* SONYロゴ
-----------------------------*/
#top .container > h1 {
  float: left;
  line-height: 0;
  margin: 26px 0 0 31px;
}
#top .container > h1 > a {
  display: block;
}
/* タイトル
-----------------------------*/
#top .container > h2 {
  display: block;
  position: relative;
  width: 1000px;
  text-align: center;
  padding-top: 10.6%;
  margin: -57px auto 0;
}
#top .container > h2 > * {
  position: relative;
}
#top .container > h2 > * > img {
  position: absolute;
  left: 0;
}
#top .container > h2 .l1 {
  display: block;
  width: 117px;
  height: 49px;
  margin: 0 auto;
}
#top .container > h2 .l2 {
  display: block;
  height: 49px;
  margin: 12px 0 -15px 332px;
}
#top .container > h2 .l3 {
  left: -3px;
  display: block;
  width: 789px;
  height: 96px;
  margin: -17px auto;
}
#top .container > h3 {
  position: absolute;
  top: 59.2%;
  left: 50%;
  margin-left: -128px;
}
#top .container > h3.newaward {
  position: absolute;
  top: 59.2%;
  left: 50%;
  margin-left: -83.5px;
}
/* 主催 / 協賛
-----------------------------*/
#top .container .present {
  position: absolute;
  top: 96.6%;
  left: 50%;
  width: 600px;
  height: auto;
  padding-right: 1px;
  margin: -11px 0 0 -301px;
}
/* 作品名 / フォトグラファー名
-----------------------------*/
#top .container .photographer {
  position: absolute;
  left: 34px;
  bottom: 25px;
  height: auto;
}
#top .container .photographer > * {
  position: absolute;
  opacity: 0;
}
#top .container .photographer .tt2,
#top .container .photographer .tt3 {
  top: -9999px;
  left: 0;
}
/*--------------------------------------------
 #cts1（募集要項・スケジュール）
--------------------------------------------*/
#cts1 .icon {
  position: relative;
}
#cts1 .icon > img {
  display: block;
  margin: 0 auto;
}
#cts1 .icon .icon {
  margin-top: 30px;
}
#cts1 > h3 {
  margin-top: 35px;
}
#cts1 > h3 > img {
  display: block;
  margin: 0 auto;
}
/* イントロ
----------------------------------------*/
#cts1 .intro > p {
  text-align: center;
  margin-top: 30px;
}
#cts1 .intro > p + p {
  margin-top: 15px;
}
#cts1 .intro .p1 {
  display: inline-block;
  width: 505px;
  vertical-align: top;
  margin: 85px -53px 0 0;
}
#cts1 .intro .p1 .category {
  margin: 0 0 0 -63px;
}
#cts1 .intro .p1 > h4 {
  line-height: 1;
  margin: 0 0 0 -60px;
}
#cts1 .intro .p1 > h4 > img {
  display: block;
  margin: 0 auto;
}
#cts1 .intro .p1 > p {
  font-size: 13.5px;
  line-height: 1.87em;
  text-align: center;
  margin: 15px 0 0 12px;
}
#cts1 .intro .p2 {
  display: inline-block;
  position: relative;
  width: 500px;
  top: 71px;
  vertical-align: top;
  padding-top: 13px;
}
#cts1 .intro .p2 > h4 {
  line-height: 1;
  text-align: center;
  margin-left: 6px;
}
#cts1 .intro .p2 > h4 > img {
  display: block;
  margin: 0 auto;
}
#cts1 .intro .p2 p {
  font-size: 13.5px;
  line-height: 1.87em;
  text-align: center;
  margin: 15px 0 0 2px;
}
#cts1 .intro .images {
  position: relative;
  height: 381px;
}
#cts1 .intro .images > img {
  position: absolute;
}
#cts1 .intro .i1 {
  top: 37px;
  left: 1px;
}
#cts1 .intro .i2 {
  top: 136px;
  left: 581px;
}
#cts1 .intro .bird {
  top: 183px;
  right: -144px;
}
.category {
  opacity: 1 !important;
}
/* 最優秀賞 ソニー4K賞
----------------------------------------*/
#cts1 .award1 {
  margin-top: 75px;
}
#cts1 .award1 .category {
  display: block;
  margin: 0 auto;
}
#cts1 .award1 > h3 {
  margin-top: 25px;
}
#cts1 .award1 > h3 > img {
  display: block;
  margin: 0 auto;
}
#cts1 .award1 .p2 {
  position: relative;
  margin-top: 105px;
}
#cts1 .award1 .p2 .img {
  position: absolute;
  top: 25px;
  right: -50px;
  font-size: 0;
}
#cts1 .award1 .p2 > h4 > img {
  display: block;
}
#cts1 .award1 .p2 > p {
  line-height: 1.85em;
  margin-top: 25px;
}
#cts1 .award1 .p2 > p + p {
  margin-top: 15px;
}
#cts1 .award1 .p2 > p.tip {
  font-size: 11px;
  margin-top: 15px;
}
#cts1 .award1 .p3 {
  position: relative;
  margin: 60px -30px 0 0;
}
#cts1 .award1 .p3 .img {
  position: absolute;
  top: 70px;
  left: 595px;
}
#cts1 .award1 .p3 .img .cap {
  position: absolute;
  right: 0;
  bottom: -29px;
  width: 365px;
  font-size: 10px;
  line-height: 1.7;
  text-align: right;
}
#cts1 .award1 .p3 > h4 > img {
  display: block;
}
#cts1 .award1 .p3 > p {
  width: 480px;
  line-height: 1.85em;
  margin-top: 25px;
}
#cts1 .award1 .p3 > p + p {
  margin-top: 15px;
}
#cts1 .award1 .p4 {
  margin: 95px -50px 0 0;
}
#cts1 .award1 .p4 > h4 > img {
  display: block;
}
#cts1 .award1 .p4 > p {
  margin-top: 25px;
}
#cts1 .award1 > * > dl {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  font-size: 15.5px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.74em;
}
#cts1 .award1 > * > dl > dt {
  width: 90px;
  padding-top: 15px;
}
#cts1 .award1 > * > dl > dd {
  width: calc(100% - 1em - 90px);
  text-indent: -1em;
  padding: 15px 0 0 1em;
}
#cts1 .award1 a {
  font-size: 0.8em;
  text-decoration: underline;
}
/* ソニーネクストフォトグラファー賞
----------------------------------------*/
#cts1 .award2 {
  position: relative;
  text-align: left;
  margin-top: 105px;
}
#cts1 .award2 .category {
  display: block;
  margin: 0 auto;
}
#cts1 .award2 > h3 {
  margin-top: 25px;
}
#cts1 .award2 > h3 > img {
  display: block;
  margin: 0 auto;
}
#cts1 .award2 h3 .new {
  margin: 0 0 2px -14px;
}
#cts1 .award2 .p1 {
  position: relative;
  margin: 95px -53px 0 0;
}
#cts1 .award2 .p1 .img1 {
  position: absolute;
  top: 12px;
  left: 634px;
}
#cts1 .award2 .p1 > h4 > img {
  display: block;
}
#cts1 .award2 .p1 > p {
  line-height: 1.85em;
  margin-top: 25px;
}
#cts1 .award2 .p1 > p + p {
  margin-top: 15px;
}
#cts1 .award2 .p2 {
  position: relative;
  margin-top: 60px;
}
#cts1 .award2 .p2 .img {
  position: absolute;
  top: 65px;
  left: 594.5px;
  padding-right: 90px;
}
#cts1 .award2 .p2 .img .cap {
  position: absolute;
  right: 0;
  bottom: -29px;
  width: 365px;
  font-size: 10px;
  line-height: 1.7;
  text-align: right;
  padding-right: 90px;
}
#cts1 .award2 .p2 > h4 > img {
  display: block;
}
#cts1 .award2 .p2 > p {
  line-height: 1.85em;
  margin-top: 25px;
}
#cts1 .award2 .p2 > p + p {
  margin-top: 15px;
}
#cts1 .award2 .p3 {
  position: relative;
  width: 500px;
  vertical-align: top;
  padding: 0;
  margin: 40px -30px 0 0;
}
#cts1 .award2 .p3 > h4 > img {
  display: block;
}
#cts1 .award2 .p3 > p {
  line-height: 1.85em;
  margin-top: 25px;
}
#cts1 .award2 > * > dl {
  display: flex;
  flex-wrap: wrap;
  width: 700px;
  font-size: 15.5px;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.74em;
}
#cts1 .award2 > * > dl > dt {
  width: 90px;
  padding-top: 15px;
}
#cts1 .award2 > * > dl > dd {
  width: calc(100% - 1em - 90px);
  text-indent: -1em;
  padding: 15px 0 0 1em;
}
#cts1 .award2 > * > dl > dd .smaller {
  font-size: 76%;
}
#cts1 .award2 a {
  font-size: 0.8em;
  text-decoration: underline;
}
/*--------------------------------------------
 #cts2（4Kテレビでの～新スタイル）
--------------------------------------------*/
#cts2 .icon {
  position: relative;
}
#cts2 .icon > img {
  display: block;
  margin: 0 auto;
}
#cts2 .icon .icon {
  margin-top: 85px;
}
#cts2 > h3 {
  position: relative;
  margin-top: 35px;
}
#cts2 > h3 > img {
  display: block;
  margin: 0 auto;
}
#cts2 .mv {
  position: relative;
  width: 964px;
  margin-top: 55px;
  overflow: hidden;
}
#cts2 .mv .img {
  display: block;
  position: relative;
  left: -50px;
}
#cts2 .mv p {
  position: absolute;
  top: 42px;
  left: 556px;
  padding: 31px 39px 20px 39px;
  margin:0;
  background-color: rgba(255,255,255,0.75);
  background-color: #fff\9;
}
#cts2 .p1 {
  margin-top: 75px;
}
#cts2 .p2 {
  width: 1060px;
  margin: 60px -70px 0 0;
}
#cts2 .p3 {
  position: relative;
  margin-top: 60px;
}
#cts2 .p4 {
  width: 1040px;
  margin: 60px -70px 0 0;
}
#cts2 .p1 > h4,
#cts2 .p2 > h4,
#cts2 .p3 > h4,
#cts2 .p4 > h4 {
  float: left;
  text-align: left;
}
#cts2 .p4 h4 {
  width: 550px;
  margin-left: -2px;
}
#cts2 .p1 > h4 > img,
#cts2 .p2 > h4 > img,
#cts2 .p3 > h4 > img,
#cts2 .p4 > h4 > img {
  display: block;
}
#cts2 .p1 > p,
#cts2 .p2 > p,
#cts2 .p3 > p,
#cts2 .p4 > p {
  float: left;
  line-height: 1.85em;
  margin-top: 25px;
}
#cts2 .indent {
  display: block;
  font-size: 0.8em;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.4em;
}
#cts2 .p3 p {
  width: 499px;
  white-space: nowrap;
}
#cts2 .p1 > img,
#cts2 .p2 > img,
#cts2 .p3 > img,
#cts2 .p4 > img {
  display: block;
}
#cts2 .p1 .img {
  position: absolute;
  left: 558px;
}
#cts2 .p2 .img {
  float: left;
  margin: 0px 75px 0 -16px;
}
#cts2 .p3 .img {
  position: relative;
  top: -2px;
  left: 35px;
  margin: 0 auto;
}
#cts2 .p4 .img {
  float: left;
  margin: 0px 77px 0 -16px;
}
/* あなたも4Kで見る写真体験！
----------------------------------------*/
#cts2 .exp {
  margin-top: 100px;
}
#cts2 .exp > h4 {
  position: relative;
  width: 100%;
  text-align: center;
}
#cts2 .exp > h4 > img {
  display: block;
  margin: 0 auto;
}
#cts2 .exp > h4 .l2-pre {
  left: 8px;
  margin: 65px auto 10px;
}
#cts2 .exp > h4 .l1 {
  padding-left: 14px;
  margin: 20px auto 15px;
}
#cts2 .exp > h4 .ref {
  position: absolute;
  top: 38px;
  left: 50.1%;
  margin-left: -266px;
}
#cts2 .exp > h4 .bg {
  position: absolute;
  top: 17px;
  left: 346px;
}
#cts2 .exp .intro {
  letter-spacing: 0.18em;
  text-align: center;
  margin-top: 30px;
}
#cts2 .exp > h5 {
  color: #2c4594;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.65em;
  margin-top: 30px;
}
#cts2 .exp > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 930px;
}
#cts2 .exp > ul > li {
  text-align: center;
  margin: 40px 0 0 12px;
}
#cts2 .exp > ul > li:nth-child(3n - 2) {
  margin-left: 0;
}
#cts2 .exp > ul > li:nth-child(-n + 3) {
  margin-top: 20px;
}
#cts2 .exp > ul > li img.refimg {
  margin-bottom: -2px;
}
#cts2 .exp > ul > li > p {
  position: relative;
  font-size: 12px;
  line-height: 1.4em;
  text-align: center;
  vertical-align: middle;
  margin-top: 20px;
}
#cts2 .exp > ul > li:first-child > p {
  margin: 20px -10px 0;
}
#cts2 .exp > h6 {
  width: 769px;
  color: #2c4594;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: left;
  margin: 60px auto 0;
}
#cts2 .exp .req {
  display: block;
  margin: 13px 0 0 98px;
}
#cts2 .exp .req > li {
  font-size: 14px;
  width: 860px;
  letter-spacing: 0.02em;
  line-height: 1.65em;
  text-align: left;
  margin: 0 0 0 -3.5px;
}
#cts2 .exp > ul > li:nth-child(3n - 2) {
  margin-left: -3.5px;
}
#cts2 .exp .req > li:nth-child(-n + 3) {
  margin-top: 0;
}
/*--------------------------------------------
 #cts3（募集要項・スケジュール）
--------------------------------------------*/
/* 巡回展
----------------------------------------*/
/* タイトル・テキスト
-----------------------------*/
#cts3 #exhibition {
  display: block;
  color: #2c4594;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.2em;
  opacity: 1 !important;
}
#cts3 .lead {
  margin-top: 30px;
}
#cts3 .lead > p {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.75em;
  text-align: center;
  opacity: 1 !important;
}
#cts3 .lead > ul > li {
  font-size: 12.7px;
  line-height: 1.7em;
  margin: 11px 0 14px;
}
/* 巡回展スケジュール
-----------------------------*/
#cts3 .exhibition {
  position: relative;
  margin-top: 35px;
}
#cts3 .exhibition > dl {
  display: flex;
  flex-wrap: wrap;
  width: 880px;
  font-size: 14px;
  margin: 8px auto 0;
  border-top: #2c4594 1px solid;
}
#cts3 .exhibition dt {
  width: 402px;
  font-size: 15px;
  letter-spacing: .05em;
  line-height: 34px;
  text-align: left;
  padding: 3px 0 1px 0px;
  border-bottom: #2c4594 1px solid;
}
#cts3 .exhibition  dd {
  width: 478px;
  text-align: left;
  letter-spacing: .05em;
  line-height: 34px;
  white-space: nowrap;
  padding: 3px 0 1px 0px;
  border-bottom: #2c4594 1px solid;
}
#cts3 .detail {
  display: inline-block;
  text-align: center;
  margin-top: 55px;
}
#cts3 .detail:hover {
  transition: all 0.5s ease 0s;
  opacity: .7;
}
#cts3 .detail > img {
  display: block;
}
/* 募集要項・スケジュール
----------------------------------------*/
/* タイトル
-----------------------------*/
#cts3 .icon {
  position: relative;
  margin-left: 22px;
}
#cts3 .icon > img {
  display: block;
  margin: 0 auto;
}
#cts3 .icon .icon {
  margin-top: 40px;
}
#cts3 > h3 {
  position: relative;
  margin-top: 35px;
}
#cts3 > h3 > img {
  display: block;
  margin: 0 auto;
  opacity: 1 !important;
}
/* 募集要項
-----------------------------*/
#cts3 > p > img {
  display: block;
  margin: 0 auto;
}
#cts3 .term {
  margin-top: calc(3.3em + 10px);
}
#cts3 .awards {
  margin-top: calc(1.9em + 10px);
}
#cts3 .host {
  font-size: 0.86em;
  font-weight: 500;
  text-align: center;
  margin-top: calc(1.9em + 10px);
}
#cts3 .host > a {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity .3s;
}
#cts3 .host > a:hover {
  opacity: .6;
}
/* スケジュール
-----------------------------*/
#cts3 .schedule {
  position: relative;
  margin-top: 55px;
}
#cts3 .schedule > h4 {
  display: block;
  position: relative;
  color: #2c4594;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.25em;
  line-height: 1.65em;
  margin-top: 35px;
  opacity: 1 !important;
}
#cts3 .schedule > dl {
  display: flex;
  flex-wrap: wrap;
  width: 526px;
  font-size: 14px;
  margin: 8px auto;
  border-top: #2c4594 1px solid;
}
#cts3 .schedule dt {
  display: flex;
  align-items: center;
  width: 33%;
  color: #2c4594;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 34px;
  text-align: left;
  border-bottom: #2c4594 1px solid;
}
#cts3 .schedule dd {
  width: 67%;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
  padding: 0.46em 0;
  border-bottom: #2c4594 1px solid;
}
/* トップへ戻るボタン
-----------------------------*/
#cts3 .btn-returntop {
  width: 790px;
  margin: 80px auto 0;
}
#cts3 .btn-returntop > a > img {
  display: block;
}
/*--------------------------------------------
 #cts4（受賞作品）
--------------------------------------------*/
.p-award-result__heading-icon {
  position: relative;
}
.p-award-result__heading-icon > img {
  display: block;
  position: relative;
  margin: 95px auto 0;
}
.p-award-result__heading-title {
  margin-top: 35px;
}
.p-award-result__heading-title > img {
  display: block;
  margin: 0 auto;
}
.p-award-result__heading-lead {
  text-align: center !important;
  line-height: 1.8em !important;
  margin-top: 60px;
  opacity: 1 !important;
}
/* 第〇回「日本の自然」写真コンテスト～鑑賞いただけます
----------------------------------------*/
.p-award-result__info {
  position: relative;
  width: 95.7%;
  color:#2c4594;
  padding: 40px 0;
  margin: 45px auto 0;
  background: #dee7f1;
}
.p-award-result__info-text {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.09em;
  line-height: 1.5;
  margin-top: 3px !important;
}
.p-award-result__info-period {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.09em;
  margin-top: 8px;
}
.p-award-result__info-note {
  text-align: center !important;
  margin-top: 12px;
}
.p-award-result__info-note > small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.14em;
  line-height: 1.7;
}
.p-award-result__info-note > small > a {
  display: inline-block;
  text-decoration: underline;
  transition: .2s;
}
.p-award-result__info-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 15px;
}
.p-award-result__info-item {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
/* 最優秀賞3つ
----------------------------------------*/
.p-award-result__award1 {
  width: 878px;
  text-align: center;
  margin: 0 auto;
}
.p-award-result__award1-item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin: 80px 0 0;
}
.p-award-result__award1-item blockquote,
.p-award-result__award1-item > img {
  margin-top: 40px;
}
.p-award-result__award1-item > a {
  position: absolute;
  top: 644px;
  right: 0px;
  color: #2c4594;
  font-size: 13px;
  line-height: 22px;
  text-align: right;
  text-decoration: underline;
}
.p-award-result__award1-item > a:hover {
  text-decoration: none;
}
.p-award-result__award1-photographer {
  margin: 30px 0 0px;
}
.p-award-result__award1-comment {
  margin-top: 20px;
}
.p-award-result__award1-text {
  font-size: 16px !important;
  line-height: 1.8 !important;
  text-align: center !important;
  margin: 10px 0 0;
}
/* プリント部門
----------------------------------------*/
.p-award-result__award2 {
  width: 789px;
  text-align: center;
  margin: 90px auto 0;
}
.p-award-result__award2-heading > img {
  display: block;
  margin: 0 auto;
}
.p-award-result__award2-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.p-award-result__award2-item:first-child {
  margin-top: 80px;
}
.p-award-result__award2-content {
  order: 2;
  width: 430px;
  text-align: center;
}
.p-award-result__award2-text {
  font-size: 13px !important;
  letter-spacing: 0.13em !important;
  line-height: 1.8 !important;
  margin-top: 12px;
  opacity: 1 !important;
}
.p-award-result__award2-image {
  order: 1;
  width: 318px;
  text-align: center;
}
/* 下部テキスト
----------------------------------------*/
.p-award-result__lead {
  line-height: 1.7 !important;
  text-align: center !important;
  margin-top: 75px;
  opacity: 1 !important;
}
.p-award-result__lead > a {
  color: #2c4594;
  text-decoration: underline;
}
.p-award-result__lead > a:hover {
  text-decoration: none;
}
/* ボタン
----------------------------------------*/
.p-award-result__button {
  width: 570px;
  margin: 60px auto 0;
}
.p-award-result__button-link {
  display: block;
}
.p-award-result__button-link:hover {
  transition: all 0.5s ease 0s;
  opacity: .7;
}
.p-award-result__button-link > img {
  display: block;
}
/*--------------------------------------------
 #cts_tech（撮影テクニック）
--------------------------------------------*/
#cts_tech .icon {
  position: relative;
}
#cts_tech .icon > img {
  display: block;
  margin: 0 auto;
}
#cts_tech .icon .icon {
  margin-top: 90px;
}
#cts_tech .icon .ref {
  position: absolute;
  top: 82px;
  left: 0;
  right: 0;
  margin: auto;
}
#cts_tech > h3 {
  position: relative;
  margin-top: 35px;
}
#cts_tech > h3 > img {
  display: block;
  margin: 0 auto;
}
#cts_tech > p {
  text-align: center;
  margin: 35px 0 65px;
}
#cts_tech > a {
  display: inline-block;
}
#cts_tech > a > img {
  display: block;
  margin: 0 auto;
}
#cts_tech > a .ref {
  margin-top: -9px;
  pointer-events: none;
}
#cts_tech .cap {
  position: relative;
  font-size: 0.73em;
  margin: 10px 0 0 !important;
  z-index: 1;
}
/*--------------------------------------------
 #cts3_2（関連製品はこちら）
--------------------------------------------*/
#cts3_2 .related {
  width: 888px;
  margin: 90px auto 0;
}
#cts3_2 .related h4 > img {
  display: block;
  margin: 0 auto;
}
#cts3_2 .related > ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
#cts3_2 .related > ul > li {
  display: flex;
  flex-direction: column;
  width: calc(100% / 3);
  margin-bottom: 0;
}
#cts3_2 .related > ul > li > a {
  display: block;
}
#cts3_2 .related > ul > li > a + a {
  margin-top: auto;
}
#cts3_2 .related .l2 .img {
  margin-top: 6px;
}
#cts3_2 .related .l3 .img {
  margin-top: 24px;
}
/*--------------------------------------------
 #bottom（フッター）
--------------------------------------------*/
#bottom {
  margin-bottom: 60px;
}
/*--------------------------------------------
 #enquete（特別企画審査員写真家による講評会）
--------------------------------------------*/
#enquete > img {
  position: fixed;
  bottom: -80px;
  right: 19px;
  font-size: 0;
  transition: bottom .5s cubic-bezier(0.35, 0.15, 0.2, 1);
  z-index: 1;
}
#enquete.fix > img {
  bottom: 0;
}