@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background-color: #C3DA13;
}
#top-head a {
  text-decoration: none;
  color: #0A0C07;
}
#top-head .logo {
  position: absolute;
  width: 200px;
  left: 5%;
  top: 10%;
  z-index: 1000;
}
@media only screen and (max-width: 960px) {
  #top-head .logo {
    top: 5px;
    position: fixed;
  }
}
#top-head .logo img {
  max-width: 80px;
}
#top-head .header-inner {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #top-head .header-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media only screen and (max-width: 960px) {
  #mobile-head {
    width: 100%;
    z-index: 999;
    height: 46px;
    position: fixed;
    background-color: rgba(195, 218, 19, 0.9);
  }
}
#global-nav {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  #global-nav {
    display: none;
    width: 100%;
    padding-top: 0;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
  }
}
#global-nav ul {
  list-style: none;
}
#global-nav #mainNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav {
    display: block;
    width: 100%;
    background-color: rgba(10, 12, 7, 0.9);
    border-radius: inherit;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
  }
}
#global-nav #mainNav .mainNavList {
  display: flex;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList {
    display: block;
  }
  #global-nav #mainNav .mainNavList li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#global-nav #mainNav .mainNavList > li {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li {
    display: block;
    text-align: left;
    padding: 16px 0;
  }
}
#global-nav #mainNav .mainNavList > li:not(:last-child) {
  border-right: 1px solid #0A0C07;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li:not(:last-child) {
    border-right: none;
  }
}
#global-nav #mainNav .mainNavList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #0A0C07;
}
#global-nav #mainNav .mainNavList a:hover {
  color: rgba(10, 12, 7, 0.9);
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList a {
    display: block;
    color: #fff;
    padding: 10px 16%;
  }
}
#global-nav #mainNav .mainNavList a .small {
  font-size: 13px;
  font-size: 1.3rem;
}
#global-nav #mainNav .mainNavList a.disable {
  color: #9a9a9a;
}
#global-nav #mainNav .mainNavList span {
  display: block;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList span {
    display: inline-block;
  }
}
#global-nav #mainNav .mainNavList .navText-jp {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-jp {
    font-size: inherit;
  }
}
#global-nav #mainNav .mainNavList .navText-en {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-en {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0.5em;
  }
  #global-nav #mainNav .mainNavList .navText-en:before {
    content: "- ";
  }
}

/* Toggle Button */
#menu-icon {
  position: absolute;
  right: 0;
  top: 20%;
  margin-right: 3%;
  display: none;
}
@media only screen and (max-width: 960px) {
  #menu-icon {
    display: inline;
    cursor: pointer;
  }
  #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -12px;
  }
  #menu-icon.active .third {
    display: none;
  }
}
#menu-icon span {
  border: 3px solid #0A0C07;
  width: 30px;
  margin-bottom: 6px;
  display: block;
  transition: all 0.1s;
}

.mega-dropdown {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 2.5%;
  overflow: hidden;
  padding: 20px 5%;
  display: none;
  opacity: 0;
  margin-top: -5px;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown {
    display: block;
    opacity: 1;
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .mega-dropdown:hover {
    opacity: 1;
    cursor: default;
  }
}
.mega-dropdown.is-active {
  display: block;
  opacity: 1;
  z-index: 1;
  transform: translateY(4px);
  background-color: rgba(10, 12, 7, 0.75);
  transition: all 0.3s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown.is-active {
    transform: inherit;
  }
}
.mega-dropdown .row {
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown .row {
    display: block;
  }
}

.mega-col {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 960px) {
  .mega-col {
    width: 100%;
    float: none;
  }
}
.mega-col li {
  margin: 10px 1em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: left;
}
.mega-col a {
  color: #fff !important;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}
#footer .footerBar {
  background-color: #273036;
}

#wrapper.sub #footer {
  background-color: #273036;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 16px 0;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
#contents-base {
  margin-top: 100px;
  margin-bottom: 60px;
}

.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.subpageTitle {
  text-align: center;
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.secTitle {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 80px;
  padding-bottom: 5px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .secTitle {
    margin-top: 60px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/*!
component > common
------------------------------
*/
a {
  color: #0071BC;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #0A0C07;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
}

.btn {
  box-sizing: border-box;
  text-align: center;
  border: none;
  padding: 20px 1em 16px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #0071BC;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.large {
  max-width: 360px;
}
.btn.disable {
  background-color: #808080 !important;
}

a.btn {
  text-decoration: none;
  display: block;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #0071BC;
  border-color: #0071BC;
}

/* photocon */
.innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.result-head {
  margin-top: 60px;
}
.result-head p {
  margin-top: 20px;
}
.result-head .year-title {
  font-size: 26px;
  font-size: 2.6rem;
}
.result-head .year-title + p {
  margin-top: 0.5rem;
}
.result-head .btnlist {
  display: grid;
  grid-gap: 10px;
}
@media only screen and (max-width: 600px) {
  .result-head .btnlist {
    grid-template-columns: repeat(2, 1fr);
  }
}
.result-head .btnlist .nav {
  display: block;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border-radius: 5px;
  color: #0A0C07;
  box-sizing: border-box;
  padding: 20px 1rem;
  line-height: 1.1;
}
.result-head .btnlist.list1 {
  grid-template-columns: repeat(3, 1fr);
}
.result-head .btnlist.list1 .nav {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
  background: linear-gradient(to bottom, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.result-head .btnlist.list2 {
  grid-template-columns: repeat(5, 1fr);
}
.result-head .btnlist.list2 .nav {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6f0a3+0,d2e638+50,c3d825+51,dbf043+100;Green+Gloss+%232 */
  background: linear-gradient(to bottom, #e6f0a3 0%, #d2e638 50%, #c3d825 51%, #dbf043 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.result-body {
  margin-top: 30px;
}
.result-body .block {
  margin-top: 40px;
}
.result-body .block__title {
  margin-bottom: 1rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
}
.result-body .block__title.cat01 {
  color: #FC9300;
  border-bottom: 2px solid #FC9300;
}
.result-body .block__title.cat02 {
  color: #299a0b;
  border-bottom: 2px solid #299a0b;
}
.result-body .block__body {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-gap: 20px;
}
@media only screen and (max-width: 600px) {
  .result-body .block__body {
    grid-template-columns: 1fr;
  }
}
.result-body .block__body .block__img img {
  width: 100%;
  max-width: 850px;
}
@media only screen and (max-width: 600px) {
  .result-body .block__body .block__img img {
    max-width: 100%;
  }
}
.result-body .block__body .block__text p {
  box-sizing: border-box;
  padding: 0.25rem;
  font-size: 14px;
  font-size: 1.4rem;
}
.result-body .block__body .quote {
  box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  border: 1px solid #dadada;
  border-radius: 5px;
}
.result-body .block__body .quote h5 {
  font-size: 13px;
  font-size: 1.3rem;
}
.result-body .block__body .comment {
  box-sizing: border-box;
  padding: 1rem;
}
.result-body .block__body .present {
  margin-top: 30px;
  border-top: 1px solid #b7b7b7;
  box-sizing: border-box;
  padding: 1rem;
}
/*# sourceMappingURL=photocon.css.map */