@charset "utf-8";

/* CSS Document */
/*------------------------------------
base
-------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');


:root {
  --font-family-accent: "ta-koigokoro", "游ゴシック", "Yu Gothic", sans-serif;
  --font-family-accent-en: "Caveat", "游ゴシック", "Yu Gothic", sans-serif;
  --color-text: #2E2E2E;
  --color-blue: #ffb684;
  --color-blue-light: #f5d3a7;
  --color-white: #fff;
  --color-red: #ff0000;
  --color-gray: #f8f8f8;
  --color-gold: #f8f6ef;
  --color-gold-dark: #ddce97;
  --color-store: #fd3d85;
  --color-silver: rgb(98, 113, 134);
  --color-bg-footer: #ddfaf9;
  --color-accent: #5cd0e0;
  --color-gradient: linear-gradient(90deg, rgb(255 247 221), rgb(255 239 226) 75%, rgb(255 232 210));
  --section-margin-PC: 120px auto;
  --section-margin-SP: 80px auto;
  --box-shadow: 10px 10px 10px -6px rgba(0, 0, 0, 0.17);
  --drop-shadow: drop-shadow(5px 5px 5px rgba(76, 76, 76, 0.3));
  --drop-shadow-dark: drop-shadow(2px 2px 2px rgba(76, 76, 76, 1.0));
}

html {
  font-size: 62.5%;
  /*background-color:var(--color-orange);*/
  overflow: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.875;
  font-feature-settings: 'palt';
  letter-spacing: .08em;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  /*display: none;*/
  overflow: hidden;
  /*text-wrap:balance;*/
  font-weight: 500;
  color: var(--color-text);
  background-size: 100px 100px;
}

body a {
  text-decoration: none;
  color: inherit;
}

body li {
  list-style: none;
}

h3 {
  font-size: 1.6rem;
  color: var(--color-orange-dark2);
  line-height: 4.2rem;
  width: fit-content;
  margin: -35px auto 0;
  line-height: 3.0rem;
  position: relative;
}

h3::after {
  content: "";
  display: inline-block;
  background-image: url(../../img/single/photo-contest/camera-deco.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 23px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0.7;
}

section {
  margin: var(--section-margin-SP);
}

@media screen and (min-width:600px) {
  h3::after {
    top: -38px;
  }
}

@media screen and (min-width:769px) {
  h3 {
    font-size: 2.0rem;
  }
}

.en {
  display: block;
  font-weight: 700;
  color: var(--color-orange);
  font-size: 1.6rem;
}

.-pc {
  display: block;
}

.-sp {
  display: none;
}

@media screen and (max-width:769px) {
  .-pc {
    display: none;
  }

  .-sp {
    display: block;
  }
}


.pc-500px {
  display: none;
}

.sp-769px {
  display: block;
}

.sp-900px {
  display: block;
}

.pc-390px {
  display: none;
}

.pc-600px {
  display: none;
}

.pc-769px {
  display: none;
}

.pc-900px {
  display: none;
}

@media screen and (min-width:390px) {
  .pc-390px {
    display: block;
  }
}

@media screen and (min-width:500px) {
  .sp-400px {
    display: none;
  }

  .sp-500px {
    display: none;
  }

  .pc-500px {
    display: block;
  }

  .sp-769px {
    display: block;
  }
}

@media screen and (min-width:600px) {
  .pc-600px {
    display: block;
  }
}

@media screen and (min-width:769px) {
  .sp-769px {
    display: none;
  }

  section {
    margin: var(--section-margin-PC);
  }

  .pc-769px {
    display: block;
  }
}

@media screen and (min-width:850px) {
  .sp-850px {
    display: none;
  }
}

@media screen and (min-width:900px) {
  .sp-900px {
    display: none;
  }
}

@media screen and (min-width:900px) {
  .pc-900px {
    display: block;
  }
}


/*------------------------------------
btn
-------------------------------------*/
.btn,
.btn2 {
  background: var(--color-gradient);
  color: var(--color-white);
  display: inline-block;
  padding: 18px 10%;
  border-radius: 6px;
  text-decoration: none;
  outline: none;
  transition: all 0.8s ease-out;
  margin: 40px auto;
  font-weight: 900;
}

.btn2 {
  margin: 20px auto 0 !important;
}

.btn:hover {
  background: var(--color-gradient);
  background-size: 200% auto;
  box-shadow: 2px 2px 10px rgba(34, 34, 34, 0.4);
}

.gradient1 {
  display: inline-block;
  color: #fff;
  padding: 18px 60px;
  border-radius: 6px;
  text-decoration: none;
  outline: none;
  background: var(--color-gradient);
  transition: background 1s;
  margin: 40px auto;
  position: relative;
}

.gradient1:hover {
  color: #fff;
  background: var(--color-gradient);
  transition: background 1s;
}

.btn-contact {
  color: var(--color-blue);
  display: inline-block;
  border-bottom: solid 1px var(--color-blue);
}

.btn-contact:hover {
  opacity: 0.7;
}

@media screen and (min-width:769px) {
  .btn {
    font-size: 2.0rem;
    margin: 80px auto 64px;
  }

  .btn2 {
    margin: 20px auto 0 !important;
  }
}

/*------------------------------------
h1
-------------------------------------*/
h1 {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

h1 img {
  width: 100%;
  max-width: 280px;
  min-width: 160px;
  margin: 15px auto 0;
  display: block;
}

@media screen and (min-width:769px) {
  h1 {
    left: 5%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  h1 img {
    width: 100%;
    max-width: 220px;
    margin: 18px auto 0;
    display: block;
  }
}

/*------------------------------------
g-nav
-------------------------------------*/
.mainblur {
  filter: blur(8px);
}

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav.panelactive ul {
  display: block;
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav .nav-link {
  color: var(--color-text);
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  /*border-bottom: solid 1px var(--color-blue);*/
}

#g-nav .nav-link::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 1px;
  background-color: rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#g-nav .btn2 {
  width: 80vw;
  max-width: 350px;
}

.nav-logo {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}

.nav-logo-a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 50px;
  height: 50px;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--color-blue);
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*#g-nav{
  position:fixed;
  z-index: 999;
	top:0;
  right: -120%;
	width:90%;
  height: 100vh;
	background:var(--color-blue-light);
	transition: all 0.6s;
}
#g-nav.panelactive{
    right: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 96vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    position: absolute;
    z-index: 999;
    top:44%;
    left: calc(48% + 0px);
    transform: translate(-50%,-50%);
}
#g-nav li{
	list-style: none;
  text-align: left;
  white-space: nowrap;
  position: relative;
  font-size: 1.4rem;
}
#g-nav li::before{
  content:"";
  position: absolute;
  left: -38px;
  top:6px;
  display: inline;
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: ease 0.8s;
  background-image: url("../../img/single/photo-game/star.webp")
}
#g-nav li a{
	color: var(--color-text);
	text-decoration: none;
	padding:4px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
  transition: ease .3s;
  border-bottom: dotted 4px var(--color-orange-dark2);
  font-family: var(--font-family-accent);
}
#g-nav li a:hover{
  color: var(--color-store);
  opacity: 0.7;
}
.gnav_logo{
  position: absolute;
  bottom: 0px;
  object-fit: contain;
  margin: 0 auto;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 200px;
}
@media screen and (min-width:1000px){
  #g-nav li a{
    padding:10px;
    font-size: 2.0rem;
  }
  .gnav_logo{
    bottom: 20px;
  }
  #g-nav li::before{
    top:17px;
  }
}
.openbtn{
	position:fixed;
  z-index: 9999;
  top: 0px;
  right: 3px;
	cursor: pointer;
  width: 50px;
  height:50px;
}

.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	  background-color:var(--color-text);
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
  width: 45%;
}

.openbtn span:nth-of-type(2) {
	top:23px;
  width: 35%;
}

.openbtn span:nth-of-type(3) {
	top:31px;
  width: 45%;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
    background-color:var(--color-orange-dark2);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
    background-color:var(--color-orange-dark2);
}*/
/*------------------------------------
MV
-------------------------------------*/
#mv {
  margin-top: 0 !important;
  position: relative;
}

.mv-inner {
  height: 70vh;
}

.mv-title {
  position: absolute;
  z-index: 100;
  top: 12%;
  left: 3%;
}

.mv-title img {
  display: inline-block;
  width: 70vw;
  min-width: 190px;
  max-width: 250px;
  filter: var(--drop-shadow-dark);
}

/*
#mv .mv-inner{
  background-image: url(../../img/single/photo-contest/mv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 95vh;
  width: auto;
}*/
.period {
  position: absolute;
  bottom: -35px;
  right: 20px;
  color: var(--color-blue);
  z-index: 1;
  font-weight: 900;
  font-size: 2.0rem;
  line-height: 1.5;
  z-index: 2;
}

.period_title {
  display: block;
  font-size: 1.6rem;
  margin-bottom: -12px;
  position: relative;
}

.period_title::before,
.period_title::after {
  content: "";
  display: inline-block;
  width: 44px;
  height: 1px;
  position: absolute;
  background-color: var(--color-blue);
  top: 10px;
}

.period_title::before {
  left: 5px;
}

.period_title::after {
  right: 5px;
}

.period_year {
  font-size: 1.4rem;
}

.period_day {
  font-size: 4.5rem;
}

.period_thu {
  font-size: 1.3rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  margin-bottom: -2.2px;
}

@media screen and (min-width:769px) {
  .mv-inner {
    height: 95vh;
  }

  .mv-title img {
    max-width: 410px;
  }

  .period_title {
    display: block;
    font-size: 2.0rem;
    margin-bottom: -20px;
    position: relative;
  }

  .period_title::before,
  .period_title::after {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    position: absolute;
    background-color: var(--color-blue);
    top: 14px;
  }

  .period_title::before {
    left: 0px;
  }

  .period_title::after {
    right: 0;
  }

  .period_year {
    font-size: 1.6rem;
  }

  .period_day {
    font-size: 6.0rem;
  }

  .period {
    bottom: -35px;
    right: 30px;
  }

}

@media screen and (min-width:1300px) {
  .mv-title img {
    max-width: 600px;
  }
}

/*-----------mv-title-slide-----------*/

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;

}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

/*-------------slash-line-------------*/
.custom-shape-divider-bottom-1688527795 {
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
  z-index: 1;
}

.custom-shape-divider-bottom-1688527795 svg {
  position: relative;
  display: block;
  width: calc(70% + 1.3px);
  height: 145px;
  transform: rotateY(180deg);
}

.custom-shape-divider-bottom-1688527795 .shape-fill {
  fill: #FFFFFF;
}

@media screen and (min-width:1024px) {
  .custom-shape-divider-bottom-1688527795 svg {
    position: relative;
    display: block;
    width: calc(30% + 1.3px);
    height: 185px;
    transform: rotateY(180deg);
  }

  .custom-shape-divider-bottom-1688527795 {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
    z-index: 1;
  }
}

/*------------------------------------
theme
-------------------------------------*/
#theme {
  padding: 0px;
}

#theme dt {
  font-family: var(--font-family-accent);
  color: var(--color-blue);
  font-size: 7vw;
  line-height: 1.5;
  margin: 24px 0;
  padding: 0 20px;
}

#theme dd {
  padding: 0 20px;
  text-align: left;
  font-size: 1.4rem;
}

#theme dd span {
  background: linear-gradient(transparent 60%, #feff9f 40%);
  font-weight: 900;
}

.under-line_blue {
  display: inline-block;
  color: var(--color-blue) !important;
  border-bottom: solid 2px var(--color-blue);
}

/*
.theme-title{
  position: relative;
}
.theme-title::before,.theme-title::after{
  content:"";
  display: inline-block;
  background-image: url(../../img/single/photo-contest/comma.webp);
  background-repeat:no-repeat ;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 40px;
  position: absolute;
  z-index: 1;
}
.theme-title::before{
top:0;
left:0;
}
*/

.title-en {
  font-family: var(--font-family-accent-en);
  color: var(--color-blue);
  font-size: 7.0rem;
  position: relative;
  display: block;
  transform: rotate(-6deg);
  margin: 0 0 0 -.15em;
}

.title-h3 {
  margin: -32px auto 0;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: .1em;
}

.deko-text {
  color: var(--color-blue);
  font-size: 1.4rem;
  font-weight: 900;
  padding: 15px;
  border: solid 1px var(--color-blue);
  text-align: left;
  border-radius: 5px;
  margin: 40px 20px 80px;
  position: relative;
}

.deko-text::after {
  content: "";
  display: inline-block;
  background-image: url(../../img/single/photo-contest/deco-img.webp);
  background-size: contain;
  background-repeat: no-repeat;
  height: 64px;
  width: 103px;
  position: absolute;
  top: -25px;
  right: 7px;
  transform: rotate(8deg);
  filter: var(--drop-shadow);
  border-radius: 4px;
}

.gokko-content {
  font-size: 1.3rem;
  color: var(--color-text);
  font-weight: 500;
  display: block;
  margin-top: 6px;
}

.gokko-dl {
  display: block;
  margin-top: 15px;
}

.theme-img1,
.theme-img2 {
  display: none;
}

@media screen and (min-width:769px) {
  #theme dt {
    font-size: 5.5rem;
    line-height: 1.5;
    margin: 80px 0 40px;
    padding: 0 9%;
    text-align: left;
  }

  #theme dd {
    margin: 0 11%;
    text-align: left;
    width: 80%;
    max-width: 750px;
  }

  .deko-text {
    margin: 40px 11% 0;
    max-width: 750px;
    width: 80%;
    text-align: left;
  }

  .theme-inner {
    position: relative;
  }

  .theme_imgbox ul li img {
    box-shadow: var(--box-shadow);
    border: solid 7px #f6f6f6;
  }

  .theme_imgbox ul li {
    position: absolute;
  }

  .theme_imgbox ul li:first-child {
    top: 50px;
    right: -50px;
    transform: rotate(2deg);
  }

  .theme-img1 {
    display: block;
    width: 30vw;
    max-width: 500px;
  }

  .theme_imgbox ul li:nth-child(2) {
    bottom: 16%;
    right: 0px;
    transform: rotate(-1deg);
  }

  .theme-img2 {
    width: 20vw;
    max-width: 310px;
  }

  #theme dd {
    padding: 0 0px;
    font-size: 1.6rem;
  }

  .gokko-content {
    font-size: 1.4rem;
  }

  .gokko-content {
    padding-right: 200px;
  }

  .deko-text::after {
    height: 100px;
    width: 165px;
    position: absolute;
    top: 40px;
    right: 20px;
    transform: rotate(4deg);
  }
}

@media screen and (min-width:1250px) {
  .theme-img2 {
    display: block;
  }
}

@media screen and (min-width:1500px) {
  .theme-img1 {
    width: 35vw;
    max-width: 800px;
  }

  .theme-img2 {

    width: 25vw;
    max-width: 500px;
  }

  .theme_imgbox ul li:nth-child(2) {
    bottom: -5%;
  }
}

/*------------------------------------
prize
-------------------------------------*/
#prize .prize-inner {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

#prize .prize-notice {
  margin: 40px auto;
  font-size: 1.4rem;
}

#prize dl dt img {
  display: inline-block;
  width: 100%;
  max-width: 150px;
  margin-top: 24px;
  margin-bottom: 24px;

}

.gift-image {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px;
  filter: var(--drop-shadow);
}

#prize dl dt {
  margin: 24px auto 0;
}

/*
#prize dl dt{
width: 100%;
margin: 70px auto 0;
font-size: 2.0rem;
font-weight: 900;
position: relative;
color: var(--color-blue-dark);
}*/
/*#prize dl dt::before{
  content: "";
  display: inline-block;
  background-image: url(../../img/single/photo-contest/king.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -27px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
transform: translateX(-50%);
}
*/
#prize dl dd img {
  width: 100%;
  max-width: 350px;
  margin: 24px auto;
}

.prize1_content {
  width: 100%;
  max-width: 350px;
  margin: 48px auto 24px;
  font-size: 2.0rem;
  font-weight: 900;
  position: relative;
  line-height: 1.4;
}

.prize2-4_content {
  width: 100%;
  max-width: 350px;
  margin: 80px auto 24px;
  font-size: 2.0rem;
  font-weight: 900;
  position: relative;
  line-height: 1.8;
}

.prize_content {
  display: block;
  font-size: 2.0rem;
  font-weight: 500;
  color: var(--color-text);
  line-height: 1.4;
  margin: 0px auto 16px;
  font-weight: 900;
  position: relative;
}

.prize_content1,
.prize_content2 {
  position: relative;
}

.prize_content1::before,
.prize_content2::before,
.prize_content3::before,
.prize_content4::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prize_content2::before{
    transform: translateX(-100%);
}

.prize_content1::before,
.prize_content2::before {
  background-image: url(../../img/single/photo-contest/gift1.webp);
}

.prize_content3::before,
.prize_content4::before {
  background-image: url(../../img/single/photo-contest/gift3.webp);
}

.prize_content_small {
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-text);
  position: relative;
}

.prize_content_small2 {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--color-text);
  position: relative;
}

.font-big {
  font-size: 5.0rem;
  padding: 0 5px;
  -webkit-text-stroke: 2px #d4c16e;
  text-stroke: 1px #d4c16e;
}

/*
#prize .prize1_content::after,#prize .prize2-4_content::after{
  content:"";
  display: inline-block;
  background-color:var(--color-blue-light);
  width: 40%;
  height: 1px;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
transform: translateX(-50%);
}
*/
.prize-end_deco {
  display: block;
  width: 80%;
  max-width: 800px;
  margin: 80px auto 40px;
}

.prize5_img {
  width: 75% !important;
  max-width: 320px !important;
}

.prize5>dd>p {
  margin: 16px auto !important;
}

.prize_join {
  margin: 40px 0px 16px;
  border: solid 1px var(--color-gold-dark);
  position: relative;
}

.prize_join::before {
  content: "";
  background-image: url(../../img/single/photo-contest/prize5.webp);
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 220px;
  height: 42px;
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prize_join p {
  font-size: 1.4rem;
  padding: 35px 15px 15px;
}

.notice {
  text-align: left;
  padding-left: 10px;
}

.notice li {
  font-size: 1.3rem;
}

.prize1-box,
.prize2-box,
.prize3-box,
.prize4-box {
  border: solid 2px var(--color-gold);
  margin-top: 40px;
  position: relative;
  background-position: center;
  background-size: cover;
}

.prize1-box {
  background-image: url(../../img/single/photo-contest/prize_bg.webp);
}

.prize2-box,
.prize3-box,
.prize4-box {
  background-image: url(../../img/single/photo-contest/prize_bg2.webp);
}

.prize1-box::before,
.prize2-box::before,
.prize3-box::before,
.prize4-box::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  max-width: 250px;
  height: 80px;
  position: absolute;
  top: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.prize1-box::before {
  background-image: url(../../img/single/photo-contest/prize1.webp);
}

.prize2-box::before {
  background-image: url(../../img/single/photo-contest/prize2.webp);
}

.prize3-box::before {
  background-image: url(../../img/single/photo-contest/prize3.webp);
}

.prize4-box::before {
  background-image: url(../../img/single/photo-contest/prize4.webp);
}

@media screen and (max-width: 360px) {
  .prize1_content::before {
    left: 0px;
  }
}

/*
@media screen and (min-width: 500px){
  #prize dl dt img{
    display: inline-block;
    width: 23%;
    max-width: 170px;
    margin-top: 24px;
    position: absolute;
    top: -4px;
    right: 2%;
    transform: rotate(4deg);
  } 
}*/
@media screen and (min-width: 500px) {
  .prize1_content {
    font-size: 2.5rem !important;
  }

  .font-big {
    font-size: 6.0rem;
  }
}

@media screen and (min-width: 850px) {
  #prize .prize1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
  }

  #prize dl dd p,
  #prize dl dd img {
    padding: 0 20px;
    box-sizing: border-box;
    flex: 1;
  }

  #prize dl dd p {
    width: 100%;
    /*margin: 0px auto 25px 0px;
    max-width: 400px;
    text-align: left;
    /*height: 70px;*/
  }

  #prize dl dd p {
    max-width: 100%;
    font-size: 2.0rem;
  }

  #prize .prize2-4 {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #prize .prize2-4 p {
    padding: 10px;
    font-size: 1.6rem;
  }

  #prize dl dt img {
    padding: 0px 20px;
  }

  #prize dl dd img {
    margin: 0px auto 24px;
  }

  .prize_content_small::after {
    display: none;
  }

  #prize p::after {
    display: none;
  }

  #prize .prize1_content::after,
  #prize .prize2-4_content::after {
    display: none;
  }

  .prize_content1::before {
    top: -7px;
    left: -24px;
  }

  #prize dl dt img {
    max-width: 230px;
    margin-bottom: 0px;
  }

  /*
    .prize1-box dt::after{
      content: "";
      display: inline-block;
      background-color: var(--color-blue-light);
      width: 12%;
      height: 1px;
      position: absolute;
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }
    */
  .prize2-4_content {
    text-align: center !important;
  }

  .prize1-box,
  .prize2-box,
  .prize3-box,
  .prize4-box {
    margin: 40px 10px 24px;
    flex: 1;
  }

  .prize2-box,
  .prize3-box,
  .prize4-box {
    height: 170px;
  }

  .prize_join {
    margin: 40px 10px 16px;
  }

  #prize .prize-notice {
    margin: 40px auto;
    width: 85%;
    font-size: 1.6rem;
  }

  .prize1_content {
    margin: 16px auto 24px;
  }

  .prize_content_text {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1200px) {
  #prize dl dt {
    font-size: 2.4rem;
  }

  .prize_content {
    font-size: 2.0rem;
  }

  #prize dl dd p {
    height: 70px;
  }

  .prize_join p {
    font-size: 1.8rem;
  }
}

/*------------------------------------
application
-------------------------------------*/
#application {
  -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 92%, 0% 100%);
  clip-path: polygon(0 6%, 100% 0%, 100% 94%, 0% 100%);
  background: var(--color-gradient);
  padding: 100px 0 100px 0px;
}

.application-inner {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.application_text {
  margin: 40px auto 0;
}

.step-box dl {
  border: solid 2px var(--color-blue);
  margin: 24px auto;
  padding: 20px;
  flex: 1;
  position: relative;
  background-color: var(--color-white);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.step-box dl dd img {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.-mt24 {
  margin: 24px auto 0;
}

.step-box_text {
  margin: 8px auto 0;
  width: 90%;
  font-size: 1.4rem;
}

.step-box dt {
  font-size: 2.0rem;
  color: var(--color-white);
  font-weight: 900;
  text-align: left;
  background-color: var(--color-blue);
  clip-path: polygon(0 0, 0 48%, 40% 0);
  width: 120px;
  height: 120px;
  top: 0px;
  left: 0;
  padding-left: 5px;
  margin-top: 0px;
  position: absolute;
}

.step-box p {
  background-color: var(--color-blue);
  color: var(--color-white);
  font-weight: 900;
  font-size: 2.0rem;
  border-radius: 5px;
  margin-top: 24px;
  padding: 5px 0;
  position: relative;
}

.step-box p::after {
  content: "";
  display: inline-block;
  width: 70px;
  height: 25px;
  position: absolute;
  bottom: -20px;
  background-color: var(--color-blue);
  clip-path: polygon(40% 0, 50% 100%, 60% 0);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.font-small {
  font-size: 1.3rem;
}

.shop-application {
  margin-top: 64px !important;
}

.shop-search {
  display: inline-block;
  background-color: var(--color-blue-light);
  padding: 3px 30px;
  border-radius: 3px;
  margin-top: 4px;
}

.shop-search:hover {
  opacity: 0.7;
}

@media screen and (min-width: 769px) {
  .application-inner {
    padding: 20px 20px 0 20px;
  }

  .step-box {
    display: flex;
    justify-content: center;
    align-items: start;
  }

  .step-box div {
    flex: 1;
    margin: 0 20px;
  }

  .step-box dl {
    margin: 24px 0px 0;
    height: 273px;
  }

  .step-box p {
    margin-top: 64px;
  }

  .step-box dl:nth-child(3) {
    margin: 24px auto 0px;
  }

  .step-box_text {
    height: 40%;
    width: 90%;
    font-size: 1.4rem;
  }

  .shop-application {
    margin-top: 64px !important;
  }

  #application {
    -webkit-clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
    clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
    padding: 100px 0 150px 0px;
  }
}

/* @media screen and (min-width: 1000px){
  .step-box dl{
    height: 260px;
  } 
  .step-box_text{
    height: 44%;
  }
} */
/*------------------------------------
explan_svg
-------------------------------------*/
svg {
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  fill: var(--color-light-orange2);
  background: var(--bg-star);
  background-color: var(--color-orange);
  background-size: 100px 100px;
}

.custom-shape-divider-bottom-1687295101 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1687295101 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 69px;
}

.custom-shape-divider-bottom-1687295101 .shape-fill {
  fill: #FFEC8E;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-bottom-1687295101 svg {
    width: calc(100% + 1.3px);
    height: 25px;
  }
}

/*bottom*/
.custom-shape-divider-top-1687295887 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1687295887 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 69px;
}

.custom-shape-divider-top-1687295887 .shape-fill {
  fill: #FFEC8E;
}

/** For mobile devices **/
@media (max-width: 767px) {
  .custom-shape-divider-top-1687295887 svg {
    width: calc(100% + 1.3px);
    height: 25px;
  }
}

/*------------------------------------
break
-------------------------------------*/
#break {}

.break-inner {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
}

#break dt {
  font-family: var(--font-family-accent);
  font-size: 8vw;
  color: var(--color-blue);
  margin-bottom: 15px;
}

#break dd {
  line-height: 2.5;
}

.break-img {
  height: 350px;
}

.break-img ul li img,
.break-img3-box img {
  box-shadow: var(--box-shadow);
  border: solid 7px #f6f6f6;
  position: absolute;
  display: inline-block;
}

.break-img1 {
  top: -10%;
  right: -1%;
  transform: rotate(2deg);
  width: 60vw;
  max-width: 420px;
}

.break-img2 {
  top: 9%;
  left: -1%;
  width: 52vw;
  max-width: 390px;
  transform: rotate(-2deg);
}

.break-img3 {
  top: 35%;
  right: -2%;
  width: 60vw;
  max-width: 320px;
  transform: rotate(2deg);
}

.break-img3-box {
  position: relative;
  height: 23vh;
}

@media screen and (min-width:500px) {
  .break-img {
    height: 450px;
  }

  #break dd {
    font-size: 2.0rem;
  }
}

@media screen and (min-width:769px) {
  #break dt {
    font-size: 5.0rem;
  }

  #break dd {
    font-size: 2.0rem;
    margin-left: 26px;
  }
}

@media screen and (min-width:1300px) {
  #break dl {
    position: absolute;
    left: 12%;
    text-align: left;
    top: 20%;
  }

  .break-img1 {
    top: -25%;
    right: 2%;
    transform: rotate(-2deg);
    max-width: 480px;
  }

  .break-img2 {
    top: initial;
    bottom: 15%;
    right: -2%;
    left: initial;
    max-width: 400px;
    transform: rotate(1deg);
  }

  .break-img3 {
    top: initial;
    bottom: -40%;
    right: 20%;
    max-width: 320px;
    transform: rotate(2deg);
  }
}

@media screen and (min-width:1600px) {
  #break dl {
    left: 20%;
  }

  .break-img1 {
    max-width: 600px;
  }

  .break-img2 {
    right: -10%;
    max-width: 450px;
  }

  .break-img3 {
    bottom: -40%;
    right: 10%;
    max-width: 340px;
  }
}

/*------------------------------------
guideline
-------------------------------------*/
.guideline-inner {
  max-width: 800px;
  margin: 0 auto;
  background-color: var(--color-white);
  box-shadow: var(--box-shadow);
  padding: 20px;
  border-radius: 40px;
}

#guideline dl {
  text-align: left;
  margin: 40px auto;
}

#guideline dt {
  display: inline-block;
  padding: 0 30px;
  border: solid 2px var(--color-blue);
  margin-bottom: 5px;
  font-weight: 900;
  color: var(--color-blue);
  border-radius: 2px;
  background-color: var(--color-white);
}

#guideline dd {
  margin: 0 0 40px 10px;
  font-size: 1.4rem;
}

.bold {
  font-weight: 900;
}

.guideline_list li {
  list-style: disc;
}

.guideline_list {
  padding-left: 20px;
}

@media screen and (min-width: 769px) {
  .guideline-inner {
    padding: 20px 20px 20px 60px;
    border-radius: 5px;
    border: solid 2px var(--color-blue);
  }

  #guideline dd {
    font-size: 1.6rem;
  }
}

/*------------------------------------
agreement
-------------------------------------*/
.agreement-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.agreement-box {
  text-align: left;
  margin: 40px auto 0;
  border: solid 2px var(--color-blue);
  padding: 20px 20px 20px 40px;
  height: 400px;
  width: 100%;
  overflow-y: scroll;
  border-radius: 5px;
  background-color: var(--color-white);
}

.agreement-box p {
  font-weight: 900;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.agreement_note {
  margin-top: 24px;
}

#agreement ul li {
  list-style: square;
  font-size: 1.4rem;
}

.agreement-box::-webkit-scrollbar {
  width: 10px;
}

.agreement-box::-webkit-scrollbar-thumb {
  background: -webkit-var(--color-blue);
  background: var(--color-blue);
  border-radius: 5px;
}

.agreement-box::-webkit-scrollbar-track {
  background: #dcdcdc;
}

@media screen and (min-width: 769px) {
  .agreement-inner {
    padding: 0px;
  }

  .agreement-box {
    padding: 30px 30px 30px 50px;
    margin-bottom: 40px;
  }

  .agreement-box p {
    font-size: 2.0rem;
  }

  #agreement ul li {
    font-size: 1.6rem;
  }
}

/*------------------------------------
guide-agree_bg
-------------------------------------*/
.guide-agree_bg {
  padding-top: 150px;
  padding-bottom: 64px;
  background: var(--color-gradient);
  clip-path: polygon(0 0, 100% 6%, 100% 100%, 0% 100%);
}

/*------------------------------------
footer
-------------------------------------*/
footer {
  line-height: 1.5;
  text-align: left;
  font-size: 1.3rem;
}

.pan_area a,
.pan_area span {
  vertical-align: 0;
}

/*------------------------------------
scroll-top
-------------------------------------*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-gradient);
  width: 60px;
  height: 60px;
  border-radius: 5px;
  /*border:solid 3px var(--color-orange-dark2);*/
  color: var(--color-white);
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  transition: all 0.8s;
  line-height: 1.2;
  white-space: pre-wrap;
}

#page-top a:hover {
  background: var(--color-gradient);
  color: var(--color-white);
  /*transform: rotateZ( 360deg ) ;*/
}

#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
  opacity: 0;
  transform: translateY(100px);
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

/*------------------------------------
move-explan zoom
-------------------------------------*/
.zoomIn {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes zoomInAnime {
  from {
    transform: scale(0.8);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}



/*------------------------------------
swiper-theme-
-------------------------------------*/
.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section {
  border-top: 1px solid #eee;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding: 4px;
}


.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.gallery03 {
  margin: 64px auto;
}

.gallery03 .l-inner {
  padding-bottom: 0;
}

.gallery03 .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.gallery03 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.gallery03 .slide {
  width: var(--slide-width);
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  --slide-width: 200px;
}

.gallery03 .slide-media {
  height: var(--slide-width);
}

/*.gallery03 .slide-content {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 3.2rem 1.6rem 1.6rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
}
*/
/*.gallery03 .slide-title {
  font-size: 1.4rem;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
*/
.gallery03 .slide:hover {
  width: calc(var(--slide-width) * 1.5);
}

.gallery03 .slide:hover .slide-content {
  opacity: 1;
}



@media only screen and (max-width: 1024px) {

  /* html {
    -webkit-text-size-adjust: 100%;
  }*/
  .l-inner {
    padding: 0 4rem;
  }

  .pc {
    display: none !important;
  }
}

@media only screen and (max-width: 599px) {

  /*html {
    font-size: 50%;
  }*/
  .pc-tab {
    display: none !important;
  }

  .gallery03 {
    margin: 40px auto 0;
  }

  .gallery03 .slide {
    --slide-width: 120px;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}


.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10rem;
}

.l-section {
  border-top: 1px solid #eee;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mv01 {
  margin-bottom: 16rem;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: rgba(255, 255, 255, 0.4);
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-theme);
}

.mv01 .slide-media {
  height: 800px;
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  color: #fff;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@media only screen and (max-width: 1024px) {

  /*html {
      -webkit-text-size-adjust: 100%;
    }*/
  .l-inner {
    padding: 0 4rem;
  }

  .pc {
    display: none !important;
  }

  .mv01 {
    margin-bottom: 8rem;
  }

  .mv01 .slide-media {
    height: max(70vh, 70vw);
  }
}

@media only screen and (max-width: 599px) {

  /*html {
      font-size: 50%;
    }*/
  .pc-tab {
    display: none !important;
  }

  .mv01 .slide-title {
    font-size: 2.8rem;
    right: 4rem;
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

/*------------------------------------
swiper-mv-
-------------------------------------*/
/* .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }
*/

.l-section {
  border-top: 1px solid #eee;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.swiper-button-prev,
.swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.mv01 {
  margin-bottom: 16rem;
}

.mv01 .l-inner {
  padding-bottom: 0;
}

.mv01 .swiper-fade .swiper-slide {
  -webkit-transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, -webkit-transform !important;
  transition-property: opacity, transform !important;
  transition-property: opacity, transform, -webkit-transform !important;
  pointer-events: none;
  height: 95vh;
}

.mv01 .swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.mv01 .swiper-pagination {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 3.2rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
}

.mv01 .swiper-pagination-bullet {
  display: block;
  width: 3px;
  height: 4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background-color: var(--color-white);
  border-radius: 0;
  margin-top: 5px !important;
}

.mv01 .swiper-pagination-bullet:not(:first-child) {
  margin-top: 0.8rem;
}

.mv01 .swiper-pagination-bullet-active {
  background-color: var(--color-blue);
}

.mv01 .slide-media {
  height: 95vh;
}

.mv01 .slide-media img {
  -webkit-transition: 7s 1s ease-out;
  transition: 7s 1s ease-out;
}

.mv01 .slide-title {
  font-size: 4rem;
  font-weight: normal;
  line-height: 1.6;
  position: absolute;
  right: 8rem;
  bottom: 15%;
  margin-left: 16rem;
  text-align: right;
  color: #fff;
}

.mv01 .swiper-slide[class*=-active] .slide-media img {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.mv01 .swiper-slide[class*=-active] .slide-title {
  -webkit-animation: mv01-fadeIn 2s 0.5s var(--easing) both;
  animation: mv01-fadeIn 2s 0.5s var(--easing) both;
}

@-webkit-keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes mv01-fadeIn {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
    -webkit-filter: blur(300px);
    filter: blur(300px);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@media only screen and (max-width: 1024px) {

  .l-inner {
    padding: 0 4rem;
  }

  .pc {
    display: none !important;
  }

  .mv01 {
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 599px) {

  .pc-tab {
    display: none !important;
  }

  .mv01 .slide-title {
    font-size: 2.8rem;
    right: 4rem;
    margin-left: 6rem;
  }
}

@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }

  .swiper-button-prev::before,
  .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 769px) {
  .mv01 .swiper-fade .swiper-slide {
    height: 70vh;
  }

  .mv01 .slide-media {
    height: max(70vh, 70vw);
  }
}

/*------------------------------------
move
-------------------------------------*/
/* 上から */
/*
.fadeDown{
  animation-name:fadeDownAnime;
  animation-duration:1.3s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeDownAnime{
    from {
      opacity: 0;
    transform: translateY(-20px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  */
/*==================================================
にゅーん
===================================*/

/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1.3s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 70%, 0) skewY(10deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.smoothTrigger {
  opacity: 0;
}

/*====================================================================
SP menu
====================================================================*/
.sp_menu_outer {
  display: none;
  z-index: 100;
}

.img_plazalogo {
  width: 40%;
}

.img_store {
  width: 15%;
  margin-right: 5px;
}

@media (max-width:1200px) {

  /*768だった*/
  .pc_menu {
    display: none;
  }

  .sp_menu_outer {
    display: block;
    position: relative;
  }

  .sp_logo_wrap {
    background-color: var(--color-white);
    box-shadow: var(--box-shadow3);
    padding: 6px 6px 12px;
    display: block;
    width: 100%;
  }

  .sp_logo_wrap a {
    text-align: center;
  }

  .sp_menu_nav {
    width: 100%;
    display: flex;
    justify-content: center;
    transition: .5s;
  }

  .sp_menu_nav.hideclass {
    opacity: 0;
  }

  .sp_menu_nav_inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    width: 70%;
    background-color: var(--color-accent);
    color: var(--color-white);
    border: white solid 2px;
    position: fixed;
    bottom: 8px;
    z-index: 1000;
    height: 72px;
    border-radius: 50px;
    box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    font-size: 80%;
  }

  .sp_menu_nav_inner li {
    text-align: center;
    justify-content: center;
  }

  .sp_menu_nav .icon_store {
    display: block;
    width: 24px;
    margin: auto;
    padding-bottom: 6px;
  }

  .sp_menu_nav_inner>li {
    padding: 6px 0 2px;
    display: flex;
  }

  .sp_menu_nav_inner>li>a {
    color: white;
  }

  .sp_menu_opened {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--color-bg);
    overflow-y: scroll;
    z-index: 9999;
    padding: 10px;
    padding-bottom: 80px;
  }

  .sp_menu_opened .brand_outer {
    width: 95%;
    margin-top: -16px;
    margin-bottom: 80px;
  }

  .sp_menu_nav h3 {
    text-align: center;
    padding: 32px 0 12px;
    font-weight: bold;
    color: #183349;
    font-size: 160%;
  }

  /*--------  tab  ------------ */
  .sp_tab_wrap {
    width: 100%;
    margin-top: 8px;
  }

  .sp_tab_content {
    width: 95%;
    margin: auto;
    text-align: left;
    background-color: #f6fdff;
    padding-top: 24px;
    border-radius: 10px;
    padding-bottom: 16px;
  }

  .sp_tab_list {
    display: flex;
    width: 80%;
    margin: auto;
    gap: 10px;
  }

  .sp_tab_list>li {
    display: block;
    background-color: var(--color-accent);
    padding: 8px 0;
    text-align: center;
    border-radius: 10px 10px 0 0;
    color: var(--color-white);
    width: 135px;
  }

  .sp_tab_list .active {
    background-color: #f6fdff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    color: var(--color-text);
  }

  .sp_tab_content_ul {
    display: none;
    padding: 0 24px;
    text-align: left;
  }

  .sp_tab_content_ul.active {
    display: block;
  }


  /*--------  Animation ------------ */
  .sp_menu_opened {
    pointer-events: none;
    opacity: 0;
    transition: opacity .4s linear;
  }

  .sp_menu_opened.is-active {
    pointer-events: auto;
    opacity: 1;
  }

  .close {
    display: block;
    width: 30px;
    height: 10px;
    margin-left: auto;
    font-size: 65%;
    color: var(--color-text);
    position: fixed;
    top: 48px;
    right: 12px;
  }

  .close::before,
  .close::after {
    content: "";
    position: fixed;
    top: 35px;
    right: 25px;
    width: 3px;
    height: 30px;
    background: var(--color-text);
    border-radius: 2.5px;
  }

  .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  /*--------  tab  ------------ */
  .sp_tab_content_ul>li a {
    margin-bottom: 8px;
    margin-bottom: 12px;
    font-weight: bold;
    color: var(--color-text-accent);
  }

  .sp_tab_content_ul_web>li {
    margin-bottom: 18px;

  }

  .sp_tab_content_ul ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: 100%;
    margin-top: -8px;
    gap: 0 10px;
  }

  .sp_tab_content_ul_web ul {
    margin-bottom: 16px;
    margin-top: -16px;
  }

  .sp_tab_content_ul ul li a {
    position: relative;
    padding-left: 10px;
  }

  .sp_tab_content_ul ul li a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 4px;
    border-color: transparent transparent transparent #272343;
    position: absolute;
    top: 50%;
    left: 1px;
    margin-top: -3px;
  }

  .sp_menu_opened .sp_tab_content_ul ul li {
    width: 48%;
    padding: 6px 0;
  }

  .sp_tab_content_ul ul li:nth-child(2) {
    padding-right: 0px;
  }

  .sp_tab_content_ul ul li:nth-child(2) a {
    padding-right: 0px;
  }

  .sp_menu_opened2 {
    margin-top: 40px;
  }

  .sp_menu_header a {
    position: relative;
  }

  .sp_menu_opened .icon_link {
    width: 10px;
    height: auto;
  }

  .sp_menu_header a,
  .sp_tab_content_ul ul li a {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 96%;
  }
}

.sp_menu_opened3 {
  text-align: center;
  margin: auto;
}

.sp_menu_opened3>ul {
  background-color: #f6fdff;
  border-radius: 10px;
  padding: 20px 10%;
  width: 95%;
  margin: auto;
  text-align: left;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", sans-serif;
}

.sp_menu_opened3 ul li a {
  position: relative;
}

.sp_menu_opened3 ul li a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #272343;
  position: absolute;
  top: 50%;
  left: -10px;
  margin-top: -3px;
}

.sp_menu_opened3 ul li a:hover {
  opacity: 0.6;
}

/*------------------------------------
finish
-------------------------------------*/
.finish {
  display: block;
  color: var(--color-blue);
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: solid 3px var(--color-blue);
  font-size: 1.4rem;
  font-weight: bold;
  position: absolute;
  padding: 4%;
  width: 90%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 101;
}

.finish-small {
  font-size: 1.3rem;
  color: var(--color-text);
  line-height: 1.7;
  display: inline-block;
  margin-top: 10px;
  font-weight: 700;
}

.finish-small2 {
  font-size: 1.1rem;
  display: inline-block;
  margin-top: 8px;
}

.to-prize {
  font-size: 1.8rem;
  color: var(--color-text);
  display: inline-block;
  margin-top: 20px;
  border-bottom: dotted 2px #2c5eb5;
}

.to-prize:hover {
  opacity: 0.5;
}

.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: var(--color-blue);
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  margin-left: 15px;
  margin-bottom: 3px;
}

.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width:769px) {
  .finish {
    font-size: 1.6rem;
    width: 80%;
  }

  .to-prize {
    font-size: 2.5rem;
  }
}

.finish_red {
  color: var(--color-red);
}

.finish-small {
  font-size: 1.4rem;
}


/*------------------------------------
old-prize(過去の入賞作品ページへ)
-------------------------------------*/

#old-prize {
  padding: 20px;
}

.old-prize-h {
  font-size: 25px;
  padding: 0 3em;
  margin: 0 0 30px;
  text-align: center;
  background-color: var(--color-blue);
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  color: var(--color-white);
}


.old-prize-h:before,
.old-prize-h:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.old-prize-h:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.old-prize-h:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.old-prize-box img {
  margin: 0 auto;
  width: 50%;
}

@media screen and (max-width:769px) {
  .old-prize-box img {
    width: 90%;
  }
}

/*------------------------------------
EntryBtn(固定表示ボタン)
-------------------------------------*/

.entry_btn {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  z-index: 99999999;
}

.entry_btn_box {
  padding: .7em 0;
  width: 50%;
  border-top: 2px solid var(--color-blue);
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  border-bottom: none !important;
}

@media screen and (max-width:769px) {
  .entry_btn_box {
    font-size: 17px;
  }
}

.entry_btn_web {
  color: var(--color-white);
  background-color: var(--color-blue);
  position: relative;
}

.entry_btn_web a {
  color: var(--color-white);
  text-decoration: none;
}

.entry_btn_web::before {
  margin: 0 0 -4px;
  content: "";
  background-image: url(../../img/single/photo-contest/entryBtn_webForm.webp);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  top: 50%;
}

.entry_btn_sns {
  color: #FF0076;
  background-color: var(--color-white);
  position: relative;
}

.entry_btn_sns a {
  color: #FF0076;
  text-decoration: none;
}

.entry_btn_sns::before {
  margin: 0 0 -4px;
  content: "";
  background-image: url(../../img/single/photo-contest/entryBtn_Instagram.webp);
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  top: 50%;
}