:root {
  --vw: 1vw;
}

.about {
  background-color: #fff;
  background: radial-gradient(rgb(228, 228, 228) 0, rgb(228, 228, 228) 15%, rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, 0) 100%), radial-gradient(rgb(228, 228, 228) 15%, rgba(255, 255, 255, 0) 16%), rgb(255, 255, 255);
  background-position: 0 0, 90px 90px;
  background-size: 180px 180px;
  border-bottom: 4px solid #000;
}
.about .item_pickup {
  display: flex;
  justify-content: center;
}
.about .item_pickup li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1.4;
  margin: 6px;
  letter-spacing: 0.12em;
  background-color: #fff;
  color: #c40a02;
  padding: 0 10px;
  height: 44px;
  border: 1px solid #c40a02;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .about .item_pickup {
    flex-wrap: wrap;
  }
  .about .item_pickup li {
    width: 48%;
    margin: 3px;
    font-size: 1.4rem;
  }
}
.about .lead + ul {
  text-align: center;
  font-size: 1.5rem;
}
.about .lead + ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .about .lead + ul {
    text-align: left;
    font-size: 1.2rem;
  }
}
.about h3 {
  margin: 20px 0 30px;
  color: #000;
  line-height: 1.4;
  font-weight: 600;
}
.about h3 span {
  color: #c40a02;
}
.about h3 em {
  font-size: 1.5em;
  font-style: normal;
}
.about h3 .footnote {
  font-size: 1.2rem;
}
.about_price {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: 35px 0 40px;
}
.about_price h4 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 40px 20px 0 0;
  background-image: none;
}
@media screen and (max-width: 750px) {
  .about_price {
    display: block;
    text-align: left;
    margin: 25px 0 40px;
  }
  .about_price h4 {
    font-size: 2.4rem;
    text-align: left;
    margin: 0 0 10px;
  }
  .about_price img {
    display: block;
    width: 85%;
  }
}
.about_price + p {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .about_price + p {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.about .about_box {
  flex-wrap: wrap;
  margin-top: 30px;
}
.about .about_box div {
  width: calc(20% - 10px);
  font-weight: bold;
  line-height: 1.8;
  margin: 0 5px 30px;
}
.about .lineup_list {
  max-width: 1100px;
  width: 95%;
  margin: 40px auto;
}
@media screen and (max-width: 750px) {
  .about {
    background-position: 0 0, 45px 45px;
    background-size: 90px 90px;
  }
  .about h3 {
    text-align: left;
    margin-bottom: 20px;
  }
  .about h3 + p {
    font-size: 1.2rem;
    text-align: center;
  }
  .about .about_box {
    flex-wrap: wrap;
  }
  .about .about_box div {
    width: calc(50% - 10px);
    font-weight: bold;
    line-height: 1.3;
    margin: 0 5px 18px;
  }
  .about .lineup_list {
    margin: 20px auto;
  }
}
.about .notice_payment {
  font-size: 1.2rem;
  line-height: 2;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 750px) {
  .about .notice_payment {
    text-align: left;
  }
}

.photoalbum {
  background-color: #fff;
  background: radial-gradient(rgb(228, 228, 228) 0, rgb(228, 228, 228) 15%, rgba(255, 255, 255, 0) 16%, rgba(255, 255, 255, 0) 100%), radial-gradient(rgb(228, 228, 228) 15%, rgba(255, 255, 255, 0) 16%), rgb(255, 255, 255);
  background-position: 0 0, 90px 90px;
  background-size: 180px 180px;
  padding-top: 88px;
  padding-bottom: 88px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.photoalbum * {
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
.photoalbum::before, .photoalbum::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 163px;
  height: 163px;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}
.photoalbum::before {
  top: 0;
  right: 0;
}
.photoalbum::after {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.photoalbum h2 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.photoalbum h2 img {
  display: block;
  width: 300px;
  height: 130px;
  margin: 0 auto 20px;
}
.photoalbum .lead {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.2em;
  text-align: center;
}
.photoalbum .lead span {
  color: #c40a02;
  font-weight: bold;
}
.photoalbum .flex-box {
  display: flex;
  flex-wrap: wrap;
}
.photoalbum .flex-box-wrapper {
  max-width: 760px;
  margin: 4rem auto;
}
.photoalbum .album {
  width: calc(25% - 1rem);
  margin: 1.5rem 0.5rem;
}
.photoalbum .album .img-box {
  width: 100%;
}
.photoalbum .album .img-box img {
  width: 100%;
}
.photoalbum .album p {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
.photoalbum .note {
  font-size: 0.9rem;
  text-align: right;
  margin-top: 10px;
}
.photoalbum .button-wrapper a {
  background: #c40a02;
  border-radius: 10px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 18px 20px;
  padding-left: 3.8em;
  transition: 0.4s;
  text-decoration: none;
  text-indent: -2.6em;
  max-width: 180px;
  margin: 26px auto 0;
}
.photoalbum .button-wrapper a span {
  background: #fff;
  border-radius: 50%;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 18px;
  vertical-align: 2px;
}
.photoalbum .button-wrapper a span:before {
  box-sizing: border-box;
  border-right: 2px solid #c40a02;
  border-bottom: 2px solid #c40a02;
  content: "";
  display: block;
  margin-left: -14%;
  transform: rotate(-45deg);
  width: 36%;
  height: 36%;
}
.photoalbum .button-wrapper a:hover {
  opacity: 0.6;
}
.photoalbum .clear_dx {
  background-color: #efefef;
  border-radius: 10px;
  max-width: 960px;
  width: 90%;
  margin: auto;
  padding: 20px 40px 40px;
  position: relative;
}
.photoalbum .clear_dx h2 {
  max-width: 100%;
  width: 100%;
  margin: -40px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.photoalbum .clear_dx h2 img {
  width: 90%;
  height: auto;
  margin: 0;
}
.photoalbum .clear_dx .clear_dx_point {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 40px auto;
}
.photoalbum .clear_dx .clear_dx_point li {
  background-color: #dd001d;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
  padding: 20px 5px;
  position: relative;
  text-align: center;
}
.photoalbum .clear_dx .clear_dx_point li img {
  width: 90px;
  position: absolute;
  top: -30px;
  left: 15px;
}
.photoalbum .clear_dx .returnTop {
  margin: auto;
}
@media screen and (max-width: 750px) {
  .photoalbum {
    background-position: 0 0, 45px 45px;
    background-size: 90px 90px;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .photoalbum::before, .photoalbum::after {
    width: 82px;
    height: 82px;
  }
  .photoalbum h2 {
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .photoalbum h2 img {
    display: block;
    width: 200px;
    height: 80px;
  }
  .photoalbum .lead {
    font-size: 1em;
    text-align: left;
  }
  .photoalbum .lead br {
    display: none;
  }
  .photoalbum .flex-box-wrapper {
    margin: 2rem auto 3rem;
  }
  .photoalbum .album {
    width: calc(50% - 1rem);
    margin: 1.25rem 0.5rem;
  }
  .photoalbum .album p {
    font-size: 1.3rem;
    margin-top: 15px;
  }
  .photoalbum .clear_dx {
    padding: 20px 15px 20px;
    position: relative;
  }
  .photoalbum .clear_dx h2 {
    margin: 0;
  }
  .photoalbum .clear_dx h2 img {
    width: 95%;
    height: auto;
    margin: 0;
  }
  .photoalbum .clear_dx .clear_dx_point {
    display: block;
    margin: 20px auto;
  }
  .photoalbum .clear_dx .clear_dx_point li {
    font-size: 13px;
    width: 100%;
    margin: 0 0 40px;
  }
  .photoalbum .clear_dx .clear_dx_point li img {
    width: 80px;
  }
}

.catch p sup {
  font-size: 0.6em;
  vertical-align: top;
}
.catch p.attention {
  text-align: right;
  max-width: 672px;
  margin: -30px auto 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 750px) {
  .catch p.attention {
    font-size: 1.1rem;
    width: 80%;
    margin: -50px auto 20px;
    text-align: left;
  }
}

.about .lead span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .about .lead span {
    font-size: 1.2rem;
  }
}

.myphoto_index {
  border-top: 4px solid #000;
  padding-top: 40px;
}
.myphoto_index h1 {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.myphoto_index h1 img {
  width: 100%;
}
.myphoto_index .container {
  max-width: 960px;
  width: 95%;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 80px;
}
.myphoto_index .pickup-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.myphoto_index .pickup-box .img-box {
  width: calc(25% - 1rem);
  margin: 1.5rem 0.5rem;
}
.myphoto_index .pickup-box .img-box img {
  width: 100%;
}
.myphoto_index .pickup-box + ul {
  text-align: right;
}
.myphoto_index .character_info {
  margin-top: 50px;
}
.myphoto_index .character_info h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
}
.myphoto_index .character_list {
  width: calc(50% - 2rem);
  margin: 0 1rem;
  padding-bottom: 3rem;
}
.myphoto_index .character_list-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.myphoto_index .character_list h2 {
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 14px 20px;
}
.myphoto_index .character_list ul {
  display: flex;
  flex-wrap: wrap;
}
.myphoto_index .character_list ul li {
  width: calc(20% - 1rem);
  margin: 0 0.5rem 1.4rem;
}
.myphoto_index .note {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.myphoto_index .note li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0.5rem;
}
.myphoto_index .button {
  background-color: #fff;
  border: 1px solid #000;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  min-height: 62px;
  padding: 18px 8px;
  position: relative;
}
.myphoto_index .button-wrapper {
  max-width: 397px;
  width: 90%;
  margin: 60px auto 0;
}
.myphoto_index .button .linkArrow {
  position: absolute;
  right: -24px;
}
.myphoto_index .button .linkArrow:before {
  border: none;
  background-image: url(../myphoto/img/icon-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.myphoto_index .button .linkArrow:after {
  border: none;
  background-image: url(../myphoto/img/icon-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .myphoto_index {
    padding-top: 20px;
  }
  .myphoto_index h1 {
    max-width: 100%;
    width: 100%;
  }
  .myphoto_index .container {
    max-width: 960px;
    width: 90%;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .myphoto_index .pickup-box .img-box {
    width: calc(50% - 1rem);
    margin: 1.25rem 0.5rem;
  }
  .myphoto_index .pickup-box + ul li {
    font-size: 12px;
  }
  .myphoto_index .character_info h2 {
    font-size: 24px;
  }
  .myphoto_index .character_list {
    width: 100%;
    margin: 0;
  }
  .myphoto_index .character_list-wrapper {
    display: block;
  }
  .myphoto_index .character_list h2 {
    font-size: 18px;
  }
  .myphoto_index .note li {
    font-size: 12px;
  }
  .myphoto_index .button-wrapper {
    margin: 30px auto 0;
  }
}

.clear_dx_contents {
  max-width: 960px;
  width: 95%;
  margin: auto;
}
.clear_dx_contents-wrapper {
  background-color: #efefef;
  padding: 60px 0 100px;
}
.clear_dx_contents h2 {
  max-width: 100%;
  width: 100%;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.clear_dx_contents h2 img {
  width: 90%;
  height: auto;
  margin: 0;
}
.clear_dx_contents .clear_dx_point {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 40px auto;
}
.clear_dx_contents .clear_dx_point li {
  width: calc(33.3333333333% - 10px);
  margin: 0 5px;
}
.clear_dx_contents .clear_dx_point h3 {
  background-color: #dd001d;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 20px 5px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.clear_dx_contents .clear_dx_point h3 img {
  width: 90px;
  position: absolute;
  top: -30px;
  left: 15px;
}
.clear_dx_contents .clear_dx_point p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.clear_dx_contents .clear_dx_point p span {
  font-size: 80%;
}
.clear_dx_contents .clear_dx_sample {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.clear_dx_contents .clear_dx_sample li {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
.clear_dx_contents .note {
  display: inline-flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  text-align: right;
  width: 100%;
}
.clear_dx_contents .note li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0.5rem;
}
.clear_dx_contents .note li:first-child {
  width: 100%;
}
.clear_dx_contents .button {
  background-color: #fff;
  border: 1px solid #000;
  color: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  min-height: 62px;
  padding: 18px 8px;
  position: relative;
}
.clear_dx_contents .button-wrapper {
  max-width: 397px;
  width: 90%;
  margin: 60px auto 0;
}
.clear_dx_contents .button .linkArrow {
  position: absolute;
  right: -24px;
}
.clear_dx_contents .button .linkArrow:before {
  border: none;
  background-image: url(../myphoto/img/icon-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.clear_dx_contents .button .linkArrow:after {
  border: none;
  background-image: url(../myphoto/img/icon-arrow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  .clear_dx_contents {
    width: 90%;
  }
  .clear_dx_contents-wrapper {
    padding: 30px 0 50px;
  }
  .clear_dx_contents .clear_dx_point {
    display: block;
    margin: 0 auto 20px;
  }
  .clear_dx_contents .clear_dx_point li {
    width: 100%;
    margin: 0;
  }
  .clear_dx_contents .clear_dx_point li:first-child h3 {
    margin-top: 0;
  }
  .clear_dx_contents .clear_dx_point h3 {
    margin-top: 40px;
    margin-bottom: 14px;
  }
  .clear_dx_contents .clear_dx_point h3 img {
    width: 80px;
  }
  .clear_dx_contents .clear_dx_point p {
    font-size: 16px;
  }
  .clear_dx_contents .clear_dx_sample {
    display: block;
  }
  .clear_dx_contents .clear_dx_sample li {
    width: 100%;
    margin: 0 0 30px;
  }
  .clear_dx_contents .note li {
    font-size: 12px;
  }
  .clear_dx_contents .button-wrapper {
    margin: 30px auto 0;
  }
}

.myphoto_series {
  border-top: 4px solid #000;
}
.myphoto_series h1 {
  max-width: 800px;
  width: 90%;
  margin: auto;
}
.myphoto_series h1 img {
  width: 100%;
}
.myphoto_series .container {
  max-width: 960px;
  width: 95%;
  margin: auto;
  padding-top: 60px;
  padding-bottom: 80px;
}
.myphoto_series .series-contents {
  margin-bottom: 60px;
}
.myphoto_series .series-contents h2 {
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 14px 20px;
}
.myphoto_series .series-contents ul {
  display: flex;
  flex-wrap: wrap;
}
.myphoto_series .series-contents ul li {
  width: calc(25% - 1rem);
  margin: 1.5rem 0.5rem;
}
.myphoto_series .note {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.myphoto_series .note li {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .myphoto_series h1 {
    max-width: 100%;
    width: 100%;
  }
  .myphoto_series .series-contents {
    margin-bottom: 40px;
  }
  .myphoto_series .series-contents h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .myphoto_series .series-contents ul li {
    width: calc(50% - 1rem);
  }
}

.disney-about__set {
  display: flex;
  align-items: center;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  color: #000 !important;
  font-weight: 700 !important;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 750px) {
  .disney-about__set {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    margin-left: 0;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    font-size: 20px !important;
  }
}
.disney-about__set-amp {
  margin-right: 0.2em;
  margin-left: 0.2em;
  font-size: 1.4em;
  font-weight: normal !important;
}
@media screen and (max-width: 750px) {
  .disney-about__set-amp {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
}
.disney-about__intro .sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .disney-about__intro .sp {
    display: block;
  }
}

/*--------------------------------------------------
linkBox2
--------------------------------------------------*/
@media only screen and (max-width: 750px) {
  .pc:not(#_) {
    display: none;
  }
}
@media only screen and (min-width: 751px) {
  .sp:not(#_) {
    display: none;
  }
}
.gallery {
  text-align: center;
  width: 100%;
  max-width: 1457px;
  margin: 0 auto;
  padding: 70px 0 232px;
}
.gallery_heading {
  width: 72.8894989705%;
  margin: 0 auto 64px;
}
@media only screen and (max-width: 750px) {
  .gallery_heading {
    width: 100%;
    margin-bottom: 13.3333333333%;
  }
}
.gallery .galleryBox + .galleryBox {
  margin-top: 4.3925875086%;
}
@media only screen and (max-width: 750px) {
  .gallery .galleryBox + .galleryBox {
    margin-top: 8.3333333333%;
  }
}
.gallery .galleryBox_heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  margin: 0 auto 1.921757035%;
  padding: 9px;
}
@media only screen and (max-width: 750px) {
  .gallery .galleryBox_heading {
    justify-content: start;
    aspect-ratio: 360/30;
    padding: 0 6.3888888889%;
  }
}
.gallery .galleryBox_heading img {
  line-height: 1;
  vertical-align: top;
  max-height: 37px;
}
@media only screen and (max-width: 750px) {
  .gallery .galleryBox_heading img {
    max-height: 63.3333333333%;
  }
}
.gallery .galleryList {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1.921757035%;
  margin-left: -0.8098833219%;
}
@media only screen and (max-width: 750px) {
  .gallery .galleryList {
    margin-top: -4.1666666667%;
    margin-left: -1.3888888889%;
  }
}
.gallery .galleryList_item {
  position: relative;
  display: flex;
  aspect-ratio: 231/480;
  width: 15.8544955388%;
  margin-top: 1.921757035%;
  margin-left: 0.8098833219%;
}
@media only screen and (max-width: 750px) {
  .gallery .galleryList_item {
    width: 31.9444444444%;
    margin-top: 4.1666666667%;
    margin-left: 1.3888888889%;
  }
}
.gallery .galleryList_item .title {
  display: flex;
  justify-content: center;
  background: #000;
  aspect-ratio: 231/144;
  width: 100%;
  max-height: 30%;
  margin-top: auto;
}
.gallery .galleryList_item .title img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.gallery .galleryList_item .title-01_01 {
  background: #CC032C;
}
.gallery .galleryList_item .title-01_02 {
  background: #CC032C;
}
.gallery .galleryList_item .title-01_03 {
  background: #1799FF;
}
.gallery .galleryList_item .title-01_04 {
  background: #D64C50;
}
.gallery .galleryList_item .title-01_05 {
  background: #C3A284;
}
.gallery .galleryList_item .title-01_06 {
  background: #7B7B7B;
}
.gallery .galleryList_item .title-01_07 {
  background: #AA82C9;
}
.gallery .galleryList_item .title-01_08 {
  background: #AA82C9;
}
.gallery .galleryList_item .title-01_09 {
  background: #804700;
}
.gallery .galleryList_item .title-02_01 {
  background: #FFC10B;
}
.gallery .galleryList_item .title-03_01 {
  background: #CB2A1E;
}
.gallery .galleryList_item .title-03_02 {
  background: #CB2A1E;
}
.gallery .galleryList_item .title-03_03 {
  background: #1A4180;
}
.gallery .galleryList_item .title-03_04 {
  background: #1A4180;
}
.gallery .galleryList_item .title-03_05 {
  background: #FF80BD;
}
.gallery .galleryList_item .title-03_06 {
  background: #00AB8A;
}
.gallery .galleryList_item .title-03_07 {
  background: #00AB8A;
}
.gallery .galleryList_item .title-03_08 {
  background: #B79440;
}
.gallery .galleryList_item .title-03_09 {
  background: #B79440;
}
.gallery .galleryList_item .title-03_10 {
  background: #805489;
}
.gallery .galleryList_item .title-03_11 {
  background: #805489;
}
.gallery .galleryList_item .title-03_12 {
  background: #DD80CC;
}
.gallery .galleryList_item .title-03_13 {
  background: #DD80CC;
}
.gallery .galleryList_item .title-03_14 {
  background: #10812C;
}
.gallery .galleryList_item .title-03_15 {
  background: #9D001B;
}
.gallery .galleryList_item .title-03_16 {
  background: #f3aecc;
}
.gallery .galleryList_item .title-04_01 {
  background: #500258;
}
.gallery .galleryList_item .title-04_02 {
  background: #500258;
}
.gallery .galleryList_item .title-04_03 {
  background: #3299E5;
}
.gallery .galleryList_item .title-04_04 {
  background: #3299E5;
}
.gallery .galleryList_item .title-05_01 {
  background: #430073;
}
.gallery .galleryList_item .title-05_02 {
  background: #003E4D;
}
.gallery .galleryList_item .title-05_03 {
  background: #302D2C;
}
.gallery .galleryList_item .title-05_04 {
  background: #A72B34;
}
.gallery .galleryList_item .title-05_05 {
  background: #430073;
}
.gallery .galleryList_item .title-05_06 {
  background: #873B67;
}
.gallery .galleryList_item .title-05_07 {
  background: #51246f;
}
.gallery .galleryList_item .title-06_01 {
  background: #068035;
}
.gallery .galleryList_item .title-06_02 {
  background: #068EC7;
}
.gallery .galleryList_item .title-06_03 {
  background: #068EC7;
}
.gallery .galleryList_item .title-06_04 {
  background: #50B67B;
}
.gallery .galleryList_item .title-06_05 {
  background: #50B67B;
}
.gallery .galleryList_item .title-06_06 {
  background: #EC1B0B;
}
.gallery .galleryList_item .title-06_07 {
  background: #FC5582;
}
.gallery .galleryList_item .title-06_08 {
  background: #0080E4;
}
.gallery .galleryList_item .title-06_09 {
  background: #3E3955;
}
.gallery .galleryList_item .title-06_10 {
  background: #027201;
}
.gallery .galleryList_item .title-06_11 {
  background: #00153B;
}
.gallery .galleryList_item .title-07_01 {
  background: #FF81C4;
}
.gallery .galleryList_item .title-08_01 {
  background: #2E241A;
}
.gallery .galleryList_item .title-08_02 {
  background: #E21600;
}
.gallery .galleryList_item .title-09_01 {
  background: #808080;
}
.gallery .galleryList_item .title-09_02 {
  background: #FF7900;
}
.gallery .galleryList_item .pic,
.gallery .galleryList_item .badge {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery .galleryList_item .pic img,
.gallery .galleryList_item .badge img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: initial;
  width: auto;
  height: 100%;
}
.gallery .galleryList_item .pic {
  z-index: 2;
  transition-delay: 1s;
}
.gallery .galleryList_item .badge {
  z-index: 1;
}
.gallery .copyright {
  text-align: left;
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .gallery .copyright {
    margin-top: 3.6111111111%;
  }
}
.gallery .copyright small {
  font-size: 1.35rem;
  line-height: 1.2;
}
@media only screen and (max-width: 750px) {
  .gallery .copyright small {
    font-size: 1rem;
  }
}
.gallery .copyright small img {
  display: block;
  width: 22px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 750px) {
  .gallery .copyright small img {
    width: 20px;
  }
}/*# sourceMappingURL=add_top.css.map */