﻿@charset "UTF-8";

/* sub title */
@media screen and (min-width: 769px) {
  #main .pageSubTitle01.tall>span {
    line-height: 1.2;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #main .pageSubTitle01.tall>span {
    line-height: 1.2;
    padding-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  #main .pageSubTitle01.tall>span {
    padding-top: 40px;
  }
}

/* photo title */
.catTitle.title01:before {
  background-image: url(../images/photo/icon01.png);
}
.catTitle.title02:before {
  background-image: url(../images/photo/icon02.png);
}
@media screen and (min-width: 769px) {
  .catTitle {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 72px;
    text-align: center;
  }
  .catTitle:before {
    content: '';
    display: inline-block;
    width: 68px;
    height: 68px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .catTitle {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  .catTitle:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 34px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
/* catTitle03 */
.catTitle03>span {
  position: relative;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}
.catTitle03>span:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: url(../images/photo/icon03.png) no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  vertical-align: top;
}
.catTitle03>span:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url(../images/photo/icon03.png) no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .catTitle03 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .catTitle03 {
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
}

/* photoBox */
@media screen and (min-width: 769px) {
  .photoBox {
    width: 800px;
    margin: 0 auto 70px;
    text-align: left;
  }
  .photoBox:after {
    content: "";
    display: block;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  .photoBox {
    margin: 0 20px 30px;
    text-align: left;
  }
  .photoBoxes>.prizeBox {
    margin: 0 20px 30px;
  }
}

/* photo */
@media screen and (min-width: 769px) {
  .photoBox>.title {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
  }
  .photoBox>.name {
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .photoBox>.img {
    float: left;
    width: 390px;
    margin: 0 25px 25px 0;
    text-align: right;
  }
  .photoBox>.img_pre {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .photoBox>.img img {
    width: 100%;
    height: auto;
  }
  .photoBox>.img.w65 img {
    width: 75%;
    height: auto;
  }
  .photoBox>.img_sns {
    float: left;
    width: 390px;
    margin: 0 25px 25px 0;
    text-align: right;
  }
  .photoBox>.img_sns img {
    width: 100%;
    height: auto;
  }
  .photoBox>.img_sns.w65 img {
    width: 90%;
    height: auto;
  }
  .photoBox>.img_sns.w50 {
    padding-right: 25px;
    padding-left: 75px;
  }
  .photoBox>.img_sns>.snsVideo {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 177%;
    overflow: hidden;
    background-color: #000;
  }
  .photoBox>.img_sns>.snsVideo video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .photoBox>.img_sns>.snsVideo+.c_text {
    margin-left: -35px !important;
  }
  
  .photoBox>.img_sns>.snsVideosq {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-color: #000;
  }
  .photoBox>.img_sns>.snsVideosq video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .photoBox>.img_sns>.snsVideosq+.c_text {
    margin-left: -35px !important;
  }
  .c_text {
    width: 350px;
    margin-left: 35px;
    margin-top: 16px;
    font-size: 14px;
    word-break: break-all;
    line-height: 120%;
    text-align: left;
  }
  .c_text_top {
    margin-top: 16px;
    font-size: 14px;
    word-break: break-all;
    line-height: 120%;
    text-align: center;
  }
  .photoBox>.txt01 {
    float: right;
    width: 385px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
  }
  .photoBox>.comment {
    float: right;
    width: 385px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .photoBox>.title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .photoBox>.name {
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .photoBox>.img {
    width: 100%;
    margin: 0 auto 25px;
  }
  .photoBox>.img_pre img {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .photoBox>.img.w65 {
    width: 65%;
  }
  .photoBox>.img img {
    width: 100%;
    height: auto;
  }
  .photoBox>.img_sns {
    width: 100%;
    margin: 0 auto 25px;
  }
  .photoBox>.img_sns.w65 {
    width: 80%;
  }
  .photoBox>.img_sns.w50 {
    width: 80%;
  }
  .photoBox>.img_sns>.snsVideo {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 177%;
    overflow: hidden;
    background-color: #000;
  }
  .photoBox>.img_sns>.snsVideo video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  
  .photoBox>.img_sns>.snsVideosq {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    overflow: hidden;
    background-color: #000;
  }
  .photoBox>.img_sns>.snsVideosq video {
    object-fit: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .c_text {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 14px;
    word-break: break-all;
  }
  .c_text_top {
    margin-bottom: 20px;
    font-size: 14px;
    word-break: break-all;
  }
  .photoBox>.img_sns img {
    width: 100%;
    height: auto;
  }
  .photoBox>.txt01 {
    margin-bottom: 13px;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
  }
  .photoBox>.comment {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 1.6;
  }
}
/* prize */
@media screen and (min-width: 769px) {
  .prizeBox {
    clear: both;
    width: 450px;
    margin: -70px auto 70px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    text-align: left;
    letter-spacing: normal;
  }
  .prizeBox>.txt01 {
    margin-bottom: 13px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .prizeBox {
    margin: 0 auto;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    letter-spacing: normal;
  }
  .prizeBox>.txt01 {
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
}
/* prize01 */
.prize01>.img {
  width: 40%;
}
.prize01>.imgL {
  float: left;
}
.prize01>.imgR {
  float: right;
}
.prize01>.img img {
  width: 100%;
  height: auto;
}
.prize01>.award {
  clear: both;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding-left: 4em;
  text-indent: -4em;
}
.prize01>.award>span {
  display: inline-block;
  width: 3.5em;
  margin-right: 1em;
  font-size: 12px;
  text-align: center;
  text-indent: 0;
  background-color: #ff8a00;
}
@media screen and (min-width: 769px) {
  .prize01>.img {
    margin-bottom: 20px;
  }
  .prize01>.txt02 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .prize01>.img {
    margin-bottom: 15px;
  }
  .prize01>.txt02 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4;
  }
}
/* prize02 */
.prize02>.img {
  float: right;
  width: 40%;
}
.prize02>.img.w40 {
  width: 40%;
}
.prize02>.img img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .prize02>.img {
    margin-bottom: 20px;
  }
  .prize02>.txt02 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .prize02>.img {
    margin-bottom: 15px;
  }
  .prize02>.txt02 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4;
  }
}
/* prize03 */
.prize03>.img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .prize03>.img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .prize03>.img.w80 {
    width: 100%;
  }
  .prize03>.img.w100 {
    width: 100%;
  }
  .prize03>.txt02 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .prize03>.img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .prize03>.img.w80 {
    width: 100%;
  }
  .prize03>.img.w100 {
    width: 100%;
  }
  .prize03>.txt02 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 400px) {
  .prize03>.img {
    width: 100%;
    margin: 0 auto 20px;
  }
  .prize03>.txt02 {
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 400px) {
  .photoBox>.catTitle {
    font-size: 18px;
  }
  .photoBox>.title {
    font-size: 16px;
  }
  .photoBox>.img.w65 {
    width: 80%;
  }
}
/* sec01 */
@media screen and (min-width: 769px) {
  #sec01>.photoList {
    max-width: 980px;
    margin: 0 auto 50px;
    padding: 0 10px;
    letter-spacing: -.4em;
  }
  #sec01>.photoList>li {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
  }
  #sec01>.photoList>li>.catTitle {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  #sec01>.photoList>li>.catTitle:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 34px;
    vertical-align: top;
    background: url(../images/photo/icon01.png) no-repeat 0 center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #sec01>.photoList>li>.title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  #sec01>.photoList>li>.name {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  #sec01>.photoList>li>.img {
    text-align: center;
  }
  #sec01>.photoList>li>.img img {
    width: auto;
    height: 390px;
  }
}
@media screen and (max-width: 768px) {
  #sec01>.photoList {
    margin: 0 20px 50px;
  }
  #sec01>.photoList>li {}
  #sec01>.photoList>li>.catTitle {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  #sec01>.photoList>li>.catTitle:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 34px;
    vertical-align: top;
    background: url(../images/photo/icon01.png) no-repeat 0 center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #sec01>.photoList>li>.title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  #sec01>.photoList>li>.name {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
  #sec01>.photoList>li>.img {
    width: 60%;
    margin: 0 auto 30px;
    text-align: center;
  }
  #sec01>.photoList>li>.img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  #sec01>.photoList>li>.catTitle {
    font-size: 18px;
  }
  #sec01>.photoList>li>.title {
    font-size: 16px;
  }
  #sec01>.photoList>li>.img {
    width: 80%;
  }
}
/* backnumber */
#main .backnumber .btn01>a {
  margin-bottom: 10px;
}
#main .backnumber .txt01 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
#main .btnHome>a {
  background-color: #e3e3e3;
}
@media screen and (min-width: 769px) {
  #main .btnHome {
    max-width: 768px;
    margin: 0 auto 50px;
  }
  #main .btnHome>a {
    width: 47%;
  }
  #main .backnumber .btn01 {
    position: relative;
    max-width: 768px;
    margin: 0 auto 30px;
    text-align: center;
    letter-spacing: -.4em;
  }
  #main .backnumber .btn01>a {
    display: inline-block;
    width: 47%;
    font-size: 16px;
    letter-spacing: normal;
  }
  #main .backnumber .btn01>a:first-child {
    margin-right: 6%;
  }
}
@media screen and (max-width: 768px) {}

#cboxOverlay {
  background-color: #000;
}
#cboxTitle {
  color: #fff;
}

/* othercontents */
@media screen and (min-width: 769px) {
  #othercontents>.photoList {
    max-width: 980px;
    margin: 0 auto 50px;
    padding: 0 10px;
    letter-spacing: -.4em;
  }
  #othercontents>.photoList>li {
    display: inline-block;
    width: 50%;
    letter-spacing: normal;
    vertical-align: top;
  }
  #sec01>.photoList>li>.catTitle {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
  }
  #othercontents>.photoList>li>.catTitle:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 34px;
    vertical-align: top;
    background: url(../images/photo/icon01.png) no-repeat 0 center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #othercontents>.photoList>li>.title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
  }
  #othercontents>.photoList>li>.name {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
  }
  #othercontents>.photoList>li>.img {
    text-align: center;
  }
  #othercontents>.photoList>li>.img img {
    width: auto;
    height: 390px;
  }
}
@media screen and (max-width: 768px) {
  #othercontents>.photoList {
    margin: 0 20px 50px;
  }
  #othercontents>.photoList>li {}
  #othercontents>.photoList>li>.catTitle {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 40px;
    text-align: center;
  }
  #othercontents>.photoList>li>.catTitle:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 34px;
    vertical-align: top;
    background: url(../images/photo/icon01.png) no-repeat 0 center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  #othercontents>.photoList>li>.title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
  #othercontents>.photoList>li>.name {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    line-height: 1.4;
  }
  #othercontents>.photoList>li>.img {
    width: 60%;
    margin: 0 auto 30px;
    text-align: center;
  }
  #othercontents>.photoList>li>.img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 400px) {
  #othercontents>.photoList>li>.catTitle {
    font-size: 18px;
  }
  #othercontents>.photoList>li>.title {
    font-size: 16px;
  }
  #othercontents>.photoList>li>.img {
    width: 80%;
  }
}
/* .othercontents */
@media screen and (min-width: 769px) {
  .cp2023bn {
    padding: 0;
    text-align: center;
    padding-bottom: 100px;
  }
  .bn2023_text {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .cp2023bn {
    padding: 25px 10px 30px;
    text-align: center;
  }
  .cp2023bn img {
    max-width: 100%;
    height: auto;
  }
  .bn2023_text {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
  }
}
