@charset "UTF-8";
@font-face {
  font-family: 'google_sans';
  src: url('/mobile/set/data/special/google-pixel-photo-award/font/shared/googlesans-regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'google_sans';
  src: url('/mobile/set/data/special/google-pixel-photo-award/font/shared/googlesans-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'google_sans';
  src: url('/mobile/set/data/special/google-pixel-photo-award/font/shared/googlesans-bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/* =========================================================
 _reset
========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: auto;
}
body {
  min-height: 100%;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
main, article, aside, figcaption, figure, footer, header, nav, section {
  display: block
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}
img,
picture {
  max-width: 100%;
  vertical-align: top;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}
select::-ms-expand {
  display: none;
}
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}
[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}
button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}
label[for] {
  cursor: pointer;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
em {
  font-style: normal;
  font-weight: 700;
}
img[src$=".svg"] {
  width: 100%;
}

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 62.5%;
}
body {
  background-color: #000;
  color: #000;
  line-height: 1.66;
  font-family: 'google_sans', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  font-style: normal;
}
a {
  text-decoration: underline;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: 0.6;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
button {
  font-family: inherit;
  font-size: inherit;
  box-sizing: inherit;
  border: 0
}
button {
  cursor: pointer
}
li {
  list-style-type: none
}
figure {
  margin: 0
}
/*
 *  utility
 * ------------------------------------------------------------------- */
/* display */
@media screen and (min-width:960px) {
  .hide-pc.show-tb {
    display: none!important;
  }
}
@media screen and (max-width:959px) {
  .hide-pc.show-tb {
    display: inline-block!important;
  }
}
@media screen and (min-width:768px) {
  .hide-pc {
    display: none!important;
  }
}
@media screen and (max-width:767px) {
  .hide-sp {
    display: none!important;
  }
}
.opa0 {
  opacity: 0;
}
/* フェードイン */
.fade-in {
  opacity: 0;
}
.fade-in.active {
  animation: fadeIn .8s ease-out forwards;
}
@keyframes fadeIn {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}
/* フェードイン・アップ */
.fade-in-up {
  opacity: 0;
}
.fade-in-up.active {
  animation: fadeInUp .8s ease-out forwards;
}
@keyframes fadeInUp {
 0% {
transform: translate3d(0, 5rem, 0);
opacity: 0;
}
 100% {
transform: translate3d(0, 0, 0);
opacity: 1;
}
}

/*
 *  layout
 * ------------------------------------------------------------------- */
.wrap {
  position: relative;
  max-width: 128rem;
  margin: 0 auto;
  padding-right: 6rem;
  padding-left: 6rem;
}

/* header
 * ------------------------------------------------------------------- */
.header {
  background-color: #fff;
}
.header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* max-width: none; */
  height: 14rem;
  padding-right: 3.6rem;
  padding-left: 3.2rem;
}
.header .logo-au {
  width: 13.7rem;
}
.header .logo-cb {
  width: 26.9rem;
}

/* footer
 * ------------------------------------------------------------------- */
 .footer {
  position: relative;
  height: 8rem;
  background-color: #ededed;
}
/* ページトップ */
#pagetop {
  display: block;
  position: fixed;
  bottom: 12rem;
  right: 1rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(153, 153, 153, 1) url('/mobile/set/data/special/google-pixel-photo-award/img/shared/icon_arrow.svg') no-repeat 50% 50%;
  background-size: 1.6rem auto;
  cursor: pointer;
  z-index: 99;
}
#pagetop:hover {
  opacity: 0.6;
  transition: .2s ease-out;
}
#pagetop > span {
  display: block;
  position: fixed;
  bottom: -2em;
  left: 0;
  width: 100%;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
  text-indent: 0.2em;
  letter-spacing: 0.2em;
}
#nav-top-area{
  z-index: 9999;
  display: none !important;
}
#nav-top-area a#nav-top-btn{
  background: rgba(255,255,255,0.5);
}




/* main
* ------------------------------------------------------------------- */
.main {
  position: relative;
}
/* mv */
.mv {
  color: #C19A6B;
  overflow: hidden;
  background-color: #000; 
  overflow: hidden;
  position: relative;
}
.mv-left{
  position: absolute;
  width: 66rem;
  top: 14rem;
  left: calc(50% - 95rem);
  aspect-ratio: 1 / 1;
}
.mv-right{
  position: absolute;
  width: 66rem;
  top: 14rem;
  right: calc(50% - 95rem);
}
.mv-left img,
.mv-right img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.mv-left img:not(:first-of-type),
.mv-right img:not(:first-of-type) {
  opacity: 0;
}
.mv .wrap {
  padding-top: 10.4rem;
  padding-right: 5.4rem;
  padding-left: 5.4rem;
  padding-bottom: 3.4rem;
}
.mv-head {
  text-align: center;
}
.mv-head h1 img{
  display: block;
  margin: 0 auto 5.6rem;
}

.mv-head h1 img:first-child {
  width: 60rem;
  aspect-ratio: 600 / 224;
}
.mv-head h1 img:last-child {
  width: 44rem;
  aspect-ratio: 335 / 193;
}
.mv-head .mv-lead{
  margin-top: 6rem;
  margin-bottom: 4rem;
  font-size: 2rem;
  font-weight: bold;
}
.mv-head .mv-comment{
  font-size: 1.4rem;
  font-weight: bold;
}
.mv-head　.mv-lead{
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: bold;
  width: 126%;
}
.judge {
  margin-top: 11rem;
  margin-right: auto;
  margin-left: auto;
  color: #C19A6B;
  background-color: #000;
  width: 76%;
}
.judge .wrap{
  padding-bottom: 4rem;
}
.judge .profile-judge{
  font-size: 1.4rem;
  font-weight: bold;
}
.wrap-profile {
  display: flex;
  gap: 2.4rem;
  margin-bottom: 4rem;
}
.wrap-profile .box-left {
  width: 19.2rem;
}
.wrap-profile .box-left img{
  width: 100%;
  aspect-ratio: 1 / 1;
  display: inline-block;
}
.wrap-profile .box-right {
  flex: 1;
}
.title-judge{
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 2.4rem;
  font-weight: bold;
}
.title-judge .label-judge{
  font-size: 1.8rem;
  padding: .5rem 1rem;
  border: 1px solid #C19A6B;
  border-radius: 3px;
}
/* MV下のプロフィール */
.judge-top.judge {
  margin-top: 0;
  width: 63%;
}
.judge.judge-top .wrap {
  margin-top: 0;
  max-width: 78rem;
}

.judge.judge-top .wrap-profile {
  align-items: center;
}
.judge.judge-top .wrap-profile .box-left {
  width: 13.2rem;
}


.wrap-review .title-review {
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #C19A6B;
  margin-bottom: 2.4rem;
  padding-bottom: .4rem;
  text-align: center;
}
.wrap-review .comment-review {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}

.fixed-button{
  background-color: rgba(0, 0, 0, 0.8); /* 80%透明の黒背景 */
  padding: 2.4rem;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1; /* 背景として表示する */
}
.fixed-button ul{
  display: flex;
  justify-content: center;
  gap: 2.4rem;
}
.fixed-button ul li a{
  display: inline-block;
  width: 29rem;
  border-radius: 50rem;
  padding: 1.6rem;
  color: #FFF;
  font-weight: bold;
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/icon_arrow_down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 2rem) 50%;
  background-size: 1.6rem;
}
.fixed-button ul li:first-child a{
  background-color: #8FB2E0;
}
.fixed-button ul li:last-child a{
  background-color: #DF8B9B;
}
.fixed-button {
  opacity: 0; /* 初期状態は透明 */
  visibility: hidden; /* 描画はされるが見えない */
  transform: translateY(20px); /* 初期位置を下に20pxずらす */
  transition: opacity 1s ease, transform 1s ease; /* フェードインと位置移動を同時にアニメーション */
}
.fixed-button.show {
  opacity: 1; /* 表示時に透明度を100%に */
  visibility: visible; /* 見えるようにする */
  transform: translateY(0); /* 元の位置に戻す */
}
.fixed-button a:hover,
.fixed-button a:active,
.fixed-button a:focus{
  text-decoration: none;
}




.grandprix .wrap{
  padding-bottom: 12rem;
}
.grandprix .wrap-photo{
  text-align: center;
  padding-bottom: 4rem;
}
.grandprix .wrap-photo img{
  border: 12px solid #C19A6B;
  aspect-ratio: 591 / 785;
  display: block; 
  width: 100%; /* 必要に応じて追加 */
}
.grandprix .wrap-photo > a{
  width: 70%;
  position: relative;
  display: inline-block;
  aspect-ratio: 591 / 785;
}
.grandprix .wrap-photo > a::after {
  content: "";
  position: absolute;
  bottom: 20px; 
  right: 20px; 
  width: 2.4rem; 
  height: 2.4rem; 
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/icon_zoom.png"); 
  background-size: cover; 
  pointer-events: none; 
}

.wrap-comment-text{
  color: #C19A6B;
  min-width: 53%;
  margin-bottom: 3rem;
}
.wrap-comment-photographer{
  display: flex;
  gap: 3rem;
}
.wrap-comment{
  display: flex;
  justify-content: space-between;
}
.title-grandprix{
  width: 76rem;
}
.title-grandprix h2 {
  aspect-ratio: 180 / 112;
}
.title-grandprix p {
  margin-top: -0.2em;
  color: #C19A6B;
  font-size: 1.4rem;
  text-align: center;
}
.img-photographer{
  width: 78rem;
  display: flex;
  align-items: flex-end;
  margin-top: -15rem;

}
.img-photographer img{
  width: 100%;
  aspect-ratio: 224 / 293;
}
.title-photographer{
  display: flex;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2.4rem;
  font-weight: bold;
}
.grandprix .title-photographer{
  gap: 2rem;
}

.title-photographer .label-photographer,
.title-photographer .label-place{
  font-size: 1.8rem;
  margin-right: .4rem;
  padding: .5rem 1rem;
  border: 1px solid #C19A6B;
  border-radius: 3px;
}

.comment-photographer {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.comment-photographer a{
  text-decoration: underline;
  color: #5F5F5F;
}
.wrap-review-grandprix{
  display: flex;
  gap: 3rem;
  /* align-items: top; */
}
.img-review-grandprix{
  width: 26rem;
  aspect-ratio: 1 / 1;
}
.comment-review-grandprix{
  color: #C19A6B;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 3rem;
  border:1px solid #C19A6B;
  position: relative;
}
.comment-review-grandprix span {
  display: block;
}



.category{
  padding-top: 8rem;
  background-color: #BBCCE3;
}
.category.portrait{
  background-color: #BBCCE3;
}
.category.night{
  background-color: #C1D3D3;
}
.category.macro{
  background-color: #D7D99C;
}
.category.motion{
  background-color: #BFD5B1;
}
.category.zoom{
  background-color: #CBC0D6;
}
.category.addme{
  background-color: #E7BFBB;
}
.category.editmagic{
  background-color: #DFCBBA;
}



.wrap-category-menu{
  padding: 3.2rem;
  background-color: #FFF;
  border-radius: 1rem;
  max-width: 116rem;
}
.title-category-menu{
  padding: .8rem 0 2.4rem;
  font-size: 2.4rem;
  font-weight: bold;
  color:#5F5F5F;
  text-align: center;
}
.category-menu{
  display: flex;
  position: relative;
  justify-content: center;
  gap:3.2rem;
  line-height: 1;
  margin: 0 auto;
}
.category-menu li{
  box-sizing: border-box;

}
.category-menu a{
  text-align: center;
  display: block;
  color: #999;
  font-size: 1.7rem;
  font-weight: bold;
}
.category-menu a:hover,
.category-menu a:active,
.category-menu a:focus{
  text-decoration: none;
}


.category-menu a img{
  width: 10.8rem;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin-bottom: .6rem;
  /* border: 1rem solid transparent; */
  outline: solid 1rem transparent;
  outline-offset: -1rem;
  display: inline-block;
}

.category-menu a span{
  display:  block;
  line-height: 1.3;
  white-space: nowrap;
}

.category-menu .portrait .current img{
  /* border: 1rem solid #6888B4; */
  outline: solid 1rem #6888B4;
  outline-offset: -1rem;
}
.category-menu .portrait .current{
  color: #6888B4;
}
.category-menu .night .current img{
  /* border: 1rem solid #529292; */
  outline: solid 1rem #529292;
  outline-offset: -1rem;
}
.category-menu .night .current{
  color: #529292;
}
.category-menu .macro .current img{
  outline: solid 1rem #a8ab55;
  outline-offset: -1rem;
}
.category-menu .macro .current{
  color: #a8ab55;
}
.category-menu .motion .current img{
  outline: solid 1rem #85aa6e;
  outline-offset: -1rem;
}
.category-menu .motion .current{
  color: #85aa6e;
}
.category-menu .zoom .current img{
  outline: solid 1rem #9978b9;
  outline-offset: -1rem;
}
.category-menu .zoom .current{
  color: #9978b9;
}
.category-menu .editmagic .current img{
  outline: solid 1rem #cf9666;
  outline-offset: -1rem;
}
.category-menu .editmagic .current{
  color: #cf9666;
}
.category-menu .addme .current img{
  outline: solid 1rem #ec847a;
  outline-offset: -1rem;
}
.category-menu .addme .current{
  color: #ec847a;
}
.spacer {
  display: none;
}

.category-menu .addme {
  border-left: 1px solid #999;
  padding-left: 3rem;
  position: relative;
}
.category-menu .subtitle-addme{
  position: absolute;
  color: #ec847a;
  top: -45px;
  left: 3rem;
  width: 10.8rem;
  line-height: 1.2;
  font-size: 1.4rem;
  text-align: center;
}

.category-main:not(.current) {
  display: none;
}
.category-main{
  color: #5F5F5F;
}
.category-main .wrap{
  padding-top: 8rem;
  padding-bottom: 8rem;
}


.wrap-review-award{
  display: flex;
  gap: 3rem;
  margin-bottom: 8rem;
  position: relative;
}
.img-review-award{
  width: 26rem;
}
.img-review-award img{
  aspect-ratio: 1 / 1;
  display: block;
  width: 100%;
}
.feature-info {
  margin-bottom: 6rem;
  text-align: center;
}
.feature-info .info-title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.feature-info .info-text {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.feature-info .info-notes {
  font-size: 1.4rem;
  font-weight: bold;
}
.comment-review-award{
  color: #5F5F5F;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px;
  padding: 3rem;
  border:1px solid #FFF;
}
.comment-review-award span {
  display: block;
}

.wrap-photo-award-section {
    display: flex;
    gap:3rem;
    justify-content: space-between;
}
.title-wrap-award{
  width: 26rem;
}
.title-wrap-award img{
  aspect-ratio: 240 / 270;
  display: block;
  width: 100%;
}
#motion .wrap-photo-award-section{
  gap: 0;
}
#motion .title-wrap-award{
  width: 38rem;
}
#motion .title-wrap-award img{
  aspect-ratio: 334 / 278;
}
#macro .wrap-photo-award-section{
  gap: 0;
}
#macro .title-wrap-award{
  width: 34rem;
}
#macro .title-wrap-award img{
  aspect-ratio: 318 / 278;
  margin-left: 20%;
}
.wrap-photo-award{
  max-width: 95%;
}
.wrap-photo-award{
  margin-bottom: 3.4rem;
  aspect-ratio: 330 / 251;
  width: 100%;
  display: block;
}
.editmagic .wrap-photo-award{
  aspect-ratio: 1760 / 1281;
  margin-bottom: 0;
}
.wrap-photo-award{
  position: relative;
}

#portrait .wrap-photo-award::after,
#night .wrap-photo-award::after {
  content: "";
  position: absolute;
  bottom: 20px; 
  right: 20px; 
  width: 2.4rem; 
  height: 2.4rem; 
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/icon_zoom.png"); 
  background-size: cover; 
  pointer-events: none; 
}
.macro .wrap-photo-award{
  aspect-ratio: 330 / 236;
  margin-bottom: 0;
}
#motion .wrap-photo-award,
#zoom .wrap-photo-award{
  aspect-ratio: 1760 / 1128;
  margin-bottom: 0;
}
.editmagic .wrap-award .wrap-comment-photographer{
  margin-top: 3rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 8rem;
}
.motion .wrap-award .wrap-comment-photographer,
.zoom .wrap-award .wrap-comment-photographer{
  margin-top: 3rem;
  border-bottom: 1px solid #FFF;
  margin-bottom: 8rem;
}
.motion .wrap-award .wrap-comment-photographer{
  margin-left: 24.5%;
}
.zoom .wrap-award .wrap-comment-photographer{
  margin-left: 20.5%;
}

.wrap-photo-award img{
  display: block;
}
.wrap-award .img-photographer img{
  aspect-ratio: 190 / 243;
}


.wrap-award .wrap-comment-text{
  color: #5F5F5F;
}

.wrap-award .title-photographer .label-photographer,
.wrap-award .title-photographer .label-place {
  border-color: #5F5F5F;
}

.wrap-award .name-category{
  font-size: 1.4rem;
  font-weight: bold;
}
.wrap-award .name-photographer{
  font-size: 2rem;
  font-weight: bold;
}
.wrap-award .name-photographer span{
  font-size: 1.2rem;
  font-weight: bold;
}
.wrap-award .wrap-comment-photographer{
  margin-left: 20.5%;
  position: relative;
}
.macro .wrap-award .wrap-comment-photographer{
  margin-left: 34.5%;
  margin-top: 3rem;
}


.wrap-award .wrap-comment-text{
  max-width: initial;
  flex: 1
}

.wrap-award .img-photographer{
  width: 20rem;
  padding: 0 1rem;
  position: relative;
}
.title-other{
  font-size: 2.4rem;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  margin-bottom: 4rem;
}

.list-other {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:2.4rem
}
.list-other li {
  width: calc(17% - 2.4rem);
  position: relative;
}
.list-other li img{
  border: 4px solid #FFF;
  aspect-ratio: 1 / 1;
  display: inline-block;
  width: 100%;
}
.list-other li::after {
  content: "";
  position: absolute;
  bottom: 10px; 
  right: 10px; 
  width: 2rem; 
  height: 2rem; 
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/icon_zoom.png"); 
  background-size: cover; 
  pointer-events: none; 
}
.banner-introduction{
  max-width: 50rem;
  width: 100%;
  margin: 9rem auto;
  text-align: center;
}
.banner-introduction a {
  display: block;
  aspect-ratio: 500 / 263;
}
.banner-introduction img{
  display: block;
  border-radius: 1rem;
  vertical-align: top;
}
.btn-back-category {
  text-align: center;
}
.btn-back-category a{
  display: inline-block;
  color: #FFF;
  border: 2px solid #FFF;
  width: 32rem;
  padding: 10px 25px;
  border-radius: 50rem;
  background: #8FB2E0 url("/mobile/set/data/special/google-pixel-photo-award/img/shared/icon_arrow.svg") no-repeat calc(100% - 2rem) 50%;
  background-size: 1.6rem;
  font-weight: bold;
}
.btn-back-category a:hover,
.btn-back-category a:active,
.btn-back-category a:focus{
  text-decoration: none;
}

/* 一緒に写る */
sup {
  font-size: 60%;
  vertical-align: revert;
  position: relative;
  top: 0.2em;
}
.wrap-addme .title-addme{
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.wrap-addme .title-addme span{
  font-size: 1.6rem;
  display: block;
}
.wrap-addme .addme-lead{
  margin-top: 6rem;
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.wrap-addme .addme-comment{
  margin-bottom: 4rem;
  font-size: 1.4rem;
  font-weight: bold;
}

.addme .wrap-photo-award{
  aspect-ratio: 1760 / 1422;
  display: inline;
}

.addme .wrap-photo-award img{
  width: 80%;
  margin: 0 auto;
}


.footer-banner{
  background-color: #000;
}
.footer-banner .wrap{
  width: 800px;
  padding-top: 12.4rem;
}

.banner-square{
  display: flex;
  gap: 4.4rem;
  margin-bottom: 4.4rem;
}
.banner-square a{
  width: 50%;
  color:#FFF;
  text-align: center;
}
.banner-square a span{
  margin-bottom: 2.4rem;
  display: block;
}
.banner-square img {
  display: block;
  aspect-ratio: 1 / 1;
}
.banner-taiken img {
  display: block;
  aspect-ratio: 680 / 360;
}

.footer-logo{
  background-color: #000;
  text-align: center;
  padding: 13rem 0 20rem ;
}
.footer-logo img{
  display: inline-block;
  width: 30rem;
  aspect-ratio: 300 / 27;
}

.tab-only{
  display: none;
}

/* modal用 */
.is-fixed {
  position: fixed;
  width: 100%;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  width: 100vw;
  height: 100%;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
  background-color: #000;
}
.modal .modal-content {
  margin: auto;
  padding: 3rem;
}
.modal .modal-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  z-index: 2;
  width: 3.6rem;
  height: 3.6rem;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.modal .modal-close::before,
.modal .modal-close::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3rem;
  height: 0.3rem;
  background-color: #C19A6B;
}
.modal .modal-close::before {
  transform: rotate(45deg);
}
.modal .modal-close::after {
  transform: rotate(-45deg);
}
.modal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: none;
  background-color: #000;
  opacity: 0.9;
}
.modal .modal-body {
  width: 100%;
  height: 100%;
}
.modal .modal-body .splide {
  width: 100%;
  height: 100%;
}
.modal .modal-body .splide__track {
  width: 100%;
  height: 100%;
}
.modal .modal-body .splide__slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.modal .modal-body .splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* イマジネーション */
.modal .page-heading{
  margin-bottom: 2rem;
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
}
.modal .main-text{
  margin-bottom: 3rem;
  color: #FFF;
  text-align: center;
}
.modal .autof{
  position: relative;
  max-width: 33rem;
  margin: 0 auto;
}
.modal .video-view {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.modal .video-view::before {
  content: '';
  display: block;
  padding-top: 172%;
}
.modal .video-view video{
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border: 1px solid #FFF;
}
.modal .start-btn img{
  width: 100%;
}
.modal .start-btn{
  display: block;
  position: absolute;
  z-index: 10;
  top: 48%;
  left: 50%;
  width: 30%;
  transform: translate(-50%,-48%)!important;
}

/* swiper */
.swiper-button-next,
.swiper-button-prev {
  width: 3.8rem;
  height: 10.6rem;
  margin-top: -5.3rem;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s linear;
}
.swiper-button-next {
  right: 1.6rem;
}
.swiper-button-prev {
  left: 1.6rem;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 3.8rem;
  height: 10.6rem;
  background: url('/mobile/set/data/special/google-pixel-photo-award/img/shared/icon_modal_arrow.svg') 50% 50% no-repeat;
  background-size: contain;
}
.swiper-button-prev::after {
  transform: scale(-1, 1);
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none;
}
.photo-slider {
  height: 100%;
}
.photo-slider.is-hidden {
  display: none;
}
.photo-slider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  overflow: auto;
}
.photo-slider .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.photo-content {
  position: relative;
  z-index: 2;
  max-width: 106rem;
  min-height: 0;
  margin: 0 auto;
}
.photo-content::before {
  content: '';
  display: block;
  height: 3rem;
}
.photo-content::after {
  content: '';
  display: block;
  height: 3rem;
}
.photo-info {
  margin-top: 2rem;
  padding-right: 3rem;
  padding-left: 3rem;
  color: #C19A6B;
}
.photo-info .info-block-left {
  margin-bottom: 1.2rem;
}
/* smartPhoto調整 */
.smartphoto {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.smartphoto-loader {
  border-width: 4px;
  border-color: #C19A6B;
}
.smartphoto-count{
  display: none;
}
.smartphoto-dismiss{
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-image: none;
}
.smartphoto-dismiss::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image:url('/mobile/set/data/special/google-pixel-photo-award/img/shared/close.svg');
  background-size: contain;
}
.smartphoto-arrow-left a{
  background-image:url('/mobile/set/data/special/google-pixel-photo-award/img/shared/arrows_left.svg')
}
.smartphoto-arrow-right a{
  background-image:url('/mobile/set/data/special/google-pixel-photo-award/img/shared/arrows_right.svg')
}
/* カスタム */
.smartPhoto-info {
  position: absolute;
  top: 10px;
  left: 10px;
}
.smartPhoto-info-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  border-radius: 50%;
  color: #000;
  line-height: 1;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  background-color: #C19A6B;
  transition: opacity 0.3s linear;
}
.smartPhoto-info-icon:hover {
  opacity: 0.7;
}
.smartPhoto-info-icon::before {
  content: 'i';
}
.smartphoto-info-detail {
  position: relative;
  max-width: 48rem;
  margin-top: 18px;
  padding: 1.5em;
  border-radius: 0.8em;
  border: 1px solid #C19A6B;
  color: #C19A6B;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  /* transition: opacity 0.1s linear, visibility 0.1s linear; */
}
.smartphoto-info-detail.is-active {
  opacity: 1;
  visibility: visible;
}
.smartphoto-info-detail::before {
  content: '';
  display: block;
  position: absolute;
  top: -1.4rem;
  left: 1.4rem;
  width: 0;
  height: 0;
  border-color: transparent transparent #C19A6B transparent;
  border-style: solid;
  border-width: 0 1rem 1.4rem 1rem;
}
.photo-detail {
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
}
.photo-detail > div {
  display: flex;
}
.photo-detail > div:not(:first-child) {
  margin-top: 1.2rem;
}
.photo-detail > div > dt {
  margin-right: 1em;
}
.photo-detail > div > dt > span {
  display: inline-block;
  min-width: 5.6em;
  padding: 0.2em 0.7em;
  border: 1px solid #C19A6B;
  border-radius: 0.2em;
  text-align: center;
  white-space: nowrap;
}
.photo-detail > div > dd {
  padding-top: calc(0.2em + 1px);
}
.photo-detail > div > dd .size-s {
  font-size: 1.4rem;
}
.detail-comment {
  margin-top: 1em;
  line-height: 1.5;
  font-size: 1.5rem;
  font-weight: 500;
}
.photo-toggle-switch {
  display: flex;
  display: none;
  justify-content: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 102;
  padding: 0.4rem;
  border-radius: 0.3em;
  transform: translateX(-50%);
  white-space: nowrap;
  background-color: #C19A6B;
  animation-duration: .1s;
  animation-timing-function: ease-out;
}
.photo-toggle-switch.is-active {
  display: flex;
}
.photo-toggle-switch.is-hidden {
  animation-name: fade-out;
  display: none;
}
.photo-toggle-switch button {
  display: block;
  width: 6em;
  padding: 0.2em 0.6em;
  border-radius: 0.3em;
  font-weight: 500;
  text-align: center;
}
.photo-toggle-switch button.is-active {
  color: #fff;
  background-color: #000;
}
.smartphoto.grandprix .photo-toggle-switch,
.smartphoto.award-portrait .photo-toggle-switch,
.smartphoto.award-night .photo-toggle-switch,
.smartphoto.award-addme .photo-toggle-switch {
  display: none !important;
}
.smartphoto.grandprix .smartPhoto-info,
.smartphoto.award-portrait .smartPhoto-info,
.smartphoto.award-night .smartPhoto-info,
.smartphoto.award-macro .smartPhoto-info,
.smartphoto.award-motion .smartPhoto-info,
.smartphoto.award-zoom .smartPhoto-info,
.smartphoto.award-editmagic .smartPhoto-info,
.smartphoto.award-addme .smartPhoto-info {
  display: none !important;
}
@keyframes fade-out {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/* .macro23 .smartphoto-img[src*="_before"] {
  height: 100% !important;
  width: auto !important;
} */


/* -----------------------------------------
 体験コンテンツ
------------------------------------------- */
/* 共通 */
.contents-block-taiken{
  padding: 3rem 0;
}

.contents-block-taiken .main-title1{
    width: 28rem;
    margin: 0 auto;
}
.contents-block-taiken .column-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    box-sizing: border-box;
    gap: 2rem;
}
.contents-block-taiken .photo-title{
    margin-bottom: 0;
    color: #FFF;
    font-size: 2.4rem;
    font-weight: bold;
}
.contents-block-taiken .photo-text {
    text-align: left;
    color: #FFF;
}
.contents-block-taiken .comment {
  margin-top: 2rem;
  text-align: center;
  font-size: 1.2rem;
  color: #FFF;
}

/* 超解像ズーム */
.contents-block-taiken-zoom .zoom-btns {
  display: flex;
  justify-content: center;
  max-width: 36rem;
  margin: 0 auto 2rem;
}
.contents-block-taiken-zoom .zoom-btns a {
  display: block;
  flex: 1;
  padding: .3em .5em;
  border-radius: .3em;
  color: #5e5e5e;
  font-size: 1.8rem;
  text-align: center;
  background-color: #fff;
  border: solid 1px #5e5e5e;
  text-decoration: none;
}
.contents-block-taiken-zoom .zoom-btns a + a {
  margin-left: .5rem;
}
.contents-block-taiken-zoom .zoom-btns a.active {
  background-color: #D5D5D5;
  /* border: solid 1px #D5D5D5; */
  font-weight: bold;
}
.contents-block-taiken-zoom .zoom-photo {
  position: relative;
  overflow: hidden;
  max-width: 64rem;
  margin: 0 auto 2em;
}
.contents-block-taiken-zoom .zoom-photo::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 82.56%;
}
.contents-block-taiken-zoom .zoom-photo .photo1, .contents-block-taiken-zoom .zoom-photo .photo2, .contents-block-taiken-zoom .zoom-photo .photo3, .contents-block-taiken-zoom .zoom-photo .photo4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* マクロフォーカス */
.contents-block-taiken-macro .zoom {
  width: 31rem;
  margin: 0 auto;
}
.contents-block-taiken-macro .zoom-photo{
  position: relative;
  overflow: hidden;
}
.contents-block-taiken-macro .zoom-photo::before{
  content:"";
  display: block;
  padding-top: 177%;
}
.contents-block-taiken-macro .zoom-photo .photo1,
.contents-block-taiken-macro .zoom-photo .photo2{
  position: absolute;
  top:0;
}
.contents-block-taiken-macro .zoom-btns{
  display: flex;
  justify-content: center;
  margin-top: 1em;
}
.contents-block-taiken-macro .zoom-btns a {
  display: block;
  min-width: 3.8em;
  padding: .3em .6em;
  border-radius: .8rem;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #fff;
  border: 1px solid #5E5E5E;
  color: inherit;
  text-align: center;
}
.contents-block-taiken-macro .zoom-btns a + a{
  margin-left: .6rem;
}
.contents-block-taiken-macro .zoom-btns a.active{
  background: #A5C7E3;
  color: #fff;
  border: 1px solid #A5C7E3;
}
.contents-block-taiken-macro a.touch-btn3{
  display: block;
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  width: 9rem;
  transform: translate(-50%,-50%)!important;
}
.contents-block-taiken-macro a.touch-btn3 img{
  width: 100%;
}
.contents-block-taiken-macro .mode-text {
  position: absolute;
  top: 2%;
  left: 2%;
  min-width: 4em;
  padding: .3em .4em;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4rem;
  white-space: nowrap;
  text-align: center;
  background: #FFF;
  box-sizing: border-box;
  border-radius: 2rem;
}
.contents-block-taiken .footer-btn {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  gap:2.4rem;
}
.contents-block-taiken .footer-btn li a{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 37rem;
  border-radius: 50rem;
  padding: .6rem 1.6rem;
  min-height: 6.4rem;
  font-weight: bold;
  text-decoration: none;
}
.contents-block-taiken .footer-btn li:first-child a{
  background-color: #C19A6B;
  color:#FFF;
}
.contents-block-taiken .footer-btn li:last-child a{
  background-color: #FFF;
  color: #000;
  text-align: center;
}
.contents-block-taiken .footer-btn li:last-child a img{
  width: 18rem;
}

/* ポートレートモード */
.experience-main {
  position: relative;
  width: 50%;
  max-width: 44rem;
  margin: 0;
  overflow: hidden;
}
.contents-block-taiken-night .experience-main,
.contents-block-taiken-zoom .experience-main,
.contents-block-taiken-motion .experience-main,
.contents-block-taiken-addme .experience-main{
  width: 100%;
  max-width: 76rem;
}

.experience-main::before {
  content: "";
  display: block;
}
.experience-main.portrait-1::before {
  padding-top: 75.2%;
}
.experience-main.portrait-2::before {
  padding-top: 74.8%;
}
.experience-main.motion-1::before {
  padding-top: 56.8%;
}
.experience-main.night-1::before {
  padding-top: 84.5%;
}

.experience-main .main-photo {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.experience-main.portrait-1 .main-photo {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/portrait/main_p2_1.jpg");
}
.experience-main.portrait-2 .main-photo {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/portrait/main_p1_1.jpg");
}
.experience-main.motion-1 .main-photo {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/motion/main_p2_1.jpg");
}

.experience-main.night-1 .main-photo {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/yakei/main_p1_1.jpg");
}



.stage-black {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.experience-main.portrait-1 .stage-black {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/portrait/main_p2_2.jpg");
}
.experience-main.portrait-2 .stage-black {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/portrait/main_p1_2.jpg");
}
.experience-main.motion-1 .stage-black {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/motion/main_p2_2.jpg");
}
.experience-main.night-1 .stage-black {
  background-image: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/yakei/main_p1_2.jpg");
}

.stage-black::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -4rem;
  z-index: 2;
  margin-top: -4rem;
  background: url("/mobile/set/data/special/google-pixel-photo-award/img/shared/swipe-inwhite.svg") no-repeat;
  background-size: contain;
  width: 8rem;
  height: 8rem;
  pointer-events: none;
}
.stage-black .stage-black-inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.stage-black .swipe-bar {
  position: absolute;
  top: 0;
  left: -.1rem;
  width: .3rem;
  height: 100%;
  background: #8c8c8c;
}
.mode-text {
  position: absolute;
  top: 3%;
  padding: .3em .4em;
  color: #333;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.4rem;
  white-space: nowrap;
  background: #FFF;
  border-radius: 2rem;
}
.experience-main .main-photo .mode-text {
  left: .6rem;
}
.stage-black .mode-text {
  right: .6rem;
}
.swipe-area {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.touch-icon {
  position: absolute;
  bottom: 5%;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
}
.contents-block-taiken-portrait .main-contents,
.contents-block-taiken-night .main-contents,
.contents-block-taiken-zoom .main-contents,
.contents-block-taiken-motion .main-contents,
.contents-block-taiken-addme .main-contents{
  display: flex;
  gap: 4rem;
  justify-content: center;
}

/* 編集マジック */
.contents-block-taiken-magic .magic-outer{
  position: relative;
  margin: 0 auto 3rem;
  max-width: 30rem;
  width: 80%;
  overflow: hidden;
}
.contents-block-taiken-magic .magic-outer::before{
  content: "";
  display: block;
  padding-top: 154.98%;
}
.contents-block-taiken-magic .magic-wrap{
  position: absolute;
  top: -15%;
  left: 0;
  width: 100%;
}
.contents-block-taiken-magic .magic-wrap img {
  pointer-events: none;
}
.contents-block-taiken-magic .swipe-area {
  position: absolute;
  left: 15%;
  top: 20%;
  z-index: 10;
  width: 70%;
  height: 57%;
  cursor: pointer;
  /* background-color: rgba(255,0,0,0.3); */
}
.contents-block-taiken-magic .swipe-anime{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contents-block-taiken-magic .arrow{
  position: absolute;
  top: 27%;
  left: 45%;
  width: 10%;
  display: block;
  z-index: 2;
  overflow: hidden;
}
.contents-block-taiken-magic .arrow::before {
  content: '';
  display: block;
  padding-top: 198.63%;
}
.contents-block-taiken-magic .arrow img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
.contents-block-taiken-magic .icon{
  position: absolute;
  top: 32%;
  left: 51%;
  width: 13%;
  display: block;
  z-index: 3;
  transform: rotate(-45deg);
}
.contents-block-taiken-magic .swipetxt{
  width: 100%;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%)!important;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  z-index: 3;
}
.contents-block-taiken-magic .img2_2{
  position: absolute;
  top: 47.5%;
  left: 32%;
  opacity: 1;
  width: 26.5%;
  display: block;
  z-index: 2;
}
.contents-block-taiken-magic .img3{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  z-index: 9;
}
.contents-block-taiken-magic .contents-bottom {
  padding: 0 1.8rem;
  margin: 0 auto 1em;
}
.contents-block-taiken-magic .contents-bottom p{
  color: #666;
}

/* 一緒に写る */
.contents-block-taiken-addme .video-inner {
  position: relative;
  width: 90%;
  max-width: 40rem;
  margin: 0 auto 2rem;
  border: 1px solid #FFF;
}
.contents-block-taiken-addme a.touch-btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  background-size: contain;
  transform: translate(-50%, -50%)!important;
  z-index: 150;
}

.contents-block-taiken-addme .video-block {
  position: relative;
  overflow: hidden;
}
.contents-block-taiken-addme .video-block::before {
  content: "";
  display: block;
  padding-top: 171%;
}
.contents-block-taiken-addme .video-block video {
  position: absolute;
  top: -7.5%;
  left: 0%;
  width: 100%;
}

.sp-only{
  display: none;
}

/* -----------------------------------------
 レスポンシブ
------------------------------------------- */
@media screen and (max-width: 1120px) {
  .category-menu{
    gap: 1%;
  }
  .category-menu .addme {
    padding-left: 1%;
  }
  .category-menu .subtitle-addme{
    left: auto;
  }
}


/* tablet size */
@media screen and (max-width: 960px) {
  .pc-only{
    display: none;
  }
  .tab-only{
    display: block;
  }
  .sp-only{
    display: none;
  }

  .mv-head .box-right .wrap-mv-image{
    width: 62rem;
  }
  .mv-head .box-right .wrap-mv-image img{
    width: 20rem;
  }
  .mv-head .box-right{
    margin-right: -4rem;
  }
  .mv-head .box-left .mv-lead{
    width: 110%;
    font-size: 2rem;
  }
  .wrap-profile{
    width: 100%;
  }

  .title-photographer{
    flex-direction: column;
  }
  /* MV下のプロフィール */
  .judge-top.judge{
    width: 100%;
  }

  /* .category-menu{
    gap: 1rem;
  }
  .category-menu .addme {
    padding-left: 1rem;
  } */
  .category-menu .subtitle-addme{
    left: 1rem;
    width: 90%;
  }
  .category-menu a{
    /* padding: 2rem 1.2rem;
    min-height: 76px; */
    font-size: 1.4rem;
  }
  .category-menu .portrait .current img{
    outline: solid .5rem #6888B4;
    outline-offset: -.5rem;
  }
  .category-menu .night .current img{
    outline: solid .5rem #529292;
    outline-offset: -.5rem;
  }
  .category-menu .macro .current img{
    outline: solid .5rem #a8ab55;
    outline-offset: -.5rem;
  }
  .category-menu .motion .current img{
    outline: solid .5rem #85aa6e;
    outline-offset: -.5rem;
  }
  .category-menu .zoom .current img{
    outline: solid .5rem #9978b9;
    outline-offset: -.5rem;
  }
  .category-menu .editmagic .current img{
    outline: solid .5rem #cf9666;
    outline-offset: -.5rem;
  }
  .category-menu .addme .current img{
    outline: solid .5rem #ec847a;
    outline-offset: -.5rem;
  }

  .contents-block{
    padding: 3rem;
  }
  .horizontal-flex{
    flex-direction: column;
  }
  .wrap-about-portrait{
    flex-direction: column;
    gap: 2.4rem;
  }
  .portrait-1, .portrait-2 {
    margin: 0 auto;
  }


  .wrap-profile .box-left{
    width: 13rem;
  }
  /* フッターバナー */
  .footer-banner .wrap{
    width: 80%;
  }

  
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw/37.5);
  }
  .pc-only{
    display: none;
  }
  .tab-only{
    display: none;
  }
  .sp-only{
    display: block;
  }

  #pagetop{
    bottom: 9rem;
  }
  #pagetop {
    bottom: 9rem;
    width: 5rem;
    height: 5rem;
  }
  #pagetop:hover {
    opacity: 1;
  }


  .wrap{
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .mv{
    overflow: hidden;
  } 
  .mv-head img {
    width: 24rem;
  }
  .mv .wrap {
    padding-top: 3.5rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 3.6rem;
  }
  .mv-head h1 img:first-child {
    width: 27rem;
  }
  .mv-head h1 img{
    margin: 0 auto 2rem;
  }
  .mv-head h1 img:last-child {
    width: 18rem;
  }
  .mv-left{
    width: 20rem;
    top: 8.5rem;
    left: calc(50% - 30rem);
  }
  .mv-right{
    width: 20rem;
    top: 8.5rem;
    right: calc(50% - 30rem);
  }

  .mv-head .mv-lead{
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  .mv-head .mv-comment{
    font-size: 1.3rem;
    font-weight: normal;
  }

  .judge{
    width: 100%;
    margin-top: 5.6rem;
  }
  .wrap-profile .box-left {
    width: 118px;
  }
  .title-judge{
    flex-direction: column;
    align-items: flex-start;
    gap:1rem;
    margin-bottom: 0;
  }
  .title-judge .label-judge{
    font-size: 1.6rem;
    line-height: 1;
  }
  .alphabet-judge{
    font-size: 1.2rem;
    margin-top: -.8rem;
  }
  .judge .profile-judge{
    margin-bottom: 5.6rem;
    font-size: 1.4rem;
  }
  .wrap-review .title-review{
    font-size: 1.6rem;
  }
  .wrap-review .comment-review{
    font-size: 1.4rem;
  }
  .wrap-profile{
    margin-bottom: 1rem;
  }
  /* MV下のプロフィール */
  .judge-top.judge{
    width: 85%;
  }
  .judge.judge-top .wrap-profile .box-left{
    width: 96px;
  }
  .judge.judge-top .profile-judge{
    font-size: 1.3rem;
    font-weight: normal;
  }

  /* 固定ボタン */
  .fixed-button{
    padding: 1.6rem 0;
    box-sizing: border-box;
  }
  .fixed-button ul{
    gap: .8rem;
    margin: 0;
    padding: 0;
  }
  .fixed-button ul li a{
    width: 17rem;
    padding: 1.4rem 0;
    background-image: none;
    font-size: 1.4rem;
    box-sizing: border-box;
  }
  .fixed-button ul li:last-child a{
    padding: .88rem;
    line-height: 1.2;
  }


  #nav-top-area{
    bottom: 90px;
    width: 40px;
    height: 40px;
  }
  #nav-top-area a#nav-top-btn{
    width: 40px;
    height: 40px;
  }

  /* 大賞 */
  .grandprix .wrap-photo img{
    width: 100%;
    border-width:4px; 
  }
  .grandprix .wrap-photo > a::after{
    bottom: 10px;
    right: 10px;
    width: 2rem;
    height: 2rem;
  }

  .grandprix .wrap{
    padding-bottom: 5.6rem;
  }
  .grandprix .wrap-photo{
    padding-bottom: 1rem;
  }
  .wrap-comment-photographer{
    flex-direction: column;
    align-items: center;
  }
  .title-grandprix{
    width: 20rem;
  }
  .title-photographer .label-photographer, .title-photographer .label-place{
    display: inline-block;
    min-width: 8rem;
    font-size: 1.4rem;
    text-align: center;
    padding: .1rem;
  }
  .img-photographer{
    width: 8rem;
  }
  .wrap-title-photographer{
    display: flex;
    justify-content: center;
    gap: 2rem;
    border-bottom: 1px solid;
    margin-bottom: 1.6rem;
  }
  .wrap-comment-text,
  .wrap-award .wrap-comment-text{
    max-width: 100%;
    width: 100%;
  }
  .comment-photographer{
    font-size: 1.4rem;
  }
  .wrap-review-grandprix{
    position: relative;
    padding-top: 3rem;
    padding-left: 3rem;
    gap:1.6rem;
  }
  .img-review-grandprix{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 8rem;
  }
  .grandprix .title-photographer{
    gap: 1rem;
    align-items: flex-start;
  }
  .comment-review-grandprix{
    padding: 2.4rem 2.2rem 1.6rem 2.2rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .comment-review-grandprix span{
    display: block;
    padding-bottom: 1.4rem;
    text-align: center;
  }
  .name-photographer span{
    font-size: 1rem;
  }
  

  /* 部門選択 */

  .category{
    padding-top: 4rem;
  }
  .wrap-category-menu{
    padding-top: .6rem;
    padding-bottom: 2rem;
    padding-right: 0;
    padding-left: 0;
  }
  .title-category-menu{
    padding-bottom: .8rem;
    font-size: 2rem;
  }
  .category-menu{
    flex-wrap: wrap;
    gap: 2.4rem .8rem;
  }
  .category-menu a {
    padding: 0;
    min-height: initial;
  }
  .category-menu a span{
    font-size: 1.2rem;
  }
  .category-menu a img{
    width: 7.2rem;
    /* border: .6rem solid transparent; */
  }
  .category-menu .addme{
    padding-left: .8rem;
  }

  .spacer {
    display: block;
    width: 100%;
  }
  .category-main .wrap{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .category-menu .subtitle-addme {
    top: -3.4rem;
    width: 7.2rem;
    font-size: 1.2rem;
  }


  /* 部門金賞 */
  .wrap-photo-award-section{
    flex-flow: column-reverse;
    gap:1.5rem;
    align-items: center;
  }
  .wrap-photo-award{
    border-width: 5px;
    max-width: 100%;
    margin-bottom: 0;
  }
  #portrait .wrap-photo-award::after,
  #night .wrap-photo-award::after{
    bottom: 10px;
    right: 10px;
    width: 1.6rem;
    height: 1.6rem;
  }
  .macro .wrap-photo-award{
    aspect-ratio: 1241 / 1277;
  }

  
  /* .macro .wrap-photo-award{
    aspect-ratio: 343 / 366;
  } */
  /* .motion .wrap-photo-award,
  .zoom .wrap-photo-award{
    aspect-ratio: 1241 / 1181;
  } */
  .macro .wrap-award .wrap-comment-photographer,
  .motion .wrap-award .wrap-comment-photographer,
  .zoom .wrap-award .wrap-comment-photographer,
  .editmagic .wrap-award .wrap-comment-photographer{
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
  }
  .editmagic .wrap-photo-award{
    aspect-ratio: 1241 / 953;
  }
  #motion .wrap-photo-award,
  #zoom .wrap-photo-award{
    aspect-ratio: 1241 / 1071;
  }

  .title-wrap-award{
    width: 24rem;
  }
  .title-wrap-award img{
    aspect-ratio: 55 / 28;
  }
  #portrait .title-wrap-award{
    aspect-ratio: 55 / 28;
  }
  #motion .title-wrap-award{
    width: 24rem;
  }
  #motion .title-wrap-award img{
    aspect-ratio: 55 / 28;
  }
  #macro .title-wrap-award{
    width: 24rem;
  }
  #macro .title-wrap-award img{
    aspect-ratio: 55 / 28;
    margin-left: auto;
  }
  #motion .wrap-photo-award-section,
  #macro .wrap-photo-award-section{
    gap:1rem;
  }


  .wrap-award .wrap-comment-photographer,
  .macro .wrap-award .wrap-comment-photographer{
    margin-left: 0;
  }
  .macro .wrap-award .wrap-comment-photographer{
    margin-top: 0;
  }
  .wrap-award .img-photographer{
    width: 11rem;
  }
  .wrap-title-photographer{
    justify-content: space-between;
  }
  .wrap-award .wrap-title-photographer{
    border-color: #FFF;
  }
  .title-photographer{
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .wrap-award .name-category{
    font-size: 1.2rem;
  }
  .wrap-award .name-photographer{
    font-size: 1.6rem;
  }
  .comment-review-award span {
    padding-bottom: 1.4rem;
    display: inline-block;
  }
  .wrap-review-award{
    position: relative;
    padding-top: 3rem;
    padding-left: 3rem;
    gap: 1.6rem;
    margin-bottom: 4rem;
  }
  .img-review-award{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    max-width: 8rem;
  }
  .comment-review-award {
    padding: 2.4rem 2.2rem 1.6rem 2.2rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .comment-review-award span {
    display: block;
    padding-bottom: 1em;
    text-align: center;
  }

  /* その他の応募作品 */
  .title-other{
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .list-other{
    gap: 0.6rem;
  }
  .list-other li{
    width: calc((100% - 1.8rem) / 4);
  }
  .list-other li::after{
    width: 1.6rem;
    height: 1.6rem;
    bottom: 6px;
    right: 6px;
  }
  .list-other li img{
    border-width: 2px;
  }

  /* 機能紹介バナー */
  .banner-introduction{
    margin: 4rem auto;
  }
  .btn-back-category a{
    width: 20rem;
    font-size: 1.4rem;
  }
  .feature-info {
    margin-bottom: 3rem;
  }
  .feature-info .info-title {
    font-size: 2rem;
  }
  .feature-info .info-text {
    font-size: 1.4rem;
    text-align: left;
  }
  .feature-info .info-notes {
    font-size: 1.1rem;
    text-align: left;
  }
  .comment-review-award{
    color: #5F5F5F;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 10px;
    padding: 3rem;
    border:1px solid #FFF;
  }
  /* 一緒に写る */
  .addme .wrap-photo-award{
    aspect-ratio: 73 / 59;
  }
  .addme .wrap-photo-award img{
    width: 100%;
  }
  .wrap-addme .title-addme{
    font-size: 2rem;
  }
  .wrap-addme .title-addme span{
    font-size: 1.4rem;
  }
  .wrap-addme .addme-lead{
    margin-top: 2rem;
    font-size: 1.4rem;
  }
  .wrap-addme .addme-comment{
    font-size: 1.1rem;
  }


  /* フッターバナー */
  .footer-banner .wrap{
    width: 100%;
    padding-top: 4rem;
  }
  .banner-square{
    flex-direction: column;
    max-width: 27rem;
    align-items: center;
    margin: 0 auto 4.8rem;
  }
  .banner-square a{
    margin: 0 auto;
    width: 100%;
    font-size: 1.6rem;
  }
  .banner-square a span{
    margin-bottom: 1.2rem;
  }
  .footer-logo{
    padding: 6.4rem 0 10.4rem;
  }
  .footer-logo img{
    width: 22rem;
  }

  /* modal用 */
  .modal .modal-close{
    top: .4rem;
    right: .4rem;
  }

  /*イマジネーション */
  .modal .page-heading{
    font-size: 2rem;
  }
  .modal .main-text{
    font-size: 1.3rem;
  }
  .modal .autof{
    max-width: 26rem;
  }

  .photo-content{
    text-align: center;
  }
  .photo-content::before{
    height: 2rem;
  }
  .photo-content::after {
    height: 2rem;
  }
  .photo-slider .swiper-slide{
    justify-content: flex-start;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 4rem;
    height: 6.4rem;
    margin-top: 0;
    top: 32%;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after{
    width: 1.5rem;
    height: auto;
  }
  .swiper-button-next {
    right: 0rem;
  }
  .swiper-button-prev {
    left: 0rem;
  }
  .photo-content img{
    max-height: 62rem;
  }

  /* カスタム */
  .smartPhoto-info {
    top: 12px;
    left: 10px;
  }
  .smartPhoto-info-icon {
    width: 26px;
    height: 26px;
    margin-left: 10px;
    font-size: 20px;
  }
  .smartPhoto-info-icon:hover {
    opacity: 1;
  }
  .smartphoto-info-detail {
    /* display: none; */
    position: relative;
    max-width: 48rem;
    margin-top: 18px;
    margin-right: 10px;
    padding: 1em;
  }
  .smartphoto-info-detail::before {
    content: '';
    display: block;
    position: absolute;
    top: -1.4rem;
    left: 1.1rem;
    width: 0;
    height: 0;
    border-color: transparent transparent #C19A6B transparent;
    border-style: solid;
    border-width: 0 1rem 1.4rem 1rem;
  }
  .photo-detail {
    font-size: 1.2rem;
  }
  .photo-detail > div:not(:first-child) {
    margin-top: 0.8rem;
  }
  .photo-detail > div > dt {
    margin-right: 0.7em;
  }
  .photo-detail > div > dd {
    padding-top: calc(0.2em + 1px);
    text-align: left;
  }
  .detail-comment {
    font-size: 1.2rem;
  }
  .photo-toggle-switch {
    font-size: 1.4rem;
  }

  /* -----------------------------------------
  体験コンテンツ
  ------------------------------------------- */

  .contents-block-taiken .main-title1{
    width: 20rem;
}
  .contents-block-taiken{
    height: auto;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .contents-block-taiken .column-flex{
    flex-direction: column;
  }
  .contents-block-taiken .photo-title{
    font-size: 2rem;
  }
  .contents-block-taiken .photo-text{
    font-size: 1.3rem;
    text-align: center;
  }
  
  .contents-block-taiken .footer-btn{
    flex-direction: column;
  }
  .contents-block-taiken .footer-btn{
    gap: 1.6rem;
  }
  .contents-block-taiken .footer-btn li a{
    width: 100%;
    min-height: 5.8rem;
    font-size: 1.4rem;
  }
  .contents-block-taiken .footer-btn li:last-child a img{
    width: 16rem;
  }
 
  .contents-block-taiken .stage-black::before{
    width: 6rem;
    height: 6rem;
    left: -3rem;
    top:55%;
  }
  .mode-text {
    font-size: 1.2rem;
  }
  /* マクロフォーカス */

  .contents-block-taiken-macro .photo-title{
      font-size: 20px;
  }
  .contents-block-taiken-macro .column-flex {
      flex-direction: column;
      gap:1rem;
  }
  .contents-block-taiken-macro a.touch-btn3{
    width: 7rem;
  }
  .contents-block-taiken-macro .mode-text{
    font-size: 1.2rem;
    top: 1.5%;
  }

  /* ポートレート */
  .contents-block-taiken-portrait .main-contents{
    flex-direction: column;
  }
  .contents-block-taiken-portrait .experience-main{
    width: 100%;
  }

    /* 一緒に写る */
  .contents-block-taiken-addme .contents-bottom {
    text-align: center;
  }
  .contents-block-taiken-addme  a.touch-btn {
    width: 8rem;
  }



} /* query end */